@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

body {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1 {
  color: white;
}

.navbar {

  margin-bottom: 0;
  border: none;
  border-radius: 0;

}

.background-1c1c1c {
  background-color: #1c1c1c;
  position: sticky;
}

#contactid {
  background-color: grey;
}

#dienstSelect {
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 50px;
  padding: 0.5em 0.5em;
  margin-bottom: 25px;
  font-size: 1.05rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  outline: none;
}

.active {
  position: relative;
}

.active::before {
  content: "";
  position: absolute;
  top: 46%;
  left: -18px;
  width: 10px;
  height: 10px;
  background: #c41543;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 991px) {

  .navbar .navbar-nav {

    padding: 15px 0;

  }

}

.navbar .navbar-nav li>.nav-link {

  font-family: "Muli", sans-serif;;

  font-size: 17px;

  color: #fff;

  text-transform: uppercase;

  padding: 13px 18px !important;

  transition: 0.3s;

}



@media (max-width: 991px) {

  .navbar .navbar-nav li>.nav-link {

    padding: 6px 18px !important;

    text-align: center;

  }

}



.navbar .navbar-nav li>.nav-link:hover {

  color: #fff;

  opacity: 0.7;

}



.navbar .navbar-nav li.active>a {

  background: transparent;

  font-weight: 600;

  text-decoration: underline;

}



.navbar .navbar-nav li.active>a:hover {

  background: transparent;

}




/* Dienstverdeler */
.dienstverdeler {
  background-color: #c41543;
  padding: 50px;
}

.diensten_title span {
  color: #ffffff !important;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.epoxy_image {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*boxed-btns */
.boxed-btn3 {
  background: #a22027;
  color: #fff;
  display: inline-block;
  padding: 12px 33px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btn3:hover {
  border: 1px solid #fff;
  color: #fff !important;
  background: transparent;
}

.boxed-btn3:focus {
  outline: none;
}

.boxed-btn3.large-width {
  width: 220px;
}

.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 13px 27px;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
}

.boxed-btn3-white:hover {
  background: #28ae61;
  color: #fff !important;
  border: 1px solid transparent;
}

.boxed-btn3-white i {
  margin-right: 2px;
}

.boxed-btn3-white:focus {
  outline: none;
}

.boxed-btn3-white.large-width {
  width: 220px;
}

.boxed-btn3-green-2 {
  color: #615cfd !important;
  display: inline-block;
  padding: 14px 31px;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #615cfd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
}

.boxed-btn3-green-2.large-width {
  width: 220px;
}

.boxed-btn3-green-2:focus {
  outline: none;
}

.boxed-btn3-green-2:hover {
  background: #615cfd;
  color: #fff !important;
  border: 1px solid transparent;
}

.boxed-btn7 {
  background: #a22027;
  color: #fff;
  display: inline-block;
  padding: 12px 33px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btn7:hover {
  border: 1px solid #a22027;
  color: #a22027 !important;
  background: transparent;
}

.terug-btn {
  background: #a22027;
  color: #fff;
  display: inline-block;
  padding: 12px 33px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.terug-btn:hover {
  border: 1px solid #1f1f1f;
  color: #1f1f1f !important;
  background: white;
}

.terug-btn:focus {
  outline: none;
}


/* line 1, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
.how_we_work_area {
  position: relative;
}

/* line 3, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
.how_we_work_area.extra_margin_bottom {
  margin-bottom: 160px;
}

@media (max-width: 767px) {

  /* line 3, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
  .how_we_work_area.extra_margin_bottom {
    margin-bottom: 70px;
  }
}

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

  /* line 3, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
  .how_we_work_area.extra_margin_bottom {
    margin-bottom: 100px;
  }
}

/* line 12, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
.how_we_work_area.extra_margin {
  margin-top: 160px;
}

@media (max-width: 767px) {

  /* line 12, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
  .how_we_work_area.extra_margin {
    margin-top: 70px;
  }
}

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

  /* line 12, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
  .how_we_work_area.extra_margin {
    margin-top: 100px;
  }
}

/* line 21, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
.how_we_work_area::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/construction-worker-room.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 767px) {

  /* line 21, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
  .how_we_work_area::before {
    display: none;
  }
}

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

  /* line 21, ../../Arafath/CL/December/233. Startup/HTML/scss/_work.scss */
  .how_we_work_area::before {
    display: none;
  }
}

.how_we_work_area2::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/Epoxy-about.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.about_page_area::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/Epoxy.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.acrylaat1_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/glass-doors.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.elastomere_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/passenger-photography.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.ondergietgrout_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/engineer-inspection-checking-construction-process-railway-checking-work-railroad-station-engineer-wearing-safety-uniform-safety-helmet-work.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.epoxy_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/new-epoxy-floor-warehouse-factory-construction-series.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.epoxy2_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/Epoxy-about.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.troffel_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/abstract-cement-wall-background-concept-concrete-floor.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.steen_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/texture-pebbles-small-stone-scuffs-vintage-retro.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.marmer_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/texture-natural-stone-background.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.herstel_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/epoxy-resin-applied-floor-industrial-hall-with-colored-floor.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.polyurethaan_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/self-leveling-blue-epoxy-floor-gym.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.trap_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/abstract-architectural-concrete-interior-minimalist-house-standing-water-3d.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.schilder_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/manager-shop-floor-factory-using-smart-phone.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.gyproc_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/cement-wall-texture-background-well-editing-text-present-free-space-concrete-backdrop.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.bezettingswerken_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/worker-applies-gray-epoxy-resin-new-floor1.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.Pmmacoating_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/worker-applies-gray-epoxy-resin-new-floor.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.bescherm_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/leveling-with-mixture-cement-floors-selfleveling-epoxy-with-needle-roller-spiked-roller.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.betonherstel_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/beton-wall-gray-background.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.terradec_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/rubble-path-top-view-vertical-frame-texture-gravel-road-construction-material-small-stone-building-material-garden-gravel-background-stone-landscaping-gravel-road.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.mortex_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/texture-concrete-wall-with-cracks-scratches.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.stuco_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/white-concrete-wall-texture-background.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.ondergietingherstel_image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/low-angle-view-bridge-construction-against-sky.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.groutingherstel_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/people-renovating-house-concept.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.acrylaat_image::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/foto/interior-space-art-center-building.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.vloeren_header_bg {
  background-color: #1c1c1c;
}

/* service_area */

.service_area {
  padding-top: 155px;
  padding-bottom: 130px;
}

.row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}

.centered-content .container {
  text-align: center;
}

@media (max-width: 767px) {

  /* line 1, ../../Arafath/CL/December/233. Startup/HTML/scss/_service.scss */
  .service_area {
    padding-bottom: 40px;
    padding-top: 70px;
  }
}

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

  /* line 1, ../../Arafath/CL/December/233. Startup/HTML/scss/_service.scss */
  .service_area {
    padding-bottom: 50px;
  }
}

.col-xl-4 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.service_area .single_service {
  padding: 48px 35px 45px 35px;
  border: 2px solid #e8e8e8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.single_service {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.single_service h3,
.single_service p {
  flex: 1;
}

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

  /* line 11, ../../Arafath/CL/December/233. Startup/HTML/scss/_service.scss */
  .service_area .single_service {
    padding: 30px 20px;
  }
}

/* line 23, ../../Arafath/CL/December/233. Startup/HTML/scss/_service.scss */
.service_area .single_service h3 {
  font-size: 24px;
  font-weight: 400;
  color: #1f1f1f;
  margin-top: 29px;
  margin-bottom: 13px;
}

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

  /* line 23, ../../Arafath/CL/December/233. Startup/HTML/scss/_service.scss */
  .service_area .single_service h3 {
    font-size: 22px;
  }
}

/* line 33, ../../Arafath/CL/December/233. Startup/HTML/scss/_service.scss */
.service_area .single_service p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

/* line 40, ../../Arafath/CL/December/233. Startup/HTML/scss/_service.scss */
.service_area .single_service:hover {
  border: 2px solid #a22027;
}

/* bradcam */

.bradcam_area {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  text-align: center;
  ;
}

@media (max-width: 767px) {

  /* line 13, ../../Arafath/CL/December/233. Startup/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 140px 0 90px 0;
  }
}

.bradcam_area h3,
.bradcam_area h1 {
  font-size: 78px;
  color: white;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {

  /* line 35, ../../Arafath/CL/December/233. Startup/HTML/scss/_bradcam.scss */
  .bradcam_area h3,
  .bradcam_area h1 {
    font-size: 30px;
  }
}

.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.bradcam_area p a {
  color: #fff;
}

.bradcam_area p a:hover {
  color: #fff;
}

.img-box svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.layout_padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #da4259;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header_section {
  position: sticky;
  top: 0;
  z-index: 999;
}

/*header section*/

.gray-grad {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35));
}

.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero_bg_box .img-box {
  width: 100%;
}

.hero_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.pageheader {
  background-image: url(../images/brug.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 25px;
  padding-top: 25px;
}

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #1c1c1c;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: transparent;
  padding: 15px 0;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #da4259;
  margin-right: 5px;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  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;
}

.navbar-brand span img {
  width: 180px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #da4259;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #da4259;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #da4259;
  color: #ffffff;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #da4259;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: 60px;
}

.about_section .detail-box p,
.toepassing_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a,
.toepassing_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #da4259;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover,
.toepassing_section .detail-box a:hover {
  background-color: transparent;
  border-color: #da4259;
  color: #da4259;
}

.service_section {
  background-color: #ededed;
}

.service_section .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.service_section .heading_container {
  color: #000000;
}

.service_section .box {
  background-color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
}

.service_section .box .img-box img {
  width: 75px;
  height: auto;
  fill: #1c1c1c;
}

.service_section .box .detail-box {
  margin-top: 25px;
}

.service_section .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #da4259;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  border-color: #da4259;
  color: #da4259;
}

.client_section {
  text-align: center;
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.client_section .box {
  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;
  margin-top: 45px;
}

.client_section .box .img-box {
  width: 145px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  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;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-color: #1c1c1c;
  color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #da4259;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  left: initial;
  right: 0;
}

/* contact section */
.contact_section {
  position: relative;
  color: #ffffff;
  padding-bottom: 150px;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 35px;
}

.contact_section .contact_form-container input {
  width: 100%;
  border: 1px solid #c9c9c9;
  height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 20px 16px;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #da4259;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #da4259;
  color: #ffffff;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_bg_box .img-box {
  width: 100%;
}

.contact_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/* end contact section */

/* toepassing section */
.toepassing_section {
  position: relative;
  color: #000000;
}

.toepassing_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: 4vw;
  margin-right: -75px;
  z-index: 100;
}

.toepassing_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toepassing_section .img_container .img-box img {
  width: 100%;
}

/* end toepassing section */


.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
}

.team_section p {
  width: 500px;
}

.team_section .box .img-box {
  width: 100%;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  position: absolute;
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0.75);
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #da4259;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  border-color: #da4259;
  color: #da4259;
}

.info_section {
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 75px 0 10px 0;
}

.info_section .row>div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #da4259;
}

.info_section .info_logo {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #da4259;
}

.info_section .info_logo .navbar-brand span:hover {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_links a {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_links ul li a:active {
  color: #da4259;
}

.info_section .info_links ul li a:hover {
  color: #da4259;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f1db25;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

.info_links:hover {
  color: #da4259;
}

.info_contact a:hover {
  color: #da4259;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #101010;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

/* end footer section*/

/* elastomere */

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

#detail {
  align-content: center;
  margin-left: 100px;
  margin-right: 100px;
}

#elastomere {
  text-align: center;
}

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

.foto-grid img {
  width: 313.333px;
  height: 313.333px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.product-detail-dark {
  color: #ffffff;
  background-color: #1c1c1c;
}

/* Back to top arrow */

#backToTop {
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #da4259;
  color: #fff;
  padding: 10px;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#acrylaatsysteem,
#elastomeresysteem,
#ondergietgroutsysteem {
  display: block;
}

/* header area + slider area */
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}

@media (max-width: 767px) {

  /* line 1, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
    background: #1f1f1f;
  }
}

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

  /* line 1, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

/* line 14, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area {
  padding: 0 200px;
}

@media (max-width: 767px) {

  /* line 14, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */

  .header-area .main-header-area {
    padding: 10px 10px;
    background: #1f1f1f;
  }

  .header-area .header-top {
    display: none;
  }
}

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

  /* line 14, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  /* line 14, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  /* line 14, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0 70px;
  }
}

/* line 30, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .logo-img {
  text-align: left;
}

@media (max-width: 767px) {

  /* line 30, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

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

  /* line 30, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
    width: fit-content;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  /* line 30, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
    width: fit-content;
  }
}

/* line 44, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: center;
}

/* line 47, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 23px;
}

/* line 57, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding: 40px 0;
  font-family: "Muli", sans-serif;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {

  /* line 57, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  /* line 57, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/* line 75, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {

  /* line 75, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

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

  /* line 75, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 85, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 90, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover {
  color: #a22027;
}

/* line 94, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 140%;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0;
}

/* Aangepaste stijl voor submenu in de gewone header */
.header-area .main-header-area .main-menu ul li:not(.sticky) .submenu {
  background: transparent;
}

.header-area .main-header-area .main-menu ul li:not(.sticky) .submenu a {
  color: #ffffff;
}

.header-area .main-header-area .main-menu ul li.sticky .submenu {
  /* Voeg hier de gewenste stijlen toe voor het sticky submenu */
  background: #ffffff !important;
  color: black !important;
}

/* line 106, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin: 0;
}

/* line 109, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 115, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 119, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #a22027;
}

/* line 124, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 129, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover>a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 133, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Muli", sans-serif;
}

.header-area .main-header-area .main-menu ul li a {
  padding-left: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Muli", sans-serif !;
}

/* line 139, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 9999999;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 4px solid #ba1440;
}

/* line 165, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 169, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu ul li a {
  color: #000000 !important;
}

/* line 176, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .log_chat_area .say_hi {
  color: #000000 !important;
}

/* line 184, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .log_chat_area {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* line 186, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .log_chat_area .say_hi {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 0;
  padding: 0 0 12px 0;
  margin-right: 0px;
  font-family: "Muli", sans-serif;
}

/* line 195, ../../Arafath/CL/December/233. Startup/HTML/scss/_header.scss */
.header-area .log_chat_area .say_hi:before {
  position: absolute;
  content: url('../offerte.php');
  height: 3px;
  width: 100%;
  background: #a22027;
  bottom: 0;
  left: 0;
}

.logo-img a h3 {
  color: white;
}

.logo-img a img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 767px) {

  /* line 4, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 9, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area .single_slider {
  position: relative;
  z-index: 0;
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {

  /* line 9, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: 500px;
  }
}

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

  /* line 9, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: 620px;
  }
}

/* line 23, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area .single_slider.about_banner.overlay::before {
  opacity: 0.5;
}

/* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 84px;
  margin-bottom: 54px;
}

/* line 34, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {

  /* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

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

  /* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 50px;
    line-height: 62px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  /* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 45px;
    line-height: 55px;
  }
}

/* line 53, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text span {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

/* line 59, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text span::before {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 2px;
  content: "";
  left: -67px;
  top: 50%;
  margin-bottom: -1px;
}

@media (min-width: 992px) and (max-width: 1200px) {

  /* line 53, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  /* line 53, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text span {
    font-size: 16px;
  }
}

/* line 76, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .video_service_btn>a {
  margin-right: 15px;
}

@media (max-width: 767px) {

  /* line 76, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text .video_service_btn>a {
    margin-bottom: 20px;
  }
}

li {
  list-style: none;
}

/* slicknav */
/* line 13, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

/* line 28, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #5db2ff;
}

/* line 32, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  color: #df1616;
}

@media (max-width: 767px) {

  /* line 35, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

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

  /* line 35, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

/* line 55, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {

  /* line 12, ../../Arafath/CL/December/233. Startup/HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 9, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area2 .single_slider {
  position: relative;
  z-index: 0;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {

  /* line 9, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area2 .single_slider {
    height: 500px;
  }
}

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

  /* line 9, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area2 .single_slider {
    height: 620px;
  }
}

/* line 23, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area2 .single_slider.about_banner.overlay::before {
  opacity: 0.5;
}

/* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area2 .single_slider .slider_text h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 84px;
  margin-bottom: 54px;
}

/* line 34, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area2 .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {

  /* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area2 .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

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

  /* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area2 .single_slider .slider_text h3 {
    font-size: 50px;
    line-height: 62px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  /* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area2 .single_slider .slider_text h3 {
    font-size: 45px;
    line-height: 55px;
  }
}

/* line 53, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area2 .single_slider .slider_text span {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

/* line 59, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area2 .single_slider .slider_text span::before {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 2px;
  content: "";
  left: -67px;
  top: 50%;
  margin-bottom: -1px;
}

@media (min-width: 992px) and (max-width: 1200px) {

  /* line 53, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area2 .single_slider .slider_text span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  /* line 53, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area2 .single_slider .slider_text span {
    font-size: 16px;
  }
}

/* line 76, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
.slider_area2 .single_slider .slider_text .video_service_btn>a {
  margin-right: 15px;
}

@media (max-width: 767px) {

  /* line 76, ../../Arafath/CL/December/233. Startup/HTML/scss/_slider.scss */
  .slider_area2 .single_slider .slider_text .video_service_btn>a {
    margin-bottom: 20px;
  }
}

.hero_area2 {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#hero3 {
  padding-top: 120px;
}

#hero3:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero3 .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero3 h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Muli", sans-serif;
}

#hero3 h1 span {
  color: #becbd9;
}

#hero3 h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

@media (min-width: 1024px) {
  #hero3 {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero3 {
    height: auto;
  }

  #hero3 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero3 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

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

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

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

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.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 {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border: 2px solid;
  border-color: #becbd9;
}

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

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

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

.contact .php-email-form button[type=submit]:hover {
  background: #becbd9;
  color: #151515;
}

section.contact2 {
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden;
}

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

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Muli", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #da4259;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  color: #151515;
}

@media (max-width: 768px) {
  .detail-box {
    padding-top: 120px;
  }
}

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

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

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

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #56718c;
}

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

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

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 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: #56718c;
}

.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 #56718c;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 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;
}

#diensten-title {
  padding-top: 35px;
}



/*# sourceMappingURL=style.css.map */