/**
* Template Name: Green
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/





/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: #5cb874;
}

a:hover {
  /* color: #80c792; */
  color: #8f6152;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5cb874;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  /* background: #78c48c; */
  background: #8f6152;  
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: white;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info {
  margin-left: 10px;
}

#topbar .contact-info a:hover {
  color: #5cb874;
}

#topbar .contact-info i {
  color: #5cb874;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #5cb874;
  padding: 4px 0px 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links {
  margin-left: auto;
  margin-right: 0;
}

#topbar .social-links a:hover {
  color: #5cb874;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}


#header .container {
  margin-top: 40px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo img {
  max-height: 10vh;
}

@media screen and (min-width: 1200px) {
  #header .logo img {
    max-height: 12vh;
  }
}
@media screen and (min-width: 1500) {
  #header .logo img {
    max-height: 15vh;
  }
}



#header i {
  padding-bottom: 10px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 407px) {
  #header .logo {
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -10px;
  }
  

  #header .logo img {
    margin-bottom: 22px;
  }
}

@media (max-width: 365px) {
  #header .logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -10px;
  }
}

@media (max-width: 280px) {
  #header .logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -10px;
  }
}

/* #header .logo a {
  color: #5cb874;
} */

@font-face {
  font-family: cerebri;
  src: url(cerebri.ttf)
}

@font-face {
  font-family: sensa;
  src: url(sensa.otf)
}
#header .logo a {
  color: #707651;
  font-family:'sensa'
}


.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

@media (min-width: 992px) {

  #navbarTogglerDemo02 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}


.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  text-align: center;
  width: 100%;
}

.navbar a,
.navbar a:focus {
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #8f6152;
  background-color: #5cb874;

}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #5cb874;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #5cb874;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #5cb874;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


.navbar .logo img {
  max-height: 7vh;
}

.navbar i {
  padding-bottom: 10px;
}

.navbar .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 407px) {
  .navbar .logo {
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -10px;
  }
  

  .navbar .logo img {
    margin-bottom: 22px;
  }
}

@media (max-width: 365px) {
  .navbar .logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -10px;
  }
}

@media (max-width: 280px) {
  .navbar .logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -10px;
  }
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }


}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5cb874;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
}

/* om de filter of groene schijn van de slide aan te passen */
#hero .carousel-item::before {
  content: "";
  background-color: rgba(45, 103, 60, 0.368);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
  
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5cb874;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #5cb874;
}

#hero .btn-get-started:hover {
  background: #8f6152;
  /* background: #6ec083; */
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  color: #8f6152 ;
  font-family: 'cerebri';
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'cerebri';
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #707651;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}
/* 
.section-title p::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5cb874;
  bottom: 0;
  left: calc(50% - 20px);
} */

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: #5cb874;
  font-size: 42px;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #5cb874;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6ec083;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5cb874;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb874;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #5cb874;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 5px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #5cb874;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5cb874;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  /* content: ""; */
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  /* color: #8f6152; */
  color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5cb874;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb874;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #5cb874;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #5cb874;
  border-bottom: 3px solid #5cb874;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #5cb874;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
  float: left;
}

.contact .info .social-links a:hover {
  background: #5cb874;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #5cb874;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #5cb874;
  border-bottom: 3px solid #5cb874;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
  height: 100px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5cb874;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #5cb874;
  border: 0;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #8f6152;
  /* background: #6ec083; */
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #8f6152 ;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #090909;
  /* color: #fff; */
  color: #5cb874;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  margin-top: auto;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: 'bold';
  color: #5cb874;
  padding: 0;
  margin: 0px 0 0px 0;
}

#footer .footerP {
  font-size: 35px;
  font-family: 'sensa';
  color: #5cb874 ;
  padding: 0;
  margin: 10px 0 0px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #707651; */
  background: #5cb874;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #8f6152;
  /* background: #449d5b; */
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Eigen CSS Section
--------------------------------------------------------------*/

/* vorig groen : #5cb874;
groen tuinmeester : #707651 
bruin tuinmeester : #8f6152*/

.jimheader {
  font-weight: bold;
  padding-bottom: 10px;
  color: #8f6152 ;
  font-family: 'cerebri';
}


.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}


.card {
  background: #fff;
  border-radius: 100;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, .16);
  box-shadow: 0 6px 9px rgba(0, 0, 0, .16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 30px;
  border-radius: 25px;
}

@media (min-width:1920px) {
  .card {
    height: 315px;
  }
}

.card .btn-container {
  padding-top: .5rem
}

@media (min-width:768px) {
  .card .btn-container {
    padding-top: .25rem
  }
}

@media (min-width:1920px) {
  .card .btn-container {
    padding-top: 1.25rem
  }
}

.card .btn {
  min-width: 183px
}

.card-body,
.card-footer,
.card-header {
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:1280px) {

  .card-body,
  .card-footer,
  .card-header {
    padding-left: 20px;
    padding-right: 20px
  }
}

.card-project .card-body,
.card-project .card-footer,
.card-project .card-header,
.card-vacancy .card-body,
.card-vacancy .card-footer,
.card-vacancy .card-header {
  padding-left: 0;
  padding-right: 0
}

.card-header {
  padding-top: 9px;
  padding-bottom: 9px
}

@media (min-width:768px) {
  .card-header {
    padding-top: 12px;
    padding-bottom: 12px
  }
}

@media (min-width:1280px) {
  .card-header {
    padding-top: 16px;
    padding-bottom: 16px
  }
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 20px;
  padding-bottom: 20px
}

@media (min-width:1920px) {
  .card-body {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.card-footer {
  padding-top: 10px;
  padding-bottom: 10px
}

.card-footer .btn {
  min-width: 183px;
  margin-bottom: .75rem
}

@media (min-width:1920px) {
  .card-footer .btn {
    min-width: 250px
  }
}

.card-title {
  margin-bottom: 1rem;
  color: #8f6152 ;
  font-family: 'cerebri';
}

@media (min-width:1920px) {
  .card-title {
    margin-bottom: 1.5rem
  }
}

.card-image {
  position: relative;
  margin: 0 0 10px
}

.card-image img {
  width: 100%
}

.cards-row {
  margin: 0 -10px
}

@media (min-width:768px) {
  .cards-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width:1024px) {
  .cards-row {
    margin-left: -10px;
    margin-right: -10px
  }
}

@media (min-width:1280px) {
  .cards-row.cards-row-two-columns {
    margin-left: -25px;
    margin-right: -25px
  }
}

@media (min-width:1520px) {
  .cards-row.cards-row-two-columns {
    margin-left: -45px;
    margin-right: -45px
  }
}

@media (min-width:1920px) {
  .cards-row.cards-row-two-columns {
    margin-left: -85px;
    margin-right: -85px
  }
}

@media (min-width:768px) {
  .cards-row.cards-row-two-columns .column-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%
  }
}

@media (min-width:1024px) {
  .cards-row.cards-row-two-columns .column-card {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width:1280px) {
  .cards-row.cards-row-two-columns .column-card {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width:1520px) {
  .cards-row.cards-row-two-columns .column-card {
    padding-left: 45px;
    padding-right: 45px
  }
}

@media (min-width:1920px) {
  .cards-row.cards-row-two-columns .column-card {
    padding-left: 85px;
    padding-right: 85px
  }
}

.cards-row .column-card {
  padding: 0 10px 2rem
}

@media (min-width:1024px) {
  .cards-row .column-card {
    padding: 0 8px 2rem
  }
}

@media (min-width:1920px) {
  .cards-row .column-card {
    padding-bottom: 4.75rem
  }
}

.cards-row .card {
  margin-bottom: 0
}

.column-card .card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%
}

@media only screen and (max-width:767px) {
  .cards-feature-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (max-width:767px) {
  .column-card {
    width: 50%;
    padding: 10px !important
  }
}

.card-feature {
  -ms-flex-preferred-size: 253px;
  flex-basis: 253px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 253px !important;
  text-align: center;

}

@media only screen and (max-width:767px) {
  .card-feature {
    width: 100% !important
  }

  .card-feature .h3 {
    font-size: 18px !important
  }

  .card-feature .ico-holder {
    height: 90px !important
  }

  .card-feature .ico-holder img {
    width: 90px !important;
    max-height: 90px
  }
}

@media only screen and (min-width:768px) {

  .card-feature.active .card-hover-state,
  .card-feature:focus .card-hover-state,
  .card-feature:hover .card-hover-state {
    opacity: 1;
    visibility: visible
  }
}

.card-feature .card-title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: 0;
  margin-bottom: 1.625rem;
  text-transform: none
}

.card-feature .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 149px;
  padding-top: 1.25rem
}

@media (min-width:1024px) and (max-width:1519.98px) {
  .card-feature .card-body {
    min-height: 147px;
    padding-top: 1.375rem
  }
}

@media (min-width:1520px) {
  .card-feature .card-body {
    padding-bottom: 1.25rem
  }
}

.card-feature .ico-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 134px;
  margin: 2rem 0 0
}

@media (min-width:1024px) {
  .card-feature .ico-holder {
    margin-top: 2.125rem
  }
}

a.card-feature:focus,
a.card-feature:hover {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 18px rgba(0, 0, 0, .3)
}

.card-hover-state {
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  background: #5cb874;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  min-height: 315px;
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 18px rgba(0, 0, 0, .3);
  border-radius: 25px;
}

.card-hover-state p {
  font-size: 1rem;
  margin-bottom: 0
}

.card-hover-state .card-hover-body ul {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* padding: 2.1875rem 1.5rem 2.1875rem 2rem */
}

.card-hover-state .ico-holder-hover {
  margin: 0 0 .6875rem
}

.ico-holder-hover img {
  width: auto;
  max-width: 75px
}

.ico-holder-hover .icon {
  font-size: 4.6875rem
}

.ico-holder-hover .icon-custom {
  font-size: 3.3125rem
}

.ico-holder-hover .icon-sincerity {
  font-size: 4.625rem
}

.section-cards-projects .cards-row {
  padding-top: .8125rem
}

.card-project {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 1rem
}

@media (max-width:767.98px) {
  .card-project {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
  }
}

.card-project .card-body {
  padding-top: .75rem;
  padding-bottom: .625rem
}

@media (min-width:768px) {
  .card-project .card-body {
    padding-top: .9375rem
  }
}

@media (min-width:1920px) {
  .card-project .card-body {
    padding-top: 1.5625rem
  }
}

@media (min-width:768px) {
  .card-project .card-body p:last-child {
    margin-bottom: 0
  }
}

@media (min-width:1920px) {
  .card-project .card-body p:last-child {
    margin-bottom: .5rem
  }
}

.card-project .card-title {
  font-size: 1.25rem;
  text-transform: none
}

@media (min-width:768px) {
  .card-project .card-title {
    margin-bottom: .625rem
  }
}

@media (min-width:1920px) {
  .card-project .card-title {
    font-size: 1.875rem;
    line-height: 1.3
  }
}

.card-project .card-title:only-child {
  margin-bottom: 0
}

.card-project a.img-holder {
  display: block
}

.card-project .img-holder {
  color: #fff;
  position: relative;
  padding: 63.0081300813% 0 0
}

.card-project .img-holder:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(130deg, #69bc8e 0, #005c4d 100%);
  opacity: .71;
  z-index: 1
}

@media (min-width:1920px) {
  .card-project .img-holder {
    padding-top: 63.8586956522%
  }
}

.card-project .img-holder:focus .icon,
.card-project .img-holder:focus:before,
.card-project .img-holder:hover .icon,
.card-project .img-holder:hover:before {
  visibility: visible
}

.card-project .img-holder:focus:before,
.card-project .img-holder:hover:before {
  opacity: .71
}

.card-project .img-holder:focus .icon,
.card-project .img-holder:hover .icon {
  opacity: 1
}

.card-project .img-holder .icon,
.card-project .img-holder:before {
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  opacity: 0;
  visibility: hidden
}

.card-project .img-holder img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.card-project .img-holder .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.1875rem;
  z-index: 3
}

@media (min-width:1920px) {
  .card-project .img-holder .icon {
    font-size: 3.75rem
  }
}

a.card-rpoject:focus .img-holder .icon,
a.card-rpoject:focus .img-holder:before,
a.card-rpoject:hover .img-holder .icon,
a.card-rpoject:hover .img-holder:before {
  visibility: visible
}

a.card-rpoject:focus .img-holder:before,
a.card-rpoject:hover .img-holder:before {
  opacity: .71
}

a.card-rpoject:focus .img-holder .icon,
a.card-rpoject:hover .img-holder .icon {
  opacity: 1
}

.card-vacancy {
  -webkit-box-shadow: none;
  box-shadow: none
}

.card-vacancy:focus .card-title,
.card-vacancy:hover .card-title {
  color: #005c4d
}

.card-vacancy p {
  margin-bottom: 1.1333333333em
}

.card-vacancy .card-body {
  padding-top: 0;
  padding-bottom: 0
}

.card-vacancy .card-footer {
  padding-top: 0
}

.card-vacancy .card-title {
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
  color: #6abd8f;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 1.2666666667em;
  text-transform: none
}

@media (min-width:768px) {
  .card-vacancy .card-title {
    font-size: 113.3333333333%;
    margin-bottom: 1.1176470588em
  }
}

@media (min-width:1280px) {
  .card-vacancy .card-title {
    font-size: 1.75rem
  }
}

@media (min-width:1520px) {
  .card-vacancy .card-title {
    font-size: 2rem
  }
}

@media (min-width:1920px) {
  .card-vacancy .card-title {
    font-size: 2.3125rem;
    margin-bottom: 1.2432432432em
  }
}

.card-vacancy .link-more {
  color: inherit;
  text-decoration: none
}

.card-vacancy .link-more:focus,
.card-vacancy .link-more:hover {
  color: #6abd8f;
  opacity: 1
}

a.card-vacancy {
  color: inherit
}

@media (min-width:768px) {
  .cards-relatively .display-mode-block {
    margin-left: -30px
  }
}

@media (min-width:1280px) {
  .cards-relatively .display-mode-block {
    margin-left: -40px
  }
}

@media (min-width:1520px) {
  .cards-relatively .display-mode-block {
    margin-left: -52px
  }
}

@media (min-width:1920px) {
  .cards-relatively .display-mode-block {
    margin-left: -56px
  }
}

.image-content-holder .card-title {
  font-size: 1.875rem;
  line-height: 1.5
}

@media (min-width:768px) and (max-width:1519.98px) {
  .image-content-holder .card-title {
    font-size: .9375rem;
    line-height: 1.6666666667
  }
}

@media (min-width:1520px) {
  .image-content-holder .card-title {
    font-size: 1.25rem;
    line-height: 1.35
  }
}

.list-vacations .card-vacancy {
  margin-bottom: 1.0625rem
}

@media (min-width:1024px) {
  .list-vacations .card-vacancy {
    margin-bottom: 1.1875rem
  }
}

.cards-feature-row {
  margin-left: -19px;
  margin-right: -19px;
  padding: 2.0625rem 0 0
}

@media (min-width:768px) {
  .cards-feature-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (min-width:768px) {
  .cards-feature-row {
    padding-top: 2.1875rem
  }
}

@media (min-width:1024px) {
  .cards-feature-row {
    margin-left: -57px;
    margin-right: -57px;
    padding-top: 1.9375rem
  }
}

@media (min-width:1280px) {
  .cards-feature-row {
    margin-left: 0;
    margin-right: 0
  }
}

@media (min-width:1520px) {
  .cards-feature-row {
    margin-left: -25px;
    margin-right: -25px
  }
}

@media (min-width:1920px) {
  .cards-feature-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -46px;
    margin-right: -64px;
    padding-top: 5.0625rem
  }
}

.cards-feature-row .column-card {
  padding: 0 19px 24px;
  position: relative
}

.cards-feature-row .column-card:nth-child(1) {
  z-index: 11
}

.cards-feature-row .column-card:nth-child(2) {
  z-index: 10
}

.cards-feature-row .column-card:nth-child(3) {
  z-index: 9
}

.cards-feature-row .column-card:nth-child(4) {
  z-index: 8
}

.cards-feature-row .column-card:nth-child(5) {
  z-index: 7
}

.cards-feature-row .column-card:nth-child(6) {
  z-index: 6
}

.cards-feature-row .column-card:nth-child(7) {
  z-index: 5
}

.cards-feature-row .column-card:nth-child(8) {
  z-index: 4
}

.cards-feature-row .column-card:nth-child(9) {
  z-index: 3
}

.cards-feature-row .column-card:nth-child(10) {
  z-index: 2
}

.cards-feature-row .column-card:nth-child(11) {
  z-index: 1
}

.cards-feature-row .column-card:nth-child(12) {
  z-index: 0
}

@media (min-width:768px) {
  .cards-feature-row .column-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0 19px 20px;
    min-width: 291px
  }
}

@media (min-width:1024px) {
  .cards-feature-row .column-card {
    padding: 0 46px 41px 47px
  }
}

@media (min-width:1520px) {
  .cards-feature-row .column-card {
    min-width: 270px
  }
}

@media (min-width:1520px) {
  .cards-feature-row .column-card {
    padding-left: 8px;
    padding-right: 8px
  }
}

@media screen and (min-width:1680px) {
  .cards-feature-row .column-card {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (min-width:1920px) {
  .cards-feature-row .column-card {
    padding-left: 46px;
    padding-right: 47px
  }
}

@media (max-width:767.98px) {
  .cards-feature-row .column-card:last-child {
    padding-top: 149px;
    padding-bottom: 0
  }
}

@media (min-width:1024px) {
  .cards-feature-row .column-card:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 0
  }
}

@media (max-width:767.98px) {
  .cards-feature-row .column-card:last-child .button-container {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
}

@media (min-width:1024px) {
  .cards-feature-row .column-card .button-container {
    padding-top: 1.875rem;
    padding-bottom: .4375rem
  }
}

@media (min-width:1280px) {
  .cards-feature-row .column-card .button-container {
    padding-top: 3.125rem
  }
}

@media (min-width:1520px) {
  .cards-feature-row .column-card .button-container {
    padding-top: 5.3125rem
  }
}

@media (min-width:1920px) {
  .cards-feature-row .column-card .button-container {
    padding-top: 7.625rem
  }
}

@media (max-width:767.98px) {
  .cards-feature-row .column-card .button-container .btn {
    margin-bottom: 0
  }
}

@media (min-width:768px) and (max-width:1023.98px) {
  .section-teamwork .box-section-green-gradient .card-title {
    max-width: 50%
  }
}

@media (min-width:1024px) {

  .section-features .decor-leaf-outline,
  .section-projects-info .decor-leaf-outline {
    width: 115px;
    height: 121px
  }
}

@media (min-width:1280px) {

  .section-features .decor-leaf-outline,
  .section-projects-info .decor-leaf-outline {
    width: 150px;
    height: 157px
  }
}

@media (min-width:1920px) {

  .section-features .decor-leaf-outline,
  .section-projects-info .decor-leaf-outline {
    width: 245px;
    height: 257px
  }
}

.section-features {
  position: relative;
  z-index: 7;
  padding: 1.875rem 0 0
}

@media (min-width:768px) {
  .section-features {
    padding-top: 2.1875rem;
    padding-bottom: 2.5625rem
  }
}

@media (min-width:768px) and (max-width:1023.98px) {
  .section-features {
    margin: -95px 0 0
  }
}

@media (min-width:1024px) {
  .section-features {
    padding-top: 2.875rem;
    padding-bottom: 3rem
  }
}

@media (min-width:1280px) {
  .section-features {
    padding-bottom: 2.5rem
  }
}

@media (min-width:1520px) {
  .section-features {
    margin: -133px 0 0
  }
}

.section-features .container,
.section-features .container-fluid {
  position: relative;
  z-index: 5
}

@media (min-width:768px) and (max-width:1023.98px) {
  .section-features .heading-block {
    max-width: 45%
  }
}

@media (min-width:1520px) {
  .section-features .heading-block {
    max-width: 44%
  }
}

.section-features .btn:focus,
.section-features .btn:hover {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 18px rgba(0, 0, 0, .3)
}

@media (max-width:767.98px) {
  .section-features .decor-leaf-outline {
    display: none
  }
}

@media (min-width:768px) {
  .section-features .decor-leaf-outline {
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transform: translate(24.3vw, -40.5%);
    transform: translate(24.3vw, -40.5%);
    z-index: 3
  }
}

@media (min-width:1024px) {
  .section-features .decor-leaf-outline {
    -webkit-transform: translate(28vw, -23.9%);
    transform: translate(28vw, -23.9%)
  }
}

@media (min-width:1920px) {
  .section-features .decor-leaf-outline {
    -webkit-transform: translate(11.2vw, -8.9%);
    transform: translate(11.2vw, -8.9%)
  }
}

.section-features-bg-wave {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden
}

.section-features-bg-wave .bg-wave-holder {
  background-image: url(../img/bg-wave-left-bottom-gray.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-8.9%);
  transform: translateX(-8.9%);
  bottom: -184px;
  height: 3149px;
  width: 7932px;
  z-index: 0
}

@media (min-width:768px) {
  .section-features-bg-wave .bg-wave-holder {
    bottom: -552px;
    -webkit-transform: translateX(-18.8%);
    transform: translateX(-18.8%)
  }
}

@media screen and (min-width:942px) {
  .section-features-bg-wave .bg-wave-holder {
    bottom: -900px
  }
}

@media (min-width:1024px) {
  .section-features-bg-wave .bg-wave-holder {
    bottom: -573px
  }
}

@media (min-width:1520px) {
  .section-features-bg-wave .bg-wave-holder {
    width: 2230px;
    height: 885px;
    bottom: -5px;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
  }
}

@media (min-width:1920px) {
  .section-features-bg-wave .bg-wave-holder {
    -webkit-transform: translateX(-2.5vw);
    transform: translateX(-2.5vw);
    width: 116.1458333333vw;
    height: 46.09375vw
  }
}

.clearfix:after,
.container-fluid:after,
.container:after,
[id=nav]:after,
dl:after {
  content: "";
  display: block;
  clear: both
}

.container,
.container-fluid {
  padding: 0 36px;
  margin: 0 auto
}

@media (min-width:768px) {

  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px
  }
}

@media (min-width:1024px) {

  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media (min-width:1280px) {

  .container,
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px
  }
}

@media (min-width:1520px) {

  .container,
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media (min-width:1920px) {

  .container,
  .container-fluid {
    padding-left: 137px;
    padding-right: 137px
  }
}

.container {
  max-width: calc(1682px + 40px)
}

.section-main {
  padding: 2.8125rem 0 2rem
}

@media (min-width:768px) {
  .section-main {
    padding-top: 3.4375rem;
    padding-bottom: 2.5rem
  }
}

.section-bg-wave-green .container,
.section-bg-wave-green .container-fluid {
  position: relative;
  z-index: 5
}

.has-decor-leaf-top .container,
.has-decor-leaf-top .container-fluid {
  position: relative;
  z-index: 5
}

@media (min-width:1024px) {

  .section-assets .h1 br,
  .section-assets .section-project-details .title-details br,
  .section-assets h1 br,
  .section-project-details .section-assets .title-details br {
    display: none
  }
}

.section-assets .container,
.section-assets .container-fluid {
  position: relative;
  z-index: 5
}

.section-features .container,
.section-features .container-fluid {
  position: relative;
  z-index: 5
}

@media (min-width:1024px) and (max-width:1279.98px) {

  .section-form-upload .container,
  .section-form-upload .container-fluid {
    max-width: 84.3%
  }
}

@media (min-width:1024px) {
  .project-details-holder .container-fluid {
    max-width: 83.7890625%
  }
}

@media (min-width:1920px) {

  .section-vacancy .container,
  .section-vacancy .container-fluid {
    padding-right: 250px
  }
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.carousel {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

#hero .carousel {

}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,
      -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',
      GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1
}

.carousel-control .icon-prev:before {
  content: "\2039"
}

.carousel-control .icon-next:before {
  content: "\203a"
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

#main-img {

  width: 100%
}

@media screen and (max-width: 990px) {
  #main-img {
    background-image: url(../img/slide/Tom2.jpg);
  }
}

@media screen and (min-width: 991px) {
  #main-img {
    background-image: url(../img/slide/slide-gras.jpg);
  }
}



#second-img {

  width: 100%
}

@media screen and (max-width: 990px) {
  #second-img {
    background-image: url(../img/slide/slide-tuin.jpg);
  }
}

@media screen and (min-width: 991px) {
  #second-img {
    background-image: url(../img/slide/na.jpeg);
  }
}

#gras-img {

  width: 100%
}

@media screen and (max-width: 990px) {
  #gras-img {
    background-image: url(../img/slide/gazon3.jpg);
  }
}

@media screen and (min-width: 991px) {
  #gras-img {
    background-image: url(../img/slide/k&w\ \(1\).jpeg);
  }
}

#tuinhuis-img {

  width: 100%
}

@media screen and (max-width: 990px) {
  #tuinhuis-img {
    background-image: url(../img/slide/Tuinhuis6.jpeg);
  }
}

@media screen and (min-width: 991px) {
  #tuinhuis-img {
    background-image: url(../img/slide/Tuinhuis3gr.jpg);
  }
}

#aanleg-img {

  width: 100%
}

@media screen and (max-width: 990px) {
  #aanleg-img {
    background-image: url(../img/slide/aanplanting1.png);
  }
}

@media screen and (min-width: 991px) {
  #aanleg-img {
    background-image: url(../img/slide/k&w\ \(3\).jpeg);
  }
}



.btnThanks {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #5cb874;
  margin-bottom: 2vh;
  border: 0;
}

.btnThanks:hover {
  background: #8f6152;
  /* background: #6ec083; */

}
