@import "fonts.css";
@import "common-class.css";
body {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: "roboto-regular";
  color: #1f1f1f;
  /* background-color: #DEDEDE; */
}
html {
  font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock {
  display: none;
}
#menu {
  display: none;
}
.mm-current {
  display: block !important;
}
#mobile-contact-bar {
  display: none;
}
.add_morgan_footer_margin {
  /*height: 100px !important;*/
}
/*****************for mobile menu*************/
#menu.mm-menu {
  background: #121212;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#menu.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
}
#menu .mm-listview > li:not(.mm-divider):after {
  background-color: rgba(255, 255, 255, 0.1);
}
/****captcha****/
.grecaptcha-badge {
  display: none;
}
/*****************header****************/
.desktop_header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.header-wrap .line:nth-child(1) {
  display: none;
}
.logo {
  max-width: 251px;
  width: 30%;
}
.logo img {
  width: 251px;
}
.menu_items {
  max-width: 550px;
  width: 50%;
}
.menu_items ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  column-gap: 30px;
}
.menu_items li a {
  font-size: 2rem;
  line-height: 17.6px;
}
.menu_btn {
  width: 20%;
  max-width: 200px;
  display: flex;
  justify-content: end;
}
.fill li a,
.fill li a:after,
.fill li a:before {
  transition: all 0.5s;
}
.fill li a {
  position: relative;
  color: #fff;
}
.fill li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
}
.fill li a {
  transition: all 2s;
}
.fill li a:after {
  text-align: left;
  content: "";
  margin: 0;
  opacity: 0;
  bottom: -5px;
  left: -15px;
  border-radius: 13px;
}
.fill li a:hover {
  color: #fff;
  z-index: 1;
}
.fill li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: calc(100% + 30px);
    height: 1px;
  }
  100% {
    width: calc(100% + 30px);
    height: calc(100% + 10px);
    background: #bd1a29;
  }
}
.show_menu {
  display: none;
  position: relative;
  overflow: hidden;
}
.header-area {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: transparent;
  width: 100%;
  transition: all 0.5s;
  padding: 28px 0;
  z-index: 999;
}
.fixed-header-area {
  position: fixed !important;
  left: 0;
  top: 0;
  background-color: #1f1f1f;
  transition: all 0.5s;
}
/* ============ hemberger ====== */
.show_menu {
  font-family: "roboto-regular";
  padding: 0 18px 0 30px;
  height: 44px;
  border-radius: 50px;
  position: relative;
  color: #fff;
  background: #bd1a29;
  align-items: center;
  line-height: normal;
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.custom_hamburger.active .custom_line {
  left: 32%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.custom_hamburger .custom_line::before,
.custom_hamburger .custom_line::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.custom_hamburger .custom_line::after {
  transform: translateY(-50%) rotate(-45deg);
}
.custom_hamburger .custom_line::before {
  transform: translateY(-50%) rotate(45deg);
}
.custom_hamburger.active .custom_line::before,
.custom_hamburger.active .custom_line::after {
  width: 15px;
  height: 1.5px;
  border-radius: 0;
}
.custom_hamburger.active .custom_line::before {
  left: 50%;
  transform: rotate(45deg) translateX(-50% -50%);
}
.custom_hamburger.active .custom_line::after {
  transform: rotate(-45deg) translateX(-50% -50%);
  left: 50%;
}
.active .show_menu {
  height: 44px;
  width: 44px;
  padding: 0;
}
.custom_hamburger span {
  /* transition: all 0.5s ease-in-out; */
}
.custom_hamburger.active span {
  overflow: hidden;
  transition: all 0s;
  transform: translateX(100%);
  opacity: 0;
}
.custom_hamburger {
  height: 44px;
}
.mobile_menu {
  position: fixed;
  z-index: 9;
  top: 0;
  padding-top: 130px;
  padding-bottom: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1f1f1f;
  z-index: 101;
  clip-path: inset(0 0 100% 0);
  transition: all 0.5s;
  overflow-y: auto;
}
.mobile_menu_active {
  clip-path: inset(0 0 0 0);
}
.mobile_menu_overlay {
  position: fixed;
  height: 22vh;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(
    74deg,
    rgba(34, 34, 34, 0.31) 5.57%,
    rgba(34, 34, 34, 0.6) 22.38%,
    rgba(34, 34, 34, 0.32) 78.06%,
    rgba(34, 34, 34, 0) 100%
  );
  clip-path: inset(100% 0 0 0);
  transition: all 0.5s;
  cursor: pointer;
  pointer-events: all;
}
.mobile_menu_overlay_active {
  clip-path: inset(0 0 0 0);
}
.mobile_menu_overlay.vertical_line .line {
  display: flex;
}
.mobile_menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.menu_items_wrap {
  position: relative;
}
.menu_wrap {
  height: 100%;
  overflow-y: auto;
  overflow: scroll;
  /* max-height: 550px; */
  position: relative;
  padding: 16px;
}
.menu_water_mark {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 293px;
}
.mobile_menu .footer_contact .each-footer {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

.mobile_menu .each-footer h4 {
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
}
.mobile_menu .each-footer a {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.mobile_menu .each-footer td {
  font-size: 1.4rem;
  line-height: 21.07px;
}
.mobile_menu .footer-right {
  margin-top: 50px;
}
.mobile_menu .footer_opening_time {
  display: block !important;
}
.mobile_menu .footer_btm_mid ul {
  flex-direction: row;
  justify-content: start;
  margin-top: 33px;
}
/* ============= index  ======= */
.home-banner {
  position: relative;
}
.home-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(
    74deg,
    rgba(34, 34, 34, 0.31) 5.57%,
    rgba(34, 34, 34, 0.6) 22.38%,
    rgba(34, 34, 34, 0.32) 78.06%,
    rgba(34, 34, 34, 0) 100%
  );
  pointer-events: none;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
}
/* .banner-content h1 {
  max-width: 627px;
} */
.banner-content ul {
  display: flex;
  column-gap: 45px;
  margin: 30px 0 60px;
}
.banner-content li a {
  display: flex;
  column-gap: 15px;
}
.banner-content li img {
  width: 20px;
}
.banner-content li a:hover img {
  filter: invert(43%) sepia(96%) saturate(6958%) hue-rotate(351deg)
    brightness(103%) contrast(100%);
  -webkit-filter: invert(43%) sepia(96%) saturate(6958%) hue-rotate(351deg)
    brightness(103%) contrast(100%);
}
.banner-content .common-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.banner-content .common-btn:hover {
  background-color: #bd1a29;
  border: 1px solid #bd1a29;
}
/*=============marque==========*/
.marquee {
  padding: 30px 0;
  border-bottom: 3px solid #bd1a29;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.marque-wrap {
  white-space: nowrap;
}
.marque-wrap:hover .marque-txt {
  animation-play-state: paused;
}
.marque-txt {
  animation: 15s slide infinite linear;
}
.marque-txt li {
  font-family: "robotomedium";
  color: #1f1f1f;
  margin: 0 25px;
  padding-left: 15px;
  display: inline-block;
  font-size: 16px;
  line-height: 17.6px;
  position: relative;
}
.marque-txt li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  background-image: url(../images/red_dot.svg);
  transform: translateY(-50%);
  background-size: 10px;
}
/* =========== product_slider ======== */
.product_slider {
  padding: 120px 0 80px;
  position: relative;
}
.product_slider_heading {
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
.product_slider_heading_lft_top h4 {
  padding: 0 55px;
  width: fit-content;
  color: #1f1f1f;
  font-family: "roboto_condensedregular";
  position: relative;
}
.product_slider_heading_lft ul{
  list-style: inside;
  margin: 10px 0;
}
.product_slider_heading_lft_top {
  margin-bottom: 33px;
}
.product_slider_heading_lft_top h4::before,
.product_slider_heading_lft_top h4::after {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 55px;
  content: "";
  background-color: #bd1a29;
}
.product_slider_heading_lft_top h4::before {
  left: auto;
  right: 0;
}
.product_slider_heading_lft p {
  max-width: 688px;
}
.product_slider_heading_lft ul{
	
	padding: 0;
}
.each_product_content {
  background-color: #1f1f1f;
}
.each_product_img {
  position: relative;
}
.each_product_slider:hover .hover_arrow {
  opacity: 1;
}
.hover_arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #bd1a29;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hover_arrow img {
  width: 20px;
}
.each_product_mid h4 {
  font-family: "robotomedium";
  letter-spacing: 0.24px;
  height: 38px;
  overflow: hidden;
}
.each_product_mid p {
  color: rgba(255, 255, 255, 0.53);
  line-height: 20px;
  height: 42px;
  overflow: hidden;
}
.each_product_btm table {
  width: 100%;
}
.each_product_btm table tr {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.each_product_btm td {
  width: 50%;
  padding: 12px 10px 12px 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 0;
  border-bottom: 0;
}
.each_product_btm tr td:nth-child(odd) {
  border-left: 0;
}
.each_product_btm td h6 {
  font-family: "robotolight";
  color: #fff;
  font-size: 1.8rem;
  line-height: 24px;
  letter-spacing: 0.18px;
}
.each_product_btm td p {
  color: rgba(255, 255, 255, 0.53);
  line-height: 20px;
  margin-top: 5px;
}
.each_product_mid {
  padding: 15px 48px;
}
.each_product_btm td h6 span {
  font-family: "robotomedium";
  color: #fff;
}
.product_car {
  position: relative;
  z-index: 10;
}
.product_car .swiper-button-next {
  right: -5.5%;
}
.product_car .swiper-button-prev {
  left: -5.5%;
}
.product_car .common-arrow:hover {
  background-color: #bd1a29;
  border-color: #bd1a29;
}
.redline {
  position: absolute;
  right: 0;
  top: -342px;
  width: 285px;
  height: 800px;
  z-index: 9;
  bottom: -34%;
  pointer-events: none;
}
.redline img {
  height: 100%;
}
/* ========= home-service ========== */
.home-service {
  background-color: #1f1f1f;
  position: relative;
  padding: 80px 0 40px;
}
.home-service-heading {
  text-align: center;
}
.home-service-heading h2 {
  color: #fff;
}
.home-service-heading ul{
  list-style: inside;
  margin: 10px 0;
  color: #fff;
}
.home-service-heading.product_slider_heading_lft_top h4 {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.home-service-heading p {
  max-width: 636px;
  margin: 14px auto 33px;
  color: #fff;
}
.home-service .swiper {
  height: auto !important;
  z-index: 9;
}
.home-service
  .swiper-wrapper
  .swiper-slide-next
  + .swiper-slide
  + .swiper-slide,
.home-service .swiper-wrapper .swiper-slide-next {
  /* transform: translateY(94px); */
  margin-top: 100px;
  transition: all 0.5s;
}
.home-service .swiper-slide-next .each_service_slider .position-relative,
.home-service .swiper-slide-active .each_service_slider .position-relative {
  height: 355px;
}
.home-service .swiper-slide .each_service_slider .position-relative{
  height: 390px;
}
.home-service
  .swiper-slide-duplicate-prev
  .each_service_slider
  .position-relative,
.home-service .swiper-slide-next .each_service_slider .position-relative {
  height: 390px;
}

.each_service_slider img {
  height: 100%;
  object-fit: cover;
}
.each_service_slider h4 {
  color: rgba(255, 255, 255, 0.5);
  text-align: end;
  margin-bottom: 5px;
}
.each_service_slider_conter p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.each_service_slider_conter p,
.each_service_slider_conter h3 {
  color: #fff;
}
.each_service_slider {
  position: relative;
  overflow: hidden;
}
.each_service_slider_conter {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: end;
  transform: translateY(50%);
}
.home-service .swiper-slide-active {
  height: calc(100% - 400px);
}
.each_service_slider_conter {
  transition: all 0.5s;
}
.home-service .swiper-slide-active .each_service_slider img {
  height: 100%;
  object-fit: cover;
}
.each_service_slider:hover .each_service_slider_conter {
  background-color: rgba(189, 26, 41, 1);
  justify-content: start;
  transform: translateY(0%);
}
.more_btn .common-btn {
  border: 1px solid #fff;
}
.more_btn,
.each_service_slider_conter-p {
  /* display: none; */
}

/* ============ home_counter_sec ========== */
.home_counter_sec {
  position: relative;
  padding: 131px 0 100px;
}
.home_counter_sec .line span {
  background-color: rgba(0, 0, 0, 0.15);
}
.home_counter_sec .line span:nth-child(3),
.home_counter_sec .line span:nth-child(2) {
  background-color: transparent;
}
.home_counter_sec .home_counter_sec_lft {
  z-index: 1;
}
.home_counter_sec .home_counter_sec_lft p {
  max-width: 780px;
  margin: 30px 0;
}
.home_counter_sec .home_counter_sec_lft .common-btn {
  z-index: 1;
}
.counter_sec {
  position: relative;
  right: -7%;
  max-width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.each-btm-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  max-width: 270px;
  margin: auto;
}
.each-btm-block-img img {
  height: 100%;
  width: 100%;
}
.each-btm-block-img {
  width: 20%;
  flex-shrink: 1;
}
.each-btm-block-info {
  width: 70%;
  flex-shrink: 1;
}
.over-ons-btm-block .each-btm-block {
  padding: 30px 0;
  position: relative;
}
.over-ons-btm-block {
  overflow: hidden;
}
.over-ons-btm-block .each-btm-block::after {
  position: absolute;
  left: -50%;
  top: 0;
  height: 1px;
  width: 100vw;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
}
.over-ons-btm-block .each-btm-block:nth-child(1)::after {
  display: none;
}
.overons_slider {
  position: relative;
  z-index: 99;
  background-color: #fff;
}
.lft-arrow {
  position: absolute;
  left: 0;
  bottom: -10px;
  height: auto;
  width: 400px;
  pointer-events: none;
}
/* ===== google review ====== */
.google_review {
  background-color: #1f1f1f;
  position: relative;
  /* background-color: #f5f5f5; */
  padding: 77px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

/* ======== footer======= */
.footer_area {
  background-color: #1f1f1f;
  padding: 50px 0;
}
.footer_lft_logo {
  margin-bottom: 33px;
}
.footer_lft img {
  width: 332px;
}
.each-footer h4 {
  margin-bottom: 14px;
  letter-spacing: 0.48px;
}
.footer-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.each-footer {
  max-width: 33.33%;
}
.each-footer td {
  color: #fff;
  font-size: 16px;
  line-height: 24.08px;
}
.each-footer td:first-child {
  font-family: "robotobold";
  padding-right: 20px;
}

.whatsapp-btn {
  height: 80px;
  max-width: 270px;
  border-radius: 41.5px;
  background: rgba(37, 211, 102, 0.3);
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 14px !important;
  font-family: "lama_sanssemibold";
}
.whatsapp-btn img {
  width: 64px;
}
.whatsapp-btn span {
  font-family: "lama_sansmedium";
}
.footer-watermark {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 590px;
  pointer-events: none;
}
.footer-watermark img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.footer_btm_mid ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.footer_btm_mid img {
  width: 15px;
}
.footer_btm_lft a {
  line-height: 24px;
  letter-spacing: 0.32px;
}
.footer_btm_mid li a {
  width: 35px;
  height: 35px;
  background-color: transparent;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.footer_btm_mid li a:hover {
  background-color: #bd1a29;
  border-color: #bd1a29;
}
.footer_btm_mid li a.footer_wp:hover {
  background-color: rgba(37, 211, 102, 1);
  border-color: rgba(37, 211, 102, 1);
}
.footer-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 52px;
}
.footer_btm_right img {
  width: 121px;
}
/* ======= aanbod-dtl ===== */
.back_btn {
	background-color: #1f1f1f;
	/* padding-top: 50px; */
  text-align: end;
}
.back_btn .back_btn{
    padding: 10px 18px 10px 30px;
    border-radius: 50px;
	position: relative;
    color: #fff;
    background: transparent;
    display: inline-flex;
    align-items: center;
    line-height: normal;
    font-size: 1.8rem;
    letter-spacing: 0.36px;
	border: 1.5px solid #FFF;
}
.back_btn .back_btn::after{
	position: absolute;
	left: 10px;
	top: 50%;
	width: 13px;
	height: 100%;
	background-image: url(../images/back_arrow.svg);
	content: "";
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
.back_btn .back_btn:hover{
	background-color: #bd1a29;
	border-color: #bd1a29;
}
.inner-header {
  background-color: #1f1f1f;
  /* position: relative; */
}
.aanbod-dtl-top {
  padding: 62px 0 106px;
  background-color: #1f1f1f;
  /* overflow: hidden; */
  /* overflow-x: hidden;
	overflow-y: visible; */
}
.small-car {
  margin-top: 20px;
}
.aanbod-dtl-sider-lft .common-arrow {
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.aanbod-dtl-sider-lft .common-arrow:hover {
  background-color: #bd1a29;
  border-color: #bd1a29;
}
.aanbod-dtl-sider-lft .common-arrow:hover img {
  filter: brightness(0) invert(1);
}
.aanbod-dtl-sider-lft .common-arrow img {
  filter: invert(1) brightness(0);
  -webkit-filter: invert(1) brightness(0);
  width: 15px;
}
.aanbod-dtl-sider-lft .swiper-button-next {
  right: -20px;
}
.aanbod-dtl-sider-lft .swiper-button-prev {
  left: -20px;
}
.aanbod-dtl-sider-lft-btn ul {
  display: flex;
  column-gap: 20px;
  margin-top: 23px;
}
.aanbod-dtl-sider-lft-btn li .common-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.aanbod-dtl-red-line {
  position: absolute;
  right: -19%;
  bottom: 0;
  width: 300px;
  pointer-events: none;
}
.aanbod-dtl-sider-lft-btn li .common-btn.active_common-btn,
.aanbod-dtl-sider-lft-btn li .common-btn:hover {
  background-color: #bd1a29;
  border-color: #bd1a29;
}
.aanbod_dtl_mid {
  padding-top: 54px;
}
.aanbod_dtl_mid .accordion-item {
  background-color: transparent;
  border: 0;
}
.aanbod_dtl_mid .accordion-header {
  cursor: pointer;
}
.aanbod_dtl_mid .accordion-button::after {
  background-image: url(../images/plush_accro.svg);
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.aanbod_dtl_mid .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus_accro.svg);
  transform: rotate(0);
}
.aanbod_dtl_mid .accordion-body {
  padding: 54px;
  padding-bottom: 70px;
}
.aanbod_dtl_mid .accordion-item:first-of-type,
.aanbod_dtl_mid .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.aanbod_dtl_mid .accordion-button {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.6px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.53);
}
.aanbod_dtl_mid .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.kenmerken_tab ul {
  display: flex;
  flex-wrap: wrap;
}
.kenmerken_tab li {
  color: #fff;
  font-family: "robotolight";
  width: 49%;
  column-gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 0;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-left: 30px;
}
.kenmerken_tab ul li:nth-child(even) {
  font-family: "roboto-regular";
  padding-left: 10%;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

/* .bullet-panel .tab_heading {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 2rem;
} */
.bullet-panel ul li {
  color: #fff;
  position: relative;
  padding-left: 14px;
  font-family: "roboto-regular";
  line-height: 26px;
  letter-spacing: 0.32px;
  line-height: normal;
  margin-bottom: 8px;
}
.bullet-panel {
  margin-bottom: 40px;
}
.bullet-panel li:after {
  background-size: 7px;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../images/red_dot.svg);
  background-repeat: no-repeat;
}
.aanbod_dtl_mid .accordion-body p {
  color: #fff;
}
.left-bg-block {
  width: 140px;
  background: #bd1a29;
  color: #fff;
}
.block-dtls {
  width: calc(100% - 120px);
  border: 1px solid #bd1a29;
  border-left: 0;
  padding: 15px;
}
.block-dtls h5 {
  font-family: "robotobold";
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0.24px;
}
.aanbod-dtl-right {
  padding-left: 88px;
  max-width: 504px;
  position: sticky;
  top: 132px;
  background-color: #1f1f1f;
}
.aanbod-dtl-right-heading h2 {
  color: #fff;
  /* line-height: 95px; */
  /* margin-top: -28px; */
  font-size:32px;
}
.aanbod-dtl-right-table td img{
  width: 26px;
}
.aanbod-dtl-right-heading p {
  color: rgba(255, 255, 255, 0.53);
  line-height: 20px;
}
.aanbod-dtl-right-heading ul {
  display: flex;
  column-gap: 44px;
  margin-top: 15px;
}
.aanbod-dtl-right-heading ul li:nth-child(1) {
  color: #fff;
  font-family: "robotocondensedmedium";
  font-size: 1.8rem;
  line-height: 24px;
  letter-spacing: 0.18px;
}
.aanbod-dtl-right-heading ul li:nth-child(2) {
  color: rgba(255, 255, 255, 0.53);
  line-height: 20px;
}
.aanbod-dtl-right-table td:nth-child(odd) {
  color: #fff;
  font-family: "robotolight";
  line-height: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.18px;
  width: 48%;
  display: flex;
  column-gap: 48px;
  /* padding-left: 37px; */
}
.aanbod-dtl-right-table td {
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
}
.aanbod-dtl-right-table td:nth-child(odd) img {
  /* width: 10%; */
  max-width: 35px;
}
.aanbod-dtl-right-table td:nth-child(even) {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.53);
  width: 42;
  padding-left: 40px;
}
.aanbod-dtl-right-table table {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
/* .aanbod-dtl-right-table table::after {
  position: absolute;
  left: 68%;
  height: calc(100% + 10px);
  top: -10px;
  content: "";
  width: 1px;
  background-color: rgba(255, 255, 255, 0.14);
} */
.aanbod-dtl-right-table tr {
  display: flex;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.14); */
}
.aanbod-dtl-right-table tr:last-child {
  border-bottom: 0;
}
.form-sec.aanbod-dtl-from{
	padding-top:117px ;
	/* padding-bottom: 0 ; */
	position: relative;
  overflow: hidden;
}
.form-sec.aanbod-dtl-from .aanbod-dtl-from-line{
	position: absolute;
    left: 0;
    width: 47%;
    pointer-events: none;
    bottom: -40%;
	z-index: 10;
}
.aanbod-dtl-contact {
  display: flex;
  width: 100%;
  max-width: 400px;
  /* background-color: rgba(0, 0, 0, 0.15); */
  background-color: #1A1A1A;
  padding: 24px 30px;
  border-radius: 10px;
  column-gap: 32px;
  margin-top: 20px;
  /* margin-left: 30px; */
  align-items: center;
  position: relative;
}
.share_btn {
  position: absolute;
  right: 28px;
  top: 14px;
  width: 11px;
  height: 11px;
}
.share_btn img {
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.5s;
}
.share_btn a:hover img {
  opacity: 1;
}
.dtl-man-img {
  width: 100px;
  overflow: hidden;
  height: 100px;
  border-radius: 50%;
}
.dtl-man-img img {
  height: 100%;
  object-fit: cover;
}
.dtl-man-info h6 {
  color: #fff;
  line-height: normal;
  letter-spacing: 0.16px;
  font-size: 1.6rem;
  font-family: "robotomedium";
}
.dtl-man-info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.dtl-man-info span {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 1.2rem;
  line-height: normal;
  letter-spacing: 0.12px;
  font-family: "robotomedium";
  row-gap: 5px;
}
.dtl-man-info span a {
  color: #b7b7b7;
  font-family: "roboto-regular";
}
.dtl-man-info span a:hover {
  color: #bd1a29;
}
.aanbod-dtl-product-slider {
  padding-top: 0;
}
.aanbod-dtl-product-slider .product_slider_heading_lft_top {
  text-align: center;
}
.aanbod-dtl-product-slider .product_slider_heading {
  padding-bottom: 34px;
}
/* ===== aanbod-list ====== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
  padding: 50px 0;
  /* background-color: #191D23; */
  position: relative;
  /* z-index: 999; */
}
.red-line{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 18%;
}
.aanbod-filter-wrap {
  position: relative;
  z-index: 2;
}
.dropdown-menu.show {
  inset: 10px auto auto 0px !important;
}
.filter-reset a {
  color: #1f1f1f;
  font-size: 1.4rem;
}
.filter-reset img {
  width: 9px;
  margin-left: 5px;
  margin-bottom: 2px;
  filter: brightness(0) !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
  color: #bd1a29;
}
.filter-reset a:hover img {
  filter: brightness(1);
}
.select-style {
  width: 100%;
  height: 48px;
  color: #1f1f1f;
  font-family: "roboto-regular";
  color: #8b8b8e;
  font-size: 1.7rem;
  letter-spacing: 0.36px;
  border-radius: 39px;
  border: 1px solid #8b8b8e;
  padding: 0 30px 0 18px;
  background: url(../images/filter-arrow.svg) #FFFFFF no-repeat 91% center/10px;
  appearance: none;
  line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: default;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.select-style.show {
  background: url(../images/filter-show-arrow.svg) no-repeat 91% center/10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.select-style.show {
  border: 1px solid #1f1f1f;
  color: rgba(31, 31, 31, 1);
}
.filter-main {
  margin-bottom: 20px;
}
.filter-main option {
  font-family: "lama_sansmedium";
  background-color: #14181e;
}
.filter-content {
  display: none;
  border-radius: 5px;
  background: rgba(9, 8, 7, 0.9);
  padding: 10px 10px 15px;
  z-index: 2;
  border: 0;
  border-top: 0;
  border-radius: 5px;
  margin-top: -5px !important;
  cursor: default;
  max-height: 230px;
  overflow-y: auto;
  z-index: 999;
}
.filter-content::-webkit-scrollbar {
  background-color: #dbdbdb;
  width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
  background-color: #999999;
}
.filter-content.show-div {
  display: block;
}
.aanbod-filter-sec label {
  color: #f9f8f6;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  z-index: 2;
  font-family: "robotomedium";
  font-size: 1.6rem;
  cursor: pointer;
}
.aanbod-filter-sec label:last-child {
  margin-bottom: 0;
}
.aanbod-filter-sec label span {
  float: right;
  color: #f9f8f6;
  opacity: 0.65;
}
.aanbod-filter-sec .form-check-input {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
  box-shadow: none;
  border: 1px solid #f9f8f6;
  background-color: transparent;
  border-radius: 5px;
}
.aanbod-filter-sec .form-check-input:checked {
  background-color: transparent;
  /* border-color: #1f1f1f; */
  background-image: url(../images/filter-tick.svg);
  background-size: 14px;
}
.auto-overview-tag {
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px 14px;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #f9f8f6;
  border-radius: 24px;
  background-color: #bd1a29;
  font-size: 1.4rem;
  border: 1px solid #bd1a29;
}
.cross-btn {
  width: 9px;
}
.auto-overview-tag:hover {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.aanbod-filter {
  margin-bottom: 18px;
  /* width: 20%; */
}
.total_search_records {
  margin-top: 30px;
}
.mobile-show-filter {
  position: fixed;
  left: 0;
  top: 87px;
  background-color: #1f1f1f;
  width: 100%;
  z-index: 5;
  margin-top: 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.mobile-show-filter .common-btn {
  color: #f9f8f6;
  font-size: 1.4rem;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #f9f8f6;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.filter-count {
  min-width: 20px;
  height: 20px;
  background-color: #14181e;
  border-radius: 100%;
  color: #f9f8f6;
  border: 1px solid #14181e;
  margin-left: 30px;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile-filter-close {
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  background-color: #1f1f1f;
}
.mobile-filter-close span {
  max-width: 32px;
  width: 100%;
  height: 32px;
  background-color: #f9f8f6;
  border-radius: 50%;
  margin-left: auto;
  border: 1px solid #1f1f1f;
}
.mobile-filter-close span img {
  width: 9px;
  filter: invert(1);
  -webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
  margin-top: 0;
  background-color: #bd1a29;
  border: 1px solid #bd1a29;
  color: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4 {
  font-size: 1.6rem;
  color: #f9f8f6;
}
.auto-overview-filter-result .total_search_records:hover {
  background-color: transparent;
  border-color: #bd1a29;
}
.cursor-pointer {
  cursor: pointer;
}
.left_filter_heading {
  display: flex;
  column-gap: 20px;
  align-items: baseline;
}
.filter-sort {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 20px;
  padding-left: 10px;
}
.left_filter_heading h6,
.filter-sort h6 {
  color: #1f1f1f;
  font-size: 3rem;
  /* line-height: 95px;  */
  letter-spacing: 0.6px;
  font-family: "robotocondensedmedium";
  white-space: nowrap;
}
.filter-sort .aanbod-filter {
  margin-bottom: 0;
  width: 200px;
}
.model-filter .form-check-input {
  display: none;
}
.sorteren_op-filter .form-check-input {
  display: none;
}
.left_filter_heading > .row {
  width: 90%;
  
}
.aanbod_list .common-wrap > .row {
  row-gap: 17px;
  column-gap: 24px;
  margin-bottom: 17px;
}
.aanbod_list .common-wrap > .row > * {
  width: calc(33.33% - 16px);
  padding: 0;
  margin: 0;
}
.show_filter {
  z-index: 999;
}
.aanbod_list{
  position: relative;
  /* z-index: 9; */
}

/* ====================================inner==================================== */
/***inner-banner***/
.inner-banner {
  position: relative;
}
.inner-banner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    75deg,
    rgba(34, 34, 34, 0.31) 5.49%,
    rgba(34, 34, 34, 0.6) 22.19%,
    rgba(34, 34, 34, 0) 99.31%
  );
}
.inner-banner::before {
  content: "";
  height: 135px;
  width: 279px;
  position: absolute;
  right: 88px;
  bottom: 104px;
  border-radius: 279.894px;
  background: #151515;
  filter: blur(63.150001525878906px);
  transform: rotate(-21.169deg);
}
.inner-banner-content {
  position: absolute;
  top: 38%;
  left: 0;
  z-index: 1;
  width: 100%;
}
.inner-banner-content h1 {
  margin-top: 16px;
}
.inner-banner-content p {
  color: #fff;
  width: 100%;
  max-width: 600px;
}
/***diensten-list-sec***/
.diensten-list-sec {
  position: relative;
  padding: 110px 0 102px;
}
.diensten-list-sec .line span {
  background-color: rgba(31, 31, 31, 0.07);
}
.diensten-list-sec .redline {
  top: -244px;
}
.diensten-list-heading {
  margin-bottom: 78px;
}
.diensten-list-heading h2 {
  margin-bottom: 32px;
}
.diensten-list-heading p {
  width: 100%;
  max-width: 640px;
}
.each-diensten-list::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.each-diensten-list .each_service_slider_conter {
  z-index: 1;
  transform: translateY(141px);
}
.diensten-list-swiper {
  position: relative;
  z-index: 10;
}
.diensten-list-swiper .each_service_slider_conter:not(.diensten-slider-area .each_service_slider_conter) {
  transform: translateY(166px);
}
.diensten-list-number {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-diensten-img {
  height: 100%;
}
.diensten-list-number h4 {
  font-size: 3.2rem;
  line-height: 32px;
  letter-spacing: 0.64px;
}
.each_service_slider:hover .diensten-list-number {
  opacity: 1;
}
.each-diensten-list .each_service_slider_conter p {
  margin-bottom: 25px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.each_service_slider:hover .each_service_slider_conter p{
  -webkit-line-clamp: 6;
}
.diensten-list-sec .lft-arrow {
  left: -67px;
  bottom: -73px;
  height: 787px;
  z-index: -1;
}
.each_service_slider_conter-content p {
  /* display: none; */
}
.diensten-list-sec .each_service_slider:hover  h3{
    text-transform: capitalize;
}
/**********diensten-list**********/
.map {
  height: 500px;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.map .redline {
  right: -211px;
  top: -22px;
}
.map .redline img {
  height: 583px;
}
/***form-left-part***/
.form-sec {
  padding: 149px 0 112px;
}
.form-wrap {
  padding: 0 58px;
}
.form-left-heading h3 {
  line-height: 45px;
}
.form-left-heading p {
  padding: 35px 0 52px;
}
.form-left-btm .row {
  row-gap: 46px;
}
.form-left-content h4 {
  color: #1f1f1f;
  line-height: 24px;
  letter-spacing: 0.48px;
  margin-bottom: 18px;
}
.form-left-content tr td {
  line-height: 24px;
}
.form-left-content tr td:first-child {
  font-family: "robotobold";
  padding-right: 20px;
}
.form-left-content a {
  color: #1f1f1f;
  line-height: 24px;
  letter-spacing: 0.32px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.form-left-content a:hover {
  color: #bd1a29;
}
.form-left-content ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-left-content li a {
  width: 35px;
  height: 35px;
  background-color: transparent;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.form-left-content img {
  width: 15px;
  height: 15px;
}
.form-left-content li a:hover {
  background-color: #bd1a29;
  border-color: #bd1a29;
}
.form-left-content li a:hover img {
  filter: brightness(1) invert(1);
}
.form-left-content li a.form_wp:hover {
  background-color: rgba(37, 211, 102, 1);
  border-color: rgba(37, 211, 102, 1);
}
.form-left-content li a.form_wp:hover img {
  filter: brightness(1) invert(1);
}
/***form-right-part***/
.form-right-area {
  padding-left: 44px;
}
.form-main {
  padding-left: 32px;
}
.form-main .form-group {
  margin-bottom: 17px;
}
.form-main .form-styl {
  resize: none;
  border-radius: 84px;
  border: none;
  color: #bd1a29;
  font-family: "roboto-regular";
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: 0.36px;
  padding: 19px 25px;
  border: 1.5px solid rgba(31, 31, 31, 0.3);
  background: #fff;
  /* text-transform: capitalize; */
}
.form-main .form-styl:focus {
  box-shadow: none;
  color: #bd1a29;
  background-color: #fff;
  border: 1px solid #bd1a29;
}
.form-main .form-styl:hover {
  color: #bd1a29;
  background-color: #fff;
  border-color: #bd1a29;
}
.form-main .form-styl:hover::placeholder {
  color: #bd1a29;
}
.form-main .form-main .common-btn.color-btn {
  margin-top: 6px;
}
.form-main .form-styl:placeholder {
  color: #1f1f1f;
  transition: all 0.5s;
}
.form-main .form-styl:-ms-input-placeholder {
  color: #1f1f1f;
}
.form-main .form-styl::placeholder {
  color: #1f1f1f;
}
.form-group textarea.form-control {
  min-height: 279px;
  border-radius: 29px;
}
.form-btn {
  margin-top: 9px;
}
.form-btn button {
  border: 1px solid #bd1a29;
}
/**********diensten-dtl**********/
/***inner-header***/
.inner-header {
  background-color: #1f1f1f;
  /* position: relative; */
}
/***diensten-dtl-top-sec***/
.deinsten-dtl-top-sec {
  padding: 57px 0 45px;
  position: relative;
}
.deinsten-dtl-top-area {
  width: 100%;
  max-width: 985px;
}
.deinsten-dtl-top-area ul{
  list-style: inside;
  margin: 10px 0;
}
.deinsten-dtl-top-sec h2 {
  margin-bottom: 30px;
}
.deinsten-dtl-top-sec p {
  margin-bottom: 18px;
}
.deinsten-dtl-top-sec .redline {
  top: -179px;
}
.deinsten-dtl-info-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.deinsten-dtl-info-top h4 {
  color: #1f1f1f;
  font-size: 3.2rem;
  line-height: 32px;
  letter-spacing: 0.64px;
  color: #a5a0a0;
}
.deinsten-dtl-info-top h3 {
  margin-left: 79px;
}
/***diensten-dtl-mid-sec***/
.deinsten-dtl-mid-sec {
  padding-bottom: 100px;
}
.deinsten-dtl-mid-area .row {
  align-items: center;
}
.deinsten-dtl-mid-left {
  padding-right: 14px;
  position: relative;
}
.deinsten-dtl-mid-left img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.deinsten-dtl-mid-right {
  margin-left: -77px;
  margin-right: 16px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  padding: 57px 76px 13px 63px;
  position: relative;
  z-index: 11;
}
.deinsten-dtl-mid-right p {
  margin: 0 20px 37px 133px;
}
/***diensten-form-sec***/
.form-sec.diensten-form-sec {
  background: #1f1f1f;
  padding: 117px 0 51px;
}
.diensten-form-sec .form-left-heading h3 {
  color: #fff;
}
.diensten-form-sec .form-left-heading p {
  color: #fff;
}
.diensten-form-sec .form-left-content h4 {
  color: #fff;
}
.diensten-form-sec .form-left-content a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.diensten-form-sec .form-left-content a:hover {
  color: #bd1a29;
}
.diensten-form-sec .form-left-content tr td {
  color: #fff;
}
.diensten-form-sec .form-left-content li a {
  border-color: rgba(255, 255, 255, 0.1);
}
.diensten-form-sec .form-main .form-styl.foto_upload {
  color: #fff;
}
.diensten-form-sec .form-main .form-styl {
  border-color: rgba(255, 255, 255, 0.3);
  background: #1f1f1f;
}
.diensten-form-sec .form-main .form-styl:placeholder {
  color: #fff;
}
.diensten-form-sec .form-main .form-styl:-ms-input-placeholder {
  color: #fff;
}
.diensten-form-sec .form-main .form-styl::placeholder {
  color: #fff;
}
.diensten-form-sec .form-main .form-styl:focus {
  color: #bd1a29;
  background: #1f1f1f;
  border: 1px solid #bd1a29;
}
.diensten-form-sec .form-left-content li a:hover img {
  filter: none;
}
.diensten-form-sec .form-left-content li a.form_wp:hover img {
  filter: none;
}
/***diensten-slider-area***/
.diensten-list-sec.diensten-slider-area {
  background: #1f1f1f;
  padding: 72px 0 65px;
}
.diensten-dtl-heading h2 {
  color: #fff;
  margin-bottom: 64px;
}
.diensten-slider-area .lft-arrow {
  z-index: 1;
  left: 0;
  margin-top: -40%;
  bottom: 0;
  top: 0;
}
/**********financiering**********/
.financiering-top-sec .redline {
  top: -99px;
  width: 405px;
}
.financiering-top-sec .redline img {
  height: 919px;
}
/**********Vacatures-list**********/
.vacatures-list-sec {
  padding-top: 102px;
}
.vacatures-list-sec .diensten-list-heading {
  margin-bottom: 68px;
}
.vacatures-list-sec .diensten-list-heading p {
  margin-bottom: 18px;
}
.vacatures-list-swiper {
  position: relative;
  z-index: 11;
}
.diensten-list-heading ul{
  list-style: inside;
  margin: 10px 0;
}
.vacatures-list-swiper .each_service_slider_conter {
  justify-content: space-between;
  padding: 41px 55px;
  row-gap: 13px;
}
.each-vacatures-img {
  position: relative;
  height: 100%;
}
.each-vacatures-img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    329deg,
    rgba(0, 0, 0, 0) 18.86%,
    rgba(0, 0, 0, 0.4)
  );
}
.each-vacatures-list .each_service_slider_conter h3 {
  font-family: "roboto_condensedregular";
  /*text-transform: uppercase;*/
}
.each-vacatures-list .slider-hide-content p {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.vacatures-list-sec .each-vacatures-list:hover h3{
  text-transform: capitalize;
}
.each-vacatures-list .more_btn .common-btn {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.4rem;
  display: inline-block !important;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-vacatures-list .more_btn .common-btn:hover {
  text-decoration: underline;
}
.each-vacatures-list:hover .slider-hide-content p,
.each-vacatures-list:hover .more_btn .common-btn {
  opacity: 1;
}
/**********Thank-you**********/
.thank-you-banner::after {
  background: linear-gradient(
    75deg,
    rgba(34, 34, 34, 0.31) 5.49%,
    rgba(34, 34, 34, 0.6) 22.19%,
    rgba(34, 34, 34, 0) 99.31%
  );
}
.thank-you-banner .common-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.thank-you-banner .common-btn:hover {
  background-color: #bd1a29;
  border: 1px solid #bd1a29;
}
.thank-you-banner .vertical_line .line {
  height: 47%;
  bottom: 0;
  top: auto;
}
.thank-you-banner.vertical_line .line span {
  height: 24%;
  margin: auto 0;
}
.thank-you-banner .inner-banner-content p {
  margin: 22px 0 24px;
}
.thank-you-banner .inner-banner-content h1 {
  width: 100%;
  max-width: 600px;
}
/****popup****/
.modal-area .modal-dialog {
  max-width: 63%;
  margin: 10% auto 0;
}
.modal-area .modal {
  background: rgba(31, 31, 31, 0.74);
}
.modal-area .modal-content {
  border: 0;
  background-color: #303030;
  position: relative;
}
.modal-area .popup-content {
  padding: 0 104px 10px 0;
  background-color: #303030;
}
.pop-up-image {
  height: 100%;
  padding-right: 48px;
}
.pop-up-image img {
  height: 100%;
  object-fit: cover;
}
.popup-content h2 {
  color: #fff;
  margin: 38px 0;
  line-height: 52px;
}
.popup-content p,
.popup-content li {
  font-family: "halis_rregular";
  color: #fff;
}
.popup-content li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 10px;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.popup-content li::after {
  background-size: 5px;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background-image: url(../images/white-bullet.svg);
  background-repeat: no-repeat;
  background-size: 5px;
}
.popup-content li:last-child {
  margin-bottom: 41px;
}
.close-img {
  position: absolute;
  top: -26px;
  right: -27px;
  height: 66px;
  width: 66px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
}
.close-img img {
  width: 20px;
}
/**********Verkoop**********/
.verkoop-top-sec .deinsten-dtl-top-area h4 {
  font-family: "robotobold";
  font-size: 1.6rem;
  color: #1f1f1f;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.each-verkoop-dtl {
  padding: 49px 0 62px;
}
.each-verkoop-dtl h3 {
  position: relative;
  padding-left: 38px;
  padding-bottom: 12px;
  margin-bottom: 17px;
}
.each-verkoop-dtl h3::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 23%;
  background-image: url(../images/red-bullet.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
}
.each-verkoop-dtl h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: -64px;
  bottom: 0;
  background-color: #d2d2d2;
}
.verkoop-mid-sec .deinsten-dtl-mid-right {
  padding-left: 89px;
}
.verkoop-mid-sec .deinsten-dtl-mid-right p {
  margin-left: 39px;
}
.each-verkoop-dtl ul {
  padding-left: 40px;
}
.each-verkoop-dtl li {
  font-family: "roboto-regular";
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.32px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
}
.each-verkoop-dtl li::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 5px;
  background-image: url(../images/black-bullet.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
}
.verkoop-mid-sec .deinsten-dtl-mid-right:last-child .each-verkoop-dtl {
  padding-bottom: 55px;
}
.verkoop-slider .lft-arrow {
  margin-top: -42%;
}
.verkoop-mid-sec .deinsten-dtl-mid-left img::after {
  background: linear-gradient(
    329deg,
    rgba(0, 0, 0, 0) 18.86%,
    rgba(0, 0, 0, 0.4) 73.63%
  );
}
.cv-upload-area {
  display: flex;
  column-gap: 17px;
  margin: 21px 0 28px;
}
.cv-upload-area h4 {
  font-family: "roboto-regular";
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: 0.36px;
}
/**********over-ons**********/
/***over-ons-top***/
.over-ons-top {
  padding-top: 68px;
  position: relative;
}
.over-ons-top .redline {
  top: -364px;
}
.over-ons-top-area {
  position: relative;
  z-index: 9;
}
.over-ons-top-content {
  padding-top: 17px;
}
.over-ons-top-content ul{
  list-style: inside;
  margin: 10px 0;
}
.over-ons-top-content h2 {
  margin-bottom: 34px;
}
.over-ons-top-content p {
  margin-bottom: 18px;
  width: 100%;
  max-width: 563px;
}
.over-ons-top-img {
  padding-left: 10px;
}
/***over-ons-mid***/
.over-ons-mid {
  padding: 90px 0;
  position: relative;
}
.over-ons-mid .redline {
  right: 83%;
  top: 32%;
}
.over-ons-mid-img {
  padding-right: 95px;
}
.over-ons-mid-content {
  padding-top: 33px;
}
.each-over-ons-mid {
  position: relative;
  padding-left: 23px;
  padding-bottom: 33px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-over-ons-mid::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 13px;
  left: 0;
  background-color: rgba(31, 31, 31, 0.37);
  border-radius: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-over-ons-mid h3 {
  margin-bottom: 5px;
  color: rgba(31, 31, 31, 0.37);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-over-ons-mid ul{
    list-style: inside;
    margin: 10px 0;
}
.each-over-ons-mid ul,
.each-over-ons-mid p {
  color: rgba(31, 31, 31, 0.37);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 100%;
  max-width: 669px;
}
.each-over-ons-mid ul:hover,
.each-over-ons-mid:hover h3 {
  color: #1f1f1f;
}
.each-over-ons-mid p {
  color: #1f1f1f;
}
.each-over-ons-mid::before {
  background-color: #bd1a29;
}
/***over-ons-slider***/
.over-ons-slider-sec {
  padding: 35px 0 140px;
  position: relative;
  z-index: 9;
}
.over-ons-slider-sec::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64%;
  background: #1f1f1f;
}
.over-ons-slider-heading {
  text-align: center;
  margin-bottom: 63px;
}
.over-ons-slider-heading h2 {
  color: #000;
}
.member-info {
  text-align: center;
}
.member-info h4 {
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.48px;
  padding: 28px 0 5px;
}
.member-info p {
  line-height: 20px;
  color: #fff;
}
.over-ons-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -70px;
  display: flex;
  justify-content: center;
  column-gap: 26px;
}
.over-ons-slider .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 1;
  position: relative;
}
.over-ons-slider .swiper-pagination-bullet-active {
  background: #ff0000;
}
.over-ons-slider .swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 40px;
  width: 40px;
  border: 2px solid #ff0000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.over-ons-slider .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.over-ons-slider .common-arrow {
  background-color: #fff;
  border-color: #fff;
  height: 44px;
  width: 44px;
}
.over-ons-slider .common-arrow img {
  width: 13px;
}
.over-ons-slider .swiper-button-next img {
  transform: rotate(180deg);
}
.over-ons-slider .common-arrow:hover {
  background-color: transparent;
}
.over-ons-slider .common-arrow:hover img {
  filter: brightness(1) invert(100);
}
.over-ons-slider .swiper-button-next {
  right: -76px;
  top: 42%;
}
.over-ons-slider .swiper-button-prev {
  left: -76px;
  top: 42%;
}
/***over-ons-gallery***/
.over-ons-gallery {
  background: #1f1f1f;
  padding: 45px 0 43px;
}
.over-ons-gallery-heading {
  text-align: center;
  margin-bottom: 61px;
}
.over-ons-gallery-heading h2 {
  color: #fff;
}
.each-over-ons-img {
  margin-bottom: 27px;
  overflow: hidden;
}
.each-over-ons-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-over-ons-img:hover img {
  transform: scale(1.1);
}
.over-ons-gallery-area .col-lg-3 {
  width: 33%;
}
.over-ons-gal-left {
  margin-right: 20px;
}
.over-ons-gallery-area .col-lg-5 {
  width: 32%;
}
.over-ons-gal-mid {
  margin-right: 30px;
}
.over-ons-gallery-area .col-lg-4 {
  width: 35%;
}
/**********verkocht**********/
.verkocht-sec {
  padding: 113px 0 103px;
  position: relative;
  overflow: hidden;
}
.verkocht-sec .redline {
  top: -238px;
}
.verkocht-sec .lft-arrow {
  left: -70px;
  width: 323px;
}
.verkocht-sec .row {
  margin: 0 -11px;
}
.verkocht-sec .col-xl-4 {
  padding: 0 11px;
}
.verkocht-sec .each_product_slider {
  margin-bottom: 20px;
}
.verkocht-sec .each_product_btm td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.verkocht-sec .each_product_btm tr td:nth-child(odd) {
  border-bottom: 0;
}
.verkocht-area {
  position: relative;
  z-index: 10;
}

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
/***********Morgen footer****************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

/*.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}*/
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}
/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.dark-theme .cookie-close img {
    width: 15px;
    filter: invert(0);
}


.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#bd1a29 calc(1*100%/6),#fff 0 calc(3*100%/6),#bd1a29 0),
              linear-gradient(#bd1a29 calc(2*100%/6),#fff 0 calc(4*100%/6),#bd1a29 0),
              linear-gradient(#bd1a29 calc(3*100%/6),#fff 0 calc(5*100%/6),#bd1a29 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #fff;
  }



.radio_filter .form-check-input {
    display: none;
}
.cv-upload-area{
  cursor: pointer;
}
.cookie-close img{
  width: 16px;
  filter: invert(1);
}
.fixed-right-whatsapp {
    position: fixed;
    right: 26px;
    bottom: 20%;
    z-index: 98;
}
.fixed-right-whatsapp img {
    width: 52px;
}

/****privacy_section****/
.privacy_section {
  padding: 30px 0 60px;
}

body .share-social-media-button .a2a_dd {
  border: 0;
  padding: 0;
}
body .share-social-media-button .a2a_dd span {
  display: none;
}

.contact-banner-sec h1{
  pointer-events: none;
}
.contact-banner-sec .inner-banner-content {
  pointer-events: none;
}
.sort_heading{
  opacity: 0;
}
.aanbod_list .load_aanbod.loading_more_data {
    width: 100% !important;
    color: #000;
}

.inner-header-main{
  margin-top: 126px;
}














/*************************************/
.each_product_content {
  position: relative;
  margin-top: -1px;
}
.product-part h6 {
  background-color: #bd1a29;
  padding: 15px 70px;
  display: inline-block;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 99%);
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 99%);
  position: absolute;
  right: 35px;
  top: -30px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff !important;
}
.each_product_mid h6 {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.53) !important;
}
.product-pm {
  position: relative;
}
.product-pm::after {
  content: "//";
  position: absolute;
  left: 0;
  top: -0.3rem;
  color: #c92b39;
  height: 100%;
}
.each_product_btm {
  padding: 0 26px 20px;
}
.product-pm h6 {
  font-size: 1.6rem;
  color: #fff !important;
}
.each_product_btm td {
  padding: 12px 10px 12px 0px;
  border: 0;
  width: max-content;
}
.each_product_btm td h6 {
  font-size: 1.6rem;
  letter-spacing: normal;
}
.each_product_mid {
  padding: 15px 26px;
}

/********************************************/
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
  column-gap: 75px;
  margin-bottom: 36px;
  border: 0;
  justify-content: center;
  align-items: center;
}
/****tab-part****/
ul.tabs li {
	font-family: 'robotomedium';
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	position: relative;
	text-transform: none;
	color: rgba(255, 255, 255, 0.53);
	letter-spacing: 0.32px;
	cursor: pointer;
	padding-bottom: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li::after {
	content: '';
	position: absolute;
	background-color: #bd1a29;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 1px;
	width: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #fff;
}
ul.tabs li:hover::after,
ul.tabs li.active::after {
	opacity: 1;
	width: 50%;
}
/* .tab_content {
	display: none;
} */
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'robotomedium';
    font-size: 1.6rem;
    line-height: normal; 
    color: #fff;
	  width: 50%;
	  padding: 17px 25px;
    display: flex;
    position: relative;
	  column-gap: 20px;
}
/* .kenmerken-tab li:nth-last-child(1)::after,
.kenmerken-tab li:nth-last-child(2)::after, */
.kenmerken-tab li:nth-last-child(1)::after {
	display: none;
}
.kenmerken-tab li:nth-child(3n) {
    border-width: 0;
}
.kenmerken-tab li::after {
	  content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: #D9D9D9;
}
.kenmerken-tab li strong {
  font-weight: 400;
	color: rgba(255, 255, 255, 0.53);
	font-family: 'roboto-regular';
	width: 50%;
	word-break: break-all;
}
.kenmerken-tab li span {
	display: block;
	width: 50%;
	word-break: break-all;
}
.bullet-panel h4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    font-family: 'robotomedium';
    color: #fff;
	  margin-bottom: 10px;
	  font-size: 1.6rem;
}
.dtl-tab-sec .tab_content p {
  color: #fff;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bd1a29;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #bd1a29;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 240px;
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #fff;
	  font-size: 1.6rem;
    font-family: 'robotomedium';
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
	  font-size: 1.6rem;
    font-family: 'robotomedium';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls p strong {
  font-weight: normal;
  font-size: 1.8rem;
}
.printf.tab_last .common-btn {
  padding: 10px 18px;
}
.printf.tab_last img {
  margin-right: 8px;
}




.aanbod-dtl-sider-lft-btn ul {
  flex-wrap: wrap;
  row-gap: 20px;
}
.financering-form {
  text-align: center;
}
.diensten-list-sec .diensten-list-swiper .each_service_slider:hover .each_service_slider_conter {
    transform: translateY(0);
}
.diensten-list-sec .diensten-list-swiper .diensten-list-number {
  display: none;
}
.each_service_slider .more_btn .common-btn {
  background-color: transparent;
}
.each_service_slider .more_btn .common-btn:hover {
  background-color: #121212;
  border-color: #121212
}
.over-ons-mid-content h4{
  color: #1f1f1f;
  /*font-family: 'Covered_By_Your_Grace';*/
  font-family: "Nothing You Could Do", cursive;
}
.overons-gallery-head .row{
  height: 100%;
}
.each-over-ons-img{
  height: 425px;
}
.overons-gal-mid .over-ons-gal-mid .each-over-ons-img:nth-child(1) {
  height: 74%;
}
.overons-gal-mid .over-ons-gal-mid .each-over-ons-img:nth-child(2){
  height: 20%;
}
.each-over-ons-img img{
  height: 100%;
  object-fit: cover;
}
.over-ons-gal-mid{
  height: 100%;
}