body, html {
  scroll-behavior: smooth;
  font-family: "Raleway";
  scroll-padding-top: 0px;
}

section {
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.absolute-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 2600px;
  margin-top: -230px;
}

.navbar {
  background-color: #FFF;
  transition: 1s;
  z-index: 1;
}
.navbar-nav {
  justify-content: end;
}
.navbar-brand img {
  height: 100px;
}
.navbar .nav-item {
  padding: 15px 12px;
}
.navbar .nav-link {
  color: #2c2c2c !important;
  font-size: 16px;
  padding: 0px;
}
.navbar .nav-link:hover {
  color: #F7C35F !important;
}
.navbar .active {
  color: #F7C35F !important;
}
.navbar:before {
  position: absolute;
  left: 0;
  bottom: -9px;
  content: "";
  height: 100px;
  width: 100%;
  background: url(../img/1.png);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: rotate(-0.3deg);
}

.dropdown-menu {
  border: none;
  border-radius: 0px;
  background-color: #49A760;
  position: absolute !important;
  top: 44px;
  right: 0px;
  width: fit-content;
}
.dropdown-menu a {
  color: #FFF;
}

.navbar-active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
  top: -10px;
  transition: 1s;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:focus-visible {
  background-color: #49A760;
  color: #FFF;
  outline: none;
}

.nav-static {
  border-bottom: 1px solid #D2DADC;
  padding: 10px 0;
  transition: all 0.5s;
  background-color: #FFF;
  z-index: 1035;
  position: relative;
}
.nav-static .container {
  display: block;
}
.nav-static .navbar-nav {
  flex-direction: row;
}
.nav-static .nav-item {
  padding: 5px 12px;
}
.nav-static .nav-item:last-child {
  padding-right: 0px !important;
}
.nav-static .nav-link {
  color: #49A760 !important;
  font-size: 16px;
  padding: 0px;
}
.nav-static .nav-link:hover {
  color: #F7C35F !important;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 56px;
  font-weight: 700;
}

h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1;
  position: relative;
}
h2::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  height: 2px;
  width: 60px;
  background-color: #F7C35F;
}

h3 {
  font-size: 24px;
  margin: 0;
}

.font-caveat {
  font-family: "Caveat";
  display: block;
  font-size: 22px;
  text-align: right;
  margin-top: 35px;
  color: #F7C35F;
}

.img-arrow {
  position: absolute;
  right: -105px;
  bottom: 10px;
  height: 65px;
  z-index: 2;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:focus-visible, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #F7C35F;
  border: 0px;
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.btn-check:active + .btn-secondary, .btn-secondary:active:focus, .btn-secondary:focus-visible, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-check:focus + .btn-secondary, .btn-secondary:focus {
  background-color: transparent;
  border: 0px;
  color: #2c2c2c;
  outline: none;
  box-shadow: none;
}

.btn {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 700;
}

.btn-primary {
  color: #2c2c2c;
  border: 0px;
  background-color: #F7C35F;
}
.btn-primary:hover {
  background-color: #49A760;
}

.btn-secondary {
  color: #49A760;
  border: 0px;
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
}
.btn-secondary:hover {
  background-color: #49A760;
}

p {
  font-size: 16px;
  line-height: 1.7;
  color: #2c2c2c;
  margin-bottom: 0;
}

.special-list {
  padding-left: 0px;
}
.special-list li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.special-list li:before {
  content: "-";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0px;
  font-size: 25px;
  color: #F7C35F;
}
.special-list li a {
  color: #2c2c2c;
}
.special-list li a:hover {
  color: #F7C35F;
}

header {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
header .container {
  z-index: 1;
  position: relative;
}
header .container h1 {
  margin-top: 100px;
  color: #FFF;
  font-size: 56px;
  text-shadow: 0 0 35px rgba(0, 0, 6, 0.4);
  margin-bottom: 65px;
}
header .container h1 span {
  text-transform: uppercase;
  font-size: 50px;
  display: block;
}
header .container .btn {
  margin-bottom: 100px;
}
header .header-img {
  top: 0px;
  position: absolute;
  height: 850px;
  width: 100%;
  background-image: url("/img/4.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header:before {
  position: absolute;
  left: 0;
  bottom: -90px;
  content: "";
  height: 100px;
  width: 100%;
  background: url(../img/1.png);
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: rotate(-180deg);
}

.subpage {
  height: auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.subpage:before {
  position: absolute;
  left: 0;
  bottom: -91px;
  content: "";
  height: 100px;
  width: 100%;
  background: url(../img/1.png);
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: rotate(-180deg);
}
.subpage-in {
  margin: 35px 0 100px 0;
  max-width: 100%;
  position: relative;
}
.subpage h1 {
  color: #FFF;
  margin-top: 40px;
}
.subpage img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}

.breadcrumb-item a {
  color: #FFF;
}
.breadcrumb-item:before {
  color: #FFF !important;
}
.breadcrumb-item.active {
  color: #FFF;
  text-decoration: none;
}

.about-in {
  padding-right: 20px;
}
.about-item {
  padding: 45px;
  height: 100%;
  background-color: #F7C35F;
  color: #2c2c2c;
}
.about-item p {
  line-height: 1.4;
  margin-top: 15px;
}
.about-item img {
  height: 75px;
  margin-bottom: 30px;
}
.about-item-2 {
  background-color: #49A760;
  color: #FFF;
}
.about-item-2 p {
  color: #FFF;
}
.about-row {
  margin-right: -200px;
  z-index: 2;
  position: relative;
}
.about .img-absolute {
  position: absolute;
  left: -80px;
  bottom: -45px;
  height: 150px;
}
.about .img-radius {
  border-radius: 20px;
}

.commodities {
  background-color: #FFF2DE;
}
.commodities .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.commodities .swiper-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 300px;
}
.commodities .swiper-slide img {
  transition: 0.5s;
  z-index: -1;
  position: relative;
}
.commodities .swiper-slide h3 {
  color: #2c2c2c;
}
.commodities .swiper-slide:after {
  content: "";
  background: #2c2c2c;
  background: url(../img/zoom.svg);
  transition: 0.3s;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  opacity: 0;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.commodities .swiper-slide:hover:after {
  opacity: 1;
}

#instafeed {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 3px;
  margin-left: auto;
  margin-right: auto;
}

.instagrid .instagram-photo {
  flex: 1 1 30%;
  position: relative;
}

.instagrid .instagram-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
}

footer {
  padding: 50px 0 25px 0;
  background-color: #1F4E3D;
  color: #D2DADC;
}
footer ul {
  margin-bottom: 30px;
}
footer ul, footer li {
  list-style: none;
  padding-left: 0px;
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
}
footer ul a, footer li a {
  text-decoration: none;
  color: #FFF;
}
footer ul a:hover, footer li a:hover {
  color: #F7C35F;
}
footer .footer-right {
  text-align: right;
  font-size: 14px;
}
footer .footer-right span {
  display: block;
}
footer .footer-right span a {
  color: #FFF;
  text-decoration: underline;
}
footer .footer-right span a:hover {
  text-decoration: none;
}

#partners .logo {
  align-items: center;
  justify-content: center;
  text-align: center;
}
#partners .logo img {
  max-height: 90px;
}

#partnerss .row {
  align-items: center;
  justify-content: center;
  text-align: center;
}
#partnerss .row img {
  max-height: 120px;
}

.mySwiper2 {
  width: 100%;
  height: 370px;
}
.mySwiper2 .swiper-slide {
  cursor: grab;
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 600px;
  width: auto;
  display: flex;
}
.mySwiper2 .swiper-slide img {
  max-width: 100%;
  max-height: 350px;
}

:root {
  --swiper-theme-color: rgb(0, 0, 0);
}

.swiper-pagination-progressbar {
  bottom: 0 !important;
  top: unset !important;
}

#before-after-slider {
  width: fit-content;
  position: relative;
  overflow: hidden;
  max-height: 450px;
  max-width: 100%;
}

#after-image {
  display: block;
}

#before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

#resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

#resizer:after {
  background-color: #49A760;
  font-family: "Font Awesome 5 Free";
  content: "\f337";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  margin: 0 0 0 -19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
}

.services-block {
  display: flex;
  flex-direction: row;
}
.services-block-img {
  display: contents;
  margin-right: 20px;
}
.services-block-img img {
  height: 80px;
  width: auto;
}
.services-block-content {
  padding: 0px 20px;
}
.services-block-content h3 {
  margin-bottom: 10px;
}
.services-how-items {
  background-color: #2c2c2c;
  color: #FFF;
  padding: 70px 30px;
  border-radius: 10px;
}
.services-how-items-item {
  display: flex;
  flex-direction: row;
}
.services-how-items-item h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.services-how-items-item p {
  color: #D2DADC;
}
.services-how-items-item .services-block-content {
  padding: 0px;
  padding-left: 20px;
}
.services-circle .swiper-slide {
  padding-right: 30px;
}
.services-circle .swiper-slide:after {
  content: "";
  width: 45px;
  height: 30px;
  background: url("/img/arrow.svg") no-repeat;
  background-size: 45px;
  top: 10px;
  right: 5px;
  position: absolute;
  display: inline-block;
}

.contact {
  padding-bottom: 0px;
  position: relative;
}
.contact h2::after {
  display: none;
}
.contact .socials svg {
  height: 50px;
  margin: 0px 10px;
}
.contact .socials a {
  display: inline-block;
}
.contact .socials a:hover path, .contact .socials a:hover circle {
  fill: #49A760;
}

.pie-chart {
  background: radial-gradient(circle closest-side, white 0, white 39.6%, transparent 39.6%, transparent 66%, white 0), conic-gradient(from 95deg, #FFF2DE 0, #FFF2DE 20%, #F7C35F 0, #F7C35F 55%, #49A760 0, #49A760 90%, #1F4E3D 0, #1F4E3D 99.9%);
  position: relative;
  width: 500px;
  min-height: 350px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.pie-chart h2 {
  position: absolute;
  margin: 1rem;
}

.pie-chart cite {
  position: absolute;
  bottom: 0;
  font-size: 80%;
  padding: 1rem;
  color: gray;
}

.pie-chart figcaption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: smaller;
  text-align: right;
}

.pie-chart span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  height: 0.8em;
  border-radius: 0.2em;
  background: currentColor;
}

@media (max-width: 1200px) {
  .navbar {
    background-color: #FFF;
  }
  .navbar .col-xl-3 {
    display: flex;
    align-items: center;
  }
  .navbar .col-xl-3 .navbar-toggler {
    height: 40px;
  }
  .about-row {
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  .navbar {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar:before {
    bottom: -7px;
  }
  header:before {
    bottom: -95px;
  }
  section {
    padding: 75px 0;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  footer .footer-right {
    text-align: left;
    margin-top: 30px;
  }
  .absolute-img {
    margin-top: 0px;
  }
  .pie-chart {
    max-width: 100%;
  }
  .pie-chart figcaption {
    bottom: -40px;
  }
  .font-caveat {
    text-align: left;
  }
  .img-arrow {
    display: none;
  }
  #partnerss .row img {
    max-height: 80px;
  }
}/*# sourceMappingURL=style.css.map */