/**
* 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: "inter";
  color: #1F2937;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #f6f4f0;
}

a {
  text-decoration: underline;
  color: #1F2937;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "inter";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #6e7f73;
  opacity: 70%;
  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: #1F2937;  
  color: #fff;
}

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #f6f4f0 ;
  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_bar .container{
    margin-top: 10px;    
}
.header_bar .container h1 a img{

     content: url(../img/logoNaam.png);
max-height: 5vh;
max-width: 33%;
padding-bottom: 2vh;
} */


#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;
  max-width:100%;

}

@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;
  max-width:70%;
}

@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: 1000px) {

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

@media (max-width: 1142px) {


  .topb {
    height: 5vh;
  }
}

@media (max-width: 1000px) {


.fotoWie{
  height: 60vh;
  width: 100%;
  object-fit: fill;
}
}


.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:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a
 {
  opacity: 70%;
  color: #f6f4f0;
  background-color: #6e7f73;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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



.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: 10vh;
}

.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: 999px) {
  .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-image: url(../img/3J7A2484.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333232;
  overflow: hidden;
  position: relative;
  font-family: "cormorant garamond";
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 10px #000;
}
.hero-text button {
  border: 2px solid #f6f4f0 ;
  color: #f6f4f0;
  background-color: transparent;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
   text-shadow: 2px 2px 10px #000;
}

.hero-text button:hover {
  background-color: #f6f4f0;
  color: #333232;
}


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

#hero h2 {
  color: #f6f4f0;
  margin-bottom: 20px;
  font-size: 48px;
  font-family: "cormorant garamond";
}

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

@media (max-width: 1142px) {
  #hero {
    height: 80vh;
    width: 100%;
    padding: 0%;
  }

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

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

@media (min-width: 1024px) {

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

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  font-size: 18px;
}

#wie{
  background-color: #f6f4f0;
  padding-top: 50px;
}

#wat{
  background-color: #f6f4f0;
}

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

.section-title {
  text-align: center;
  font-family: 'inter';
}

.section-title h2 {
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
  font-family: 'inter';
  color: #1F2937;
}

.section-title p {
  margin-bottom: 0;
  font-size: 18px;
  color: #1F2937;
}
/* 
.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: #f6f4f0;
  padding: 10px 0;
}

.cta h2,
#wie h2 {
  padding: 10px 0px;
}

.kaartbody{
  background-color: #E7E1D8;
  border-radius: 1%;
  margin: 5px;
}
.kaarttekst:hover,
.kaarttitel:hover,
.kaartbody:hover{
  color: #6e7f73;
}

@media (min-width: 1215px) {
  .kaartbody {
    height: 170px;
  }
}

@media (max-width: 1164px) {
  .kaartbody {
    height: 250px;
  }
}

@media (max-width: 1000px) {
  .kaartbody {
    height: auto;
  }
}

.kaarttekst {
  padding: 5px 15px;
}

.kaarttitel {
  padding: 15px 15px;
}

.kaarttitel2 {

}



.cta .row {
  padding: 15px 0px;
}

@media (max-width: 1000px) {
  .cta .row {
    padding: 0px 0px;
  }
}

@media (max-width: 1000px) {
  .contact .form-control {
    margin: 5px 0px;
  }
}

@media (max-width: 1000px) {
  #wat {
    padding: 0px 0px;
  }
}




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

.cta .cta-btn {
  font-family: "inter";
  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_description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6e7f73;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
        justify-content: center;
    align-items: center;




  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.portfolio-item:hover .portfolio_description {
  visibility: visible;
  opacity: 85%

}




.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: #9b7c63 ;
}

.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 {
    background: #f6f4f0;

}

.contact .form-control{
      padding: 30px;
}

.contact ::placeholder{
  color: #333232;
  opacity: 55%;
  font-family: "inter";
  font-style: italic;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
}

.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; */
}

.btnAction {
  opacity: 70%;
  width: 100%;
  height: 5vh;
  background: #6e7f73;
  border: 0;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  margin-top: 1vh;
}

.btnAction:hover{
  background-color: #707651;
}

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

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

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

@media (max-width: 1000px) {
  .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: #7b7977;
  /* color: #fff; */
  color: #f6f4f0;
  font-size: 10px;
  text-align: center;
  padding: 10px 0 0 0;
  margin-top: auto;
}

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

#footer p {
  font-size: 12px;
  font-style: 'bold';
  color: #f6f4f0;
}

#footer .footerP {
  font-size: 15px;
  font-family: 'inter';
  color: #f6f4f0 ;
  padding: 0;
}

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



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

#footer .footy a{
  font-size: 12px;
  display:block;
  /* background: #707651; */
    background: #7b7977;
  color: #f6f4f0;
  line-height: 1;
  padding: 0;
  margin-right: 0px;
  border-radius: 0%;
  text-align: center;
  width: auto;
  height: auto;
  transition: 0.3s;
}

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

#footer .footy a:hover {
  background: #7b7977;
  /* background: #449d5b; */
  color: #f6f4f0;
  text-decoration: none;
}

#footer .copyright {
  font-size: xx-small;
  margin: 0 0 5px 0;
}

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

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

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

/* FAQ CSS */

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

@media (max-width: 1000px) {
.fotoWie{
  height: 100%;
  display: block;
  margin: auto;
  width: 100%;
}
}



.space{
  margin-top: 5vh;
}

.contact .btnTuin{
width: 100%;
opacity: 70%;
font-size: larger;
background-color: #6e7f73;
color: #fff;
margin-top: 10px;
padding: 5px 0px;
}

.kaart{
  padding: 100px 100px;
}




::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}


/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

/* Rotate the arrow when the question is active (expanded) */
.faq-question.active .arrow {
  transform: rotate(180deg); /* Rotate arrow 180 degrees */
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}


/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.visible {
  visibility: visible;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-0 {
  height: 0px;
}

.max-h-0 {
  max-height: 0px;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.text-left {
  text-align: left;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


/* einde faq CSS */

* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #E7E1D8;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containerTimeline {
  padding: 10px 0px;
  position: relative;
  background-color: inherit;
  width: 40%;
}

/* The circles on the timeline */
.containerTimeline::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: -7px;
  background-color: #6e7f73;
  border: 4px solid #6e7f73;
  top: 60px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.leftTimeline {
  left: 10%;
}

/* Place the container to the right */
.rightTimeline {
  left: 50%;
}



/* Fix the circle for containers on the right side */
.rightTimeline::after {
  left: -8px;
}

/* The actual content */
.contentTimeline {
  padding: 20px 30px;
  border: 3px solid #E7E1D8;
  position: relative;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 5%
  }

/* Full-width containers */
  .containerTimeline {
    width: 100%;
    padding-left: 1%;
    padding-right: 18%;
  }

/* Make sure all circles are at the same spot */
  .leftTimeline::after, .rightTimeline::after {
    left: -6.5%;
  }

/* Make all right containers behave like the left ones */
  .rightTimeline {
    left: 10%
  }
}

.custom-shape-divider-top-1765292912 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -1px;
}

.custom-shape-divider-top-1765292912 svg {
    position: relative;
    display: block;
    width: calc(131% + 1.3px);
    height: 43px;
}

.custom-shape-divider-top-1765292912 .shape-fill {
    fill: #333232;
}

.custom-shape-divider-bottom-1765293089 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-bottom: -1px;

}

.custom-shape-divider-bottom-1765293089 svg {
    position: relative;
    display: block;
    width: calc(131% + 1.3px);
    height: 43px;
}

.custom-shape-divider-bottom-1765293089 .shape-fill {
    fill: #333232;
}

.navbar-toggler{
  background-color: #f6f4f0;

}

.main-topic{
  content:"";
  display:block;
  clear:both;
}

.left-text{
  width:50%;
  font-size: 18px;
  float:left;
}
.right-picture{
  float:right;
  width:50%;
  padding-left: 5%;
}
.right-picture img{
  max-width:100%
}

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


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


.card {
  background: #f6f4f0;
  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: #9b7c63 ;
  font-family: 'inter';
}

@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: #f6f4f0;
  color: #1F2937;
  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;
  background-color: #9b7c63;
}

@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: -13px 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%;
}


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

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


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

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

}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1;
  max-width: 400px;
   max-height:250px;
}

@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: inter;
  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
  }
}



.btnThanks {
  font-family: "inter";
  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: #6e7f73;
  opacity: 70%;
  margin-bottom: 2vh;
  border: 0;
}

