body {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  color: #1c1c1c;
  letter-spacing: normal;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
button:active, button:focus {
  outline: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none !important;
  color: #004d34;
}

*:active,
*:focus {
  outline: none;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

u {
  border-bottom: 0.0625rem solid #fff;
  line-height: 1;
  text-decoration: unset;
}

.cboth::after {
  content: "";
  display: table;
  clear: both;
}
.cboth {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

h1, h2 {
  font-size: 2.125rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.24;
  color: #004d34;
  margin-bottom: 0.9375rem;
}

h3 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.24;
  color: #1c1c1c;
}

p, ul, ol {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6c6c6c;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  letter-spacing: 0.0244rem;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6c6c6c;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  letter-spacing: 0.0244rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6c6c6c;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  letter-spacing: 0.0244rem;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6c6c6c;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  letter-spacing: 0.0244rem;
}

.xlarea h1, .xlarea h2, .xlarea h3, .xlarea h4, .xlarea h5, .xlarea h6 {
  font-size: 50px;
}
.xlarea .wpb_text_column > .wpb_wrapper > p:first-child {
  margin-top: 75px;
}

.go-top {
  bottom: 0.9375rem;
  display: none;
  position: fixed;
  right: 0.9375rem;
  z-index: 999;
}
.go-top img {
  width: 2.1875rem;
}
.go-top span {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  float: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  padding: 0.3125rem 0.625rem;
}
.go-top span:hover {
  color: #fff;
}

#npreOverlay {
  background: green;
}

.wpb_single_image img {
  border-radius: 5px;
}

.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999999;
}

.spinner {
  width: 5rem;
  height: 5rem;
  border: 0.125rem solid #f3f3f3;
  border-top: 0.1875rem solid #004d34;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading-msg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.5625rem;
  text-align: center;
  color: #333;
  font-size: 0.8em;
}

.header-area {
  padding-top: 0.625rem;
  border-bottom: 0.375rem solid #004d34;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
}
.header-area + * {
  margin-top: 128px;
}
.header-area + #maincontent {
  margin-top: 250px;
}
.header-area .header-top {
  margin-top: 35px;
}

body.admin-bar .header-area {
  top: 32px;
}

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

.header-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  grid-gap: 0.625rem;
}
.header-social img {
  width: 1.25rem;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-inner {
  position: relative;
}

.menu-left {
  position: absolute;
  top: -42px;
  padding: 1.0625rem 0.9375rem;
  box-shadow: 0.25rem 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header-area .header .menu-left img {
  width: 250px;
}

.menu {
  margin-right: 0;
  margin-left: 300px;
}
.menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0 0.625rem;
}
.menu ul li a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  color: #828282;
  display: block;
  line-height: 1.4 !important;
  padding-bottom: 0.1875rem;
  text-transform: uppercase;
}
.menu ul li ul li {
  padding: 0;
}
.menu ul li ul li a {
  padding: 0 0.625rem;
}
.menu ul li:hover > a, .menu ul li.current-page-ancestor > a, .menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-parent > a, .menu ul li.current_page_parent > a, .menu ul li.current_page_ancestor > a, .menu ul li.current-menu-item > a {
  color: #1c1c1c;
}
.menu ul ul li:hover > a, .menu ul ul li.current-page-ancestor > a, .menu ul ul li.current-menu-ancestor > a, .menu ul ul li.current-menu-parent > a, .menu ul ul li.current_page_parent > a, .menu ul ul li.current_page_ancestor > a, .menu ul ul li.current-menu-item > a {
  background-color: #0e855f;
  color: #fff;
}

body.tribe_events-template-default .menu ul li.veranstaltungen > a,
body.single-post .menu ul li.nachrichten > a {
  color: #1c1c1c;
}

body.tribe_events-template-default .menu ul ul li.veranstaltungen > a,
body.single-post .menu ul ul li.nachrichten > a {
  background-color: #0e855f;
  color: #fff;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #004d34;
  min-width: 230px;
  flex-direction: column;
}
.dropdown-menu li {
  display: block;
}
.dropdown-menu li a {
  padding: 0.3125rem 0.625rem;
  line-height: 1.5;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff !important;
  position: relative;
}
.dropdown-menu li a:hover {
  border: 0;
}

.dropdown a {
  position: relative;
}
.dropdown > a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

main .mobileMenuOpener {
  display: none;
}

.panel-header {
  display: none;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 16rem;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
  background: #34495e;
}
.slideout-open .line:nth-child(1) {
  transform: translateY(0.625rem) rotate(45deg);
}
.slideout-open .line:nth-child(2) {
  opacity: 0;
}
.slideout-open .line:nth-child(3) {
  transform: translateY(-0.625rem) rotate(-45deg);
}

.hamburger {
  cursor: pointer;
}
.hamburger .line {
  width: 2.5rem;
  height: 0.25rem;
  background-color: #004d34;
  display: block;
  margin: 0.375rem auto;
  transition: all 0.3s ease;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  opacity: 0.8;
}

.btn-hamburger {
  cursor: pointer;
}
.btn-hamburger img {
  width: 1.6875rem;
}

.menu-section-list {
  padding: 1.5625rem 0.625rem;
}
.menu-section-list li {
  display: block;
}
.menu-section-list li a {
  line-height: 2;
  color: #fff;
}
.menu-section-list li a:hover {
  color: #bdc3c7;
}

.header .shape-bttn {
  bottom: -1.3125rem;
  position: relative;
  z-index: 5;
}

@media (min-width: 62rem) {
  .dropdown:hover > a + .dropdown-menu {
    display: flex;
  }
  .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .dropdown .dropdown > a::after {
    transform: rotate(-90deg);
    margin-top: -0.25rem;
  }
}
@media (max-width: 61.9375rem) {
  #main {
    padding-top: 0;
  }
  .header-area {
    display: none;
  }
  .mobile-logo {
    width: 8.125rem;
  }
  .dropdown-menu {
    width: 100%;
    padding-top: 0;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    position: unset;
    top: unset;
  }
  .menu ul li {
    display: block;
  }
  .menu ul li .dropdown-menu li {
    padding-left: 0.625rem;
  }
  .menu ul li .dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
    line-height: 2;
  }
  .menu ul li a {
    color: #fff;
    display: block;
    padding: 0.625rem 0;
    line-height: 2;
  }
  .dropdown > a::after {
    right: 0.625rem;
    position: absolute;
    top: 50%;
    margin-top: -0.0625rem;
  }
  main .mobileMenuOpener {
    display: block;
    position: absolute;
    width: 1.25rem;
    height: 100%;
    z-index: 10;
  }
  .panel-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background: #fff;
    box-shadow: 0rem 0.0625rem 0.1875rem #eee;
    padding: 0.625rem 0.9375rem;
  }
}
@media (max-width: 1199px) {
  .menu {
    margin-left: 11.875rem;
  }
  .menu ul li {
    padding: 0 0.4375rem;
  }
  .menu-left {
    position: absolute;
    top: 0;
    padding: 0.9375rem 0;
  }
}
@media (max-width: 991px) {
  .menu {
    margin-left: 0;
  }
}
.footer-top-img img {
  width: 100%;
}

.footer-area {
  background: #004d34;
  padding-top: 3.125rem;
}
.footer-area a:hover {
  color: #ededed;
}

.footer-left h4 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.57;
  color: #fff;
}
.footer-left address {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57;
  color: #fff;
  margin: 0;
  margin: 0.625rem 0;
}
.footer-left a {
  font-size: 0.875rem;
  line-height: 1.57;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 991px) {
  .footer-left {
    margin-bottom: 1.875rem;
  }
}

.footer-menu a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  display: block;
}
.footer-menu > ul > li:first-of-type > a {
  font-weight: 700;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .footer-menu {
    margin-bottom: 1.5625rem;
  }
}

.footer-bttm {
  padding-top: 5.9375rem;
  padding-bottom: 1.25rem;
}
.footer-bttm p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(245, 245, 245, 0.5);
  position: relative;
}
.footer-bttm p::before {
  position: absolute;
  content: "";
  width: 65%;
  height: 0.0625rem;
  background: rgba(245, 245, 245, 0.5);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-bttm span {
  background: #004d34;
}
@media (max-width: 1199px) {
  .footer-bttm p::before {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .footer-bttm {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .footer-bttm p::before {
    width: 0;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 1.5625rem;
  }
}

.footer-right .social-icon img {
  filter: brightness(0) invert(1);
}

.social-icon {
  margin-bottom: 0.9375rem;
}

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

.shape-bttn > *,
.vc_btn3-container > * {
  display: inline-block !important;
  background-image: none !important;
  border-radius: 5px !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
  color: #1c1c1c !important;
  text-decoration: none !important;
  text-align: center !important;
  background-color: #fdea21 !important;
  border: 1px solid #fdea21 !important;
  padding: 0.625rem 1.25rem !important;
  z-index: 1 !important;
}
.shape-bttn > a,
.vc_btn3-container > a {
  transform: rotate(-3.08deg) !important;
  transition: all 0.3s ease !important;
}
.shape-bttn > a:hover, .shape-bttn > a:active, .shape-bttn > a:focus,
.vc_btn3-container > a:hover,
.vc_btn3-container > a:active,
.vc_btn3-container > a:focus {
  transform: rotate(0) !important;
}

.special-button .shape-bttn {
  position: relative;
  top: -1.875rem;
}
.special-button .shape-bttn h2 {
  width: 100%;
  font-size: 1.5rem !important;
}

.accordion {
  padding: 0 2.5rem 0.625rem 1.25rem;
}
@media (max-width: 1199px) {
  .accordion {
    padding: 0;
  }
}

.accordion-item {
  background-color: #fff;
  border: 0;
  padding: 0.625rem 4.375rem 0.625rem 1.875rem;
}
.accordion-item:first-of-type {
  border-bottom: 0.0625rem solid #f5f5f5;
}
.accordion-item:first-of-type .accordion-button {
  border: 0;
}
.accordion-item h4 {
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  .accordion-item {
    padding: 0.625rem;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.4;
  color: #1c1c1c;
}
.accordion-button:not(.collapsed) {
  color: #1c1c1c;
  background-color: #fff;
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow-accordion.svg);
  transform: rotate(90deg);
  content: "";
}
.accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}
.accordion-button::after {
  background-image: url(../img/arrow-accordion.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s ease-in-out;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
}

.accordion-body {
  padding: 0;
  padding-top: 0.3125rem;
  padding-right: 3.75rem;
  font-size: 1rem;
  color: #1c1c1c;
}

.banner-area {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.banner-area,
.banner-area .container,
.banner-area .container .row,
.banner-area .container .row .col-12 {
  height: 500px;
}
.banner-area .container .row {
  margin-left: 0;
  margin-right: 0;
}
.banner-area .container .row .col-12 {
  padding: 0;
  position: relative;
}

.banner-text {
  padding: 2rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.banner-text h1,
.banner-text h2 {
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.24;
  color: #1c1c1c;
}
.banner-text h1 {
  text-transform: uppercase;
}
.banner-text p a {
  color: #1c1c1c;
}
.banner-text p.bsd-banner-subtitle {
  font-family: "Satisfy", cursive;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.5;
  color: #004d34;
  margin-top: 1.25rem;
  text-decoration: none;
}

.banner-img img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .banner-text {
    padding: 0.625rem;
    padding-left: 1.5625rem;
  }
  .banner-text h2 {
    font-size: 1.5rem;
  }
  .mobile-logo {
    width: 6.25rem;
  }
  .banner-img img {
    height: 18.75rem;
  }
}
@media (max-width: 575px) {
  .banner-text h2 {
    font-size: 1.375rem;
  }
  .banner-img img {
    height: 18.75rem;
  }
}
.article-area {
  padding-top: 9.375rem;
  padding-bottom: 4.6875rem;
}
@media (max-width: 991px) {
  .article-area {
    padding-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .article-area {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 575px) {
  .article-area {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.article-text {
  max-width: 43.75rem;
}
@media (max-width: 991px) {
  .article-text {
    margin-top: 1.5625rem;
  }
}

.article-img {
  position: relative;
}

.tree-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 767px) {
  .tree-img {
    width: 6.875rem;
  }
}

.flex-end {
  align-items: flex-end;
  flex-direction: row-reverse;
}

.turf-season-area {
  position: relative;
}

.turf-season-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38.125rem;
  background: #fff;
  padding: 2.9375rem 3.6875rem 2.4375rem 6rem;
}
.turf-season-text p {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: #004d34;
}
.turf-season-text .shape-bttn {
  position: absolute;
  top: -0.875rem;
  left: -5rem;
}
@media (max-width: 991px) {
  .turf-season-text .shape-bttn {
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .turf-season-text {
    max-width: 29.375rem;
    width: 100%;
    padding: 1.25rem;
    padding-top: 3.125rem;
  }
  .turf-season-text .shape-bttn {
    left: 0.625rem;
  }
}
@media (max-width: 575px) {
  .turf-season-text .shape-bttn {
    left: 0.625rem;
  }
}

.truf-season-img img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .truf-season-img img {
    height: 23.75rem;
    background-size: 100%;
    background-position: 100%;
  }
}
@media (max-width: 575px) {
  .truf-season-img img {
    height: 31.25rem;
  }
}

.for-customers-area {
  background-image: url(../img/additional/frame.png);
  background-repeat: repeat;
  padding: 5.625rem 0;
  width: 100%;
  border-top: 7.5rem solid #e8dede;
  border-bottom: 7.5rem solid #e8dede;
}

.for-customers-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.625rem;
}

.for-customers-img {
  width: 100%;
}
.for-customers-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.fur-icon-inner {
  max-width: 14.375rem;
  width: 100%;
}

.fur-icon {
  text-align: center;
  padding: 0.875rem 1.5625rem 1.5rem 1.625rem;
  box-shadow: 0.25rem 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.05);
  background-color: #f8f8f8;
}
.fur-icon img {
  width: 125px;
}
.fur-icon p {
  font-size: 1rem;
  line-height: 1.5;
  color: #1c1c1c;
  margin-top: 15px;
}
.fur-icon > p {
  font-weight: 700;
}

@media (min-width: 992px) {
  .for-customers-left.image-left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .for-customers-left.equal-width .fur-icon-inner {
    max-width: 50%;
  }
  .for-customers-left.equal-width .for-customers-img {
    max-width: 50%;
  }
}
.for-customers-left.text-align-left .fur-icon {
  text-align: left;
}
.for-customers-left.text-align-right .fur-icon {
  text-align: right;
}
.for-customers-left.has-content {
  align-items: stretch;
}
.for-customers-left.has-content .fur-icon-inner,
.for-customers-left.has-content .for-customers-img {
  display: flex;
  flex-direction: column;
}
.for-customers-left.has-content .fur-icon {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.for-customers-left.has-content .for-customers-img img {
  height: 100%;
  min-height: 270px;
}

.convinced-area {
  position: relative;
}
@media (max-width: 991px) {
  .convinced-area {
    padding-top: 4.6875rem;
    margin-bottom: -4.375rem;
    position: relative;
  }
}

.convinced-inner {
  border: 2.5rem solid #004d34;
  max-width: 43.75rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .convinced-inner {
    max-width: 33.75rem;
  }
}
@media (max-width: 767px) {
  .convinced-inner {
    max-width: 30rem;
  }
}
@media (max-width: 575px) {
  .convinced-inner {
    border: 1.25rem solid #004d34;
  }
}

.convinced-text {
  text-align: center;
  padding-top: 2.8125rem;
  padding-bottom: 4.0625rem;
  position: relative;
}
.convinced-text h2 {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.27;
  color: #004d34;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
.convinced-text p {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: #1c1c1c;
  text-transform: uppercase;
}
.convinced-text .shape-bttn {
  right: -0.625rem;
  position: absolute;
  bottom: -0.875rem;
}

.customar-left {
  background-color: #f8f8f8;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .customar-left {
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 575px) {
  .customar-left {
    padding: 1.25rem 0.625rem;
  }
}

.service-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
.service-inner .single-service {
  flex: 1 1 30%;
  max-width: 33%;
}
@media (max-width: 991px) {
  .service-inner {
    gap: 1.5625rem 0;
  }
}
@media (max-width: 767px) {
  .service-inner .single-service {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.single-service {
  background-color: #f8f8f8;
  width: 100%;
  border-radius: 5px;
}
.single-service img {
  width: 100%;
}
.single-service .shape-bttn span {
  width: 100%;
}

.service-text {
  padding: 0 1.25rem 2.1875rem 1.25rem;
}
.service-text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
}
.service-text .shape-bttn {
  position: relative;
  top: -1.25rem;
  text-align: left;
}
@media (max-width: 575px) {
  .service-text {
    padding: 0 0.9375rem 1.5625rem 0.9375rem;
  }
}

.counter-area {
  background-color: #004d34;
  padding: 6.25rem 0;
  margin: 9.375rem 0;
}
@media (max-width: 991px) {
  .counter-area {
    margin: 6.25rem 0;
  }
}
@media (max-width: 767px) {
  .counter-area {
    padding: 3.125rem 0;
  }
  .counter-area .row {
    gap: 1.5625rem 0;
  }
}
@media (max-width: 575px) {
  .counter-area {
    margin: 3.125rem 0;
    padding: 3.125rem 0;
  }
}

.single-counter {
  text-align: center;
}
.single-counter > div:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.counter-single {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #1c1c1c;
  font-size: 4.6875rem !important;
  margin-top: 0;
  font-weight: 300;
}
.counter-single span {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .counter-single span {
    font-size: 2rem;
  }
}

.u-text--mono {
  line-height: 1;
}

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

.counter-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.44;
  color: #fff;
}
.counter-text h3 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  margin-top: 1.5625rem;
}
@media (max-width: 991px) {
  .counter-text br {
    display: none;
  }
}

.partner-area {
  padding: 9.375rem 0;
  overflow: hidden;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .partner-area {
    padding: 6.25rem 0;
  }
}
@media (max-width: 767px) {
  .partner-area {
    padding: 4.375rem 0;
  }
}
@media (max-width: 575px) {
  .partner-area {
    padding: 3.125rem 0;
  }
}

.partner {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1.875rem 0;
}

.partner-track {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  will-change: transform;
}
.partner-track .partner-img {
  margin-bottom: 0;
  flex-shrink: 0;
}

.partner-img {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2.5rem;
}
.partner-img img {
  width: auto;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.partner-img img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

.partner-title {
  margin-bottom: 3.125rem;
}
.partner-title h2 {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.27;
  color: #004d34;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem;
  align-items: center;
  justify-items: center;
}
@media (max-width: 991px) {
  .partner-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}
@media (max-width: 575px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.partner-grid .partner-img {
  padding: 1rem;
  border: 1px solid #828282;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
  padding-top: 35px;
  padding-bottom: 35px;
}
.maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row).vc_column-gap-35 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) .vc_row.vc_inner:not(.vc_grid):not(.vc_gitem_row):not(:last-child) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.maincontent h1,
.maincontent h2,
.maincontent h3,
.maincontent h4,
.maincontent h5,
.maincontent h6,
.maincontent p,
.maincontent ul,
.maincontent ul li:not(:last-child),
.maincontent ol,
.maincontent ol li:not(:last-child) {
  margin-bottom: 15px;
}
.maincontent ul ul,
.maincontent ul ol,
.maincontent ol ul,
.maincontent ol ol {
  margin-top: 15px;
}
.maincontent h1 {
  margin-bottom: 35px;
}
.maincontent .wpb_text_column + .wpb_text_column,
.maincontent .wpb_text_column + *,
.maincontent .wpb_text_column + .vc_row {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
    padding: 20px 0;
  }
}

.wbicon-list img {
  width: auto;
  height: 120px;
}
.wbicon-list .vc_figure-caption {
  text-align: center;
}

.z-1, .z-2 {
  position: relative;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}

.specializedbg-green .wpb_column:first-of-type .wpb_single_image {
  position: relative;
}
.specializedbg-green .wpb_column:first-of-type .wpb_single_image:before {
  content: "";
  width: 200vw;
  height: 110%;
  z-index: -1;
  background: #004d34;
  position: absolute;
  left: -100vw;
  top: -5%;
}
.specializedbg-green .wpb_column .wpb_single_image {
  color: #fff;
}

body {
  overflow-x: hidden !important;
}

.maincontent {
  padding-top: 35px;
}
.maincontent ul {
  list-style: none;
  padding-left: 0;
}
.maincontent ul li {
  position: relative;
  padding-left: 2em;
}
.maincontent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1em;
  height: 1em;
  background: url("../img/check.svg") no-repeat;
}

a {
  text-decoration: none;
}

footer ul {
  list-style: none;
  margin: 0;
}

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

.header-area .header .menu-left,
.header-area .header .menu-left img,
.header-area .menu,
.header-area .header-top {
  transition: all 0.2s ease-in-out;
}
.header-area.sticky .header .menu-left {
  top: -10px;
}
.header-area.sticky .header .menu-left img {
  width: 160px;
}
.header-area.sticky .menu {
  margin-left: 215px;
}
.header-area.sticky .header-top {
  margin-top: 0;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  color: #1c1c1c !important;
  font-size: 1.25rem !important;
}
.vc_tta.vc_general .vc_tta-panel {
  padding: 0;
  margin-top: 1px;
}
.vc_tta.vc_general .vc_tta-panel:first-of-type {
  border-bottom: 0.0625rem solid #f5f5f5;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-color: transparent !important;
  background-color: #fff !important;
}
.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading,
.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  border-color: transparent !important;
  background-color: #fff !important;
}
.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  padding-top: 0;
}
.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body > * {
  color: #1c1c1c !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: transparent !important;
  background-color: #fff !important;
}

.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  margin-bottom: 0 !important;
}

.xlarea .wpb_text_column > .wpb_wrapper > p:first-child {
  margin-top: 20px;
}

.specialicons .wpb_single_image {
  text-align: center;
}
.specialicons .wpb_single_image img {
  width: auto;
  height: 4.375rem;
}
.specialicons .wpb_single_image .vc_figure-caption {
  text-align: center;
}

.white * {
  color: #fff;
}

.offset-right {
  position: relative;
  top: -0.9375rem;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
  font-size: 110%;
  text-transform: uppercase;
}

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