html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body{
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #3C3C3C;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #3C3C3C;
  margin-bottom: 18px;
}
h1 {
  font-size: 45px;
  line-height: 75px;
}
h2 {
  font-size: 38px;
  line-height: 46px;
}
h3 {
 font-size:24px;
  line-height: 30px;
}
h4 {
  font-size: 22px;
  line-height: 28px;
}
h5 {
  font-size: 20px;
  line-height: 25px;
}
h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

b{
  font-weight: bold;
}
p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
p em,
p i{
  font-style: italic;
}
a {
  color: #3C3C3C;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a:active,
a:hover,
a:focus {
  color: #76C21B;
  outline: 0;
  text-decoration: none; 
}
strong {
  font-weight: 700;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="dropdown"],
textarea {
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #E3E3E3;
  padding: 0 19px;
  font-size: 18px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #3C3C3C;
  background: #FCFCFC;
  border-radius: 3px;
  margin: 0px 0 20px 0;
}
textarea {
  height: 231px;
  padding: 13px 19px;
  resize: none;
}
.contact_row{
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #E3E3E3;
  padding: 13px 19px;
  font-size: 18px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #3C3C3C;
  background: #FCFCFC;
  border-radius: 3px;
  margin: 0px 0 20px 0;
}
.contact_row label{
  color:#a9a9a9;
  margin-right: 10px;
  font-weight: 300;
}
.contact_row .frm_onderwerp{
  padding: 0 0 0 10px;
}

button,
input[type="submit"] {
  display: inline-block;
  border: 1px solid #76C21B;
  border-radius: 3px;
  height: 54px;
  line-height: 52px;
  color: #76C21B;
  font-weight: 700;
  padding: 0 17px;
  text-transform: uppercase;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
  background: #76C21B;
  text-decoration: none;
  color: #ffffff;
  outline: 0;
}
.h-captcha{
  margin-bottom: 10px;
}

::-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #3C3C3C;
  opacity: 0.5;
}

:-moz-placeholder {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #3C3C3C;
  opacity: 0.5;
}

::-moz-placeholder {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #3C3C3C;
  opacity: 0.5;
}

:-ms-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #3C3C3C;
  opacity: 0.5;
}

.row {
  --bs-gutter-x: 1.875rem;
}
.row.g-0, .row.gx-0 {
  --bs-gutter-x: 0;
}
.container {
  padding-right: var(--bs-gutter-x,0.938rem);
  padding-left: var(--bs-gutter-x,0.938rem);
}
@media (max-width: 767px) {
  .container {
      max-width: 100%;
      padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1210px) {
  .container {
    max-width: 1206px;
  }
}


.holder{
  float:left;
  width:100%;
  background:#72a352;
  min-height:50px;
  margin-top:10px;
}


/*=======  header  =======*/

.header-container {
  width: 100%;
  border-top: 17px solid #3C3C3C;
  position: relative;
}
.header-container:before {
  position: absolute;
  content: "";
  left: 0;
  top: -17px;
  width: 59.65%;
  height: 17px;
  background: rgba(119,194,27,1);
  background: -moz-linear-gradient(left, rgba(119,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,194,27,1)), color-stop(100%, rgba(167,218,66,1)));
  background: -webkit-linear-gradient(left, rgba(119,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -o-linear-gradient(left, rgba(119,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -ms-linear-gradient(left, rgba(119,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: linear-gradient(to right, rgba(119,194,27,1) 0%, rgba(167,218,66,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c21b', endColorstr='#a7da42', GradientType=1 );
}
.header-top {
  width: 100%;
  padding: 43px 0 21px;
  border-bottom: 1px solid rgba(60,60,60,0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.left-block {
  width: 50%;
}
.right-block {
  width: 50%;
}
.left-block a i{
  font-size: 22px;
  margin-right: 7px;
}
ul.social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0
}
ul.social-links li{
  margin-left: 30px;
}
ul.social-links li:first-child{
  margin-left: 0;
}
ul.social-links li a {
  font-size: 22px;
}
ul.social-links li a:hover,
ul.social-links li a:focus{
  color: #76C21B;
}
.right-block ul.social-links {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.header-bottom {
  width: 100%;
  padding: 29px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.logo-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 264px;
  width: 100%;
  height: 137px;
  background: #3C3C3C;
  border-radius: 3px;
  margin-bottom: -70px;
  position: relative;
  z-index: 10;
}
.logo-block.logo-block-vervolg{
  background: linear-gradient(to right, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
}
.logo-block img{
  display: block;
  padding: 10px 0 20px 10px;
}
.logo-block .logo-mob{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.menu-block .btn-default {
  display: none;
}
.header-top .btn-default {
  display: none;
}
.menu-block .btn-default.nav{
  display: block;
  background: linear-gradient(to left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  color:#fff;
  width: 40%;
  height: 53px;
  padding: 0 30px 0;
}
.menu-block ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-block li{
  position: relative;
  margin: 4px 0 0 40px;
  padding: 0 0 37px;
  cursor: pointer;
}
.menu-block li:first-child {
  margin-left: 0;
}
.menu-block li a{
  text-transform: uppercase;
  font-weight: 500;
}
.menu-block li i{
  font-size: 14px;
  margin-left: 2px;
  color: #76C21B;
}
.menu-block li ul {
  display: block;
  position: absolute;
  left: -23px;
  top: 100%;
  background: #FAFAFA;
  width: 219px;
  border-radius: 0 0 3px 3px;
  padding: 17px 28px;
  margin: 6px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.menu-block li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  margin: 0;
}
.menu-block li:hover > a {
  color: #87B23F;
}
.menu-block li li{
  display: block;
  width: 100%;
  margin: 13px 0 0;
  padding: 0;
}
.menu-block li li:first-child {
  margin: 0;
}
.menu-block li li a{
  text-transform: inherit;
  font-size: 16px;
  
}
.menu-block li.current > a{
  font-weight: 700;
  color: #87B23F;
}
.menu-block li li.current > a{
  font-weight: normal;
  color: #76C21B;
}
span.submenu-onClick::before{
  color: #76C21B;

  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.menu-block ul li span:hover > a{
  color:#76C21B;
}
.menu-block .sub-menu li.hassub > a:before{
  content: "\f105";
  font-family:"Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 15px;
  line-height: 1;
  color: #76C21B;
}

.menu-block .sub-menu li.hassub > span:before{
  content: "\f105";
  font-family:"Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 15px;
  line-height: 1;
  color: #76C21B;
}
.menu-block ul li.hassub > a:before{
  content: "\f107";
  font-family:"Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 7px;
  top: -5px;
  font-size: 24px;
  line-height: 1;
  color: #76C21B;
}
.menu-block ul li.hassub > span:before{
  content: "\f107";
  font-family:"Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: -20px;
  top: 0px;
  font-size: 24px;
  line-height: 1;
  color: #76C21B;
}

.menu-block ul li.hassub > span.up:before{
  content: "\f106";
}
.menu-block ul li.hassub:hover > a:before{
  color: #76C21B;
}
.menu-block ul li.hassub:hover > span:before{
  color: #76C21B;
}
.menu-block ul li:hover ul.sub-menu a:before{
  color: #76C21B;
   right: 21px;
}
.menu-block ul li:hover ul.sub-menu span:before{
  color: #76C21B;
   right: 21px;
}
.hamburger-btn {
  display: none;
  width: 22px;
  height: 12px;
}
.hamburger-btn span{
  display: block;
  width: 100%;
  height: 2px;
  background: #3C3C3C;
  margin-top: 3px;
}
.hamburger-btn span:first-child{
  margin-top: 0;
}
.menu-block .logo-block {
  display: none;
}
.close-btn {
  display: none;
  position: absolute;
  width: 18px;
  height: 18px;
  color: #ffffff;
  font-size: 25px;
  right: 20px;
  top: 35px;
}


/*=======  content  =======*/

body.menuopened {
  overflow: hidden;
}
.gradientbg {
  background: rgba(118,194,27,1);
  background: -moz-linear-gradient(left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(118,194,27,1)), color-stop(100%, rgba(167,218,66,1)));
  background: -webkit-linear-gradient(left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -o-linear-gradient(left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -ms-linear-gradient(left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: linear-gradient(to right, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c21b', endColorstr='#a7da42', GradientType=1 );
}
.banner-container {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.banner-inner {
  width: 100%;
  padding: 110px 0 107px;
  position: relative;
}
.banner-inner:before {
  position: absolute;
  content: "";
  top: 0;
  right: 125px;
  width: 121%;
  height: 100%;
  border-radius: 3px;
  background: rgba(167,218,66,1);
  background: -moz-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(119,194,27,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(167,218,66,1)), color-stop(100%, rgba(119,194,27,1)));
  background: -webkit-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(119,194,27,1) 100%);
  background: -o-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(119,194,27,1) 100%);
  background: -ms-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(119,194,27,1) 100%);
  background: linear-gradient(to right, rgba(167,218,66,1) 0%, rgba(119,194,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7da42', endColorstr='#77c21b', GradientType=1 );
  z-index: -1;
}
.banner-content {
  width: 100%;
}
.banner-content h2{
  color: #ffffff;
}
.banner-content p{
  color: #ffffff;
  margin-bottom: 30px;
}
.banner-content .btn-default {
  padding: 0 18px;
}
.btn-default {
  display: inline-block;
  border: 1px solid #76C21B;
  border-radius: 3px;
  height: 54px;
  line-height: 52px;
  color: #76C21B;
  font-weight: 700;
  padding: 0 17px;
  text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus {
  color: #ffffff;
  background: #76C21B;
}
.btn-default.white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-default.white:hover,
.btn-default.white:focus {
  color: #76C21B;
  background: #ffffff;
}
.btn-default.green {
  color: #ffffff;
  background: #76C21B;
  padding: 0 32px;
  height: 87px;
  line-height: 85px;
  font-size: 24px;
}
.btn-default.green:hover,
.btn-default.green:focus {
  color: #76C21B;
  background: #ffffff;
}
.btn-default.gradient {
  height: 43px;
  line-height: 41px;
  color: #ffffff;
  background: rgba(167,218,66,1);
  background: -moz-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(167,218,66,1)), color-stop(100%, rgba(118,194,27,1)));
  background: -webkit-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -o-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -ms-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: linear-gradient(to right, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7da42', endColorstr='#76c21b', GradientType=1 );
}
.image-slider {
  width: 100%;
  display: block;
  position: relative;
}
.banner-slider {
  width: 100%;
  padding-left: 43px;
}
.slide-single {
  
  width: calc(100% + 80px);
  border-radius: 3px;
  overflow: hidden;
}
.imagefluid {
  width: 100%;
  height: 417px;
}
.slick-arrow {
  position: absolute;
  width: 39px;
  height: 39px;
  background: #3C3C3C;
  border-radius: 100%;
  padding: 0;
  text-indent: -9999px;
  color: transparent;
  padding: 0;
  outline: 0;
  right: -82px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 47px 0 0;
}
.slick-next:before{}
.slick-arrow:hover,
.slick-arrow:focus {
  background: #76C21B;
}
.slick-arrow:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin: 0 auto;
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  font-size: 18px;
  text-indent: 0;
}
.slick-next.slick-arrow:before{
  top:13px;
}
.slick-arrow.slick-next:before {
  content: "\f078";
}
.slick-arrow.slick-prev {
  margin: -30px 0 0;
}
.slick-arrow.slick-next {
  margin: 18px 0 0;
}
.image-container {
  width: 100%;
  display: block;
  position: relative;
}
.image-container:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3C3C3C;
  opacity: 0.4;
  z-index: -1;
}
.image-container .imagefluid {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.inner-content {
  padding: 149px 22px 106px;
}
.image-container h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 55px;
}
.testimonial-container {
  width: 100%;
  position: relative;
}
.testimonial-container:before {
  position: absolute;
  content: "";
  left: -6px;
  top: 0;
  width: 108px;
  height: 100%;
  border-radius: 3px;
  background: rgba(167,218,66,1);
  background: -moz-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(167,218,66,1)), color-stop(100%, rgba(118,194,27,1)));
  background: -webkit-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -o-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -ms-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: linear-gradient(to right, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7da42', endColorstr='#76c21b', GradientType=1 );

}
.inner-wrapper {
  max-width: 1664px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.testimonial-block {
  width: 100%;
  max-width: 1228px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 66px 0 67px;
}
.testimonial-container:after {
  position: absolute;
  content: "";
  left: 130px;
  width: 78.2vw;
  height: 100%;
  top: 0;
  background: #FAFAFA;
  border-radius: 3px;
  z-index: -1;
}
.testimonial-title {
  width: 38%;
}
.right-content {
  width: 62%;
  padding-right: 70px;
}
h6.subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #76C21B;
  margin-bottom: 10px
}
.right-content p {
  margin-bottom: 30px;
}
.right-content .btn-default {
  padding: 0 26px;
}
.slider-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(60,60,60,0.2);
}
.projects-container.about .fullwidth-slider{
  margin-bottom: 70px;
}
.fullwidth-slider {
  width: 100%;
  margin-bottom: 215px;
}
.fullwidth-slider .imagefluid{
  height: 451px;
  border-radius: 3px;
}
.single-slide {
  width: 100%;
  margin: 0 23px;
}
.fullwidth-slider .slick-arrow {
  width: 73px;
  height: 73px;
  border-radius: 3px;
}
.fullwidth-slider .slick-arrow {
  margin: 0;
  top: inherit;
  bottom: -103px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  right: 26.7%;
}
.fullwidth-slider .slick-arrow.slick-prev {
  margin-right: 84px;
}
.fullwidth-slider .slick-arrow:before { 
  content: "\f060";
  width: 27px;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  line-height: 26px;
}
.fullwidth-slider .slick-arrow.slick-next:before { 
  content: "\f061";
}
.content-container {
  width: 100%;
  position: relative;
  padding-bottom: 70px;
}
.content-container ul{
  padding: 0 0 0 20px;
}
.bg-box {
  position: absolute;
  top: 0;
  right: 56.3%;
  width: 200%;
  height: 772px;
  border-radius: 3px;
  background: #FAFAFA;
  z-index: -1;
}
.bg-box.box-alt{
  height: 652px;
}
.bg-box.box-leng{
  height: 726px;
}
.bg-box.box-project{
  height: 672px;
}
.bg-box.box-small{
  height: 700px;
}
.content-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:  93px 0 67px;
  position: relative;
}
.content-column.medium {
  padding-top: 53px;
}
.left-column {
  width: 43.7%;
  padding: 0 48px 0 20px;
}
.right-column {
  width: 56.3%;
  padding-left: 78px;
}
.methods .left-column {
  padding-top: 8px;
}
.logos-list {
  width: 100%;
  margin-bottom: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.logos-list-slider{
  display: none;
}
.logos-list.clients .logo-single{
  width:33%
}
.logos-list.clients .logo-single img{
  width:75%
}
.logo-single img{
  display: block;
}
.right-column p{
  margin-bottom: 28px;
}
.cards-block {
  width: calc(100% + 30px);
  margin-left: -30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}

.card-single {
  width: 30.5%;
  margin: 0 0 60px 30px;
}
.show-card{
  display:none;
}
.show-card:nth-child(1),.show-card:nth-child(2),.show-card:nth-child(3){
  display:block;
}
.card-single a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.card-image {
  width: 100%;
  position: relative;
}
.card-image.imagefluid {
  height: 492px;
  border-radius: 3px;
  overflow: hidden;
}
.card-image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3C3C3C;
  opacity: 0.6;
}
.card-content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.card-no {
  display: block;
  padding: 14px 21px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.7;
}
.content-wrap {
  display: block;
  width: 100%;
  min-height: 148px;
  padding: 20px 38px 20px 21px;
  margin: 0;
  background: #3C3C3C;
  border-radius: 0 0 3px 3px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.card-inner {
  display: block;
  width: 100%;
  -webkit-transform: translateY(36%);
  -moz-transform: translateY(36%);
  transform: translateY(36%);
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.card-content:after {
  position: absolute;
  content: "\f054";
  right: 24px;
  bottom: 24px;
  width: 12px;
  height: 16px;
  line-height: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
}
.content-wrap h5{
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.content-wrap p {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  line-height: 21px;
}
.card-single a:hover .content-wrap h5{
  padding-bottom: 10px;
}
.card-single a:hover .content-wrap:before{
  opacity: 1;
  visibility: visible;
}
.card-single a:hover .card-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.content-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(167,218,66,1);
  background: -moz-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(167,218,66,1)), color-stop(100%, rgba(118,194,27,1)));
  background: -webkit-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -o-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: -ms-linear-gradient(left, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  background: linear-gradient(to right, rgba(167,218,66,1) 0%, rgba(118,194,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7da42', endColorstr='#76c21b', GradientType=1 );
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.content-column.news{
  padding: 10px 0 0 0;
}
.news-block{
  width: calc(100% + 30px);
  margin-left: -30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}
.news-block .row{
  width: 100%;
}
.news-single{
  margin-bottom: 20px;
  padding: 0 0 0 25px;
  width: 50%;
  min-height: 150px;
}
.news-single .imagefluid{
  height: 360px;
  border-radius: 3px;
}
.news-content{
  padding: 20px 0 0;
}
.news-created{
  color: #76C21B;;
  font-size: 15px;
  font-weight: 400;
}
/* .news-text{
  min-height: 120px;
  
} */
.news-button{
  position: relative;
  margin-top: 5px;
}
.btn-default.news{
  position: relative;
  font-size: 18px;
  padding: 0px 10px 0px;
  height: 36px;
  line-height: 35px;
}
.quotes-block {
  position: absolute;
  width: auto;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -52px;
  top: 87%;
  margin-top: 300px;
  padding-left: 32px;
}
.quotes-block:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 26px;
  height: 24px;
  background: url(../images/leaf-green.svg) no-repeat left center;
}
.quotes-block p{
  font-weight: 700;
  margin-bottom: 0;
}
.medium .left-column {
  width: 35%;
  padding-right: 0;
}
.medium .right-column {
  width: 65%;
}
.flipblock .left-column {
  -webkit-order: 2;
  order: 2;
  text-align: right;
  padding-right: 0;
}
.flipblock .right-column {
  -webkit-order: 1;
  order: 1;
  padding: 0 20px;
}
.projects-container {
  width: 100%;
  border-top: 1px solid rgba(60,60,60,0.2);
  padding: 30px 0 0;
}
.projects-container .fullwidth-slider {
  margin-bottom: 180px;
}
.projects-container.news{
  border-top: none;
  margin-top: 5%;

}
.slide-content {
  width: 88.7%;
  margin: 0 auto;
  border-radius: 3px;
  padding: 30px 115px 27px 43px;
  left: -12px;
  margin-top: -71px;
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  
}
.slide-content h3{
  color: #ffffff;
  margin-bottom: 8px;
}
.slide-content p{
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.projects-container .fullwidth-slider .slick-arrow {
  display: none!important;
}
.btn-arrow {
  display: inline-block;
  width: 73px;
  height: 73px;
  border-radius: 3px;
  background: #3C3C3C;
  position: absolute;
  right: -23px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #fff;
  text-align: center;
  line-height: 73px;
  font-size: 30px;
}
.btn-arrow:hover,
.btn-arrow:focus {
  background: #76C21B;
  color: #ffffff;
}
.btn-arrow i{
  padding: 30% 0;
}
.slick-current .slide-content {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease-in-out 1s;
}
.contact-container {
  width: 100%;
  padding: 132px 0 13px;
  border-top: 1px solid rgba(60,60,60,0.2);
}
.left-column .imagefluid  {
  width: 600px;
  height: 515px;
  float: right;
  border-radius: 3px;
  /* margin: 45px 70px 0 0; */
  margin: 0 70px 0 0;
}
.form-block {
  width: 603px;
  padding: 16px 0 0;
}
.input-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.input-row.col {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.input-col1 {
  width: 35.5%;
}
.input-col2 {
  width: 61.2%;
}
.input-row button {
  margin-top: 10px;
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 0 0 57px;
}
.timeline-container .container {
  max-width: 1680px;
}
.inner-column{
  max-width: 372px;
  width: 100%;
  float: right;
}
.timeline-container .left-column {
  width: 50%;
  padding: 0 68px 0 0;
}
.timeline-container .first .left-column {
  padding-right: 160px;
}
.timeline-container .right-column {
  width: 50%;
  padding: 0 78px 0 66px;
}
.timeline-container .first .right-column {
 padding-right: 178px;
}
.vertical-line {
  display: inline-block;
  width: 1px;
  background: rgba(60,60,60,0.2);
  height: calc(100% - 75px);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 75px;
}
.timeline-container .content-column {
  padding: 99px 0 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.timeline-container .content-column.first {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.vertical-line:before,
.timeline-container .content-column:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 114px;
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid rgba(118,194,27,0.3);
}
.vertical-line:after,
.timeline-container .content-column:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 118px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid #76C21B;
}
.timeline-container .first.content-column:before {
  top: 104px;
}
.timeline-container .first.content-column:after {
  top: 108px;
}
.vertical-line:before {
  bottom: 0;
  top: auto;
  left: -13px;
}
.vertical-line:after {
  bottom: 4px;
  top: auto;
  left: -9px;
}
.right-column p span,
.right-column h4 span{
  color: #76C21B;
}
.right-column h4 {
  margin-bottom: 29px;
}
.timeline-container .bg-box {
  right: 50%;
  margin-right: 40px;
}
.content-column.first .left-column .imagefluid {
  margin: 60px 0 0 0;
}
.timeline-container .right-column h2 {
  margin-bottom: 31px;
}
.image-card {
  display: block;
  width: 100%;
  position: relative;
}
.image-card .imagefluid{
  height: 456px;
  border-radius: 3px;
  margin: 0;
  float: none;
  width: 100%;
}
.highlight-content {
  position: relative;
  left: 0;
  right: 0;
  width: calc(100% - 60px);
  margin: -68px auto 0;
  border-radius: 3px;
  padding: 29px 38px 26px;
}
.highlight-content h3 {
  color: #ffffff;
  margin-bottom: 8px;
}
.highlight-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.timeline-container .content-column:nth-of-type(even) .left-column {
  -webkit-order: 2;
  order: 2;
  padding: 0 0 0 68px;
}
.timeline-container .content-column:nth-of-type(even) .right-column {
  -webkit-order: 1;
  order: 1;
  padding: 0 68px 0 187px;
  text-align: right;
}
.timeline-container .right-column p:last-child {
  margin-bottom: 0;
}
ul.bullets-list {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
ul.bullets-list li{
  display: block;
  width: 100%;
  padding-left: 14px;
  position: relative;
}
ul.bullets-list li:before{
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: rgba(118,194,27,1);
  background: -moz-linear-gradient(left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(118,194,27,1)), color-stop(100%, rgba(167,218,66,1)));
  background: -webkit-linear-gradient(left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -o-linear-gradient(left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: -ms-linear-gradient(left, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  background: linear-gradient(to right, rgba(118,194,27,1) 0%, rgba(167,218,66,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c21b', endColorstr='#a7da42', GradientType=1 );
}
ol.numbered-list {
display: block;
  width: 100%;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  counter-reset: my-counter;
}
ol.numbered-list li{
  display: block;
  width: 100%;
  padding-left: 23px;
  position: relative;
  counter-increment: my-counter;
}
ol.numbered-list li:before{
  position: absolute;
  content: counter(my-counter);
  left: 0;
  top: 0;
  font-weight: 700;
}
.page404{
  margin: 120px 0 0 0;
}
.left-column .image-slider {
  width: 600px;
  margin: 45px 70px 0 0;
  float: right;
}
.left-column .image-about {
  width: 600px;
  margin: 45px 70px 0 0;
  float: right;
}
.left-column .image-about.news {
  width: 600px;
  margin: 45px 20px 0 0;
  float: right;
}
.left-column .image-slider .imagefluid {
  width: 100%;
  height: 515px;
  float: none;
  border-radius: 3px;
  margin: 0;
}
.left-column .image-slider .slick-arrow {
  top: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  bottom: 67px;
}
.left-column .image-slider .slick-arrow.slick-next {
  margin: 0;
}
.left-column .image-slider .slick-arrow.slick-prev {
  margin: 0 0 49px;
}
.logos-list.fullwidth {
  padding: 70px 0 70px;
  margin-bottom: 0;
}
.logos-list.fullwidth .logo-single {
  margin: 0 70px;
}
.content-container.activities {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(60,60,60,0.2);
}
.links-container {
  width: 100%;
  text-align: center;
  padding: 39px 0 131px;
}
.links-container h2 {
  max-width: 584px;
  width: 100%;
  margin: 0 auto 52px;
}
.links-container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.links-container ul li{
  margin: 0 19px;
}



/*=======  footer  =======*/

.footer-container {
  width: 100%;
  background: #FAFAFA;
  border-radius: 3px 3px 0 0;
}
.footer-bottom {
  width: 100%;
  padding: 28px 0 26px;
  border-radius: 3px 3px 0 0;
}
.footer-bottom p{
  color: #ffffff;
  margin-bottom: 0;
}
.footer-container p {
  font-size: 16px;
  line-height: 26px;
}
.footer-links {
  width: 100%;
}
.footer-links ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}
.footer-links li{
  display: inline-block;
  margin-left: 16px;
  padding-left: 44px;
  position: relative;
}
.footer-links li:before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background: url(../images/leaf-white.svg) no-repeat left center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer-links li:first-child:before {
  display: none;
}
.footer-links li a{
  color: #ffffff;
  font-size: 16px;
}
.footer-links li a:hover,
.footer-links li a:focus {
  color: #3c3c3c;
}
.newsletter-block {
  width: 100%;
  padding: 92px 0;
  border-bottom: 1px solid rgba(60,60,60,0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.newsletter-block  h2 {
  padding-left: 20px;
  margin-bottom: 0;
}
.newsletter-form {
  width: 51.2%;
  padding-top: 26px;
}
.emailNewsletter::-webkit-input-placeholder  {
  color:black;
  opacity: 1;
}
.emailNewsletter::-moz-placeholder  {
  color:black;
  opacity: 1;
}
.emailNewsletter::-ms-input-placeholder  {
  color:black;
  opacity: 1;
}
.newsletter-form input[type="email"] {
  display: inline-block;
  width: 71%;
  max-width: 434px;
  margin-right: 15px;
  border-color: #000;
  background: #ffffff;
  font-size: 16px;
  height: 58px;
}
.newsletter-form .btn-default {
  height: 58px;
  line-height: 56px;
  border: 1px solid #76C21B;
}
.footer-details {
  width: 100%;
  padding: 91px 0 53px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.details-widget {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.details-widget.left {
  padding-left: 20px;
  width: 30%;
}
.details-widget.right {
  width: 65%;
  padding-top: 48px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.footer-logo {
  width: 100%;
  margin-bottom: 29px;
}
.footer-logo img{
  display: block;
}
.details-widget.left p {
  margin-bottom: 53px;
}
.details-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
.details-row label{
  width: 81px;
  font-size: 16px;
  font-weight: 700;
}
.details-row address {
  font-size: 16px;
  line-height: 26px;
}
.widget-column.menu {
  width: 28%;
}
.widget-column.contact {
  /* width: 55.5%; */
}
.widget-column h4 {
  color: #76C21B;
  margin-bottom: 26px;
}
ul.menu-links {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu-links li{
  display: block;
  margin-bottom: 3px;
  line-height: 23px;
}
ul.menu-links li a{ 
  font-size: 16px;
}
.widget-column .details-row label{
  width: 106px;
}
.mob-visible {
  display: none;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
