@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;600;700&display=swap");

@media (min-width: 992px) {
    .navbar-expand-xl .navbar-toggler {
        display: block !important; 
        border: 1px solid red;
    }
}


.counter-subtitle-top {
  font-size: 18px;
  color: #016368;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.counter-subtitle-middle-left {
  font-size: 18px;
  color: white;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.counter-subtitle-middle-right {
  font-size: 18px;
  color: #F3C700;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.counter-subtitle-bottom {
  font-size: 18px;
  color: #612269;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.counter-box {
  display: block;
  text-align: center;
}

.counter-box-top .counter-count {
  background-color: #00D0AB;
  color: #18434D;
}

.counter-box-middle-left .counter-count {
  background-color: #004B50;
  color: #F3C700;
}

.counter-box-middle-right .counter-count {
  background-color: #F1DF8E;
  color: #007A83;
}

.counter-box-bottom .counter-count {
  background-color: #612269;
  color: #ffffff;
}

.counter {
  background-color: #eaecf0;
  text-align: center;
}

.counter-count {
  font-size: 24px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 92px;
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
}

.training-p,
.instructor-p,
.location-p,
.satisfied-people-p,
.order-1-p,
.hectare-1-p,
.order-2-p,
.hectare-2-p,
.satisfied-customer-p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 0.75rem;
}

.training-p,
.instructor-p,
.location-p,
.satisfied-people-p {
  color: #016368;
}

.order-1-p,
.hectare-1-p,
.order-2-p,
.hectare-2-p {
  color: #F3C700;
}

.satisfied-customer-p {
  color: #612269;
} 
.main-stage-nutration-plan {
  margin-top: 60px;
  height: 440px;
  background-image: url("../images/bg-nutration-plan.jpg");
  background-repeat: no-repeat;
  background-color: #FDEFB2;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .main-stage-nutration-plan .headline {
    margin-top: 180px;
  }
  .main-stage-nutration-plan .nak-stage {
    width: 280px;
  }
  .main-stage-nutration-plan .logo-stage {
    margin-top: 30px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-stage-nutration-plan .logo-stage {
    margin-top: 317px;
    width: 290px;
    padding-right: 5rem;
  }
  .main-stage-nutration-plan .headline {
    margin-top: 180px;
  }
  .main-stage-nutration-plan .nak-stage {
    width: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .main-stage-nutration-plan .logo-stage {
    margin-top: 270px;
    width: 290px;
    margin-right: 3.5rem;
  }
  .main-stage-nutration-plan .headline {
    margin-top: 180px;
  }
  .main-stage-nutration-plan .nak-stage {
    width: 350px;
    margin-left: 5rem;
  }
}

.main-carusel-nutration-plan {
  background: rgb(245, 205, 25);
  background: linear-gradient(45deg, rgb(253, 240, 179) 0%, rgb(252, 233, 147) 50%, rgb(245, 205, 25) 100%);
}
.main-carusel-nutration-plan h2 {
  color: #18434D;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  .main-carusel-nutration-plan h2 {
    margin-left: 5rem;
    margin-top: 0px;
    font-size: 55px;
  }
  .main-carusel-nutration-plan p {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.main-carusel-arrow {
  background-image: url("../images/plus-orange-to-yellow.png");
  max-width: 446px;
  max-width: 900px;
  padding-left: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-size: cover;
  margin-bottom: 3rem;
}
.main-carusel-arrow span {
  text-transform: uppercase;
  font-weight: 700 !important;
}

 @media only screen and (max-width: 768px) {
    .main-carusel-arrow {
      zoom: 0.8
    }
}

.nutration-services-top {
  background-color: white;
  background-position: center;
}
.nutration-services-top h2 {
  font-size: 26px;
  color: #016368;
}

.nutration-services-subtitle {
  font-size: 14px;
  color: #016368;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.nutration-services-box {
  height: 100px;
  width: 100px;
  background-color: #F3C700;
  border-radius: 50%;
  display: inline-block;
}

.nutration-services-icon {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.nutration-services-text {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 0.75rem;
  padding: 0px !important;
}

.nutration-services-bottom {
  background: rgb(245, 205, 25);
  background: linear-gradient(45deg, rgb(245, 205, 25) 0%, rgb(252, 233, 147) 50%, rgb(253, 240, 179) 100%);
}
.nutration-services-bottom p {
  color: #18434D;
}

.step-headline {
  color: #E87C06;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.step-text {
  font-weight: 700;
}

.step-box {
  background-image: url("../images/icon-dot-with-arrow.svg");
  width: 64px !important;
  height: 88px !important;
  display: inline-block;
}
.step-box .step-number {
  color: #FFAF57;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 64px;
}

.step-box-end {
  background-image: url("../images/icon-dot-with-arrow.svg");
  width: 64px !important;
  height: 64px !important;
  display: inline-block;
}
.step-box-end .step-number {
  color: #FFAF57;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 64px;
}

.step-content {
  /*width: calc(100% - 200px);*/
  display: inline-block;
  margin-left: 25px;
}
.step-content a {
  color: #E45924;
  text-decoration: none;
}
.step-content a:hover {
  text-decoration: underline;
}
.step-content p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

.nutration-plan-contact {
  height: 540px;
  background: rgb(245, 205, 25);
  background-image: url("../images/bg-contact-yellow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nutration-plan-contact img {
  margin-top: 195px;
}
@media only screen and (max-width: 768px) {
    
    .nutration-plan-contact  {
      height: 340px;
    }

  .nutration-plan-contact  img {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .nutration-plan-contact img {
    max-width: 500px;
  }
}

.btn-contact-nutration-plan:hover {
  content: url("../images/btn-contact-red-to-orange-hover.png");
}

.nutration-footer {
  padding-bottom: 110px;
  background: #FFB800;
}
.nutration-footer p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #18434D;
}
.nutration-footer a {
  color: #18434D;
  text-decoration: none;
}
.nutration-footer a:hover {
  color: white;
}
.nutration-footer .address {
  padding-left: 7px;
}
.nutration-footer .footer-logo {
  padding-left: 7px;
  width: 140px;
}
.nutration-footer .bi-facebook {
  width: 24px;
  height: 24px;
  margin-left: 24px;
}

.mol-card-stage {
  margin-top: 60px;
  height: 440px;
  background-image: url("../images/bg-stage-mol.jpg");
  background-repeat: no-repeat;
  background-color: #46B064;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mol-card-stage .headline {
    margin-top: 180px;
  }
  .mol-card-stage .nak-stage {
    width: 280px;
  }
  .mol-card-stage .logo-stage {
    margin-top: 29px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mol-card-stage .logo-stage {
    margin-top: 315.5px;
    width: 290px;
    padding-right: 5rem;
  }
  .mol-card-stage .headline {
    margin-top: 180px;
  }
  .mol-card-stage .nak-stage {
    width: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .mol-card-stage .logo-stage {
    margin-top: 268.5px;
    width: 290px;
    margin-right: 0rem;
  }
  .mol-card-stage .headline {
    margin-top: 180px;
  }
  .mol-card-stage .nak-stage {
    width: 350px;
    margin-left: 0rem;
  }
}

.mol-card-carusel {
  background: rgb(70, 176, 255);
  background: linear-gradient(45deg, rgb(70, 176, 100) 0%, rgb(167, 255, 192) 100%);
}
.mol-card-carusel h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  .mol-card-carusel h2 {
    margin-left: 5rem;
    margin-top: 0px;
    font-size: 55px;
  }
  .mol-card-carusel p {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.mol-card-carusel p {
  color: #18434D;
}

.mol-card-services-subtitle {
  font-size: 14px;
  color: #016368;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.mol-card-services-box {
  height: 100px;
  width: 100px;
  background-color: #37A690;
  border-radius: 50%;
  display: inline-block;
}

.mol-card-services-icon {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.mol-card-services-text {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 0.75rem;
  padding: 0px !important;
}

.mol-card-getit {
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .mol-card-getit {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

.mol-card-getit-box {
  border: 2px solid #3E5CA5;
  border-radius: 24px;
  color: #18434D;
}
.mol-card-getit-box .h3-orange {
  color: #FF9900;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 3rem;
}
.mol-card-getit-box .h3-green {
  color: #00E016;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 3rem;
}
.mol-card-getit-box .h3-blue {
  color: #3E5CA5;
  width: 100%;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 3rem;
}
.mol-card-getit-box .vertical-line {
  height: 100%;
  border: 1px solid #3E5CA5 !important;
  width: 1px;
  margin-left: 50%;
}

.mol-card-table {
  background-color: #B6FFCA;
}
.mol-card-table h3 {
  color: #18434D;
  font-size: 18px;
}
.mol-card-table p {
  color: #18434D;
}

.mol-card-services {
  background-color: white;
}
.mol-card-services a {
  text-decoration: none;
  color: #FF5D02 !important;
}
.mol-card-services a:hover {
  text-decoration: underline;
}
.mol-card-services .extra {
  color: #823C8B;
  font-weight: 600;
  font-size: 20px;
}
.mol-card-services .step-headline {
  color: #2FB5A0;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.mol-card-services .step-content p {
  font-weight: 700;
  font-size: 14px;
  color: #18434D;
}


.mol-card-services .step-box {
  background-image: url("../images/icon-dot-with-arrow-darkgreen.svg");
  width: 64px !important;
  height: 88px !important;
  display: inline-block;
}
.mol-card-services .step-box .step-number {
  color: #FF5D02;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 64px;
}
.mol-card-services .step-box-end {
  background-image: url("../images/icon-dot-darkgreen.svg");
  width: 64px !important;
  height: 64px !important;
  display: inline-block;
}
.mol-card-services .step-box-end .step-number {
  color: #FF5D02;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 64px;
}

.table {
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 4rem;
  border-color: transparent !important;
}

@media only screen and (max-width: 768px) {
  .table {
    zoom: 0.8
  }
}
.table th {
  background-color: #7AC39F;
  text-align: center;
}
.table th:last-child {
  border-right: none;
  border-radius: 0px 8px 0px 0px;
}
.table th:first-child {
  border-right: none;
  border-radius: 8px 0px 0px 0px;
}
.table td {
  background-color: #B6FFCA;
  border-radius: 8px;
  border: 1px solid #7AC39F;
}

.table td a {
  color: #000 !important;
  text-decoration: none;
}

.vertical-line {
  height: 100%;
  border: 1px solid #3E5CA5;
  width: 1px;
  margin-left: 50%;
}

.mol-card-contact {
  height: 540px;
  background: rgb(57, 189, 142);
  background-image: url("../images/bg-contact-mol.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mol-card-contact img {
  margin-top: 180px;
}
@media only screen and (max-width: 768px) {
    
    .mol-card-contact {
      height: 340px;
    }

  .mol-card-contact img {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .mol-card-contact img {
    margin-top: 100px;
  }
}

.btn-contact-nutration-plan:hover {
  content: url("../images/btn-contact-mol-hover.png");
}

.mol-card-footer {
  padding-bottom: 110px;
  background: #39BD8E;
}
.mol-card-footer p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #18434D;
}
.mol-card-footer a {
  color: #18434D;
  text-decoration: none;
}
.mol-card-footer a:hover {
  color: white;
}
.mol-card-footer .address {
  padding-left: 7px;
}
.mol-card-footer .footer-logo {
  padding-left: 7px;
  width: 140px;
}
.mol-card-footer .bi-facebook {
  width: 24px;
  height: 24px;
  margin-left: 24px;
}

.education-stage {
  margin-top: 60px;
  height: 440px;
  background-image: url("../images/bg-stage-education.jpg");
  background-repeat: no-repeat;
  background-color: #46B064;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .education-stage .headline {
    margin-top: 180px;
  }
  .education-stage .nak-stage {
    width: 280px;
  }
  .education-stage .logo-stage {
    margin-top: 29px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .education-stage .logo-stage {
    margin-top: 315.5px;
    width: 290px;
    padding-right: 5rem;
  }
  .education-stage .headline {
    margin-top: 180px;
  }
  .education-stage .nak-stage {
    width: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .education-stage .logo-stage {
    margin-top: 268.5px;
    width: 290px;
    margin-right: 3.5rem;
  }
  .education-stage .headline {
    margin-top: 180px;
  }
  .education-stage .nak-stage {
    width: 350px;
    margin-left: 5rem;
  }
}

.education-carusel {
  background: rgb(167, 255, 192);
  background: linear-gradient(45deg, rgb(167, 255, 192) 0%, rgb(213, 255, 225) 100%);
}
.education-carusel h2 {
  color: #056368;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
  font-size: 40px;
}
.education-carusel a {
  text-decoration: none;
  color: #FF5D02;
}
.education-carusel a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .education-carusel h2 {
    margin-left: 5rem;
    margin-top: 0px;
    font-size: 55px;
  }
  .education-carusel p {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.education-carusel p {
  color: #18434D;
}

.training {
  background: rgb(5, 99, 104);
  background-image: url("../images/bg-training.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.training .training-subtitle {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.training .training-dot-container {
  background-image: url("../images/stroke.png");
  background-repeat: no-repeat;
  background-position-y: 8px;
}
.training .training-text {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.training .training-dot-container {
  background-color: none;
}
.training .training-dot-1, .training .training-dot-2, .training .training-dot-3, .training .training-dot-4, .training .training-dot-5, .training .training-dot-6, .training .training-dot-7, .training .training-dot-8 {
  width: 17px;
  height: 17px;
  border-radius: 24px;
  margin-left: 50%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.training .training-dot-1 {
  background-color: #00E067;
}
.training .training-dot-2 {
  background-color: #823C8B;
}
.training .training-dot-3 {
  background-color: #506EBB;
}
.training .training-dot-4 {
  background-color: #00E4F3;
}
.training .training-dot-5 {
  background-color: #F3D446;
}
.training .training-dot-6 {
  background-color: #7C0D0D;
}
.training .training-dot-7 {
  background-color: #3B199E;
}

.training .training-dot-8 {
  background-color: #DB9101;
}

.education-steps {
  background-color: white;
}
.education-steps .step-headline {
  color: #E87C06;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.education-steps .step-content p {
  font-weight: 700;
  font-size: 14px;
  color: #18434D;
}
.education-steps .step-box {
  background-image: url("../images/icon-dot-with-arrow-lightgreen.svg");
  width: 64px !important;
  height: 88px !important;
  display: inline-block;
}
.education-steps .step-box .step-number {
  color: #FFAF57;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 64px;
}
.education-steps .step-box-end {
  background-image: url("../images/icon-dot-with-arrow-lightgreen.svg");
  width: 64px !important;
  height: 64px !important;
  display: inline-block;
}
.education-steps .step-box-end .step-number {
  color: #FFAF57;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 64px;
}

.table {
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.table th {
  background-color: #7AC39F;
}
.table th:last-child {
  border-right: none;
  border-radius: 0px 8px 0px 0px;
}
.table th:first-child {
  border-right: none;
  border-radius: 8px 0px 0px 0px;
}
.table td {
  background-color: #B6FFCA;
  border-radius: 8px;
  border: 1px solid #7AC39F;
}

.vertical-line {
  height: 100%;
  border: 1px solid #18434D;
  width: 1px;
  margin-left: 50%;
}

.education-contact {
  height: 540px;
  background: rgb(57, 189, 142);
  background-image: url("../images/bg-contact-education.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.education-contact img {
  margin-top: 180px;
}
@media only screen and (max-width: 768px) {
    
    .education-contact   {
      height: 340px;
    }

  .education-contact   img {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .education-contact img {
    max-width: 500px;
  }
}

.btn-contact-education:hover {
  content: url("../images/btn-contact-education-hover.png");
}

.szechenyi {
  width: 205px;
  height: 144px;
  position: fixed;
  right: 0;
  top: 71px;
  z-index: 200;
}

.education-footer {
  padding-bottom: 110px;
  background: rgb(24, 67, 77);
  background: linear-gradient(45deg, rgb(24, 67, 77) 0%, rgb(101, 108, 103) 100%);
}
.education-footer p {
  font-size: 14px;
  margin-bottom: 8px;
  color: white;
}
.education-footer a {
  color: white;
  text-decoration: none;
}
.education-footer a:hover {
  color: lightgrey;
}
.education-footer .address {
  padding-left: 7px;
}
.education-footer .footer-logo {
  padding-left: 7px;
  width: 140px;
}
.education-footer .bi-facebook {
  width: 24px;
  height: 24px;
  margin-left: 24px;
}

.soil-testing-stage {
  margin-top: 60px;
  height: 440px;
  background-image: url("../images/bg-stage-soil-testing.jpg");
  background-repeat: no-repeat;
  background-color: #46B064;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .soil-testing-stage .headline {
    margin-top: 180px;
  }
  .soil-testing-stage .nak-stage {
    width: 280px;
  }
  .soil-testing-stage .logo-stage {
    margin-top: 29px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .soil-testing-stage .logo-stage {
    margin-top: 315.5px;
    width: 290px;
    padding-right: 5rem;
  }
  .soil-testing-stage .headline {
    margin-top: 180px;
  }
  .soil-testing-stage .nak-stage {
    width: 280px;
    margin-left: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .soil-testing-stage .logo-stage {
    margin-top: 268.5px;
    width: 290px;
    margin-right: 3.5rem;
  }
  .soil-testing-stage .headline {
    margin-top: 180px;
  }
  .soil-testing-stage .nak-stage {
    width: 350px;
  }
}

.soil-testing-carusel {
  background: rgb(101, 108, 103);
  background: linear-gradient(45deg, rgb(101, 108, 103) 0%, rgb(24, 67, 77) 100%);
}
.soil-testing-carusel h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
  font-size: 40px;
}

  .soil-testing-carusel p {
    color: white;
  }
  
@media only screen and (min-width: 992px) {
  .soil-testing-carusel h2 {
    margin-left: 5rem;
    margin-top: 0px;
    font-size: 55px;
  }
  .soil-testing-carusel p {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.soil-testing-services-subtitle {
  font-size: 14px;
  color: white;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.soil-testing-services-box {
  height: 100px;
  width: 100px;
  background-color: #F3C700;
  border-radius: 50%;
  display: inline-block;
}

.soil-testing-services-icon {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.soil-testing-services-text {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 0.75rem;
  color: white;
  padding: 0px !important;
}

.analysis-white {
  background-color: white;
}
.analysis-white p {
  color: #18434D;
}

.analysis-white a {
  text-decoration: none;
  color: #E45924;
}

.analysis-white-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: #18434D;
}

.analysis-white-subsubtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: #18434D;
}
.analysis-white-subsubtitle:before {
  width: 17px;
  height: 17px;
  border-radius: 24px;
  margin-left: 50%;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-right: 20px;
  background-color: #413A1D;
}

.analysis-grey {
  background: rgb(24, 67, 77);
  background: linear-gradient(143deg, rgb(24, 67, 77) 0%, rgb(101, 108, 103) 100%);
}
.analysis-grey p {
  color: white;
}

.analysis-grey a {
  text-decoration: none;
  color: #E45924;
}

.analysis-grey-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}

.analysis-grey-subsubtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
.analysis-grey-subsubtitle:before {
  width: 17px;
  height: 17px;
  border-radius: 24px;
  margin-left: 50%;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #20B441;
  margin-right: 20px;
}


.analysis-more {
  background: rgb(5, 99, 104);
  background-image: url("../images/bg-analysis.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.analysis-more .analysis-more-subtitle {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.analysis-more .analysis-more-dot-container {
  background-image: url("../images/stroke-lightgreen.png");
  background-repeat: no-repeat;
  background-position-y: 8px;
}
.analysis-more .analysis-more-text {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.analysis-more .analysis-more-dot-container {
  background-color: none;
}
.analysis-more .analysis-more-dot {
  width: 17px;
  height: 17px;
  border-radius: 24px;
  margin-left: 50%;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #F3C700;
}

.analysis-steps {
  background-color: white;
}
.analysis-steps a {
  text-decoration: none;
  color: #E45924;
}
.analysis-steps a:hover {
  text-decoration: underline;
}
.analysis-steps .step-headline {
  color: #E87C06;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.analysis-steps .step-content p {
  font-weight: 700;
  font-size: 14px;
  color: #18434D;
}
.analysis-steps .step-box {
  background-image: url("../images/icon-dot-with-arrow-darkgreen.svg");
  width: 64px !important;
  height: 88px !important;
  display: inline-block;
}
.analysis-steps .step-box .step-number {
  color: #F1703E;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 64px;
}
.analysis-steps .step-box-end {
  background-image: url("../images/icon-dot-with-arrow-darkgreen.svg");
  width: 64px !important;
  height: 64px !important;
  display: inline-block;
}
.analysis-steps .step-box-end .step-number {
  color: #F1703E;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 64px;
}

.vertical-line {
  height: 100%;
  border: 1px solid #18BBB1;
  width: 1px;
  margin-left: 50%;
}

.analysis-contact {
  height: 540px;
  background: rgb(57, 189, 142);
  background-image: url("../images/bg-contact-analysis.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.analysis-contact img {
  margin-top: 180px;
}
@media only screen and (max-width: 768px) {
    
    .analysis-contact  {
      height: 340px;
    }

  .analysis-contact  img {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .analysis-contact img {
    max-width: 500px;
  }
}

.btn-contact-analysis:hover {
  content: url("../images/btn-contact-analysis-hover.png");
}

.soil-testing-footer {
  padding-bottom: 110px;
  background: rgb(24, 67, 77);
  background: linear-gradient(45deg, rgb(24, 67, 77) 0%, rgb(101, 108, 103) 100%);
}
.soil-testing-footer p {
  font-size: 14px;
  margin-bottom: 8px;
  color: white;
}
.soil-testing-footer a {
  color: white;
  text-decoration: none;
}
.soil-testing-footer a:hover {
  color: lightgrey;
}
.soil-testing-footer .address {
}
.soil-testing-footer .footer-logo {
  padding-left: 7px;
  width: 140px;
}
.soil-testing-footer .bi-facebook {
  width: 24px;
  height: 24px;
  margin-left: 24px;
}

.contact-stage {
  margin-top: 60px;
  height: 440px;
  background-image: url("../images/stage-main-new.png");
  background-repeat: no-repeat;
  background-color: #91DFCD;
  background-position: center;
  background-position-y: -72px;
}
.contact-stage .headline {
  margin-top: 180px;
  color: white;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.6);
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-stage .headline {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-stage .headline {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-stage .headline {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-stage .headline {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-stage .headline {
    margin-left: 0px;
  }
}

.contact-carusel {
  background: rgb(10, 149, 140);
  background: linear-gradient(45deg, rgb(10, 149, 140) 0%, rgb(168, 237, 212) 50%, rgb(135, 240, 248) 100%);
}
.contact-carusel p {
  color: #18434D;
}
.contact-carusel h2 {
  color: #18434D;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-carusel h3 {
  color: #18434D;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-carusel .form-label {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.contact-carusel .form-text {
  display: none;
}
.contact-carusel .btn-main {
  padding-right: 79px;
}
.contact-carusel .table tr {
  border-bottom: 1px solid #18434D;
}
.contact-carusel .table tr td {
  background-color: transparent !important;
  border: none;
}
.contact-carusel .table tr:last-child {
  border-bottom: none !important;
}
.contact-carusel .dropdown-toggle {
  background-color: #DFFFE8;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}
.contact-carusel .dropdown-toggle:after {
  float: inline-end;
  margin-top: 8px;
}

.vertical-line {
  height: 100%;
  border: 1px solid white;
  width: 1px;
  margin-left: 50%;
}

.contact-contact {
  height: 340px;
  background-image: url("../images/bg-contact-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #91DFCD;
  background-position: center;
}
.contact-contact .title {
  color: #00D0AB;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-contact .text {
  color: white;
}

.contact-footer {
  padding-bottom: 110px;
  background-color: #6CD1B9;
}
.contact-footer p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #016368;
}
.contact-footer a {
  color: #016368;
  text-decoration: none;
}
.contact-footer a:hover {
  color: white;
}
.contact-footer .address {
  padding-left: 7px;
}
.contact-footer .footer-logo {
  padding-left: 7px;
  width: 140px;
}
.contact-footer .bi-facebook {
  width: 24px;
  height: 24px;
  margin-left: 24px;
}

.no-padding {
  padding: 0px !important;
  background: none !important;
}

body {
  font-family: "Ubuntu", sans-serif;
  background: #ABE0D8;
}

h2 {
  font-size: 26px;
  color: #18434D;
}

.navbar-brand {
  border: solid 2px white;
}
.navbar-brand img {
  height: 40px;
}

.header-bg {
  background-color: white;
  height: 70px;
  box-shadow: -1px -10px 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px -10px 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px -10px 5px 15px rgba(0, 0, 0, 0.15);
}

.nav-link {
  font-family: "Arimo", sans-serif;
  color: #9FDFD3;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-right: 10px;
}
.nav-link img {
  width: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-link img {
    display: none;
  }
}

.nav-link:hover {
  color: #004B50 !important;
}

.active {
  color: #004B50 !important;

}

@media only screen and (max-width: 991px) {
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 94, 100, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-collapse {
    background-color: white;
    margin-top: 9px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar-collapse .navbar-nav {
    width: 100%;
  }
  .navbar-collapse .navbar-nav .nav-item {
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #277A7F;
  }
  .navbar-collapse .navbar-nav .nav-item:first-child {
    border: none;
  }
  .navbar-collapse .navbar-nav .active {
    width: 100%;
    color: #004B50 !important;
  }
}
.main-stage {
  margin-top: 60px;
  height: 440px;
  background-image: url("../images/stage-main-new.png");
  background-repeat: no-repeat;
  background-color: #91DFCD;
  background-size: cover;
  background-position: center;
}
.main-stage .logo-stage {
  margin-top: 269.75px;
  margin-left: -190px;
  width: 290px;
}
.main-stage .headline {
  margin-top: 230px;
  color: white;
  margin-left: 55px;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.6);
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  .main-stage .headline {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-stage .headline {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-stage .headline {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-stage .headline {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .main-stage .headline {
    margin-left: 188px;
  }
}

.main-carusel {
  background: rgb(10, 149, 140);
  background: linear-gradient(45deg, rgb(10, 149, 140) 0%, rgb(168, 237, 212) 50%, rgb(135, 240, 248) 100%);
}
.main-carusel p {
  color: #18434D;
  font-weight: 400;
}

.main-results-top {
  background-image: url("../images/bg-results-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #91DFCD;
  background-position: center;
}
.main-results-top h2 {
  font-size: 26px;
  color: #016368;
  font-weight: 600;
}

.main-results-middle {
  background-image: url("../images/bg-results-middle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #91DFCD;
}

.main-results-bottom {
  background-image: url("../images/bg-results-bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #91DFCD;
}

.counter-subtitle-top {
  font-size: 18px;
  color: #016368;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.counter-subtitle-middle-left {
  font-size: 18px;
  color: white;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.counter-subtitle-middle-right {
  font-size: 18px;
  color: #F3C700;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.counter-subtitle-bottom {
  font-size: 18px;
  color: #612269;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.counter-box {
  display: block;
  text-align: center;
}

.counter-box-top .counter-count {
  background-color: #00D0AB;
  color: #18434D;
}

.counter-box-middle-left .counter-count {
  background-color: #004B50;
  color: #F3C700;
}

.counter-box-middle-right .counter-count {
  background-color: #F1DF8E;
  color: #007A83;
}

.counter-box-bottom .counter-count {
  background-color: #612269;
  color: #ffffff;
}

.counter {
  background-color: #eaecf0;
  text-align: center;
}

.counter-count {
  font-size: 24px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 92px;
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
}

.training-p,
.instructor-p,
.location-p,
.satisfied-people-p,
.order-1-p,
.hectare-1-p,
.order-2-p,
.hectare-2-p,
.satisfied-customer-p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 0.75rem;
}

.training-p,
.instructor-p,
.location-p,
.satisfied-people-p {
  color: #016368;
}

.order-1-p,
.hectare-1-p,
.order-2-p,
.hectare-2-p {
  color: #F3C700;
}

.satisfied-customer-p {
  color: #612269;
} 
.main-contact {
  height: 540px;
  background-image: url("../images/bg-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #91DFCD;
  background-position: center;
}
.main-contact img {
  margin-top: 280px;
}
@media only screen and (min-width: 768px) {
  .main-contact img {
    max-width: 500px;
  }
}

.footer {
  padding-bottom: 110px;
  background-color: #6CD1B9;
}
.footer p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #016368;
}
.footer a {
  color: #016368;
  text-decoration: none;
}
.footer a:hover {
  color: white;
}
.footer .address {
  padding-left: 7px;
}
.footer .footer-logo {
  padding-left: 7px;
  width: 140px;
}
.footer .bi-facebook {
  width: 24px;
  height: 24px;
  margin-left: 24px;
}

.no-padding {
  padding: 0px !important;
  background: none !important;
}


.button, .btn-main {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
    background-color: #243765;
    height: 46px !important;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: text-top;
    padding-top: 12px;
    border: none;
}

.button:hover {
    color: #AFC5F8;
}

.button-plus {
    background: transparent;
  background-image: url("../images/btn-bg.svg");
  height: 46px  !important;
  width: 50px !important;
  margin-top: 5px;
  content: "1";
  border: none;
}
.button-plus-main {
  margin-left: 115px;
}

.button {
  margin-top: 5px;
  display: inline-block;
}/*# sourceMappingURL=main.css.map */