@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

.site {
  overflow-x: hidden;
}

.main-content22 h1, .main-content22 h2, .main-content22 h3, .main-content22 h4 {
  color: #ffffff;
}
.main-content22 p, .main-content22 a:not(.btn), .main-content22 li {
  color: #ffffff;
}
.main-content22 .content {
  padding: 0px;
}

.content-block a {
  color: #7BD000;
  text-decoration: underline;
}
.content-block ul {
  list-style-type: none;
}
.content-block ul > li:before {
  content: "–";
  position: absolute;
  margin-left: -1.1em;
}

@media (min-width: 1290px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1280px;
  }
}
.contact-button-holder {
  text-align: center;
  padding: 60px 0px;
}

p, a, li {
  color: #000000;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

a {
  color: #7BD000;
}

a:hover {
  color: #7BD000;
  text-decoration: underline;
}

a:visited {
  color: #7BD000;
}

a:focus {
  color: #7BD000;
  outline: none;
}

*:focus {
  outline: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

h1 {
  font-family: "Muli", sans-serif;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  font-weight: 700;
  padding: 0 0 40px 0px;
  margin: 0px;
  color: #735A2A;
}

h2 {
  font-family: "Muli", sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  font-weight: 400;
  padding: 0 0 40px 0px;
  margin: 0px;
  color: #7BD000;
}

h3 {
  font-family: "Muli", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #735A2A;
  text-align: center;
  font-weight: 700;
  padding: 90px 0px;
  margin: 0px;
}

a.btn-default, button.btn-default {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #7BD000;
  background-color: #7BD000;
  font-size: 22px;
  padding: 7px 30px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Muli", sans-serif;
  font-weight: 600;
}
a.btn-default:visited, a.btn-default.active, a.btn-default.focus, a.btn-default:active, a.btn-default:focus, button.btn-default:visited, button.btn-default.active, button.btn-default.focus, button.btn-default:active, button.btn-default:focus {
  background-color: #7BD000;
  color: #ffffff;
}
a.btn-default:hover, button.btn-default:hover {
  background-color: #ffffff;
  color: #7BD000;
}

a.btn-primary, button.btn-primary {
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #7BD000;
  background-color: transparent;
  font-size: 20px;
  padding: 7px 20px;
  color: #7BD000;
  text-decoration: none;
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
a.btn-primary:visited, a.btn-primary.active, a.btn-primary.focus, a.btn-primary:active, a.btn-primary:focus, button.btn-primary:visited, button.btn-primary.active, button.btn-primary.focus, button.btn-primary:active, button.btn-primary:focus {
  background-color: transparent;
  color: #7BD000;
}
a.btn-primary:hover, button.btn-primary:hover {
  background-color: #7BD000;
  color: #ffffff;
}

.btn-contact {
  text-transform: uppercase;
}

.icon-facebook {
  display: inline-block;
  margin-right: 10px;
}
.icon-facebook img {
  height: 40px;
  width: auto;
}

.icon-mail {
  display: inline-block;
}
.icon-mail img {
  height: 56px;
  width: auto;
}

.social-block {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 100000;
  text-align: right;
}

#contactForm ::-webkit-input-placeholder {
  color: #838282;
  font-weight: 600;
  opacity: 1 !important;
  font-family: "Muli", sans-serif;
  font-size: 15px;
}
#contactForm :-moz-placeholder {
  color: #838282;
  font-weight: 600;
  opacity: 1 !important;
  font-family: "Muli", sans-serif;
  font-size: 15px;
}
#contactForm ::-moz-placeholder {
  color: #838282;
  font-weight: 600;
  opacity: 1 !important;
  font-family: "Muli", sans-serif;
  font-size: 15px;
}
#contactForm :-ms-input-placeholder {
  color: #838282;
  font-weight: 600;
  opacity: 1 !important;
  font-family: "Muli", sans-serif;
  font-size: 15px;
}

.form-control {
  border-radius: 0px;
  box-shadow: none;
  border: solid 1px #707070;
  background-clip: unset;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 15px;
}
.form-control ::-webkit-input-placeholder {
  color: #B0B2B2;
  font-weight: 600;
  opacity: 1 !important;
  font-family: "Muli", sans-serif;
  font-size: 15px;
}
.form-control :-moz-placeholder {
  color: #B0B2B2;
  font-weight: 600;
  opacity: 1 !important;
  font-family: "Muli", sans-serif;
  font-size: 15px;
}
.form-control ::-moz-placeholder {
  color: #B0B2B2;
  font-weight: 600;
  opacity: 1 !important;
  font-family: "Muli", sans-serif;
  font-size: 15px;
}
.form-control :-ms-input-placeholder {
  color: #B0B2B2;
  font-weight: 600;
  opacity: 1 !important;
  font-family: "Muli", sans-serif;
  font-size: 15px;
}

.btn-form {
  font-size: 30px;
  line-height: 30px;
}

.page-link {
  color: #7BD000;
}

@media only screen and (max-width: 576px) and (orientation: portrait) {
  .site {
    overflow-x: hidden;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.logo-holder {
  max-width: 100%;
  transition: all 0.5s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

.headerHome {
  z-index: 10000;
  position: relative;
  padding: 0px;
  height: 760px;
  margin-bottom: 61px;
}
.headerHome .back-image-holder {
  position: relative;
  height: 760px;
}
.headerHome .back-image-holder .back-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 760px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.headerHome .home-content {
  margin-top: 120px;
  padding-right: 30px;
}
.headerHome .home-content h1 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 800;
  color: #735A2A;
}
.headerHome .home-content p {
  font-size: 20px;
}
.headerHome .home-contact {
  position: absolute;
  bottom: -62px;
  left: 0px;
  z-index: 1000;
  width: 420px;
}

.home-content-mobile {
  display: none;
}

.contact-block .contact-block-top {
  background-color: #735A2A;
  color: #ffffff;
  padding: 20px;
  font-size: 22px;
  line-height: 22px;
}
.contact-block .contact-block-phone {
  background-color: #7BD000;
  color: #ffffff;
  padding: 20px;
  font-size: 22px;
  line-height: 22px;
}
.contact-block .contact-block-phone .fas {
  font-size: 30px;
}
.contact-block .contact-block-phone a {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
}
.contact-block .contact-block-mail {
  background-color: #7BD000;
  color: #ffffff;
  padding: 20px;
  font-size: 22px;
  line-height: 22px;
}
.contact-block .contact-block-mail .far {
  font-size: 30px;
}
.contact-block .contact-block-mail a {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
}
.contact-block .contact-icon {
  display: inline-flex;
  width: 50px;
  justify-content: center;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .logo-holder {
    max-width: 100%;
    transition: all 0.5s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .home-content-mobile {
    display: block;
  }

  .headerHome {
    height: auto;
    margin-bottom: 30px;
  }
  .headerHome .home-content {
    margin-top: 20px;
    padding-right: 0px;
    display: none;
  }
  .headerHome .home-contact {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    order: 2;
  }
  .headerHome .navigation-holder {
    order: 1;
  }
  .headerHome .back-image-holder {
    height: auto;
  }
  .headerHome .back-image-holder .back-image {
    display: none;
  }

  .contact-block .contact-block-top {
    background-color: #735A2A;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .contact-block .contact-block-phone {
    background-color: #7BD000;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .contact-block .contact-block-phone .fas {
    font-size: 20px;
  }
  .contact-block .contact-block-phone a {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
  }
  .contact-block .contact-block-mail {
    background-color: #7BD000;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .contact-block .contact-block-mail .far {
    font-size: 20px;
  }
  .contact-block .contact-block-mail a {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
  }
  .contact-block .contact-icon {
    width: 30px;
  }
}
.footer-section {
  background-color: #748175;
  padding: 40px 0px 10px;
}
.footer-section h4 {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 30px;
  font-weight: 700;
}
.footer-section h4 a {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 700;
}
.footer-section .footer-list ul.footer-sitemap {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-section .footer-list ul.footer-sitemap li {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.footer-section .footer-list ul.footer-sitemap li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
.footer-section .footer-address {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.footer-section .footer-address p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.footer-section .footer-address a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
.footer-section .footer-address h4 a {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 30px;
  font-weight: 700;
}
.footer-section .footer-address .address-block-phone {
  padding: 10px 0px;
}
.footer-section .footer-address .address-icon {
  display: inline-flex;
  width: 30px;
  justify-content: center;
}
.footer-section .footer-address .address-icon .fas, .footer-section .footer-address .address-icon .far {
  font-size: 20px;
}

.contact-address {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.contact-address p {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.contact-address a {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
.contact-address .address-block-phone {
  padding: 10px 0px;
}
.contact-address .address-icon {
  display: inline-flex;
  width: 30px;
  justify-content: center;
}
.contact-address .address-icon .fas, .contact-address .address-icon .far {
  font-size: 20px;
}

.footer-bottom {
  padding-top: 100px;
}

.footer-navigation {
  text-align: right;
  color: #ffffff;
}
.footer-navigation ul {
  display: inline-flex;
  list-style: none;
  margin: 5px 0 0 0px;
  padding: 0px;
}
.footer-navigation ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  margin: 0 0px;
}
.footer-navigation ul li a {
  color: #ffffff;
  font-size: 12px;
}
.footer-navigation ul li:after {
  content: '|';
  margin: 0px 10px;
  display: inline-block;
}
.footer-navigation ul li:last-of-type:after {
  display: none;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .footer-section {
    background-color: #748175;
    padding: 40px 0px 10px;
  }
  .footer-section h4 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-section {
    background-color: #748175;
    padding: 40px 0px;
  }
  .footer-section .footer-top .footer-logo {
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .footer-section {
    background-color: #748175;
    padding: 40px 0px;
  }
  .footer-section .footer-top .footer-logo {
    margin-bottom: 20px;
  }
  .footer-section .footer-top .footer-nav {
    margin-bottom: 20px;
  }
}
.top-container {
  position: relative;
  height: 860px;
  padding: 0px;
}

.home-blocks {
  margin-bottom: 100px;
}
.home-blocks .card-group > .card:not(:last-child) {
  border-radius: 0px;
  border: none;
}
.home-blocks .card-group .card {
  border-radius: 0px;
  border: none;
}
.home-blocks .card-group .card-body {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.home-blocks .card-group .card-body .card-block {
  align-content: center;
  height: 100%;
}
.home-blocks .card-group .card-body .card-block h5 {
  text-align: center;
  color: #735A2A;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin: 20px 0px;
}
.home-blocks .card-group .card-body .card-block p {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.home-blocks .card-group .card-footer {
  text-align: center;
  background-color: transparent;
  border-top: 0px;
  padding-bottom: 30px;
}

.banner-section {
  height: 300px;
  background-position: center right;
  background-repeat: no-repeat;
}
.banner-section .banner-block {
  height: 300px;
  align-items: center;
  display: flex;
  align-content: center;
  flex-direction: row;
}
.banner-section .banner-block .banner-content .banner-title {
  font-size: 50px;
  line-height: 60px;
  font-family: "Muli", sans-serif;
}
.banner-section .banner-block .banner-content .banner-button {
  margin-top: 30px;
  text-align: center;
}
.banner-section .banner-image-holder {
  position: relative;
}
.banner-section .banner-image-holder .banner-image {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 100;
  width: 815px;
  height: 354px;
}

.help-holder {
  padding: 50px 0px;
}

.about-holder {
  padding: 40px 0px;
  background-color: #748175;
}
.about-holder .container {
  background-repeat: no-repeat;
}
.about-holder .container .about-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  height: 100%;
}
.about-holder .container .about-content .about-block h2 {
  padding: 0 0 40px 30px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #ffffff;
}
.about-holder .container .about-content .about-block .about-text p {
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 30px;
}

.swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contactFormSection {
  padding-bottom: 90px;
}

.startformbutton {
  text-align: center;
}

.back-button {
  text-align: left;
  margin-top: 30px;
}

.next-button {
  text-align: right;
  margin-top: 30px;
}

.back-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-section .container {
    max-width: 100%;
  }
  .banner-section .banner-image-holder {
    position: relative;
    overflow-x: hidden;
  }
  .banner-section .banner-image-holder .banner-image {
    overflow-x: hidden;
    left: auto;
    z-index: 100;
    width: auto;
    height: auto;
  }

  .about-holder {
    height: 680px;
    background-color: #748175;
  }
  .about-holder .container {
    background-repeat: no-repeat;
    background-position: -100px 0px;
  }
}
@media only screen and (max-width: 576px) and (orientation: portrait) {
  .banner-section {
    height: auto;
    background-position: center left;
    padding: 30px 0px;
  }
  .banner-section .banner-block {
    height: auto;
  }
  .banner-section .banner-block .banner-content .banner-title {
    font-size: 30px;
    line-height: 40px;
    font-family: "Muli", sans-serif;
  }
  .banner-section .banner-block .banner-content .banner-button {
    margin-top: 30px;
    text-align: center;
  }
  .banner-section .banner-image-holder {
    position: relative;
  }
  .banner-section .banner-image-holder .banner-image {
    position: relative;
    left: auto;
    top: auto;
    z-index: 100;
    width: auto;
    height: auto;
  }

  .about-holder {
    height: auto;
    background-color: #748175;
  }
  .about-holder .container {
    background-repeat: no-repeat;
  }
  .about-holder .container .about-content {
    height: auto;
  }
  .about-holder .container .about-content .about-block {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
  }
  .about-holder .container .about-content .about-block h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 60px 0px;
  }

  .helping-holder .helping-block-title {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  .helping-holder .helping-block-title h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }
  .helping-holder .help-alt-1 {
    order: 1;
  }
  .helping-holder .help-alt-2 {
    order: 2;
  }
  .helping-holder .help-alt-3 {
    order: 3;
  }
  .helping-holder .helping-row .helping-block .helping-white {
    display: none;
  }

  .quote-section {
    background-color: #748175;
    padding-bottom: 20px;
    position: relative;
  }
  .quote-section .quote-section-title {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #ffffff;
  }
  .quote-section .quote-section-title h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }
  .quote-section .quote-content {
    margin-top: 0px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta-section h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .cta-section .cta-button {
    margin-bottom: 30px;
    text-align: center;
  }
  .cta-section .cta-button a.btn-phone, .cta-section .cta-button button.btn-phone {
    font-size: 20px;
    padding: 7px 20px;
  }
  .cta-section .cta-button a.btn-phone .fa-mobile-alt, .cta-section .cta-button button.btn-phone .fa-mobile-alt {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .about-holder {
    height: auto;
    background-color: #748175;
  }
  .about-holder .container {
    background-repeat: no-repeat;
  }
  .about-holder .container .about-content {
    height: auto;
  }
  .about-holder .container .about-content .about-block {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
  }
  .about-holder .container .about-content .about-block h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 60px 0px;
  }
}
@media only screen and (min-width: 1880px) {
  .banner-section {
    position: relative;
  }
  .banner-section .banner-image-holder {
    position: static;
  }
  .banner-section .banner-image-holder .banner-image {
    position: absolute;
    right: 0px;
    left: auto;
    top: 80px;
    z-index: 100;
    width: 815px;
    height: 354px;
  }
}
.navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
}

.navbar-toggler {
  display: none;
  z-index: 99999;
}

.dropdown-item {
  color: #7BD000;
}

.navbar-expand-sm .navbar-collapse {
  height: 100%;
}
.navbar-expand-sm .navbar-collapse .navbar-nav {
  height: 100%;
  align-items: center;
}

.navbar {
  border: none;
  min-height: auto;
  margin-bottom: 0px;
  margin-top: 100px;
  margin-right: -15px;
  height: 100%;
  align-items: center;
  padding: 0px;
}
.navbar .navbar-nav > li {
  font-size: 18px;
  line-height: 18px;
  padding: 0px 25px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.navbar .navbar-nav > li > a {
  display: inline-flex;
  background-color: transparent;
  color: #7BD000;
  font-weight: 800;
  line-height: 18px;
  margin: 0px;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar .navbar-nav > li > a:focus {
  color: #7BD000;
  background-color: transparent;
}
.navbar .navbar-nav > li > a:hover {
  color: #735A2A;
  background-color: transparent;
}
.navbar .navbar-nav > li.last a {
  border-right: none;
}
.navbar .navbar-nav > .active {
  background-color: transparent;
  color: #735A2A;
}
.navbar .navbar-nav > .active:hover {
  color: #735A2A;
  background-color: transparent;
}
.navbar .nav-item.active a {
  background-color: transparent;
  color: #735A2A;
}

.headerHome .navbar .navbar-nav > li > a {
  color: #ffffff;
}
.headerHome .navbar .navbar-nav > li > a:focus {
  color: #ffffff;
}
.headerHome .navbar .navbar-nav > li > a:hover {
  color: #735A2A;
}
.headerHome .navbar .navbar-nav > li.last a {
  border-right: none;
}
.headerHome .navbar .navbar-nav > .active {
  background-color: #735A2A;
  color: #ffffff;
}
.headerHome .navbar .navbar-nav > .active:hover {
  color: #ffffff;
  background-color: #735A2A;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
}

.navbar-toggler {
  display: none;
  border-color: #735a2a;
  margin-top: 20px;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(115,90,42, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navbar {
    margin-top: 70px;
  }

  .navbar-default {
    border: none;
    min-height: auto;
    margin-bottom: 0px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 812px) and (orientation: landscape) {
  .navbar .navbar-nav > li {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .navbar-toggler {
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 99999;
  }

  .navbar {
    height: auto;
    margin-top: 0px;
  }
  .navbar .navbar-nav {
    display: block;
  }
  .navbar .navbar-nav > li {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 15px;
    height: auto;
    display: block;
    align-items: flex-start;
    align-content: flex-start;
    border-bottom: solid 1px #735A2A;
  }
  .navbar .navbar-nav > li > a {
    display: block;
    background-color: transparent;
    color: #7BD000;
    font-weight: 500;
    line-height: 40px;
    margin: 0px;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
  }
  .navbar .navbar-nav > li > a:focus {
    color: #7BD000;
    background-color: transparent;
  }
  .navbar .navbar-nav > li:hover {
    color: #735A2A;
    background-color: transparent;
  }
  .navbar .navbar-nav > li.last a {
    border-right: none;
  }
  .navbar .navbar-nav > li:hover {
    color: #735A2A;
  }

  .navbar-expand-sm .navbar-collapse .navbar-nav {
    height: auto;
    align-items: flex-start;
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .headerHome .navbar {
    margin-top: 0px;
  }
  .headerHome .navbar .navbar-nav > li > a {
    color: #7BD000;
  }
  .headerHome .navbar .navbar-nav > li > a:focus {
    color: #7BD000;
  }
  .headerHome .navbar .navbar-nav > li > a:hover {
    color: #735A2A;
  }
  .headerHome .navbar .navbar-nav > li.last a {
    border-right: none;
  }
  .headerHome .navbar .navbar-nav > .active {
    background-color: transparent;
    color: #735A2A;
  }
  .headerHome .navbar .navbar-nav > .active > a {
    background-color: transparent;
    color: #735A2A;
  }
  .headerHome .navbar .navbar-nav > .active:hover {
    color: #7BD000;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .navbar .navbar-nav > li {
    padding: 0px 10px;
  }
  .navbar .navbar-nav > li > a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-nav > li {
    padding: 0px 22px;
  }
}
.title-holder h1 {
  margin: 60px 0px;
  padding: 0px;
}

.base-relative {
  position: relative;
}

.base-contact {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 420px;
}

.base-banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 460px;
}

.content-holder {
  margin-bottom: 30px;
}

.content-main-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-time-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content .content-block {
  margin: 30px -15px 0px -15px;
}

.content-more {
  background-color: #ffffff;
  padding: 30px 100px;
}

.content-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.content-content h1 {
  padding: 20px 0 30px 0;
  margin: 0;
  color: #B0B2B2;
}
.content-content h2, .content-content h3, .content-content h4, .content-content h5, .content-content h6 {
  padding: 20px 0 5px 0;
  margin: 0;
  color: #B0B2B2;
}
.content-content p {
  margin: 0;
  padding: 0px 0 20px 0;
}
.content-content p, .content-content a, .content-content li {
  color: #000000;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.swiper-container {
  position: relative;
  max-height: 714px;
}
.swiper-container .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-holder {
  padding: 100px 0px;
}

h3.contact-form-title {
  padding-top: 0px;
  text-align: left;
}

.contentH .content-content {
  padding: 30px 0px 0px 0px;
}

.image-block-small {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.base-content .base-title {
  display: table;
  height: 100%;
}
.base-content .base-title h1 {
  margin: 0px 0;
  padding: 0px;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #B0B2B2;
  letter-spacing: 0.2px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.base-content-holder {
  background-color: #ffffff;
}

.main-content {
  background-color: #ffffff;
  min-height: 300px;
  padding-right: 0px;
}
.main-content h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #B0B2B2;
}

.content1 h1 {
  margin-top: 40px;
}
.content1 h2, .content1 h3, .content1 h4, .content1 p, .content1 ul, .content1 ol {
  margin: 0px 0px;
}

.content8 {
  margin-bottom: 30px;
}
.content8 h1 {
  margin-top: 40px;
}
.content8 h2, .content8 h3, .content8 h4, .content8 p, .content8 ul, .content8 ol {
  margin: 0px 0px;
}

.content-holder-1 .content1 {
  padding-top: 60px;
}
.content-holder-1 .content2 {
  padding-top: 60px;
}
.content-holder-1 .content3 {
  padding-top: 60px;
}
.content-holder-1 .content4 {
  padding-top: 60px;
}
.content-holder-1 .content5 {
  padding-top: 60px;
}
.content-holder-1 .content6 {
  padding-top: 60px;
}
.content-holder-1 .content7 {
  padding-top: 60px;
}

.content2 {
  margin-bottom: 30px;
}

.content3 {
  margin-bottom: 30px;
}

.content4 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.content4 .btn {
  font-size: 26px;
  line-height: 26px;
}

.content6 {
  margin-top: 30px;
}

.content7 {
  padding: 120px 0px;
  background-color: #B0B2B2;
}
.content7 .content7-content p {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.content7 .content7-content a {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: underline;
}

.images-title {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.images-title h2 {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.content5 {
  margin-top: 60px;
}
.content5 .list-number {
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
  color: #ffffff;
  background-color: #7BD000;
  border-radius: 75px;
  width: 160px;
  height: 160px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.content5 .list-text {
  margin-left: 30px;
}
.content5 .list-text h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.content5 .list-row-block {
  margin-bottom: 60px;
}

.content9 {
  margin-bottom: 30px;
}
.content9 .helping-grey {
  background-color: #748175;
}
.content9 .helping-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content9 .helping-block {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}
.content9 .helping-block .helping-content {
  padding: 0px;
  color: #000000;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.content9 .helping-block .helping-content .helping-button {
  margin-top: 30px;
}
.content9 .helping-block .helping-content .helping-button a.helping-link {
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.content9 .helping-block .helping-content .helping-button a.helping-link:hover {
  text-decoration: underline;
}
.content9 .helping-block .helping-content h3 {
  padding: 0px;
  font-family: "Muli", sans-serif;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  font-weight: 700;
  padding: 0 0 10px 0px;
  margin: 0px;
  color: #735A2A;
}
.content9 .helping-block .helping-white {
  position: absolute;
  height: 90px;
  width: 100%;
  background-color: #ffffff;
  left: 0px;
  bottom: -90px;
  z-index: 1000;
}
.content9 .helping-block .helping-white.last {
  display: none;
}
.content9 .helping-quote {
  border-left: solid 2px #7BD000;
  padding-left: 20px;
}
.content9 .content-button {
  margin-top: 30px;
}

.content10 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.content10 .card {
  border: none;
}
.content10 .card .block-image {
  text-align: center;
  margin-bottom: 30px;
}
.content10 .card h3 {
  min-height: 56px;
  margin-bottom: 30px;
}

.content-base-block {
  background-color: #ffffff;
}

.h2spacer {
  padding: 0 0 20px 0;
  margin: 0px;
  font-family: "Muli", sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.content-base-block .content1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.work-block {
  position: relative;
  background-color: #735A2A;
  padding-top: 70px;
  padding-bottom: 70px;
}
.work-block .work-content {
  text-align: center;
}
.work-block .work-content h2 {
  text-align: center;
  color: #ffffff;
}
.work-block .work-content p {
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
}
.work-block .work-content p a {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .contentH .content-content {
    padding: 30px 0px 0px 20px;
  }

  .content-main-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content8 .button-left {
    text-align: center;
  }
  .content8 .button-right {
    text-align: center;
    margin-top: 20px;
  }

  .base-contact {
    display: none;
  }

  .contact-holder {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
  .container {
    max-width: 667px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .contact-holder {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .container {
    max-width: 812px;
  }
}

/*# sourceMappingURL=all.css.map */
