@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Questrial&display=swap');

:root {
  --primary: #0061AE;
  --secondary: #1BAA4E;
  --gray: #E6EEF8;
  --white: #FFFFFF;
  --black: #222222;
  --themetxt: #555555;
  --lightgray: #FAFAFA;
  --red: #EA2A2A;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: var(--themetxt);
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
}

a,
button {
  outline: none !important;
  text-decoration: none;
  box-shadow: none;
}

a:hover,
a:focus,
select:focus,
button:focus,
.btn:focus,
.btn.focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure img {
  border-radius: 30px;
}

li {
  list-style: none;
}

h1.global_title {
  font-family: "Figtree", sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 115.2px;
  letter-spacing: 0.01em;
  color: var(--black);
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
  line-height: 48.96px;
  letter-spacing: 0.01em;
}

h2 {
  font-size: 38px;
  line-height: 49.44px;
}

h3 {
  font-size: 32px;
  line-height: 32.96px;
}

h4 {
  font-size: 28px;
  line-height: 28.84px;
}

h5 {
  font-size: 24px;
  line-height: 24.72px;
}

h6 {
  font-size: 20px;
  line-height: 20.6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none !important;
  font-family: "Questrial", sans-serif;
  color: var(--black);
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 0 20px 0;
}

.desp {
  margin-bottom: 2rem;
}

input,
select,
textarea,
button {
  outline: none !important;
  box-shadow: none;
}

input,
textarea,
select {
  /*-moz-appearance: none; -webkit-appearance: none;*/
  box-shadow: none !important;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.btns {
  margin: 0;
  padding: 17px 40px;
  display: inline-block;
  background: var(--gray);
  border-radius: 40px;
  font-size: 14px;
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}

.btns a {
  color: var(--black);
}

.btns:hover {
  background: var(--gray);
}

.region-content {
  padding: unset !important;
}

a.scrollButton {
  cursor: pointer;
}

header {
  width: 100%;
  background: var(--white);
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 11;
  border-bottom: 1px solid #EFEFEF;
  transition: all .4s ease-in-out;
}

.nav_sec {
  padding: 16px 0;
  margin: 0;
  transition: all .4s ease-in-out;
}

header .navbar {
  margin: 0;
  padding: 0;
}

header .navbar-brand,
footer .navbar-brand,
#block-vandegrijp-sitebranding2 {
  width: 220px;
  display: inline-block;
  margin: 0 auto 0 0;
  padding: 0;
}

header .navbar-brand img,
footer .navbar-brand img,
#block-vandegrijp-sitebranding2 img {
  margin: 0;
  max-width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}

header .navbar-light .navbar-nav {
  margin: 0 40px;
}

header .navbar-light .navbar-nav .nav-item {
  margin: 0 12px;
}

header .navbar-light .navbar-nav .nav-link {
  margin: 0;
  padding: 15px 0;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: var(--black);
}

header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover {
  color: var(--secondary);
}

header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .show>.nav-link {
  color: var(--secondary);
}

header .navbar-collapse {
  justify-content: flex-end;
}

header .dropdown-menu {
  border: none;
  padding: 16px 15px;
  background: var(--gray);
  border-radius: 0;
  margin-top: 0 !important;
  box-shadow: none;
}

header .dropdown-item {
  padding: 5px 10px;
  font-size: 16px;
  color: var(--primary);
  font-weight: 400;
}

header .dropdown-item:hover,
header .dropdown-item.active {
  color: var(--secondary);
  background: none;
}

.path-frontpage header .maat_link .nav-link {
  display: none;
  background: var(--primary);
}

.hd_phone {
  padding: 0;
  margin: 0 0 0 40px;
}

.hd_phone .call a {
  padding: 12px 24px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--black);
  background: var(--gray);
  border-radius: 60px;
}

.hd_phone .call a span {
  color: var(--black);
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.hd_phone .call a:hover span {
  display: inline;
  width: 106px;
  font-size: 14px;
}

.top_strip {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #EFEFEF;
}

.language {
  padding: 0 0 0 20px;
  margin: 0 0 0 24px;
  font-size: 12px;
  color: var(--black);
  border-left: 1px solid #D9D9D9;
}

.language .form-select {
  margin: 0;
  border: none;
}

.ver_link .nav-link {
  padding: 11px 21px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.12px;
  font-size: 12px;
  color: var(--white);
  gap: 10px;
  text-transform: uppercase;
  background-color: var(--secondary);
  border-radius: 60px;
}

.ver_link .nav-link.active {
  color: var(--white);
}

.ver_link .nav-link::before {
  content: "";
  background-image: url(../images/cycle.svg);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  top: 0px;
  background-repeat: no-repeat;
}

.ver_link .nav-link:hover {
  background: var(--secondary);
}

.search_info {
  margin: 0;
  padding: 20px 5% 20px 5%;
  border-bottom: 1px solid #EFEFEF;
  gap: 15px;
}

.search_info button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 26px;
  min-width: 26px;
}

.search_info .form-control {
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  font-size: 16px;
  color: var(--black);
}

#searchModal i.better_search {
  background: none;
}

/* Search Modal */
.search_link {
  margin: 0 0 0 30px;
  position: relative;
  float: right;
}

.search_link a {
  display: flex;
  font-size: 20px;
  color: #333;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.search_modal .input-group {
  justify-content: center;
}

.search_modal .btn-close {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  right: 10px;
  opacity: 1 !important;
}

.search_modal button:focus:not(:focus-visible) {
  box-shadow: none;
}

.search_modal .modal-dialog {
  background-color: transparent;
  border: none;
}

.search_modal .modal-content {
  background-color: transparent;
  padding: 0;
  border: none;
}

.search_modal .modal-body {
  padding: 25% 10px 0;
}

.search_modal .input-group {
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
}

.search_modal .input-group .form-control {
  margin: 0;
  padding: 0 20px 0 0;
  width: 400px;
  border-radius: 0px;
  height: 50px;
  background: transparent;
  font-size: 14px;
  color: var(--white);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
}

.search_modal .input-group .form-control::placeholder {
  color: var(--white);
}

.search_modal .input-group button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.search_modal .input-group button img {
  filter: brightness(0) invert(1);
}

.navbar-toggler {
  background: var(--gray);
  border: none;
  position: relative;
  right: 0;
  top: 0;
  height: 56px;
  padding: 0 28px;
  box-shadow: none !important;
  transition: all .4s ease-in-out;
  border-radius: 100px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: var(--black);
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 28px;
  top: 22px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 28px;
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

header .tablet-none {
  display: none;
}

header .maat_link .nav-link {
  background: var(--primary);
  margin-right: 10px;
}

header .maat_link .nav-link::before {
  content: "";
  background-image: url(../images/scale_ic.svg);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 24px;
  height: 12px;
  position: relative;
  top: 0px;
  background-repeat: no-repeat;
}

header .maat_link .nav-link:hover {
  background: #0b79d3;
}

.maat_link .nav-link:active {
  color: var(--white);
}

.path-frontpage header.sticky .maat_link .nav-link {
  margin: 0 26px 0 0;
}

.ver_link.maat_link {
  display: none;
}

/* HEADER STICKY */
header.sticky {
  position: fixed;
  z-index: 999 !important;
}

header.stickyone {
  position: fixed;
  z-index: 999 !important;
}

header.sticky .menu {
  display: flex;
}

@media (min-width: 1200px) {

  header.sticky .language {
    display: none;
  }

  header.sticky .navbar-light .navbar-nav {
    margin: 0 20px;
  }

  header.sticky .ver_link .nav-link {
    margin: 0 128px 0 0;
    padding: 16px 32px;
  }

  header.sticky .tablet-none {
    display: block;
  }

  header.sticky .maat_link .nav-link {
    display: flex;
  }

  header.sticky .maat_link a.nav-link.active.is-active {
    color: var(--white);
  }

  header.sticky .hd_phone .call a {
    transform: translate(-104px, 8px);
    min-width: 80px;
    width: 80px;
    height: 56px;
  }

  header.sticky .hd_phone .call a:hover {
    width: 190px;
  }

  header .navbar-toggler {
    transform: translateY(-20px);
  }

  header.sticky .navbar-toggler {
    transform: translateY(0);
    position: relative;
    z-index: 5;
  }

  header.sticky .collapse:not(.show) {
    display: none !important;
  }

  header.sticky .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 0;
    width: calc(100% - 350px);
    transform: translate(-83px, -30px);
    right: 0;
    z-index: 5;
    background: var(--white);
    padding: 10px 60px 10px 0;
    height: auto !important;
    justify-content: flex-end;
  }

  header.sticky .navbar-brand {
    transform: translateY(8px);
  }

  header.sticky .nav_sec {
    padding: 0;
    height: 0;
    transform: translateY(-56px);
  }

  header.sticky .nav_sec .container {
    height: 0;
  }

  header.sticky .nav_sec .navbar {
    height: 0;
  }

  header.sticky .navbar-nav.mx-auto {
    margin: 0 !important;
  }

  header.sticky .top_strip {
    border-bottom: none;
  }
}

@media (min-width: 1200px) and (max-width:1579px) {
  header.sticky .navbar-collapse {
    width: calc(100% - 310px);
    transform: translate(-83px, -30px);
    padding: 10px 20px 10px 0;
  }

  .search_link {
    margin-left: 10px;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

/* Hero section */
section {
  padding: 0;
  margin: 0;
}

.hero_sec {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.hero_sec .grid {
  display: flex;
}

.hero_sec .grid .column {
  width: 50%;
  transition: all 0.7s ease-in-out;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}

.hero_sec .grid .column::before {
  content: "";
  width: 0;
  height: 100%;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .6s ease-in-out;
}

.hero_sec .grid .column+.column {
  border-left: 1px solid #EFEFEF;
}

.hero_sec .grid .column+.column::before {
  left: auto;
  right: 0;
  background: var(--secondary);
}

.hero_sec .grid .column+.column .details {
  margin: 0 auto 0 0;
}

.hero_sec .grid .column+.column .details p {
  left: auto;
  right: -30%;
}

.hero_sec .details {
  width: 100%;
  max-width: 740px;
  padding: 50px 100px;
  margin: 0 0 0 auto;
}

.hero_sec .details h1.global_title {
  padding: 0;
  margin: 0;
  line-height: normal;
  transition: all .7s ease-in-out;
}

.hero_sec .details figure {
  max-width: 280px;
  padding: 0;
  margin: -50px auto 35px auto;
  border-radius: 32px;
  box-shadow: 32px 20px 70px 4px rgba(0, 0, 0, 0.40);
  position: relative;
  overflow: hidden;
}

.hero_sec .details figure img {
  border-radius: 32px;
}

.hero_sec .details h2 {
  line-height: 52px;
  transition: all .7s ease-in-out;
}

.hero_sec .details p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  height: 0;
  overflow: hidden;
  transition: all .7s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  left: -30%;
}

.hero_sec .details .more_link {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.hero_sec .details .more_link img {
  transition: all .7s ease-in-out;
}

.hero_sec .background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .7s ease-in-out;
}

.hero_sec .grid .column:hover {
  width: 60%;
}

.hero_sec .grid .column:hover::before {
  width: 100%;
}

.hero_sec .grid .column:hover .details h1.global_title {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 135px 0 rgba(255, 255, 255, 0.80), 0 270px 0 rgb(255, 255, 255);
}

.hero_sec .grid .column:hover .details h2 {
  color: var(--white);
}

.hero_sec .grid .column:hover .details p {
  height: 96px;
  margin-bottom: 20px;
  left: 0;
}

.hero_sec .grid .column:hover .details .more_link img {
  filter: brightness(0) invert(1);
}

.hero_sec .grid .column:hover .background-video {
  opacity: 1;
}

.hero_sec .grid .column+.column:hover .details p {
  right: 0;
  left: auto;
}

/* Building */
.building_sec {
  margin: 0;
  padding: 110px 0 120px 0;
  background: var(--lightgray);
}

.building_sec h2 {
  max-width: 400px;
}

.building_sec .desp {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.building_sec .over_link {
  margin: 0;
  padding: 0 0 5px 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #1BAA4E, #0061AE);
}

.building_sec .over_link img {
  width: 24px;
}

.building_sec .map_info {
  margin: 0;
  padding: 60px 0 0 0;
}

.building_sec .map_info figure {
  margin: 0;
  padding: 0;
  position: relative;
}

.building_sec .map_info figure .marker-item {
  position: absolute;
  display: inline-flex;
  align-items: flex-end;
}
.building_sec .map_info figure .marker-item .marker {
  height: 18px;
  width: 18px;
  position: relative;
  background-color: #1BAA4E;
  animation: pulse-animation 2s infinite;
  border-radius: 100%;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(27, 170, 78, 0.40);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(27, 170, 78, 0.0);
  }
}
.building_sec .map_info figure .marker-item .label {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px 8px 8px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  margin-left: -8px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.building_sec .map_info .counter_block {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
}

.building_sec .map_info .counter_block strong {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 96px;
  font-weight: 800;
  line-height: 100px;
}

/* Markten */
.markten_sec {
  margin: 0;
  padding: 110px 0 150px 0;
  background: var(--lightgray);
}

.markten_sec .info {
  max-width: 620px;
  margin: 0 0 80px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.markten_info {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 10px;
}

.markten-block {
  position: relative;
  overflow: hidden;
  width: 170px;
  min-width: 170px;
  margin: 0;
  cursor: pointer;
  transition: 3s cubic-bezier(0.01, 0.10, 0.10, 1);
  display: flex;
  gap: 80px;
  align-items: center;
}


.markten-block .detail {
  margin: 0;
  padding: 0 100px 0 0;
  min-width: 345px;
  max-width: 345px;
  transition: all .3s ease-in-out;
}

.markten-block figure {
  width: 170px;
  min-width: 170px;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 32px;
  position: relative;
}

.markten-block figure>img {
  width: 100%;
  border-radius: 32px;
  height: 100%;
  object-fit: cover;
}

.markten-block h4 small {
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  font-size: 14px;
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
}

.markten-block p {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.markten-block .btns {
  transition: all 1s ease-in-out;
  left: -100px;
  opacity: 0;
}

.more_arrow {
  width: 80px;
  height: 56px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: 40px;
  visibility: visible;
  opacity: 1;
  transition: all .4s ease-in-out;
}

.more_arrow img {
  width: 32px;
}

.more_arrow:hover {
  background: var(--gray);
}

.markten-block.active {
  flex-grow: 10000;
  width: 100%;
}

.markten-block.active figure {
  width: 315px;
  min-width: 315px;
}

.markten-block.active .more_arrow {
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.markten-block.active .btns {
  left: 0;
  opacity: 1;
}

.markten-block.active .btns a {
  color: var(--black)
}

.markten-block .btns a {
  color: var(--black)
}

.markten_sec .progress_info {
  width: 100%;
  height: 1px;
  background: #8F8F8F;
  margin-top: 50px;
  position: relative;
  display: none;
}

.markten_sec .progress-bar {
  height: 2px;
  background-color: var(--secondary);
  width: 0%;
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}


/* Wij */
.path-frontpage .wij_sec {
  background: var(--lightgray);
}

.wij_sec h2 {
  margin: 0;
  padding: 0;
  font-size: 76px;
  color: var(--black);
  font-weight: 900;
  line-height: 98.4px;
  font-family: Figtree, sans-serif;
  text-transform: uppercase;
}

.wij_sec .info {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 40px 0;
}

.wij_sec .detail {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.wij_sec .detail img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.wij_sec .detail .background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.path-frontpage .wij_sec button.btn-m {
  display: none;
}

/* footer */
footer {
  color: var(--black);
}

footer .vacatures-footerlogo .footer-logo img {
  margin: 18px 36px 18px 0;
}

footer .f_icon {
  padding-top: 14px;
}

footer .f_icon a {
  color: var(--black);
  text-decoration: underline;
}

footer .f_icon a svg {
  display: none;
}

footer .f_icon img {
  margin-right: 14px;
  object-fit: contain;
}

footer .footercol {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

footer .ftrcol {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.ftr-cont {
  font-size: 14px;
}

.footer-menu a {
  color: #8E8E8E;
  margin-right: 20px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14.32px
}

.footer-menu a:hover {
  text-decoration: underline;
}

footer .menu1,
.vacatures-footerlogo {
  margin-left: 40px;
}

.vacatures-footerlogo h5 {
  font-size: 20px;
}

footer .menu1 h5,
.menu2 h5 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background: var(--white);
  padding: 10px 14px;
  border-radius: 30px;
  width: 48%;
  letter-spacing: 0.05em;
}

.copyright {
  color: #8E8E8E;
  font-size: 14px;
}

.custom-content {
  padding-right: 80px;
}

.custom-content p {
  margin-bottom: 2rem;
}

.rental-content {
  padding-left: 80px;
}

.rental-content p {
  margin-bottom: 2rem;
}

.marker-color {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.customization {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.customization .col-lg-5,
.rental .col-lg-5,
.product-descp .col-md-6,
.customization-quote .col-lg-6,
.rental-product-content .rental .col-lg-6 {
  margin: auto;
}

.rental {
  padding-bottom: 6rem;
}

.custom-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.customization-image {
  float: right;
}

.customization-image img,
.custom-image img {
  border-radius: 32px;
}

.rental-product-content .rental .custom-image img {
  border-radius: 32px;
  width: 100%;
}

.btn-m a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 33px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  min-width: 246px;
  text-align: center;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #0061AE, #1baa4e) border-box;
  border: 2px solid transparent;
  border-radius: 50px;
  color: var(--black);
  text-transform: uppercase;
}

.btn-m a::before {
  content: "";
  background-image: url(../images/forward_arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.btn-m a:hover {
  border: 2px solid var(--white);
  background: linear-gradient(90deg, #0161AE 0%, #1BAA4E 100%);
  color: var(--white);
}

.btn-m a:hover::before {
  filter: brightness(0) invert(1);
}

.work-vd {
  padding: 110px 0 60px 0;
}

.btn-cm a {
  display: inline-flex;
  padding: 14px 33px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  min-width: 246px;
  text-align: center;
  background: var(--gray);
  border: 2px solid transparent;
  border-radius: 50px;
  color: #000;
  text-transform: uppercase;
}

.vacancy_sec {
  background: var(--lightgray);
  padding: 3rem;
  border-radius: 36px 0px 36px 36px;
  margin-bottom: 60px;
  padding-bottom: 76px;
}

.vacancy_sec h4 {
  min-height: 7rem;
}

.vacancy_sec:hover {
  background: var(--primary);
  color: var(--white);
}

.vacancy_sec:hover h4 {
  color: var(--white);
}

.vacancy_sec figure {
  margin: 0 0 2rem;
}

.vacancy .progress_info {
  width: 100%;
  height: 1px;
  background: #8F8F8F;
  margin: 20px 0;
  position: relative;
  display: none;
}

.vacancy .progress-bar {
  height: 2px;
  background-color: var(--secondary);
  width: 0%;
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link_vacy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  text-transform: uppercase;

}

.link_vacy a::before {
  content: "";
  background-image: url(../images/forward_arrow.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.vacancy_sec:hover .link_vacy a::before {
  filter: brightness(0) invert(1);
}

.vacancy_sec .link_vacy :hover,
.vacancy_sec:hover a {
  color: var(--white);
}

.vacancy_sec .link_vacy a::before:hover {
  color: var(--white);
}

.vacancy_sec:hover .link_vacy {
  border-bottom: 1px solid var(--white);
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #fff, #fff);
}

.link_vacy {
  margin: 0;
  padding: 0 0 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: var(--black);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #1BAA4E, #0061AE);
}

.vacancy .view-footer {
  padding-bottom: 150px;
}

.vacancy .view-footer .btn-m {
  float: right;
}

.customer-block {
  padding: 110px 0 80px 0;
  text-align: center;
}

.customer_desp {
  padding: 0 25%
}

.path-frontpage #block-views-block-logo-view-block-1 {
  margin-bottom: 120px;
}

div#block-views-block-logo-view-block-1 .slick img {
  min-height: 12vh;
  object-fit: contain;
}

.Home-Page .rent_market {
  padding: 110px 0 30px 0;
}

.rent_market {
  margin: 0;
  padding: 110px 0 60px 0;
}

.rent_market .bottom-text {
  margin-top: auto;
}

.rent_market .bottom-text .btn-m {
  margin-bottom: 1rem;
}

/* Customzation Page  */
.maat-view {
  margin-bottom: 120px;
}

.maat_sec {
  margin: 0;
  padding: 80px 0 0 0;
  text-align: center;
}

.maat_sec h1.global_title {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 52.2px;
  text-transform: uppercase;
}

.maat_sec .info {
  margin: 46px auto 60px auto;
  padding: 0;
  max-width: 890px;
  font-size: 20px;
  line-height: 32px;
}

.maat_info {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 10px;
}

.maat_info .maat-block {
  position: relative;
  overflow: hidden;
  height: 620px;
  flex: 1 0 0;
  margin: 0;
  cursor: pointer;
  transition: 1s cubic-bezier(0.01, 0.10, 0.10, 1);
  display: block;
  background-size: cover;
  border-radius: 32px;
  background-position: center center;
  background-repeat: no-repeat;
}

.maat_info .maat-block.active {
  flex-grow: 4;
}

.maat_info .maat-block figure {
  margin: 0;
  padding: 0;
  height: 100%;
}

.maat_info .maat-block figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.maat_info .maat-block .btns {
  display: block;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.maat_info .maat-block .btns img {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition: all .1s ease-in-out;
}

.maat-block .btns span {
  display: inline-block;
  transition: all .1s ease-in-out;
}

.maat_info .maat-block.activated .btns {
  background: var(--white);
  top: 88%;
  position: absolute;
}

.maat_info .maat-block.activated .btns img {
  visibility: visible;
  opacity: 1;
  min-width: 35px;
}

.maat_info .maat-block.activated .btns span {
  visibility: hidden;
  opacity: 0;
  width: 0;
}


/* Return To Top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 998;
}

#return-to-top .return {
  margin-bottom: 15px;
  display: inline-flex;
  width: 56px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: var(--black);
  border-radius: 40px;
  transition: all .4s ease-in-out;
}

#return-to-top p {
  display: block;
  font-size: 14px;
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
}

#return-to-top:hover .return {
  background: var(--secondary);
}

/* leader section */
.pipe_sec {
  margin: 0;
  padding: 0 0 120px 0;
}

.pipe_sec .detail {
  margin: 0;
  padding: 0 12% 0 0;
}

.pipe_sec h1 {
  margin: 0 0 20px 0;
  padding: 0;
}

.pipe_sec p {
  margin: 0 0 60px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.pipe_sec figure {
  margin: 0 0 40px 0;
  padding: 0;
}

.pipe_sec figure.mt-5 {
  margin-top: 80px !important;
}

.pipe_sec figure img {
  width: 100%;
  border-radius: 32px;
}

.pipe_sec .gx-4 {
  --bs-gutter-x: 40px;
}

/* customization time */
.custom_gird {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
}

.custom_desp {
  background: var(--lightgray);
  border-radius: 36px 0px 36px 36px;
  flex-basis: 31%;
  padding: 60px 43px;
}

.custom_desp figure {
  margin: 0 0 3rem;
}

.custom_desp h3 {
  min-height: 3rem;
}

.custom-time {
  margin: 110px 0px;
}

/* Request a quote */
.customization-quote {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.quote .container {
  background: var(--lightgray);
  border-radius: 30px;
}

.quote .content {
  padding: 0px 5.5em;
}

.quote .content p {
  margin-bottom: 0;
}

.quote .btn-m {
  margin-top: 40px;
}

.quote .customization-image {
  margin: 0;
}

.quote figure.customization-image img {
  width: 100%;
  height: auto;
  border-radius: 0 32px 32px 0;
}


/* Project list */
.projecten_block {
  margin: 0 0 80px 0;
  padding: 0;
  background: var(--lightgray);
  border-radius: 32px 0 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 80px);
  transition: all 0.4s ease-in-out;
}

.projecten_block .detail {
  margin: 0;
  padding: 40px 40px 10px 40px;
  transition: all 0.4s ease-in-out;
}

.projecten_block i {
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  width: 65px;
  height: 65px;
  background: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.projecten_block h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 28px;
  color: var(--black);
  line-height: 38px;
  transition: all 0.4s ease-in-out;
  height: 100px;
}

.projecten_block .more_link {
  margin: 0;
  padding: 0 0 10px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  opacity: 0;
}

.projecten_block figure {
  margin: 0;
  padding: 0;
}

.projecten_block figure img {
  width: 100%;
  height: 260px;
  border-radius: 0 0 32px 32px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.projecten_block:hover {
  background: var(--primary);
}

.projecten_block:hover .detail {
  padding-bottom: 50px;
}

.projecten_block:hover .date {
  color: var(--white);
}

.projecten_block:hover h3 {
  color: var(--white);
}

.projecten_block:hover .more_link {
  opacity: 1;
}

.projecten_block:hover figure img {
  height: 220px;
}

.projecten_block .more_link a::before {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  top: 2px;
  right: 6px;
}

.projecten_block a.more_link::before {
  content: "";
  background-image: url(../images/arrow.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.more_link a {
  color: var(--white);
}

.market_sec {
  margin: 0;
  padding: 40px 0 120px 0;
  text-align: center;
}

.market_sec h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 96px;
  color: var(--black);
  font-weight: 900;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
}

.market_sec .info {
  margin: 0 auto 60px auto;
  padding: 0;
  max-width: 840px;
  font-size: 20px;
  line-height: 32px;
}

.project .progress_info {
  width: 100%;
  height: 1px;
  background: #8F8F8F;
  margin: 10px 0 40px 0;
  position: relative;
  display: none;
}

.project .progress-bar {
  height: 2px;
  background-color: var(--secondary);
  width: 0%;
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* customization inner page */

.custmz-time {
  padding-top: 3rem;
}

.custmz-time .custom-content,
.custmz-time .rental-content {
  padding: 0;
}

.custmz-time .rental {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background: var(--lightgray);
}

.custmz-time .customization h2 {
  font-size: 48px;
}

.custmz-time .rental h2 {
  font-size: 32px;
}

.custmz-time .customization .desp {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.custmz-time .customization {
  padding: 0;
}

.custmz-time .project {
  margin-bottom: 48px;
}

.custmz-time #block-views-block-customization-view-block-2 {
  background: var(--lightgray);
}

.custmz-time .customization-image img {
  width: 620px;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
}

.mr-cust .view-header {
  margin-bottom: 60px;
}

.mr-cust {
  margin: 0 auto;
  padding: 110px 0 160px 0;
}

.mr-cust.view-display-id-block_5 {
  margin: 0 auto;
  padding: 0px 0 110px 0;
}

.mr-cust .view-content.maat_info {
  overflow: visible;
  gap: 40px;
}

.mr-cust .maat-block {
  overflow: visible;
  height: auto;
}

.mr-cust h2.maat_title {
  font-size: 28px;
  padding-top: 36px;
}

.mr-cust h2.maat_title a {
  color: var(--black);
}

.mr-cust .maat_info .maat-block figure img {
  object-fit: cover;
  border-radius: 30px;
}

.mr-cust .progress_info {
  width: 100%;
  height: 1px;
  background: #8F8F8F;
  margin-top: 80px;
  position: relative;
  display: none;
}

.mr-cust .maat_info .maat-block .btns {
  display: none;
}

.mr-cust .maat_info .maat-block:hover .btns {
  display: block;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mr-cust .progress-bar {
  height: 2px;
  background-color: var(--secondary);
  width: 0%;
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* About Us */
.wij_sec .modal-dialog {
  padding-top: 100px
}

.wij_sec {
  margin: 0;
  padding: 140px 0;
  background: var(--white);
}

.wij_sec .btn-m {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 33px;
  font-weight: 600;
  font-size: 14px;
  gap: 10px;
  position: relative;
  min-width: 246px;
  text-align: center;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #0061AE, #1baa4e) border-box;
  border: 2px solid transparent;
  border-radius: 50px;
  color: #000;
  text-transform: uppercase;
}

.wij_sec .btn-m:hover {
  border: 2px solid var(--white);
  background: linear-gradient(90deg, #0161AE 0%, #1BAA4E 100%);
  color: var(--white);
}

.wij_sec .btn-m::before {
  content: "";
  background-image: url(../images/play_circle.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.wij_sec .btn-m:hover::before {
  filter: brightness(0) invert(1);
}

.about_cont {
  background: var(--lightgray);
  padding: 110px 0;
}

.about_cont .info span {
  color: var(--primary);
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
}

.about_cont .info {
  font-weight: 400;
  line-height: 26px;
}

.about_cont .abut_desp {
  margin: 0 12%;
}

/* Missie */
.missie_sec {
  margin: 0;
  padding: 200px 0;
  background: var(--primary);
}

.missie_sec .detail {
  margin: 0;
  padding: 0 10% 0 0;
}

.missie_sec h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 42px;
  color: var(--white);
}

.missie_sec .desp {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
}

.missie_sec .missie_block {
  margin: 0 0 80px 0;
  padding: 60px 60px 90px 60px;
  background: var(--white);
  border-radius: 32px 0 32px 32px;
}

/* .missie_sec .missie_block:last-child {
  margin-bottom: 0;
} */

.missie_sec .missie_block strong {
  margin: 0 0 40px 0;
  padding: 0;
  display: block;
  font-size: 120px;
  line-height: 120px;
  color: rgba(27, 170, 78, 0.2);
  font-weight: 900;
}

.missie_sec .missie_block h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 28px;
  color: var(--primary);
  line-height: 38px;
}

.missie_sec .missie_block p {
  margin: 0;
  padding: 0;
  color: var(--themetxt);
}

.missie_sec .scroll_info {
  height: 646px;
}

.missie_sec .mCSB_scrollTools {
  opacity: 0 !important;
}

.missie_sec .mCSB_inside>.mCSB_container {
  margin-right: 0;
}

/* Production Certificate */
.prodt_qulty_sec {
  margin: 0;
  padding: 100px 0;
}

.prodt_qulty_sec .detail {
  margin: 0;
  padding: 0 10% 0 0;
}

.prodt_qulty_sec .missie_block {
  margin: 0;
}

.prodt_qulty_sec .prodt_detail:first-child {
  padding: 80px 60px;
}

.prodt_qulty_sec .prodt_detail {
  padding: 80px 60px 46px 60px;
}

.prodt_qulty_sec .missie_block:last-child {
  margin-bottom: 0;
}

.prodt_qulty_sec .missie_block .prodt_detail p {
  margin: 0;
  padding: 0;
  color: var(--themetxt);
}

.prodt_qulty_sec .scroll_info {
  height: 500px;
}

.prodt_qulty_sec .mCSB_scrollTools {
  opacity: 0 !important;
}

.prodt_qulty_sec .mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.prodt_qulty_sec .btn-m {
  padding: 0 60px 60px;
}

/* Project detail. */
.product-detail {
  padding-top: 40px;
}

.product-detail .author-name {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 500;
  line-height: 15.8px;
  margin: 30px 0 10px 0;
}


.product-detail .logo img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 10em;
  float: right;
}

.product-detail .main-image img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}

.product-detail .sidebar {
  margin-top: 20px;
  background: var(--lightgray);
  height: fit-content;
  padding: 50px 35px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 0;
  line-height: 32px;
}

.product-detail h4 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 34px;
  color: var(--black);
}

.product-detail .feature {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--black);
}

.product-detail .feature .field__label {
  text-transform: uppercase;
}

.product-detail .desc {
  margin-top: 20px;
  margin-left: 10%;
  text-align: left;
}

.product-detail .description2 {
  margin-bottom: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
}

.product-detail .description {
  color: var(--primary);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.product-detail .feature .field .field__item {
  color: var(--themetxt);
}

.product-detail .rent_market {
  padding: 0px 0 40px 0;
}

.product-detail .block-system .breadcrumb .breadcrumb-item a {
  color: var(--themetxt);
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item a {
  color: var(--themetxt);
  text-decoration: underline;
}

/* our-team */
.our-team {
  background: var(--lightgray);
  padding: 110px 0 170px 0;
  margin: 0;
}

.our-team .info {
  margin-bottom: 20px;
  line-height: 26px;
}

.our-team .team-memb {
  padding-top: 80px;
}

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

.team-detail .name {
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: var(--black);
  padding: 20px 0 10px 0;
}

.team-detail .designation {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.team-detail .desp {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  padding: 10px 0;
  width: 290px;
}

nav.slick__arrow {
  position: inherit;
  top: 100px;
}

.slick-prev.slick-arrow {
  position: inherit;
  background: #e5eefb;
  width: 68px;
  border-radius: 50px;
  opacity: 0.5;
}

.slick-next.slick-arrow {
  position: inherit;
  left: 100px;
  top: -40px;
  background: #e5eefb;
  width: 68px;
  border-radius: 50px;
  opacity: 0.5;
}

button.slick-next.slick-arrow.active,
button.slick-prev.slick-arrow.active {
  background: var(--gray);
  width: 68px;
  border-radius: 50px;
  opacity: 1.5;
}

button.slick-next.slick-arrow::before {
  font-size: 36px;
  font-size: 2.25rem;
  background: url(../images/arrow_forward.svg);
  background-repeat: no-repeat;
}

button.slick-prev.slick-arrow::before {
  font-size: 36px;
  font-size: 2.25rem;
  background: url(../images/arrow_reverse.svg);
  background-repeat: no-repeat;
}

.slick-arrow::before {
  color: unset;
}

.slick-arrow:hover::before {
  color: unset;
}

.our-team .btn-m a {
  float: right;
}

.wij_sec button.btn-close.btn-close-white {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 14%;
  opacity: 1 !important;
}

.progress {
  width: 100%;
  height: 1px;
  background: #8F8F8F;
  margin: 40px 0 50px 0;
  position: relative;
}

.progress .progress-bar {
  height: 2px;
  background-color: var(--secondary);
  position: absolute;
  bottom: 0;
  left: 0;
}

.description2 .slick img,
.slick iframe {
  max-width: 90%;
}

.field.field--name-field-project-detail-desc2 {
  margin-bottom: 4rem;
}

/* History */
.history_sec {
  margin: 0;
  padding: 120px 0;
  background: var(--primary);
}

.history_sec h2 {
  margin-bottom: 80px;
}

.history_sec .splide {
  padding-left: 110px;
}

.history_block {
  margin: 0;
  padding: 0;
}

.history_block .detail {
  margin: 0;
  padding: 0;
  max-width: 440px;
}

.history_block .detail strong {
  margin: 0 0 35px 0;
  padding: 0;
  display: block;
  font-size: 96px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
  line-height: 86px;
}

.history_block .detail .field--name-field-history-title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 32px;
  color: var(--white);
}

.history_block .detail .field--name-field-history-description {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #F2F2F2;
  line-height: 26px;
}

.history_block figure {
  margin: 0;
  padding: 0;
}

.history_block .detail h3 {
  min-height: 0;
}

.change_slide {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  height: 400px;
}

.change_slide::-webkit-scrollbar {
  display: none;
}

.change_slide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.change_slide li {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  cursor: pointer;
}

.change_slide li.active {
  color: var(--white);
  font-weight: 700;
}

/* top slider market page */
.market-projects .markten-block {
  flex: 1 0 0 !important;
  width: auto !important;
  min-width: auto !important;
}

.market-projects .markten-block figure {
  min-width: 100% !important;
  width: 100% !important;
  height: 480px;
  position: relative;
  z-index: 2;
}

.market-projects .markten-block .detail {
  z-index: 1 !important;
}

.market-projects .markten-block.active {
  flex-grow: 4 !important;
  width: auto !important;
}

.market-projects .markten-block.active figure {
  width: 315px !important;
  min-width: 315px !important;
}

.market-projects .markten-block figure .btns {
  transition: all .4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.market-projects .markten-block figure .btns img {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition: all .3s ease-in-out;
}

.market-projects .markten-block figure .btns span {
  display: inline-block;
  transition: all .3s ease-in-out;
}

.market-projects .markten-block.active figure .btns {
  opacity: 0;
  left: 50%;
}

.market-projects .markten-block.activated figure .btns {
  background: var(--white);
  top: 88%;
  position: absolute;
  padding: 10px 30px;
}

.market-projects .markten-block.activated figure .btns img {
  visibility: visible;
  opacity: 1;
  min-width: 35px;
}

.market-projects .markten-block.activated figure .btns span {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

/****FAQ Section*****/
.Faq_sec {
  background: var(--lightgray);
  padding: 5rem 0 8rem;
  margin-bottom: 100px;
}

.Faq_sec .ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:before {
  left: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(180deg);
  width: 16px;
}

.Faq_sec .ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:after {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-90deg);
  width: 16px;
}

.Faq_sec .ckeditor-accordion-container>dl dt.active>a>.ckeditor-accordion-toggle:before {
  transform: rotate(180deg);
}

.Faq_sec .ckeditor-accordion-container>dl dt.active>a>.ckeditor-accordion-toggle:after {
  transform: none;
}

.Faq_sec .ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:before,
.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:after {
  background: #000;
  top: 28px;
}

.Faq_sec .ckeditor-accordion-container>dl dt.active>a {
  background-color: var(--white);
  color: #000;
}

.Faq_sec .ckeditor-accordion-container>dl dt>a,
.ckeditor-accordion-container>dl dt>a:not(.button) {
  background-color: var(--white);
  color: var(--black);
  border-bottom: none;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.01em;
}

.Faq_sec .ckeditor-accordion-container>dl dd {
  color: var(--white);
  background: var(--primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 120px 40px 40px;
  margin-bottom: 20px;
}

.Faq_sec .ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle {
  background-color: var(--gray);
  border-radius: 50%;
  top: calc(50% - 32px);
  left: 92%;
  width: 56px;
  height: 56px;
}

.Faq_sec .ckeditor-accordion-container>dl dt.active>a>.ckeditor-accordion-toggle {
  background: var(--white);
  top: 24px;
}

.Faq_sec .ckeditor-accordion-container>dl {
  position: relative;
  border: none;
}

.Faq_sec .ckeditor-accordion-container>dl dt>a:hover,
.ckeditor-accordion-container>dl dt>a:not(.button):hover {
  background-color: var(--primary);
  box-shadow: none;
  color: var(--white);
  text-decoration: none;
}

.Faq_sec .ckeditor-accordion-container>dl dt.active>a {
  background-color: var(--primary) !important;
  color: var(--white);
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/****Contact Form Section*****/
.contact-sec {
  background: var(--lightgray);
  padding: 5rem 0 8rem;
  margin-bottom: 100px;
}

.contact-sec #block-contactinformation h2 {
  display: none;
}

.contact-sec .contact-descp {
  margin-top: 30px;
}

.contact-descp .f_icon {
  margin-bottom: 20px;
}

.contact-descp .f_icon p {
  margin: 6px 16px;
}

.contact-descp .f_icon p.mail a {
  color: var(--themetxt);
  text-decoration: underline;
}

.contact-descp .f_icon p.mail a svg {
  display: none;
}

.contact-sec #block-contactinformation h3 {
  margin-bottom: 15px;
  min-height: 0;
}

.form-control:focus,
.form-control:focus:required,
.form-control:focus:not(:required) {
  border-color: var(--primary);
}

.form-control.error {
  border: 1px solid var(--red) !important;
  background: #EA2A2A1A;
}

.error-message {
  color: var(--red);
}

.form-control.valid {
  border-color: var(--secondary);
}

.contact-sec .button-action::before {
  content: "";
  background-image: url(../images/upload.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-bottom: 1rem;
  object-fit: contain;
  background-color: var(--white);
  background-position: center center;
  border-radius: 50%;
}

.contact-sec .button-action.webform-file-button {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.contact-sec div#edit-attaching {
  text-align: center;
  border: 2px dashed #E2E2E2;
  padding: 50px;
  border-radius: 10px;
  margin-top: 5px;
}

.contact-sec label,
form#user-login-form label,
form#user-register-form label,
form#user-pass label {
  color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-sec .page-form .form-actions {
  float: right;
}

.contact-sec .input-bttn .form-managed-file {
  border: none !important;
}

.contact-sec .page-form .js-form-managed-file {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-top: 5px;
  background: var(--lightgray);
  border: 2px dashed #E2E2E2;
}

.form-check-input:checked {
  background-color: rgba(13, 110, 253, 0.7);
  background-image: var(--bs-form-check-bg-image), linear-gradient(to right, #0061AE, #1BAA4E);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-color: #0d6efd;
}

section.tabs_sec {
  padding-bottom: 110px;
}

.tabs_sec .tabs {
  margin: 0 230px;
}

.tabs_sec .tab {
  padding: 60px;
  text-align: center;
  background: var(--gray);
  border-radius: 32px;
}

.tabs_sec .tab:hover {
  background: var(--primary);
}

.tab .text {
  color: var(--black);
  padding-top: 20px;
  font-size: 24px;
}

.tabs_sec .tab:hover .text {
  color: var(--white);
}

/* Contact Map */
.map_sec {
  margin-bottom: 100px;
}

.map_sec .visit_us {
  background: var(--lightgray);
  border-radius: 20px;
  padding: 60px;
}

.map_sec .visit_us h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.01em;
  color: var(--black)
}

.map_sec .visit_us h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: var(--black)
}

.map_sec .visit_us p {
  font-size: 14px;
  margin-left: 20px;
  color: var(--black)
}

.map_sec .visit_us .addess.d-flex {
  margin: 20px 0 36px 0;

}

.map_sec .visit_us .btn-m a {
  padding: 12px 0;
  min-width: 200px;

}

.map_sec .map iframe {
  width: 100%;
  border-radius: 20px;
  height: 550px;
}


/* News Detail */
.news-detail .block.block-system.block-system-breadcrumb-block {
  padding: unset;
}

.news-detail .news-content {
  margin: auto;
  padding: 0 10% 0 0;
}

.news-detail .news-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.news-detail .news-title {
  line-height: 56px;
  margin-top: 20px;
}

.news-detail .news-desription {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 20px 0px;
}

.news-detail .news-descp .sub-title {
  margin-left: 5.3em;
}

.news-detail .news-descp .news-description {
  font-size: 16px;
  line-height: 24px;
  width: 64%;
  text-align: left;
  margin-left: 13em;
}

.news-detail img.img-fluid {
  object-fit: contain;
  margin-top: 20px;
}

.page-node-type-news-detail .rent_market {
  margin: 0;
  padding: 0 0 40px 0;
}

.news-detail .breadcrumb {
  margin-top: 25px;
  margin-bottom: 0;
}

.news-detail .news-descp {
  background: var(--lightgray);
  padding: 110px 0px;
  margin: 110px 0px;
}

.NEWS #block-views-block-news-page-block-3 .projecten_block,
.Rental-news #block-views-block-rental-news-block-3 .projecten_block {
  display: none;
}

.NEWS li.pager__item a {
  padding: 20px 40px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  text-align: center;
  background: rgba(230, 238, 248, 1);
  border: 2px solid transparent;
  border-radius: 50px;
  color: #000;
  text-transform: uppercase;
}

.news-details .progress_info {
  width: 100%;
  height: 1px;
  background: #8F8F8F;
  margin: 10px 0 40px 0;
  position: relative;
  display: none;
}

.news-details .progress-bar {
  height: 2px;
  background-color: var(--secondary);
  width: 0%;
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Application form. */
.application-detail {
  margin: 30px 0px;
}

.application-detail .page-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 52px;
  color: var(--black);
}

.application-detail .page-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 20px 0px;
  width: 90%;
  margin-bottom: 50px;
}

.hr-name {
  margin-top: 20px;
}

.application-detail .details {
  margin: 30px 15px;
}

.hr-designation {
  font-size: 16px;
  text-transform: uppercase;
}

.hr-contact {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: var(--black);
}

.hr-contact::before {
  content: "";
  background-image: url(../images/callico.png);
  background-repeat: no-repeat;
  width: 41px;
  height: 40px;
  margin-right: 10px;
}

.hr-email {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: var(--black);
  margin-top: 15px;
}

.hr-email::before {
  content: "";
  background-image: url(../images/mailico.png);
  background-repeat: no-repeat;
  width: 41px;
  height: 40px;
  margin-right: 10px;
}

.page-form .webform-actions {
  float: right;
}

.page-form .webform-actions .input-btn .webform-button--submit,
input#edit-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 33px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  min-width: 246px;
  text-align: center;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #0061AE, #1baa4e) border-box;
  border: 2px solid transparent;
  border-radius: 50px;
  color: #000;
  text-transform: uppercase;
}

.page-form .webform-actions .input-btn .webform-button--submit:hover,
input#edit-submit:hover {
  border: 2px solid var(--white);
  background: linear-gradient(90deg, #0161AE 0%, #1BAA4E 100%);
  color: var(--white)
}

.page-form .input-btn::before {
  content: "";
  background-image: url(../images/forward_arrow.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  left: 5.5em;
  z-index: 2;
}

.page-form .input-btn:hover::before {
  filter: brightness(0) invert(1);
}

/* Upload */
.page-form input#edit-name-first:focus {
  border-color: var(--secondary);
}

.page-form input#edit-name-last:focus {
  border-color: var(--primary);
}

.page-form input#edit-email:focus {
  border-color: #EA2A2A;
}

.page-form .button-action::before {
  content: "";
  background-image: url(../images/upload.svg);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-bottom: 1rem;
  object-fit: contain;
  background-color: var(--white);
  background-position: center center;
  border-radius: 50%;
}

.page-form .button-action.webform-file-button {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
  position: relative;
  top: 10px;
}

.page-form div#edit-attaching {
  text-align: center;
  border: 2px dashed #E2E2E2;
  padding: 50px;
  border-radius: 10px;
  margin-top: 5px;
}

.page-form label {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

svg.ext {
  display: none;
}

.page-form #edit-upload-resume {
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  margin-top: 5px;
  background: var(--lightgray);
}

.form-required::after {
  display: none;
}

/* Certification */
.certificate_sec {
  padding: 50px 0px 80px 0px;
}

.certificate_sec .certificate_title {
  font-size: 60px;
  color: var(--black);
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  line-height: 52px;
  margin-top: 20px;
}

.certificate_sec .info {
  max-width: 912px;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}

.certification-detail .table-striped thead tr .views-field {
  font-weight: 600;
  font-family: 'Figtree';
  font-size: 14px;
  line-height: 17px;
  color: var(--primary);
}

.certification-detail .table-striped tbody tr .views-field-field-certification-type {
  font-weight: 600;
  font-family: 'Figtree';
  text-transform: capitalize;
  font-size: 20px;
  line-height: 26px;
  color: #111111;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.certification-detail .table-striped tbody tr .views-field-field-certification-number,
.certification-detail .table-striped tbody tr .views-field-field-expiry-date,
.certification-detail .table-striped tbody tr .views-field-field-award {
  font-weight: 400;
  font-family: 'Figtree';
  text-transform: capitalize;
  font-size: 20px;
  line-height: 26px;
  color: var(--themetxt);
}

.certification-detail .table-striped tbody tr .views-field-field-to-look-at {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#block-views-block-certification-block-1 {
  background: var(--lightgray);
  padding: 50px 0px;
}

.certification-detail .table-striped thead tr th {
  position: relative;
  top: 10px;
  left: 5px;
  background: none !important;
}

.certification-detail .table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--white);
  --bs-table-bg-type: var(--white);
}

.certification-detail tbody tr td {
  border: none;
  background: var(--white) !important;
  padding: 19px 19px !important;
}

.certification-detail thead,
tbody,
tfoot,
tr,
td,
th {
  border-bottom: none;
}

.certification-detail table.table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.certification-detail .file--mime-application-pdf {
  border-radius: 30px;
  background: var(--gray);
  padding: 10px;
  display: inline;
  font-size: 14px;
  line-height: 16px;
}

.certification-detail .file--mime-application-pdf a {
  color: var(--black);
}

/* mobile filter */
.certification-mobile {
  display: none;
}

/* webform confirmation */
.webform-confirmation .confirm-msg {
  margin: 100px;
  text-align: center;
  background: var(--lightgray);
  padding: 50px 0px;
  border-radius: 20px;
}

.webform-confirmation__message {
  font-size: 38px;
  line-height: 52px;
  color: var(--black);
}

.webform-confirmation__message .btn-m a {
  padding: 0;
}

.webform-confirmation__message .descp {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  padding: 0px 180px;
  color: var(--themetxt);
  margin: 20px;
}

.form-control {
  padding: 1rem 0.75rem;
}

.page-form span.Y2IQFc {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #8F8F8F;
}

.application-detail .cv-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
}

.page-form .js-form-managed-file {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-top: 5px;
  background: var(--lightgray);
}

.page-form .cv-text span {
  text-decoration: underline;
}

.page-form .form-item-terms-of-service label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--themetxt);
}

/* file upload */
.input-bttn label {
  display: none;
}

.input-bttn .js-form-type-managed-file {
  border: #E2E2E2 solid 2px;
  border-radius: 10px;
  padding: 15px;
}

.input-bttn .js-form-type-managed-file .file {
  line-height: 40px;
  background-image: url(../images/file_icon.png);
}

.input-bttn .js-form-type-managed-file .file a {
  font-size: 14px;
  font-weight: 400;
  color: var(--themetxt);
}

.file {
  display: inline-block;
  height: 41px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: top left;
}

.input-bttn .js-form-type-managed-file::after {
  content: "";
  background-image: url(../images/progressbar1.png);
  background-repeat: no-repeat;
  height: 12px;
  display: flex;
  margin-top: 15px;
  border-radius: 10px;
  width: 100%;
}

.input-bttn .js-form-type-managed-file .js-form-submit {
  background: url(../images/close.svg);
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  width: 0px;
}

.input-bttn .form-managed-file {
  display: flex;
  justify-content: space-between;
}

.input-bttn .form-managed-file {
  display: flex;
  justify-content: space-between;
  background: var(--white) !important;
  padding: 0px !important;
}

/* Rental-section */
.maat-block.active video {
  opacity: 1;
}

.rentals video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .7s ease-in-out;
}

.Rental.user-logged-in video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -95%);
  opacity: 0;
  transition: all .7s ease-in-out;
}

.Rental.user-logged-in .maat-block.active video {
  opacity: 1;
}

.mr-rental {
  margin: 0 auto;
  padding: 0;
}

.maat_info .maat-block:hover .btns {
  display: block;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mr-rental .slick_list {
  padding: 0 20% 0 0;
}

.mr-rental .view-footer {
  margin-bottom: 80px;
}

.Rental .rent_market {
  margin: 0;
  padding: 110px 0 30px 0;
}

.mr-rental .slick-list {
  padding: 0 114px 0 0;
}

.mr-rental .slick-slide {
  padding: 0 20px 0 0;
}

.rent_prodt {
  margin-bottom: 30px;
}

.rent_prodt .btns {
  margin-right: 20px;
  border: unset;
}

.rent_prodt .btns.active {
  color: var(--primary);

}

.mr-rental .slick-next.slick-arrow {
  position: inherit;
  left: 160px;
  top: -32px;
}

.mr-rental .slick-prev.slick-arrow {
  position: inherit;
  top: 10px;
}

.carousel-counter {
  padding: 0 90px;
  font-size: 20px;
}

.mr-rental .btn-m {
  text-align: end;
  position: relative;
  bottom: 45px;
}

.Rental .mr-cust .maat_info .maat-block:hover .btns {
  position: absolute;
  top: 42%;
}

.rental_det .rental_top {
  background: var(--secondary);
}

.rental_det .rental_top .details {
  padding: 50px 0;
}

.rental_det .rental_top h1.global_title {
  padding: 0;
  margin: 0;
  transition: all .7s ease-in-out;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 135px 0 rgba(255, 255, 255, 0.80), 0 270px 0 rgb(255, 255, 255);
  text-align: center;
}

.rental_det .rental_top h1 {
  color: var(--white);
}

.rental_det .rental_top .sub-des {
  font-size: 20px;
  line-height: 32px;
  color: #f2f2f2;
}

.rental_det .rental_top figure {
  max-width: 280px;
  padding: 0;
  margin: -50px auto 35px auto;
  border-radius: 32px;
  box-shadow: 32px 20px 70px 4px rgba(0, 0, 0, 0.40);
  position: relative;
}

.rental_det .rental_top figure img {
  border-radius: 30px;
  min-height: 374px;
  object-fit: cover;
}

.rental_det .all_prod {
  padding-top: 110px;
}

.rental_det .all_prod .maat_info {
  display: unset;
}

.rental_det .all_prod .maat-block {
  padding-bottom: 40px;
}

.rental_det .all_prod .customization-quote {
  padding-top: 2rem;
}

.rental_det .all_prod .maat_info .views-view-responsive-grid .views-view-responsive-grid--horizontal {
  column-count: 2 !important;
}

.rental_det .mr-cust .maat_info .maat-block:hover .btns {
  display: block;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rental-product-details .group-btn {
  display: flex;
}

.rental-product-details .btn-cm a {
  min-width: 172px;
  margin-left: 20px;
}


/*  Vacancy page  */
.vacancy-page .vacancy-main {
  margin-bottom: 7em;
}

.vacancy-main .details {
  margin: 30px 15px;
}

.vacancy-page .vacancy-main .vacancy_sec h4 {
  min-height: 1.5em;
}

.vacancy-page .vacancy-main .vacancy_sec {
  padding-bottom: 50px;
  margin-bottom: 20px;
}

.vacancy-page .vacancy-main .descp {
  margin-bottom: 2.5em;
  margin-top: 0;
  padding: 0;
}

.vacancy_sec:hover p {
  opacity: 50%;
}

.vacancy-page .vacancy_sec:hover .descp,
.vacancy-page .vacancy_sec:hover h4 {
  color: var(--white);
}

.vacancy-main .link-form {
  padding: 0px 20px;
  border-top: 1px solid #efefef;
}

.vacancy-main .title-link {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: var(--black);
  margin: 30px 0;
}

.vacancy-main .vacancy_sec h4 {
  color: var(--black);
}

/*  Vacancies detail page. */
.vacancies .vacancies-main {
  margin: 110px 0;
}

.vacancies .descp {
  font-family: 'Figtree';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--themetxt);
  margin: 30px 0;
  padding: 0 65px 0 0;
}

.vacancies .btn-m {
  margin: 50px 0;
}

.vacancies .form-us {
  margin: 90px 0;
  background: var(--lightgray);
  padding: 60px;
  border-radius: 20px;
}

.vacancies .form-us ul {
  --icon-space: 1.9em;
  list-style: none;
  padding: 0;
}

.vacancies .form-us li {
  font-family: 'Figtree';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
  padding-left: var(--icon-space);
  margin-bottom: 10px;
}

.vacancies .form-us li::before {
  content: "";
  background-image: url(../images/ellipse.png);
  background-repeat: no-repeat;
  height: 16px;
  display: inline-block;
  margin-left: calc(var(--icon-space) * -1);
  width: var(--icon-space);
  position: relative;
  top: 4px;
}

.vacancies .form-us .sec {
  padding-top: 40px;
}

.vacancies .page-form .field__label {
  font-family: 'Questrial';
  font-weight: 400;
  font-size: 32px;
  line-height: 52px;
  color: var(--black);
  padding-bottom: 25px;
}

/* Vacancy Top Detail */
.vacancies .breadcrumb a,
.vacancies .breadcrumb li,
.vacancies .breadcrumb-item+.breadcrumb-item::before {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #f2f2f2;
  margin-bottom: 20px;
}

.vacancies .top {
  background: var(--primary);
}

.vacancies .top .container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.vacancies .top .details {
  padding: 40px 0 80px;
}

.vacancies .top h1.global_title {
  padding: 0;
  margin: 0;
  transition: all .7s ease-in-out;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 135px 0 rgba(255, 255, 255, 0.80), 0 270px 0 rgb(255, 255, 255);
}

.vacancies .top figure {
  max-width: 280px;
  padding: 0;
  margin: -50px auto 35px auto;
  border-radius: 32px;
  box-shadow: 32px 20px 70px 4px rgba(0, 0, 0, 0.40);
  position: relative;
}

.vacancies .top figure img {
  border-radius: 32px;
}

.vacancies .date {
  font-family: 'Figtree';
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  opacity: 0.5;
}

.vacancies .top h1 {
  color: var(--white);
  font-size: 42px;
}

.vacancies .sub-des {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #f2f2f2;
}

.vacancies .top .btn-m a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 33px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  min-width: 246px;
  text-align: center;
  background: none;
  border: 2px solid var(--white);
  border-radius: 50px;
  color: var(--white);
  text-transform: uppercase;
}

.vacancies .top .btn-m a::before {
  content: "";
  background-image: url(../images/arrow.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.vacancies .vacancies-main .details {
  margin: 30px 15px;
}

.vimg {
  text-align: center;
}

.vtxt {
  margin: auto 0;
}

div#block-views-block-customization-view-block-5 {
  background-color: var(--lightgray);
}

/*  Popup mobile  */
#callmeback .modal-header {
  border: unset;
  padding-right: 0;
}

#callmeback .modal-content {
  background: var(--gray);
  border-radius: 30px;
  padding: 20px 40px 40px 40px;
  width: 80%;
}

#callmeback .field--name-field-form-description {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Figtree';
  font-weight: 400;
  margin: 10px 0px 30px 0px;
}

#callmeback .field--name-field-form-call-heading {
  font-family: 'Figtree';
  font-size: 32px;
  font-weight: 400;
  line-height: 15px;
  position: relative;
  bottom: 20px;
  left: 40px;
  color: var(--black);
}

#callmeback .input-btn {
  text-align: center;
}

#callmeback .input-btn::before {
  content: "";
  background-image: url(../images/forward_arrow.svg);
  display: inline-block;
  width: 21px;
  height: 19px;
  position: relative;
  top: 2px;
  left: 3.5em;
  z-index: 2;
}

#callmeback .input-btn:hover::before {
  filter: brightness(0) invert(1);
}

#callmeback .webform-actions .input-btn .webform-button--submit {
  display: inline-block;
  padding: 14px 33px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  min-width: 246px;
  text-align: center;
  background: linear-gradient(var(--gray), var(--gray)) padding-box, linear-gradient(90deg, #0061AE, #1baa4e) border-box;
  border: 2px solid transparent;
  border-radius: 50px;
  color: #000;
  text-transform: uppercase;
}

#callmeback .webform-actions .input-btn .webform-button--submit:hover {
  border: 2px solid var(--white);
  background: linear-gradient(90deg, #0161AE 0%, #1BAA4E 100%);
  color: var(--white)
}


#callmeback .js-form-item input {
  font-family: 'Questrial';
  opacity: .8;
  border-radius: 30px;
  padding-left: 30px;
}

#callmeback .js-form-item-desired-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#callmeback .js-form-item-desired-date input {
  width: 52%;
  text-align: center;
  border-radius: 30px;
  color: var(--themetxt);
  opacity: .8;
}

#callmeback label.js-form-required.form-required {
  font-family: 'Questrial';
  color: var(--black);
  font-weight: 400;
  font-size: 22px;
}

#callmeback .js-form-item-desired-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#callmeback .js-form-item-desired-time input {
  width: 52%;
  text-align: center;
  border-radius: 30px;
  color: var(--themetxt);
  opacity: .8;
}

.custmz-time .rent_market1 {
  background: var(--lightgray);
}

form#user-login-form,
form#user-register-form,
form#user-pass {
  max-width: 700px;
  margin: 50px auto;
  padding: 40px;
  background-color: var(--lightgray);
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Dimension Popup */
.product-dimension .modal-content {
  background: var(--gray);
  padding: 0;
  border-radius: 32px;
}

.product-dimension .modal-content .modal-header {
  border: unset;
  padding: 30px;
}

.dimension {
  padding-bottom: 40px;
}

.dimension .top_part h3 {
  padding-left: 30px;
}

.dimension .btn-m a {
  background: linear-gradient(var(--gray), var(--gray)) padding-box, linear-gradient(90deg, #0061AE, #1baa4e) border-box;
}

.dimension .btn-m a:hover {
  border: 2px solid var(--white);
  background: linear-gradient(90deg, #0161AE 0%, #1BAA4E 100%);
  color: var(--white);
}

.dimension .dimension_part {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--white);
}

.dimension .dimension_part .dimension-info .dimension-value {
  padding: 20px 0 0 0;
}

.dimension .dimension_part .dimension-info .dimeter .dimension-value {
  cursor: pointer;
  text-decoration: underline;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.dimension .dimension_part .dimension-info .dimeter .dimension-value:hover {
  color: var(--primary);
}

.dimension .dimension_part .dimension-info .total .dimtitle {
  color: transparent;
}

.dimension .dimension_part .dimension-info .dimeter .dimension-value::before,
.dimension .dimension_part .mobile-dimension .dimeter-dropdown .dimension-value::before {
  content: "";
  background-image: url(../images/imagesmode.svg);
  transition: all 0s ease-in-out;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  background-repeat: no-repeat;
}

.dimension .dimension_part .dimension-info .dimeter .dimension-value:hover::before {
  content: "";
  background-image: url(../images/hoverimagesmode.svg);
  transition: all 0s ease-in-out;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  background-repeat: no-repeat;
}

.dimension .dimension_part .dimension-info .dimtitle {
  color: var(--primary);
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  border-bottom: 1px solid var(--white);
  font-weight: 600;
}

.dimension .dimension_part .dimension-info .dimeter .dimension-value span.hover-img {
  display: none;
  position: absolute;
  width: 502px;
  height: 337px;
  padding: 10px;
  left: 136px;
  top: 158px;
}

.dimension .dimension_part .dimension-info .dimeter .dimension-value:hover span.hover-img {
  display: inline;
}

.dimension-info:last-of-type {
  padding-bottom: 20px;
}

/* mobile dimension Popup*/
.dimension_part .dimeter-dropdown .dimension-value {
  cursor: pointer;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.dimension_part .mobile-dimension {
  border-top: 1px solid var(--white);
  padding: 16px 0;
}

.dimension_part .mobile-dimension .dimtitle {
  color: var(--primary);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.dimension_part .mobile-dimension .total,
.dimension_part .mobile-dimension .thickness {
  padding-top: 10px !important;
}

.dimeter-dropdown::before {
  content: "";
  background-image: url(../images/expand_more.png);
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  margin-top: 10px;
}

.dimeter-dropdown.show::before {
  content: "";
  background-image: url(../images/close_expand_more.png);
  background-repeat: no-repeat;
  transition: all 0s ease-in-out;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  margin-top: 10px;
}

.dimeter,
.thickness,
.total {
  padding: 0 !important;
}

/* Rental Top Section */
.rental-top-section {
  background-color: var(--gray);
  padding: 14px 0;
  width: 100%;
}

.rental-top-section.stickyone {
  position: fixed;
  z-index: 999;
  top: 184px;
}

.rental-top-section.stickyone.sticky {
  position: fixed;
  z-index: 999;
  top: 94px;
}

.rental-top-section .view-header {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.rental-top-section .view-content {
  display: flex;
  flex-wrap: wrap;
}

.rental-top-section .view-content .product-name {
  text-transform: uppercase;
  margin-right: 20px;
}

.rental-top-section .view-content .product-name a {
  color: var(--themetxt);
}

.rental-top-section .view-content .product-name a.active {
  color: var(--secondary);
}

.rental-top-section .rentalheader {
  display: block;
}

.rental-top-section .view-header-dropdown {
  display: none;
}

.rental-top-section .view-header-dropdown::after {
  content: "";
  background-image: url(../images/expand_more.png);
  transition: all 0s ease-in-out;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 46px;
  background-repeat: no-repeat;
}

.rental-top-section .view-header-dropdown.show::after {
  content: "";
  background-image: url(../images/close_expand_more.png);
  transition: all 0s ease-in-out;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 46px;
  background-repeat: no-repeat;
}

.rental-product-details .product-descp {
  padding-top: 80px;
}

.rental-product-details .product-descp .details {
  padding-right: 80px;
}

.rental-product-details .product-descp .desp {
  line-height: 32px;
}

.rental-product-details .rental {
  background: var(--lightgray);
  padding: 6rem 0;
}

.rental-product-details .mr-rental .view-footer {
  margin: 0;
}

.rental-product-details .rent_market {
  padding: 110px 0 0 0;
}

/* Rental Product Slider */
.pers_sec {
  margin: 0;
  padding: 80px 0;
}

.pers_slider {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.pers_slider #main-carousel {
  margin-bottom: 15px;
}

.pers_slider #main-carousel img {
  width: 100%;
  border-radius: 32px;
}

.pers_slider #main-carousel .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 32px;
  border: 1px solid #EFEFEF;
}

.pers_slider .thumb_info {
  padding: 0 80px;
}

.pers_slider #thumbnail-carousel .splide__track--nav>.splide__list>.splide__slide {
  border: none;
  padding-bottom: 1px;
}

.pers_slider #thumbnail-carousel .splide__track--nav>.splide__list>.splide__slide img {
  width: 100%;
  border-radius: 21px;
  border: 2px solid transparent;
}

.pers_slider #thumbnail-carousel .splide__track--nav>.splide__list>.splide__slide.is-active img {
  border-color: var(--primary);
}

.pers_slider .splide__arrow {
  width: 60px;
  height: 42px;
  background: #E6EEF8;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}

.pers_slider .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.pers_slider .splide__arrow svg {
  display: none;
}

.pers_slider .splide__arrow--prev {
  left: -80px;
}

.pers_slider .splide__arrow--prev img {
  transform: scale(-1);
}

.pers_slider .splide__arrow--next {
  right: -80px;
}

/* Search */
.path-search #block-vandegrijp-content {
  padding: 40px 0 0 0;
}

.path-search #block-vandegrijp-content ol.search-results.node_search-results {
  min-height: 236px;
}

.js-form-type-search input.form-search {
  background-color: transparent;
  color: var(--black);
}

i.better_search {
  height: 44px;
  width: 40px;
}

#search-block-form div[id^="edit-actions"]::before {
  content: "";
  background: url(../images/searchicon.png);
  margin: 10px 0 0 0;
  padding-bottom: 39px;
  background-size: 26px 26px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  filter: brightness(0) invert(1);
}

#search-block-form .btn-primary {
  color: transparent;
  background: transparent;
  border: unset;
  position: absolute;
  right: 0;
  top: 10px;
}

#search-block-form .btn-primary.active {
  color: transparent;
  background: transparent;
}

.search-form {
  margin-bottom: 20px;
}

.search-form label {
  color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.search-form .form-search {
  padding: 0.5rem;
}

.search-form #edit-submit {
  padding: 7px 20px;
  min-width: fit-content;
}

#search-block-form .form-control:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.search-result__title {
  font-size: 28px;
  margin: 0;
}
