body {
  margin: 0;
  font-family: 'Barlow', sans-serif;
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

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

tr:nth-child(even) {
  background-color: #e4e4e4;
}

tr:hover {
  background-color: #ddd;
}

th {
  text-align: left;
  background-color: #3b3b3b;
  color: white;
}

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

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

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

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  border-radius: 31px;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  -o-border-radius: 31px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #F0C808;
  border-color: #F0C808;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}

.btn:hover {
  background-color: #333333;
  border-color: #fff;
  color: #fff;
}

/* .btn--primary {
	background-color: #333333;
	color: #fff;
} */

/* .btn--primary:hover,
.btn--outline:hover,
.rating-action .btn:hover {
	background-color: #F0C808;
	border-color: #F0C808;
	color: #fff;
} */

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

a {
  display: block;
  text-decoration: none;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 16px;
}

/* Header css start  */
.section-header {
  padding: 22px 0;
  background-color: #fff;
}

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

.header__wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}

.header__logo img {
  max-width: 160px;
}

.nav-block {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__action {
  display: flex;
  align-items: center;
  gap: 48px;
}

.nav-link,
.action-number {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .nav-link:hover,
.header .action-number:hover {
  color: #F0C808;
}

.header-mob .nav-link:hover,
.header-mob .action-number:hover {
  color: #F0C808;
}

.humber-open {
  display: none;
}

.header-mob {
  display: none;
}

.header-block {
  display: flex;
}

.header--phone-mob {
  display: none;
  align-items: center;
  margin-left: auto;
  margin-right: 36px;
}

.header--phone-mob img {
  width: 36px;
}

/* section--hero css start  */

.section {
  position: relative;
}

.section--hero {
  padding: 100px 0 90px;
  background-image: url(../images/hero-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section--hero-wals {
  padding: 100px 0 90px;
  background-image: url(../images/hero-background-wals.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section--hero-snijden {
  padding: 100px 0 90px;
  background-image: url(../images/hero-background-snijden.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section--hero-buigen {
  padding: 100px 0 90px;
  background-image: url(../images/hero-background-buigen.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  background: linear-gradient(101.2deg, #333333 4%, rgba(0, 0, 0, 0) 40%),
    linear-gradient(0deg, rgba(51, 51, 51, 0.61), rgba(51, 51, 51, 0.61));
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hero {
  z-index: 9;
  position: relative;
}

.hero__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title {
  color: #F0C808;
  font-size: 60px;
  line-height: 72px;
}

.page-title span {
  color: #fff;
  display: block;
  font-size: 50px;
  line-height: 61px;
}

.hero__text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  max-width: 530px;
  margin-top: 60px;
}

.hero__list {
  margin: 36px 0 60px;
  padding: 24px 0 0;
  border-top: 1px solid #F0C808;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-list_item p {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  font-weight: 400;
}

/* .btn--outline {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
} */

.hero-list_item {
  display: flex;
}

.hero-list_item::before {
  content: '';
  background-image: url(../images/tick.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 60px;
  height: 20px;
  display: block;
  margin-top: 5px;
}

.hero-list_item + .hero-list_item {
  margin-left: 40px;
}

/* section--materials css start  */

.section--materials {
  padding: 40px 0;
  background-color: #F0C808;
  overflow-x: clip;
}

.materials-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.materials__left {
  flex: 0 0 40%;
}

.materials-text {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.materials-list {
  display: flex;
  align-items: center;
  gap: 55px;
}

.materials-list__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.materials-list__img {
  border: 1px solid rgba(102, 102, 102, 0.48);
  border-radius: 4px;
  padding: 10px;
  width: 68px;
  height: 68px;
}

.materials-list__title {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}

.materials-list__img img {
  max-width: 48px;
  object-fit: contain;
}

/* section--services css strat  */
.section--services {
  padding: 80px 0 130px;
  background-color: #eeeff0;
  overflow-x: clip;
}

.services-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services--title {
  font-size: 36px;
  line-height: 43px;
}

.page-title .page-title__span {
  display: inline;
  color: #333333;
  font-size: 36px;
  line-height: 43px;
}

.services__left {
  flex: 0 0 38%;
}

.services__right {
  position: relative;
  flex: 0 0 55%;
  z-index: 9;
}

.services__right img {
  filter: drop-shadow(0px 10px 20px rgba(51, 51, 51, 0.05))
    drop-shadow(0px 20px 100px rgba(51, 51, 51, 0.15));
  position: relative;
  z-index: 9;
}

.services-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #F0C808;
  right: -70px;
  bottom: -70px;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 36px 0 0;
  padding-left: 20px;
  max-width: 380px;
}

.services-list__item {
  color: #666666;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  list-style: disc;
}

/* section--client css start  */
.section--client {
  background-color: #fff;
  padding: 34px 0;
}

/* .client-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 110px;
} */

/* .client-list__item {
	max-width: 150px;
} */

.client-list__item img {
  /* mix-blend-mode: luminosity; */
  /* filter: invert(28%) sepia(0) saturate(2%) hue-rotate(214deg) brightness(105%) contrast(84%); */
  filter: grayscale(100%);
  max-width: 250px;
  max-height: 130px;
  width: 250px;
  height: 130px;
  object-fit: contain;
  object-position: center;
}

.client-list__item:hover img {
  /* mix-blend-mode: unset; */
  filter: none;
}

.clients-slider.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.clients-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: border-box;
}

.clients-slider .swiper-slide {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* section--portfolio css start  */

.section--portfolio {
  padding: 80px 0;
  background-color: #eeeff0;
  overflow-x: clip;
}

.portfolio-block .page-title {
  text-align: center;
  margin-bottom: 40px;
}

.portfolio-wrapper {
  margin: 20px;
}

.portfolio-row {
  display: flex;
  /* box-shadow: 0px 10px 20px rgb(51 51 51 / 5%), 0px 20px 100px rgb(51 51 51 / 15%); */
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
}

.portfolio-row__img {
  flex: 0 0 50%;
}

.portfolio-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-row__content {
  flex: 0 0 50%;
  padding: 80px 74px 20px 80px;
}

.portfolio-title {
  color: #333333;
  font-size: 28px;
  line-height: 33px;
  margin: 0 0 24px;
}

.portfolio-text {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 10px;
}

.portfolio__action {
  margin-top: 50px;
  text-align: center;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #88888891;
  padding: 0;
}

.slick-dots li.slick-active button {
  background-color: #F0C808;
}

.portfolio__slider .slick-dots {
  margin: 0;
}

.portfolio__slider .slick-arrow {
  padding: 0;
  position: absolute;
  width: 33px;
  height: 149px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
}

.portfolio__slider .slick-prev {
  left: -50px;
}

.portfolio__slider .slick-next {
  right: -50px;
}

/* onze--section css start  */

.section--onze {
  background-color: #dce0e3;
  padding: 80px 0;
}

.onze__list {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 88px;
}

.onze__title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}

.onze-list__item img {
  /* mix-blend-mode: luminosity; */
  /* filter: invert(28%) sepia(0) saturate(2%) hue-rotate(214deg) brightness(105%) contrast(84%); */
  filter: grayscale(100%);
}

.onze-list__item:hover img {
  /* mix-blend-mode: unset; */
  filter: none;
}

.certificates-slider.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.certificates-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: border-box;
}

.certificates-slider .swiper-slide {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* .section--work css start  */

.section--work {
  padding: 100px 0 120px;
  background-color: #fff;
  overflow-x: clip;
}

.work-title {
  font-size: 36px;
  line-height: 43px;
  color: #333333;
}

.work-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 62px 0 150px;
}

.work-row__content {
  flex: 0 0 40%;
}

.work-row__media {
  flex: 0 0 40%;
  position: relative;
}

.work-row__media img {
  position: relative;
  z-index: 9;
}

.work-list__item {
  display: flex;
}

.work-list__item::before {
  content: '';
  background-size: 25px;
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
  display: block;
  margin-top: 5px;
  flex: 0 0 40px;
}

.work-list__content {
  flex: 1 1 auto;
}

.work-list__title {
  margin: 0 0 16px;
  color: #333333;
  font-size: 20px;
  line-height: 24px;
}

.work-list__text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #666666;
  margin: 0 0 36px;
}

.work-pattern {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #F0C808;
  right: -25px;
  bottom: -25px;
}

.work-row--reverse {
  margin: 0;
  flex-direction: row-reverse;
}

.work-top--img {
  position: absolute;
  top: -85px;
  right: -120px;
}

/* section--getintouch css start  */

.section--getintouch {
  padding: 60px 0;
  background-color: #eeeff0;
  overflow-x: clip;
}

.getintouch__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 71px;
}

.getintouch-count {
  font-size: 48px;
  line-height: 67px;
  color: #333333;
  position: relative;
  display: inline-block;
}

.getintouch-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
  margin: 19px 0 0;
}

.getintouch-count::after,
.getintouch-count::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
}

.getintouch-count::after {
  border-top: 4px solid #F0C808;
  border-left: 4px solid #F0C808;
  left: -30px;
}

.getintouch-count::before {
  border-bottom: 4px solid #F0C808;
  border-right: 4px solid #F0C808;
  right: -30px;
  bottom: 0;
}

/* section--guarantee css start  */
.section--guarantee {
  padding: 135px 0;
}

.guarantee {
  position: relative;
}

.guarantee__inner {
  padding: 80px 102px;
  background-image: url(../images/guarantee-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.guarantee__block {
  max-width: 556px;
}

.guarantee__title,
.page-title.guarantee__title span {
  font-size: 36px;
  line-height: 43px;
}

.guarantee__text {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 36px 0 24px;
}

.guarantee__list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 0 0 42px;
}

.guarantee-list__item {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
}

.guarantee__pattern {
  width: 150px;
  height: 150px;
  position: absolute;
  background-color: #F0C808;
  top: -40px;
  left: -40px;
}

.guarantee-list__number {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* section--rating css start  */
.section--rating {
  padding: 80px 0;
  background-color: #eeeff0;
}

.rating__block {
  max-width: 772px;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px rgb(51 51 51 / 5%),
    0px 20px 100px rgb(51 51 51 / 15%);
  padding: 23px 20px 30px;
}

.rating-title {
  color: #F0C808;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}

.rating-title span {
  color: #333333;
}

.rating-review {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.rating-list {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating-header {
  display: flex;
  justify-content: space-between;
}

.rating-client__list {
  display: flex;
  align-items: center;
  justify-content: end;
}

.rating-client__item {
  margin-right: -7px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.rating-client__item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.rating-client__text {
  margin: 8px 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}

.rating-client__text span {
  color: #F0C808;
}

.rating-header__row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.rating-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 22px 0 0;
}

.rating-content__item {
  display: flex;
  padding: 20px 23px;
  background-color: #e9eee5;
  gap: 24px;
}

.rating-content__left img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  max-width: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.rating-content__left {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.client-name {
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.review-date {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  opacity: 0.6;
}

.review-text {
  max-width: 448px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #333333;
  margin: 14px 0 0;
  opacity: 0.8;
}

.rating-action {
  margin: 30px 0 0;
  text-align: center;
}

/* .rating-action .btn {
	color: #333333;
	border-color: #333333;
} */

/* aboutus css start  */

.section--aboutus {
  padding: 40px 0 80px;
}

.aboutus__row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.aboutus-row__media {
  flex: 0 0 45%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: end;
}

.shadow-img img {
  box-shadow: 0px 10px 20px rgb(51 51 51 / 5%),
    0px 20px 100px rgb(51 51 51 / 15%);
}

.aboutus-row__content {
  flex: 0 0 40%;
}

.aboutus-title {
  font-size: 36px;
  line-height: 43px;
  color: #F0C808;
  margin: 0 0 24px;
}

.aboutus-title span {
  color: #333333;
}

.aboutus-text {
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 10px;
}

.aboutus-action {
  margin: 30px 0 0;
}

.aboutus-pattern {
  background-color: #F0C808;
  width: 149px;
  height: 149px;
  position: absolute;
  bottom: -45px;
  left: -45px;
}

.aboutus-media__img {
  position: relative;
  width: 388px;
  height: 388px;
}

.aboutus-media__img img {
  position: relative;
}

.aboutus-media__img img,
.aboutus-media__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutus--media1 {
  height: 168px;
  width: 168px;
  flex: 0 0 168px;
  margin-right: 50px;
}

.aboutus-media__left {
  position: absolute;
  left: -40px;
  top: 70px;
  width: 258px;
  height: 258px;
}

/* section--faq css strat  */

.section--faq {
  padding: 80px 0 92px;
  background-color: #eeeff0;
}

.faq-heading {
  color: #333333;
  font-size: 36px;
  list-style: 43px;
  margin: 0 0 40px;
  text-align: center;
}

.faq-title {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  max-width: 500px;
}

.faq-content {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
  padding: 24px;
  align-items: center;
}

summary {
  list-style: none;
}

details,
details summary {
  padding-left: 0;
  background-image: none;
  -webkit-appearance: none;
}

details summary::-webkit-details-marker {
  display: none;
}

.faq {
  max-width: 772px;
  margin: auto;
}

.faq-details[open] .faq-icon {
  transform: rotate(45deg);
  transition: 0.3s all ease-in-out;
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

.faq-icon {
  flex: 0 0 30px;
}

.faq-details[open] .faq-icon path {
  stroke: #000000;
}

.faq-details[open] summary {
  background-color: #F0C808;
  transition: 0.3s all ease-in-out;
}

.faq-details {
  background-color: #fff;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-answer.section-text {
  padding: 12px 24px 28px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
}

/* section-contact css start  */

.section--contact {
  background-color: rgba(238, 239, 240, 0.2);
  /* padding: 162px 0 140px; */
  overflow-x: clip;
}

.contact-width {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 162px 0 140px;
}

.contact {
  max-width: 833px;
  margin: auto;
  position: relative;
}

.contact__inner {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgb(51 51 51 / 5%),
    0px 20px 100px rgb(51 51 51 / 15%);
  padding: 0 16px;
  position: relative;
}

.contact__block {
  max-width: 665px;
  margin: auto;
  padding: 60px 0 40px;
}

.contact-title {
  text-align: center;
  color: #F0C808;
  font-size: 28px;
  line-height: 33px;
  margin: 0 0 24px;
}

.contact-text {
  text-align: center;
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 14px;
}

.contact-number {
  text-align: center;
  font-size: 28px;
  line-height: 39px;
  margin: 0 0 40px;
}

.contact-title span {
  color: #333333;
}

.form-input {
  margin-bottom: 16px;
}


.error {
  display: block;
  text-align: left;
  color: red;
  font-size: 14px;
  margin-top: 8px;
}

.form-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 24px;
}
.form-action .wpcf7-spinner {
  margin-top: 10px;
}

.form-checkbox label {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}

.contact-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 384px;
  height: 384px;
}

.contact-img img {
  width: 100%;
  height: 100%;
}

.contact-patten {
  width: 200px;
  height: 200px;
  background-color: #F0C808;
  position: absolute;
  right: -50px;
  bottom: -50px;
}

.form-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.form-checkbox label .input-checkbox[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(102, 102, 102, 0.44);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  border-radius: 3px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
}

.form-checkbox label .input-checkbox[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.11111L6.92308 13L18 2' stroke='%23A5B80F' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.form-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label a {
  display: inline;
}

.form-input .wpcf7-not-valid-tip {
  font-size: 14px;
}

/* .input-checkbox {
	position: absolute;
	opacity: 0;
	left: -9999px;
	cursor: pointer;
} */

/* .input-checkbox[type="checkbox"]:not(:checked)+label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(102, 102, 102, 0.44);
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
} */

/* .input-checkbox[type="checkbox"]:checked+label:after {
	content: "";
	width: 20px;
	height: 20px;
	background-size: 18px;
	background-position: center;
	background-image: url(../images/tick.svg);
	font-size: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-repeat: no-repeat;
	background-size: 12px;
	border: 1px solid rgba(102, 102, 102, 0.44);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
} */

/* footer css start  */

footer.section-footer {
  background-color: #3b3b3b;
  position: relative;
  padding: 40px 0 28px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__logo {
  flex: 0 0 169px;
}

.footer__copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}

.footer__content {
  display: flex;
  gap: 36px;
  flex: 1;
  margin-left: 128px;
}

.footer-text {
  color: #dce0e3;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.pipe {
  opacity: 40%;
  height: 40px;
  background-color: #fff;
  width: 1px;
}

.footer-number {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #dce0e3;
}

.footer-mail {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #F0C808;
  text-transform: uppercase;
}

.footer-row {
  display: flex;
  align-items: center;
}

.copyright-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-row span {
  font-family: Helvetica Neue;
}

.footer-row {
  display: flex;
  align-items: center;
  color: #dce0e3;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.footer-row .line {
  margin: 0 3px;
}

.copyright-leadi {
  color: #dce0e3;
  text-decoration: underline;
  margin-left: 4px;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
}

.social-icon img {
  filter: grayscale(1) brightness(1.1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(1.1);
}

.social-icon:hover {
  background: #fff;
}

a.social-icon:hover img {
  filter: none;
}

/* popup modal css start  */
.section-enquery {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  width: 100%;
  overflow: auto;
  background-color: white;
  transition-duration: 700ms;
  padding: 60px 0;
  z-index: 1000;
  display: none;
}

.enquery__close img {
  margin-left: auto;
  cursor: pointer;
}

.enquery__content {
  margin-bottom: 50px;
}

.enquery__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}

.enquery-hero {
  flex: 0 0 45%;
}

.enquery-hero img {
  width: 100%;
}

.enquery-form {
  flex: 0 0 50%;
}

.btn-disabled:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
span.msg.success {
  color: green;
  margin-top: 10px;
  display: block;
}

.article-text {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #666;
  font-size: 18px;
}
.article-text h1 {
  font: 40px/40px 'Rubik', sans-serif;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 1em;
}
.article-text h2 {
  font: 32px/38px 'Rubik', sans-serif;
  color: #333;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 24px;
}
.article-text h3 {
  font: 21px/22px 'Rubik', sans-serif;
  letter-spacing: -0.42px;
  font-weight: 700;
  color: #333;
  margin-top: 32px;
  margin-bottom: 18px;
}
.article-text h4,
.article-text h5,
.article-text h6 {
  font: 19px/21px 'Rubik', sans-serif;
  color: #333;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
}
.article-text a {
  display: inline;
  color: currentColor;
  text-decoration: underline;
  transition: all 0.3s;
}
.article-text a:hover {
  text-decoration-color: transparent;
}
.article-text p {
  margin-bottom: 1em;
}
.article-text ul {
  list-style: disc;
  margin-bottom: 24px;
  padding-left: 40px;
}
.article-text ul li + li {
  margin-top: 5px;
}
.article-text ol {
  margin-bottom: 24px;
  padding-left: 20px;
}
.article-text ol li + li {
  margin-top: 5px;
}
.article-text ol li {
  counter-increment: list-item;
}
.article-text ol li::before {
  content: counter(list-item) '.';
  font-weight: 500;
  margin-right: 5px;
}

/* post content styles */
.post-content h1 {
  font: 40px/40px 'Rubik', sans-serif;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.post-content h2 {
  font: 32px/38px 'Rubik', sans-serif;
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 24px;
}
.post-content h3 {
  font: 24px/28px 'Rubik', sans-serif;
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 18px;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  font: 19px/21px 'Rubik', sans-serif;
  color: #333;
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 16px;
}
.post-content a {
  display: inline;
  font-weight: 400;
  color: currentColor;
  text-decoration: underline;
  transition: all 0.3s;
}
.post-content a:hover {
  text-decoration-color: transparent;
}
.post-content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.post-content ul {
  list-style: disc;
  margin-bottom: 24px;
  padding-left: 40px;
}
.post-content ul li + li {
  margin-top: 5px;
}
.post-content ol {
  list-style: none;
  margin-bottom: 24px;
  padding-left: 20px;
}
.post-content ol li + li {
  margin-top: 5px;
}
.post-content ol li {
  counter-increment: list-item;
}
.post-content ol li::before {
  content: counter(list-item) '.';
  font-weight: 500;
  margin-right: 5px;
}
.post-content img {
  width: 100%;
}
/* /post content styles */

[data-equal-key='contact-blocks'] {
  display: flex;
  flex-wrap: wrap;
}
[data-equal='contact-blocks'] {
  height: 100%;
}

/* pagination */
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.pagination-next,
.pagination-prev {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  pointer-events: visible;
  flex-shrink: 0;
  opacity: 0.8;
}
.pagination-prev {
  margin-right: auto;
}
.pagination-next {
  margin-left: auto;
}
.pagination-disable {
  pointer-events: none;
  opacity: 0.4;
}
.pagination .page-btn {
  min-width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  padding: 4px 7px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.pagination .page-btn.current-page {
  background-color: #F0C808;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.pagination-next,
.pagination-prev {
  transition: 0.3s;
}
.pagination-next:hover,
.pagination-prev:hover {
  color: #F0C808;
}
.pagination .page-btn {
  transition: 0.3s;
}
.pagination .page-btn:hover {
  color: #F0C808;
}
/* /pagination */

/* bg colors */
.white-bg {
  background-color: #fff;
}
.grey-light-bg {
  background-color: #eeeff0;
}
.grey-light-bg-1 {
  background-color: #dce0e3;
}
/* /bg colors */

.form-type-1 {
  background: #ffffff;
  /* box-shadow: 0px 10px 20px rgb(51 51 51 / 5%),
    0px 20px 100px rgb(51 51 51 / 15%);
  padding: 60px; */
  padding: 0;
  font-family: 'Barlow', sans-serif;
}
.form-type-1 ._form_element:first-child ._form-label {
  margin-top: 0;
}
.form-type-1 ._form-label {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding: 0;
  margin: 16px 0 6px;
  font-family: inherit;
  display: block;
}
.form-type-1 ._field-wrapper input {
  background: rgba(238, 239, 240, 0.3);
  border: 1px solid rgba(102, 102, 102, 0.44);
  border-radius: 4px;
  width: 100%;
  padding: 14px 24px;
  margin-bottom: 5px;
  font-size: 13.3px;
  line-height: 1.42;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
}
.form-type-1 ._field-wrapper input:hover,
.form-type-1 ._field-wrapper textarea:hover {
  border-color: #F0C808;
}
.form-type-1 ._field-wrapper input:focus,
.form-type-1 ._field-wrapper input:active,
.form-type-1 ._field-wrapper textarea:focus,
.form-type-1 ._field-wrapper textarea:active {
  border-color: #666666;
}
.form-type-1 ._field-wrapper textarea {
  width: 100%;
  height: 104px;
  background: rgba(238, 239, 240, 0.3);
  border: 1px solid rgba(102, 102, 102, 0.44);
  border-radius: 4px;
  padding: 14px 24px;
  margin-bottom: 5px;
  font-size: 13.3px;
  line-height: 1.42;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  resize: vertical;
}
.form-type-1 ._field-wrapper select {
  background: rgba(238, 239, 240, 0.3);
  border: 1px solid rgba(102, 102, 102, 0.44);
  border-radius: 4px;
  width: 100%;
  padding: 14px 24px;
  margin-bottom: 5px;
  font-size: 13.3px;
  line-height: 1.42;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
}
.form-type-1 ._form-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.form-type-1 ._checkbox-radio {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  cursor: pointer;
}
.form-type-1 ._checkbox-radio + ._checkbox-radio {
  margin-top: 10px;
}
.form-type-1 ._checkbox-radio input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(102, 102, 102, 0.44);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  border-radius: 3px;
  margin: 0;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
}
.form-type-1 ._checkbox-radio input:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.11111L6.92308 13L18 2' stroke='%23A5B80F' stroke-width='4'/%3E%3C/svg%3E%0A");
}
.form-type-1 ._checkbox-radio label {
  font-size: 14px;
  line-height: 20px;
}
.form-type-1 ._checkbox-radio span {
  width: calc(100% - 30px);
}
.form-type-1 ._checkbox-radio ._error-inner {
  width: 100%;
}
.form-type-1 ._checkbox-radio label a {
  display: inline;
  color: currentColor;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.3s;
}
.form-type-1 ._button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 24px;
}
.form-type-1 ._submit {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  border-radius: 31px;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  -o-border-radius: 31px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #F0C808;
  border-color: 1px solid #F0C808;
  outline: none;
  cursor: pointer;
}
.form-type-1 ._submit:hover {
  background-color: #333333;
  border-color: #fff;
  color: #fff;
}
.form-type-1 ._error-inner {
  color: #dc3232;
  font-size: 14px;
  line-height: 1.2;
}
.form-type-1 ._form-thank-you {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}

/* CTA lead magnet */
.section--lead-magnet {
  padding: 135px 0;
}
.lead-magnet {
  position: relative;
}
.lead-magnet__inner {
  padding: 80px 102px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.lead-magnet__block {
  max-width: 556px;
}
.lead-magnet__title,
.page-title.lead-magnet__title span {
  font-size: 36px;
  line-height: 43px;
}
.lead-magnet__text {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 36px 0 24px;
}
.lead-magnet__text-block {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 24px 0;
}
.lead-magnet__text-block p:not(:last-child) {
  margin-bottom: 0.7em;
}
.lead-magnet__list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 0 0 42px;
}
.lead-magnet-list__item {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
}
.lead-magnet__pattern {
  width: 150px;
  height: 150px;
  position: absolute;
  background-color: #F0C808;
  top: -40px;
  left: -40px;
}
.lead-magnet-list__number {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* /CTA lead magnet */

/* media query */
@media screen and (max-width: 1440px) {
  .contact-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .materials-block {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .services-pattern {
    right: -10px;
    bottom: -10px;
  }

  .work-pattern {
    right: -15px;
    bottom: -15px;
  }

  .guarantee__pattern {
    top: -10px;
    left: -10px;
  }

  .portfolio__slider .slick-prev {
    left: auto;
    top: auto;
    right: 50px !important;
  }

  .portfolio__slider .slick-arrow {
    background-color: #F0C808;
    z-index: 9;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 30px;
  }

  .portfolio__slider .slick-next {
    top: auto;
    right: 20px;
  }

  .portfolio__slider .slick-prev {
    left: auto;
    top: auto;
    right: 70px !important;
  }

  .lead-magnet__pattern {
    top: -10px;
    left: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .humber-open {
    display: block;
  }

  .header-mob {
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 23px 14px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
  }

  .header .header__nav,
  .header .header__action {
    display: none;
  }

  .header-mob__wraper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__action {
    display: flex;
    align-items: center;
  }

  .header--phone-mob {
    display: flex;
  }

  .nav-block {
    flex-direction: column;
  }

  .nav-link,
  .action-number {
    font-size: 30px;
    line-height: 40px;
  }

  .services-block {
    flex-direction: column;
    gap: 40px;
  }

  .services-list {
    max-width: 100%;
  }

  .services-pattern {
    right: -70px;
    bottom: -70px;
  }

  .work-row {
    flex-direction: column;
    gap: 40px;
  }

  /* .client-list {
		flex-wrap: wrap;
		column-gap: unset;
		row-gap: 30px;
	} */

  .onze__list {
    flex-wrap: wrap;
    column-gap: unset;
    row-gap: 20px;
  }

  /* .onze-list__item {
		flex: 0 0 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	} */
}

@media only screen and (max-width: 768px) {
  .section-enquery {
    padding: 20px 0 40px;
  }

  .portfolio-row {
    flex-direction: column-reverse;
    gap: 34px;
  }

  .ferna-icon {
    display: none;
  }

  .hero-list_item + .hero-list_item {
    margin-left: 0;
  }

  .hero-list_item::before {
    width: 30px;
    margin-right: 10px;
  }

  .page-title,
  .page-title .page-title__span,
  .page-title.guarantee__title span {
    font-size: 50px;
    line-height: 53px;
  }

  .hero__list {
    flex-direction: column;
    gap: 24px;
    justify-content: start;
    align-items: start;
  }

  .contact-width {
    padding: 0;
  }

  .services__right {
    margin-left: -95px;
  }

  .work-pattern {
    display: none;
  }

  .work-row__media {
    width: 100%;
  }

  .work-row__media img {
    width: 100%;
  }

  .work-row {
    margin: 40px -15px 0;
  }

  .work-row__content {
    padding: 0 16px;
  }

  .work-row--reverse .work-row__media img {
    width: auto;
  }

  .work-top--img {
    right: 210px;
  }

  .work-row--reverse .work-row__media {
    margin-top: 50px;
  }

  .guarantee__inner {
    padding: 16px;
    margin: 0 -16px;
  }

  .guarantee__block {
    max-width: 100%;
  }

  .section--guarantee {
    padding: 60px 0;
  }

  .rating-header {
    flex-direction: column;
  }

  .getintouch__list {
    gap: 70px;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
    padding-left: 50px;
  }

  .aboutus__row {
    flex-direction: column-reverse;
    gap: 40px;
    margin: 0 -15px;
  }

  .aboutus-row__content {
    padding: 0 16px;
  }

  .aboutus-row__media {
    width: 100%;
  }

  .aboutus-media__left {
    left: 0px;
    width: 370px;
    height: 370px;
  }

  .aboutus-media__img {
    position: relative;
    width: 450px;
    height: 450px;
  }

  .aboutus--media1 {
    height: 168px;
    width: 168px;
  }

  .faq-column {
    margin: 0 -16px;
  }

  .contact-patten {
    display: none;
  }

  .contact-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 -16px;
    gap: 40px;
  }

  .contact-img {
    position: static;
  }

  .contact-img img {
    width: 100%;
  }

  .contact {
    max-width: 100%;
    width: 100%;
  }

  .contact__inner {
    box-shadow: none;
  }

  .contact-img {
    width: 100%;
    height: auto;
  }

  .section--contact {
    padding: 40px 0;
  }

  .footer__copyright {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    gap: 24px;
  }

  .copyright-list {
    flex-direction: column;
  }

  .copyright-list {
    gap: 8px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .footer__content {
    margin: 0;
  }

  .enquery__box {
    flex-direction: column-reverse;
  }

  .footer {
    display: block;
  }

  .enquery__close {
    margin: 0 0 30px;
    display: block;
  }

  .footer__logo img {
    margin: auto;
  }

  .footer__social {
    justify-content: center;
  }

  .footer__content {
    margin: 24px 0;
    justify-content: center;
  }

  .pagination .wrapper {
    position: relative;
    padding-top: 36px;
  }
  .pagination-prev {
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pagination-next {
    margin-left: 8px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .page-title.lead-magnet__title span {
    font-size: 50px;
    line-height: 53px;
  }
  .lead-magnet__inner {
    padding: 16px;
    margin: 0 -16px;
  }
  .lead-magnet__block {
    max-width: 100%;
  }
  .section--lead-magnet {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-type-1 {
    padding: 30px 20px;
    box-shadow: none;
  }
  .form-type-1 ._submit {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .aboutus-media__img {
    width: 350px;
    height: 350px;
  }

  .aboutus-media__left {
    width: 280px;
    height: 280px;
  }

  .aboutus--media1 {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
  }

  .portfolio-wrapper {
    margin: 10px;
  }

  .portfolio-row {
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 5%);
  }

  .materials-list {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }

  .services-pattern {
    right: 5px;
    bottom: -50px;
  }

  .services__right {
    padding-right: 50px;
  }

  .page-title,
  .page-title span,
  .page-title .page-title__span,
  .page-title.guarantee__title span {
    font-size: 28px;
    line-height: 33px;
  }

  .section--hero {
    padding: 40px 0;
  }

  .section--hero-wals {
    padding: 40px 0;
  }

  .section--hero-snijden {
    padding: 40px 0;
  }

  .section--hero-buigen {
    padding: 40px 0;
  }

  .hero__text {
    margin: 16px 0 24px;
    font-size: 18px;
    line-height: 25px;
  }

  .page-title.guarantee__title span {
    display: inline;
  }

  .hero__list {
    margin: 0 0 36px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .materials-text {
    font-size: 18px;
    line-height: 25px;
  }

  .section--services {
    padding: 40px 0 25px;
  }

  .services__right {
    padding-right: 10px;
  }

  .services-pattern {
    width: 100px;
    height: 100px;
    right: -15px;
    bottom: -23px;
  }

  /* .client-list {
		flex-direction: column;
	} */

  .section--client {
    padding: 34px 0 47px;
  }

  .section--portfolio,
  .section--onze {
    padding: 60px 0;
  }

  .portfolio-row__content {
    padding: 40px 24px 0;
  }

  .portfolio-title {
    font-size: 22px;
    line-height: 26px;
  }

  /* .onze-list__item {
		flex: 0 0 50%;
	}

	.onze-list__item--full {
		flex: 0 0 100%;
	} */

  .section--work {
    padding: 60px 0 0;
  }

  .work-row--reverse .work-row__media {
    padding-right: 90px;
  }

  .work-top--img {
    right: 0px;
    top: -120px;
  }

  .guarantee__inner {
    padding: 60px 16px;
    background-position: center;
  }

  .section--guarantee {
    padding: 0;
  }

  .rating-content__left {
    flex: 0 0 40px;
  }

  .rating__block {
    box-shadow: none;
    padding: 14px 0 24px;
  }

  .section--rating {
    padding: 60px 0;
    background-color: #fff;
  }

  .aboutus-pattern {
    width: 100px;
    height: 100px;
    bottom: -30px;
    left: -30px;
  }

  .section--faq {
    padding: 40px 0;
  }

  .section--contact {
    background-color: #fff;
  }

  .contact__block {
    padding: 0;
    padding-top: 40px;
  }

  .pipe {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
  }

  .footer__content {
    flex-direction: column;
    align-items: center;
    gap: unset;
  }

  footer.section-footer {
    padding: 40px 0;
  }
  
  .page-title.lead-magnet__title span {
    font-size: 28px;
    line-height: 33px;
  }
  .page-title.lead-magnet__title span {
    display: inline;
  }
  .lead-magnet__inner {
    padding: 60px 16px;
    background-position: center;
  }
  .section--lead-magnet {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .aboutus-media__left {
    left: 0px;
    top: 100px;
    width: 200px;
    height: 200px;
  }

  .aboutus-media__img {
    width: 270px;
    height: 270px;
  }

  .aboutus--media1 {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 375px) {
  .aboutus-media__left {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (max-width: 350px) {
  .aboutus-media__left {
    width: 150px;
    height: 150px;
  }

  .aboutus-media__img {
    width: 200px;
    height: 200px;
  }

  .aboutus--media1 {
    flex: 0 0 115px;
    width: 115px;
    height: 115px;
    margin-right: 20px;
  }

  p.footer-row {
    flex-direction: column;
  }

  .footer-row .line {
    display: none;
  }

  .footer-row span {
    display: block;
    margin: 0 0 3px;
  }

  .copyright-leadi {
    margin: 4px 0 0;
  }
}

@media (hover: hover) {
  .form-type-1 ._checkbox-radio label a:hover {
    text-decoration-color: transparent;
  }
}
