@import "fonts.css";
@import "common-class.css";

body {
  padding: 0px;
  margin: 0px;
  font-family: "lama_sansregular";
  color: #181716;
  font-size: 1.6rem;
  background-color: #050B13;
  /*overflow-x: hidden;*/
}

html {
  font-size: 62.5%;
}

/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
  display: none;
}

/****captcha****/
.grecaptcha-badge {
  display: none;
}

/*****header-area******/
.header-area {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 1.8rem 0;
  border-bottom: 1px solid #a2a2a2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header-area.stiky {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}

.header-logo img {
  width: 74px;
}

.header-nav ul {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.header-nav li,
.header-btn li {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1.12px;
  font-family: "lama_sansmedium";
  line-height: normal;
}

.header-nav li a,
.header-btn li a {
  color: #fff;
}

.header-nav li a:hover,
.header-btn li a:hover {
  color: #FF6427;
}

.header-btn ul {
  justify-content: end;
  display: flex;
  align-items: center;
  column-gap: 23px;
}

/*******hamburger********/
.hamburger {
  margin-right: 8px;
  width: 14px;
  height: 24px;
  position: relative;
}

.hamburger .bar {
  padding: 0;
  width: 14px;
  height: 1px;
  background-color: #fff;
  display: block;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 11px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

.menu-btn {
  min-width: 124px;
  border-radius: 100px;
  border: 1.5px solid #fff;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 101;
}

.menu-btn span {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: normal;
  font-family: "lama_sansmedium";
  color: #fff;
  line-height: 24px;
}

.hamburger .bar1 {
  transform-origin: 5%;
  top: 7px;
}

.hamburger .bar4 {
  transform-origin: 5%;
  top: 15px;
}

/* .menu-btn.active {
  filter: brightness(0);
  -webkit-filter: brightness(0);
} */

.menu-btn.active .hamburger > .bar1 {
  transform: rotate(45deg);
  height: 1px;
  width: 14px;
}

.menu-btn.active .hamburger > .bar3 {
  transform: rotate(45deg);
  height: 1px;
  background-color: transparent;
}

.menu-btn.active .hamburger > .bar2 {
  transform: rotate(-45deg);
  height: 1px;
  background-color: transparent;
}

.menu-btn.active .hamburger > .bar4 {
  transform: rotate(-45deg);
  height: 1px;
  width: 14px;
}

/******mega-menu*******/
.mega-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.mega-menu .row {
  height: 100%;
}

.mega-menu-empty {
  background-color:rgba(24, 23, 22, 0.84);
  height: 100%;
}

.mega-menu-main {
  background-color: #1D73BF;
  height: 100%;
  position: relative;
  padding: 160px 50px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.each-mega-menu-contact p {
  margin-bottom: 5px;
  letter-spacing: 0.28px;
  white-space: nowrap;
  font-size: 1.4rem;
}

.each-mega-menu-contact td {
  padding-right: 10px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #fff;
}

.mega-menu-heading {
  color: rgba(255, 255, 255, 0.07);
  font-family: "lama_sansbold_expanded";
  font-size: 20rem;
  line-height: 200px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  pointer-events: none;
  transition: all 1.4s;
  -webkit-transition: all 1.4s;
}

.mega-menu-top {
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto;
}

.mega-menu-nav li {
  color: #181716;
  font-family: "lama_sansbold_expanded";
  font-size: 2.4rem;
  line-height: 55px;
  letter-spacing: 0.48px;
  /*text-transform: capitalize;*/
  margin-bottom: 19px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.mega-menu-nav li a:hover {
  color: #fff;
  opacity: 0.5;
}

.mega-menu-nav li.active {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
  -o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
  animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.mega-menu-social {
  margin-top: 34px;
}

.mega-menu-social ul {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.mega-menu-social li a img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.mega-menu-social li a img:hover {
  filter: invert(1) brightness(10);
}

.mega-menu-wave {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.mega-menu-wave img {
  height: 100%;
  object-fit: cover;
}

.mega-menu-contact {
  position: relative;
  padding-top: 20px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.each-mega-menu-contact h4 {
  margin-bottom: 7px;
  letter-spacing: 0.4px;
  line-height: normal;
}

.each-mega-menu-contact p a:hover {
  color: #fff;
}

.mega-menu-contact::after {
  content: "";
  height: 1px;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  top: 0;
  position: absolute;
  background-color: #636363;
}

.mega-menu.active {
  top: 0;
}

.header-area.active .header-nav,
.header-area.active .header-logo {
  display: none;
}

.mega-manu-logo {
  position: absolute;
  top: 23px;
  left: 50px;
}

.mega-manu-logo img {
  width: 100px;
}

.mega-menu .col-lg-5 {
  height: 100%;
}

.mega-menu-main::-webkit-scrollbar {
  display: none;
}

.mega-menu.active .mega-menu-heading {
  transform: translateY(-50%) translateX(0);
}

/******banner-sec*******/
.banner-sec {
  position: relative;
}

/* .banner-sec::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(17, 15, 14, 0.65) 0%,
    rgba(17, 15, 14, 0) 51.17%,
    rgba(17, 15, 14, 0.66) 105.67%
  );
  z-index: 1;
} */

.banner-sec .swiper-slide {
  height: auto;
}

.each-banner {
  height: 855px;
}

.each-banner img {
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  bottom: 160px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.banner-content h1 {
  margin-bottom: 68px;
}

.banner-video {
  height: 869px;
}

.banner-video video {
  height: 100%;
  display: block;
  object-fit: cover;
}

/*****banner-info-sec*******/
.banner-info-sec {
  background-color: #1D73BF;
  border-top: 1px solid #636363;
}

.banner-info-wrap {
  display: flex;
  justify-content: space-between;
}

.banner-info-social ul {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.each-banner-info {
  /* width: 20%; */
  border-right: 1px solid #636363;
  padding: 30px 4.4%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.each-banner-info:first-child {
  padding-left: 0;
}

.each-banner-info:last-child {
  border-right: 0;
  padding-right: 0;
}

.each-banner-info li {
  font-family: "lama_sansbold_expanded";
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.28px;
}

.banner-info-social li img {
  width: 20px;
  filter: brightness(10);
  -webkit-filter: brightness(10);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.banner-info-social li a:hover img {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.banner-info-contact ul {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.banner-info-contact li {
  line-height: 55px;
  letter-spacing: 0.28px;
}

.each-banner-info li a {
  color: #fff;
}

.each-banner-info li a:hover {
  color: #FF6427;
}

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

.each-counter h4 {
  font-family: "lama_sanssemibold_expanded";
  color: #fff;
  letter-spacing: 0.4px;
  line-height: normal;
}

.each-counter h6 {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.32px;
  line-height: normal;
  font-family: "lama_sansregular";
}

.each-counter-img {
  margin-right: 28px;
}

/****product-sec******/
.product-sec {
  padding: 140px 0 170px;
  position: relative;
}

.product-sec .container {
  position: relative;
  z-index: 1;
}

.sec-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.go-product-pg {
  padding: 0 45px 45px 0;
}

.product-heading {
  max-width: 480px;
  width: 100%;
  padding-right: 40px;
  margin-bottom: 31px;
  position: relative;
  top: -62px;
}

.product-heading p {
  margin: 43px 0 61px;
  letter-spacing: normal;
}

.each-product-thumb-img {
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid transparent;
  margin-bottom: 12px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.each-product-thumb-img:hover {
  /* border-color: rgba(250, 184, 104, 0.44); */
}

.each-product-text {
  border-radius: 10px;
  background: #081924;
  margin-top: 10px;
  padding: 38px 60px 24px;
  border: 3px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.each-product-text h2 {
  font-size: 3.6rem;
  font-family: "lama_sanssemibold";
  line-height: 32px;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 10px;
  height: 33px;
  overflow: hidden;
}

.each-product-text h3 {
  color: rgba(255, 255, 255, 0.53);
  letter-spacing: normal;
  line-height: normal;
  height: 40px;
  overflow: hidden;
}

.each-product-text table {
  width: 100%;
  margin: 31px 0 37px;
}

.each-product-text tr {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.each-product-text td h3 {
  color: #fff;
}

.each-product-text td h6 {
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
}

.product-arrow {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.product-btm {
  display: flex;
  align-items: end;
  justify-content: space-between;
  column-gap: 20px;
}

.each-product:hover .each-product-text,
.each-product:hover .each-product-img {
  /* border-color: #FF6427; */
}

.each-product:hover .product-arrow {
  background-color: #FF6427;
  border-color: #FF6427;
}

/* .each-product:hover .product-arrow img {
  filter: invert(1);
  -webkit-filter: invert(1);
} */

.product-price h4 {
  color: #fff;
  font-family: "lama_sansmedium";
  line-height: normal;
  letter-spacing: normal;
}

.product-price h4 strong {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 10px;
}

.each-product-img {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.product-slider-thumb {
  position: relative;
  margin-left: -44%;
}

.product-slider-thumb::after {
  content: "";
  height: 100%;
  width: 30%;
  background: linear-gradient(275deg, rgba(2, 4, 7, 0.00) 12.98%, #020407 95.77%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-slider-thumb .common-arrow {
  background-color: #fff;
  border-color: #181716;
}
.product-slider-thumb .common-arrow:hover {
  background-color: #FF6427;
  border-color: #181716;
}
.product-slider-thumb .swiper-button-next {
  right: auto;
  left: 23%;
  top: 55%;
}

.product-slider-thumb .swiper-button-prev {
  left: 23%;
  top: 34%;
}
.product-slider .swiper-button-disabled{
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.product-slider .common-arrow img{
  filter: invert(0);
}
.product-slider .common-arrow:hover img{
  filter: invert(1);
}
.product-left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.product-filter {
  margin-bottom: 90px;
}

/****product-filter******/
.select-style {
  width: 100%;
  height: 56px;
  color: #fff;
  font-family: "lama_sansmedium";
  font-size: 1.4rem;
  border: 1px solid #fff;
  border-radius: 39px;
  padding: 0 28px;
  background: url(../images/filter-arrow.svg) #050B13 no-repeat 93% center/10px;
  appearance: none;
  line-height: 56px;
  /*text-transform: uppercase;*/
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  opacity: 0.3;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}

.select-style:hover {
  opacity: 1;
}

.select-style.opacity {
  opacity: 1;
}

.select-style.show {
  border-radius: 15px 15px 0 0;
}

.select-style option {
  font-family: arial;
  color: #fff;
}

.filter-content {
  display: none;
  background-color: #050B13;
  padding: 10px 10px 15px;
  z-index: 2;
  border: 1px solid #fff;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  margin-top: -5px !important;
  cursor: default;
  max-height: 400px;
  overflow-y: auto;
  z-index: 99;
}

.filter-content.show-div {
  display: block;
}

.filter-wrap label {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  z-index: 2;
  font-family: "lama_sansmedium";
  font-size: 1.4rem;
  cursor: pointer;
}

.filter-wrap label:last-child {
  margin-bottom: 0;
}

.filter-wrap label span {
  float: right;
  color: #fff;
  opacity: 0.65;
}

.filter-wrap .form-check-input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
  box-shadow: none;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 3px;
}

.filter-wrap .form-check-input:checked {
  background-color: #FF6427;
  border-color: #FF6427;
}

.filter-wrap .color_box {
  background-color: Gray;
  height: 15px;
  width: 15px;
  margin-left: 10px;
  margin-top: 3px;
  border-radius: 3px;
}

.aanbod-filter {
  margin-bottom: 20px;
  width: 25%;
}

.product-filter .aanbod-filter {
  width: 100%;
  margin-bottom: 10px;
}

.filter-search-btn {
  margin-top: 20px;
}

.filter-search-btn::after {
  display: none;
}

.filter-search-btn img {
  width: 12px;
  margin-right: 7px;
  margin-top: -1px;
  filter: invert(1);
}

.each-product-thumb-text h4 {
  padding-left: 10px;
  line-height: 28px;
}

/*****service-sec******/
.service-sec {
  background-color: #1D73BF;
  padding: 150px 0 146px;
  position: relative;
}

.service-sec .container {
  position: relative;
  z-index: 1;
}

.service-heading {
  margin-bottom: 116px;
}

.service-heading p {
  max-width: 510px;
  padding-left: 30px;
}

.each-service .common-btn {
  padding: 0;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.each-service .common-btn::after {
  background-color: #FF6427;
  border-color: #FF6427;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.service-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.each-service-img {
  position: relative;
  height: 437px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 23px;
}

.each-service-img img {
  height: 100%;
  object-fit: cover;
}

.each-service:hover .each-service-img .common-btn {
  opacity: 1;
}

.service-sec .common-btn {
  margin-right: 45px;
  background-color: rgba(255, 255, 255, 0.17);
}
.service-sec .common-btn::after {
  background-color: rgba(255, 255, 255, 0.17);
}

.service-sec .common-btn:hover {
  background-color: #FF6427;
  border-color: #FF6427;
}

.service-sec .common-btn:hover::after {
  border-color: #FF6427;
  background-color: #FF6427;
}

.service-slider .swiper-slide {
  flex-grow: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.service-slider .swiper-slide:hover {
  width: 44% !important;
}

/****about-sec*****/
.about-wrap {
  padding: 147px 0 132px;
  position: relative;
  z-index: 1;
}

.about-sec {
  position: relative;
}

.about-sec::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1855px;
  background: rgba(255, 100, 39, 0.05);
  filter: blur(171.4499969482422px);
}

.about-sec .container {
  position: relative;
}

.about-sec .sec-line {
  width: 100%;
}

.about-heading-right {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
}

.about-heading-right p {
  margin-bottom: 30px;
}

.about-img {
  margin: 70px 0 36px;
  border-radius: 10px;
  overflow: hidden;
}

.about-accordion .about-img img {
  height: 100%;
  object-fit: cover;
}

.about-accordion .accordion-button {
  font-family: "lama_sansmedium_expanded";
  color: #fff;
  font-size: 2rem;
  line-height: 32px;
  letter-spacing: 0.4px;
  padding: 20px 70px 13px 0;
  background-color: transparent;
}

.about-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}

.about-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #cecece;
  background-color: transparent;
}

.about-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.about-accordion .accordion-button::after {
  height: 36px;
  width: 36px;
  border: 1px solid #FF6427;
  border-radius: 100%;
  background-size: 12px;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: -70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.about-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/plus.svg);
  transform: rotate(45deg);
  background-color: #FF6427;
}

.about-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.about-accordion .accordion-body p {
  max-width: 62rem;
  width: 100%;
}

/******gallery-sec*****/
.gallery-sec {
  margin-top: 45px;
}
.gallery-sec h2 {
  margin-bottom: 82px;
  text-align: center;
}

.each-gal-wrap {
  padding: 6px;
}

.gallery-main .row {
  height: 100%;
}

.each-gal {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.each-gal img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  height: 100%;
  object-fit: cover;
}

.each-gal:hover img {
  transform: scale(1.1);
}

.gallery-main .col-lg-4 {
  width: 41%;
}

.gallery-main .col-lg-3 {
  width: 29.5%;
}

.gallery-main .col-lg-3 .each-gal-wrap {
  height: 206px;
}

/*****footer-area*****/
.footer-area {
  padding: 124px 0 31px;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  width: 100px;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  column-gap: 20px;
}

.each-footer-info h3 {
  margin-bottom: 11px;
  line-height: normal;
  font-family: "lama_sansmedium_expanded";
  letter-spacing: normal;
}

.each-footer-info p {
  margin-bottom: 0;
  line-height: 27px;
}

.footer-credit {
  border-top: 1.5px solid #dcdcdc;
  margin-top: 166px;
  padding-top: 19px;
}

.footer-social ul {
  display: flex;
  column-gap: 13px;
  justify-content: end;
}

.footer-social li a img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.footer-social li a img:hover {
  filter: invert(95%) sepia(17%) saturate(3129%) hue-rotate(309deg)
    brightness(99%) contrast(99%);
  -webkit-filter: invert(95%) sepia(17%) saturate(3129%) hue-rotate(309deg)
    brightness(99%) contrast(99%);
}

.footer-credit p {
  margin-bottom: 0;
  letter-spacing: 0.16px;
  line-height: 22px;
}

.footer-mark {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.footer-mark h2 {
  font-family: "lama_sansbold_expanded";
  font-size: 17.4vw;
  text-transform: uppercase;
  line-height: 17.4vw;
  color: #081924;
  /* background: linear-gradient(
    180deg,
    rgba(24, 23, 22, 0.04) -55.69%,
    rgba(255, 255, 255, 0.02) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.each-footer-info td {
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #fff;
}

.each-footer-info td:first-child {
  padding-right: 15px;
}

/***********************diensten-list***********************/
/****inner-banner****/
.inner-banner {
  position: relative;
}

.inner-banner .each-banner {
  height: 527px;
}

.inner-banner .each-banner img {
  height: 100%;
  object-fit: cover;
}

.inner-banner .banner-content {
  top: 62%;
  bottom: 0;
  width: 100%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
}

.inner-banner .banner-content h1 {
  margin-bottom: 0;
  font-size: 5rem;
  /* text-transform: uppercase; */
  line-height: normal;
}

/****diensten-list-top****/
.diensten-list-top {
  position: relative;
  padding: 135px 0 125px;
}

.diensten-list-top h2 {
  margin-top: 20px;
}

.diensten-list-top p {
  max-width: 580px;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  letter-spacing: normal;
}

.each-list {
  margin-bottom: 160px;
}

.each-list:hover .common-btn {
  color: #fff;
  background-color: #FF6427;
  border-color: #FF6427;
}

.each-list:hover .common-btn::after {
  background-color: #FF6427;
  border-color: #FF6427;
}

.each-list-left-img {
  height: 307px;
  padding-right: 96px;
}

.each-list-right-img {
  height: 307px;
  padding-left: 20px;
}
.each-list .col-lg-6 .row {
  align-items: center;
}
.each-list-left-img img,
.each-list-right-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.each-list-content h2 {
  font-family: "lama_sansmedium_expanded";
  font-size: 4.5rem;
  color: #fff;
  line-height: 62px;
  letter-spacing: 0.55px;
  /* word-break: break-word; */
}

.each-list-content p {
  color: #fff;
  max-width: 440px;
  width: 100%;
  margin: 10px 0 57px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.each-list:nth-child(even) .each-list-right-img {
  padding-left: 0;
  padding-right: 20px;
}

.each-list:nth-child(even) .each-list-left-img {
  padding-right: 0;
  padding-left: 100px;
}

.each-list-content {
  padding-right: 10px;
}

.each-list:nth-child(even) .each-list-content {
  padding-right: 0;
  padding-left: 30px;
}

.each-list .col-sm-8 {
  width: 70%;
}

.each-list .col-sm-4 {
  width: 30%;
}

/****list-footer-area****/
.footer-area.list-footer-area {
  padding-top: 0;
}

/***********************Financiering -Lease***********************/
/****dtl-header-area****/
.dtl-header-area {
  background-color: rgba(255, 255, 255, 0.03);
}

/****back-page-btn-sec****/
.back-page-btn-sec {
  margin-top: 150px;
}

.back-page-btn a {
  padding-left: 56px;
  position: relative;
}

.back-page-btn a::after {
  content: "";
  height: 44px;
  width: 44px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url(../images/prev-arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.back-page-btn a:hover::after {
  border-color: #FF6427;
  background-color: #FF6427;
  background-image: url(../images/prev-white-arrow.svg);
}

/****financiering-banner****/
.financiering-banner {
  margin-top: 114px;
  margin-bottom: 141px;
}

.financiering-banner-big-img {
  max-width: 447px;
  width: 100%;
  height: 425px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
}

.financiering-banner-content p {
  margin-bottom: 23px;
}

.financiering-banner-big-img img {
  height: 100%;
  object-fit: cover;
}

.financiering-banner-small-img {
  height: 252px;
  max-width: 280px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
  background-color: #050B13;
  margin-top: -198px;
  margin-left: 143px;
  position: relative;
}

.financiering-banner-small-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.financiering-banner-content {
  max-width: 658px;
  width: 100%;
  padding-right: 30px;
}

.financiering-banner-content h2 {
  margin-bottom: 30px;
}

/****dtl-mid-sec****/
.dtl-mid-sec {
  background-color: #1D73BF;
  padding: 64px 0 47px;
}

.dtl-mid-sec .row {
  margin: 0px -45px;
}

.dtl-mid-sec .col-lg-4 {
  padding: 0px 45px;
}

.each-dtl-mid-content h4 {
  color: #fff;
  line-height: 32px;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}

.each-dtl-mid-content p {
  color: #fff;
}

/****dtl-btm-sec****/
.dtl-btm-sec {
  margin-top: 163px;
}

.dtl-btm-sec h2 {
  text-align: center;
  margin-bottom: 50px;
}

.dtl-btm-slider-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}

.dtl-btm-slider-img img {
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.dtl-btm-slider-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dtl-btm-slider .swiper-button-prev {
  left: -22px;
}
.dtl-btm-slider .swiper-button-next {
  right: -22px;
}
.dtl-btm-slider .common-arrow {
  top: 40%;
}
/****form-sec****/
.form-sec {
  position: relative;
}

.form-bg {
  padding: 91px 0 85px;
}

.form-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(24, 23, 22, 0.72);
  backdrop-filter: blur(19.799999237060547px);
}

.form-content {
  position: relative;
  z-index: 1;
}

.form-content-top {
  margin-bottom: 100px;
}

.form-content-top h2 {
  color: #fff;
  line-height: 53px;
  letter-spacing: 0.4px;
}

.form-content-top p {
  max-width: 550px;
  margin-right: 0;
  margin-left: auto;
  color: #fff;
  letter-spacing: normal;
}

.form-group {
  margin-bottom: 24px;
  height: 100%;
}

.form-style {
  resize: none;
  border: 1px solid rgba(24, 23, 22, 0.25);
  background: #fff;
  font-size: 1.4rem;
  padding: 16px 32px;
  border-radius: 40px;
  line-height: 28px;
  font-family: "lama_sansmedium";
}

.form-style:placeholder {
  color: rgba(24, 23, 22, 0.5);
  opacity: 1;
}

.form-style:-ms-input-placeholder {
  color: rgba(24, 23, 22, 0.5);
  opacity: 1;
}

.form-style::placeholder {
  color: rgba(24, 23, 22, 0.5);
  opacity: 1;
}

.foto_upload {
  color: rgba(24, 23, 22, 0.5);
}

.form-style:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #181716;
  color: #181716;
  background: #fff;
}

.form-style:focus::placeholder {
  color: rgba(24, 23, 22, 0.5);
}

.form-sec textarea {
  height: calc(100% - 50px);
  border-radius: 10px;
}

.form-btn {
  margin-top: 20px;
}

.form-content-btm .each-footer-info h3 {
  color: #fff;
  font-size: 1.6rem;
  font-family: "lama_sansmedium";
}

.form-content-btm .each-footer-info a,
.form-content-btm .each-footer-info p {
  color: #fff;
}

.form-content-btm .footer-info {
  margin-top: -60px;
}

.form-content-btm .each-footer-info p a:hover {
  color: #FF6427;
}

.form-content-btm td {
  color: #fff;
}

.form-content-btm td:first-child {
  padding-right: 30px;
}

.form-content-btm {
  position: relative;
  top: -21px;
}

.each-dtl-btm-slider h4 {
  line-height: 32px;
  letter-spacing: 0.4px;
}

/***********************Verzekering***********************/
/****dtl-form-sec****/
.dtl-form-sec .form-content-top h4 {
  color: #fff;
  margin-bottom: 10px;
}

.dtl-form-sec .form-bg {
  padding: 135px 0 85px;
}

/***********************over ons***********************/
/****over-ons-top****/
.over-ons-top {
  margin-top: 138px;
  margin-bottom: 33px;
}

.over-ons-top-content h4 {
  margin-bottom: 19px;
}

.over-ons-top-content h2 {
  max-width: 451px;
  width: 100%;
  margin-bottom: 25px;
  line-height: 63px;
}

.over-ons-top-content {
  max-width: 757px;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 150px;
}

.over-ons-top-img {
  border-radius: 10px;
  overflow: hidden;
  height: 553px;
}

.over-ons-top-img img {
  height: 100%;
  object-fit: cover;
}

.over-ons-top .row {
  align-items: end;
}

/****over-ons-counter-area****/
.over-ons-counter-area {
  background-color: #1D73BF;
  margin-top: -116px;
  position: relative;
}

.each-over-ons-counter {
  display: flex;
  justify-content: center;
  border-right: 1px solid #fff;
  padding: 41px 20px 24px;
  column-gap: 28px;
  align-items: center;
}

.over-ons-counter-area .col-lg-3:last-child .each-over-ons-counter {
  border: none;
}
.over-ons-counter-area .row {
  max-width: 800px;
}
.over-ons-counter-content p,
.over-ons-counter-content h4 {
  color: #fff;
}

.over-ons-counter-content h4 {
  font-family: "lama_sansbold_expanded";
  line-height: normal;
  letter-spacing: 0.4px;
}

.over-ons-counter-area .row .col-lg-4:first-child .each-over-ons-counter {
  justify-content: start;
}

/****over-ons-mdl-sec****/
.over-ons-mdl-sec {
  margin: 136px 0 63px;
}

.over-ons-mdl-conent {
  max-width: 605px;
  width: 100%;
  margin-top: 23px;
}

.over-ons-mdl-conent h2 {
  margin-bottom: 20px;
  /* color: #0a1520; */
  line-height: 63px;
}

.over-ons-mdl-conent h2 span {
  /* color: #181716; */
}

.over-ons-mdl-conent p {
  /* color: #3d3d3d; */
  letter-spacing: normal;
}

.over-ons-mdl-img {
  max-width: 415px;
  width: 100%;
  border-radius: 10px;
  margin-left: auto;
  overflow: hidden;
}

.over-ons-mdl-sec {
  position: relative;
}

.over-ons-mdl-sec::before {
  content: "";
  position: absolute;
  border-radius: 1651px;
  background: rgba(255, 100, 39, 0.05);
  filter: blur(171.4499969482422px);
  left: 0;
  top: 50%;
  width: 1651px;
  height: 1401px;
  z-index: 1;
}

/****redl-area****/
.redl-area {
  position: relative;
}

.redl-area::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1855px;
  background: rgba(250, 184, 104, 0.05);
  filter: blur(171.4499969482422px);
  z-index: -1;
  pointer-events: none;
}

/****over-ons-accordian-sec****/
.over-ons-accordian-img {
  border-radius: 10px;
  overflow: hidden;
  height: 383px;
}

.over-ons-accordian-img img {
  height: 100%;
}

.over-ons-accordian-sec .about-accordion {
  padding-left: 48px;
  position: relative;
  z-index: 2;
}

.over-ons-accordian-sec .about-accordion .accordion-button::after {
  position: absolute;
  left: 0;
}

.over-ons-accordian-sec .about-accordion .accordion-button {
  padding: 22px 0rem 22px 63px;
}

/****over-ons-slide-sec****/
.over-ons-slide-wrap {
  max-width: 939px;
  width: 100%;
  margin: 0px auto;
}
.over-ons-slide-wrap .swiper-wrapper {
  justify-content: center;
}
.over-ons-slide-wrap h2 {
  line-height: 63px;
}

.over-ons-slide-sec {
  margin-top: 122px;
}

.over-ons-slider {
  margin-top: 98px;
}

.each-over-ons-slider h3 {
  line-height: normal;
  letter-spacing: normal;
  font-size: 2rem;
}

.over-ons-slider-img {
  border-radius: 173px;
  overflow: hidden;
  height: 226px;
  margin-bottom: 12px;
}

.over-ons-slider-img img {
  height: 100%;
  object-fit: cover;
}

.each-over-ons-slider p {
  font-family: "lama_sansmedium";
  color: rgba(255, 255, 255, 0.50);
  line-height: normal;
  letter-spacing: normal;
}

.over-ons-slider .swiper-button-next {
  right: -10%;
}

.over-ons-slider .swiper-button-prev {
  left: -10%;
}

.over-ons-slider .swiper-pagination {
  padding-top: 56px;
  position: initial;
}

.over-ons-slider .swiper-pagination-bullet {
  width: 18%;
  border-radius: 0;
  height: 2px;
  margin: 0 20px !important;
}

.over-ons-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF6427;
}

.over-ons-slider .common-arrow {
  top: 120px;
}

/***********************vacature***********************/
/****vacature-list-top****/
.vacature-list-top h2 {
  color: #0a1520;
}

.vacature-list-top p {
  font-family: "open_sansregular";
}

/****vacature-list-sec****/
.vacature-list-sec .each-list-content p {
  font-family: "open_sansregular";
}

/***********************verkoop***********************/
/****verkoop-banner****/
/* .verkoop-banner .financiering-banner-content h2 {
  color: #0a1520;
} */

.verkoop-banner .financiering-banner-content p {
  font-family: "open_sansregular";
  /* color: #0a1520; */
  margin-bottom: 25px;
}

.verkoop-banner .financiering-banner-content h3 {
  /* color: #0a1520; */
  margin-bottom: 10px;
  line-height: 36px;
  letter-spacing: normal;
}

.verkoop-banner .financiering-banner-content li {
  position: relative;
  font-family: "open_sansregular";
  color: #fff;
  font-size: 1.6rem;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 25px;
  letter-spacing: 0.32px;
}

.verkoop-banner .financiering-banner-content li:last-child {
  margin-bottom: 15px;
}

.verkoop-banner .financiering-banner-content li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../images/bullet.svg);
  height: 6px;
  width: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(85%) saturate(1592%) hue-rotate(344deg) brightness(103%) contrast(100%);
}

/****verkoop-mid-sec****/
.verkoop-mid-sec {
  padding: 130px 0;
}

.verkoop-mid-sec .each-dtl-mid-content p {
  font-family: "open_sansregular";
}

/****verkoop-form-sec****/
/*.verkoop-form-sec .form-content-top h2 {
    text-transform: uppercase;
}*/
.verkoop-form-sec .form-content-top p {
  margin: 20px 0 0;
}

.verkoop-form-sec .form-content-top {
  margin-bottom: 60px;
}

/****verkoop-btm-sec****/
.verkoop-btm-sec .each-dtl-btm-slider h4 {
  color: #0a1520;
}

/***********************werkplaats-list***********************/
/****werkplaats-list-sec****/
.werkplaats-list-sec .each-list-content p {
  color: #181716;
}

/***********************werkplaats-dtl***********************/
/****werkplaats-dtl-banner****/
.werkplaats-dtl-banner .financiering-banner-content p {
  /* color: #0a1520; */
  margin-bottom: 20px;
}

.werkplaats-dtl-banner .financiering-banner-content h4 {
  font-family: "lama_sansbold_expanded";
  /* color: #0a1520; */
  margin: 20px 0 15px;
}

.werkplaats-dtl-banner .financiering-banner-content li {
  position: relative;
  font-family: "lama_sansregular";
  /* color: #1a1d1a; */
  color: #fff;
  font-size: 1.6rem;
  padding-left: 20px;
  margin-top: 10px;
}

.werkplaats-dtl-banner .financiering-banner-content li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../images/bullet.svg);
  height: 6px;
  width: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(85%) saturate(1592%) hue-rotate(344deg) brightness(103%) contrast(100%);
}

.werkplaats-dtl-banner .financiering-banner-content h3 {
  /* color: #0a1520; */
}

.werkplaats-dtl-banner .financiering-banner-content ul {
  margin-bottom: 20px;
}

/***********************airco-service***********************/
/****airco-service-banner****/
.airco-service-banner .financiering-banner-content p {
  font-family: "lama_sansregular";
  margin-bottom: 25px;
}

.airco-service-banner .financiering-banner-content li {
  font-family: "lama_sansregular";
  /* color: #1a1d1a; */
  line-height: 24px;
  letter-spacing: 0.32px;
}

/***********************contact***********************/
/****contact-form****/
.contact-form {
  padding: 150px 0 70px;
}

.form-sec.contact-form::after {
  display: none;
}

/* .contact-form .form-content-top h2 {
  color: #181716;
} */

/* .contact-form .form-content-top p {
  color: #181716;
} */

 .contact-form .form-style {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.contact-form .form-style:placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.contact-form .form-style:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.contact-form .form-style::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.contact-form .form-style:focus {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.contact-form .form-style:focus::placeholder {
  color: #fff;
}

/*.contact-form .form-content-btm .each-footer-info h3 {
  color: #181716;
}

.contact-form .form-content-btm .each-footer-info a,
.contact-form .form-content-btm .each-footer-info p {
  color: #181716;
}

.contact-form .each-footer-info td {
  color: #181716;
} */

.contact-form {
  position: relative;
}

.contact-form::before {
  content: "";
  position: absolute;
  border-radius: 1503px;
  background: rgba(255, 100, 39, 0.05);
  filter: blur(171.4499969482422px);
  left: 0;
  top: 50%;
  width: 1503px;
  height: 1047px;
  z-index: 1;
  pointer-events: none;
}

/****map-block****/
.map-left {
  height: 527px;
  border-radius: 10px;
  overflow: hidden;
}

.map-left img {
  height: 100%;
  object-fit: cover;
}

.map {
  height: 527px;
  border-radius: 10px;
  overflow: hidden;
}

/***********************aanbod-dtl***********************/
/****aanbod-dtl-top****/
.aanbod-dtl-top {
  padding-top: 115px;
  overflow: hidden;
}

.aanbod-dtl-lft {
  padding: 54px 39px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  background: #031928;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 25px;
}

.aanbod-dtl-lft-top h1 {
  color: #fff;
  font-size: 3rem;
  font-family: "lama_sanssemibold_expanded";
  line-height: 42px;
}

.aanbod-dtl-lft-top p {
  color: rgba(255, 255, 255, 0.53);
  margin-bottom: 0;
  font-family: "lama_sansmedium";
  line-height: normal;
  letter-spacing: normal;
  margin-top: 8px;
}

.aanbod-dtl-lft-top-price-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-table-lft {
  width: 55%;
}

.price-table-right {
  width: 40%;
}

.price-table-lft table {
  width: 100%;
  border-right: 1px solid rgba(41, 41, 41, 0.05);
}

.price-table-lft tr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.price-table-lft tr::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  content: "";
  background-color: rgba(41, 41, 41, 0.05);
}

.price-table-lft tr::after {
  display: none;
}

.price-table-lft table {
  border-right: 0;
}

.price-table-lft td {
  width: 50%;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.price-table-lft td:nth-child(n + 3) {
  padding-bottom: 0;
}

.price-table-lft td:nth-child(even) {
  padding-left: 20px;
  padding-right: 20px;
}

.price-table-lft tr {
  border-right: 1px solid rgba(41, 41, 41, 0.05);
}

.price-table-lft td:first-child {
  border-bottom: 1px solid rgba(41, 41, 41, 0.05);
}

.price-table-lft td:nth-child(2) {
  border-bottom: 1px solid rgba(41, 41, 41, 0.05);
}

.price-table-right h2 {
  color: #FF6427;
  font-size: 3rem;
  line-height: 40px;
  letter-spacing: normal;
  font-family: "lama_sansbold";
}

.price-table-right {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price-table-lft td p {
  margin-bottom: 0;
  font-family: "lama_sansmedium";
  color: rgba(255, 255, 255, 0.53);
  letter-spacing: normal;
  line-height: normal;
}

.price-table-lft td h6 {
  color: #fff;
  font-size: 2rem;
}

.aanbod-dtl-top .mySwiper .swiper-wrapper {
  margin-left: -27%;
}

.aanbod-dtl-lft-slider {
  position: relative;
}

.aanbod-dtl-top .mySwiper::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 14%;
  content: "";
  border-radius: 0 10px 10px 0;
  background: linear-gradient(-90deg, rgba(3, 25, 40, 0.00) 0%, #031928 100%);
  z-index: 1;
}

.small-car-slider {
  overflow: hidden;
  border-radius: 10px;
}

.big-car-slider {
  border-radius: 10px;
  overflow: hidden;
}

.aanbod-dtl-right-slide-top ul {
  display: flex;
  column-gap: 20px;
}

.aanbod-dtl-right-slide-top .common-btn {
  margin-top: 0;
}

.aanbod-dtl-right-slide-top .common-btn:hover {
  color: #fff;
}
.lease {
  background-color: #FF6427;
  border-color: #FF6427;
}
.lease:hover {
  background-color: #818486;
  border-color: #818486;
}
.aanbod-dtl-right-slide-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

body .share-social-media-button .a2a_dd {
  background-color: rgba(41, 41, 41, 0.27);
  border-color: rgba(41, 41, 41, 0.27) !important;
  border: 1px transparent !important;
}
body .share-social-media-button .a2a_dd span {
  color: #fff !important;
}
body .share-social-media-button .a2a_dd svg {
  filter: invert(1) !important;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
  padding: 143px 0 130px;
}

.dtl-tab-sec .tab-btn .nav-tabs {
  column-gap: 85px;
  margin-bottom: 36px;
  border: 0;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
  border: 0;
  background-color: transparent;
  color: rgba(41, 41, 41, 0.5);
  letter-spacing: normal;
  width: 100%;
  border-radius: 0;
  padding: 0;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
  font-family: "lama_sansmedium";
  font-size: 2rem;
  margin: 0;
  word-break: break-word;
  overflow: hidden;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
  position: relative;
  font-family: "lama_sansmedium";
  padding-bottom: 10px;
  display: inline-block;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
  color: #fff;
}

/****tab-part****/
ul.tabs li {
  font-family: "lama_sansmedium";
  font-size: 2rem;
  margin: 0;
  word-break: break-word;
  /* padding-left: 20px; */
  position: relative;
  text-transform: none;
  color: rgba(255, 255, 255, 0.50);
  cursor: pointer;
  /* margin-bottom: 70px; */
}

/* ul.tabs li::after {
	content: '';
	position: absolute;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 9px;
	height: 10px;
	width: 10px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
} */
ul.tabs li:hover,
ul.tabs li.active {
  display: block;
  position: relative;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* ul.tabs li:hover::after,
ul.tabs li.active::after {
	opacity: 1;
} */
.tab_content {
  /* padding: 20px; */
  display: none;
}

.tab_drawer_heading {
  display: none;
}

/****dtl-tab-content****/
.kenmerken-tab ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.kenmerken-tab li {
  font-family: "lama_sansregular";
  font-size: 1.6rem;
  line-height: normal;
  color: #fff;
  width: 32%;
  padding: 25px 20px 18px;
  display: flex;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
}
.kenmerken-tab li strong {
  font-weight: normal;
}
.kenmerken-tab li:nth-child(3n) {
  border-width: 0;
}

.kenmerken-tab li::after {
  background-size: 8px;
  position: absolute;
  top: 33px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(38%) saturate(4543%) hue-rotate(342deg) brightness(100%) contrast(103%);
}

/*.kenmerken-tab li strong {
    font-weight: normal;
}*/
.kenmerken-tab li span {
  /* display: block; */
  margin-left: 10px;
}

.bullet-panel p {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  color: #fff;
  font-size: 2rem;
}

.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: "lama_sansmedium";
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.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;
  filter: brightness(0) saturate(100%) invert(43%) sepia(85%) saturate(1592%) hue-rotate(344deg) brightness(103%) contrast(100%);
}

.dtl-tab-sec .tab-content p {
  color: #fff;
}

.left-bg-block {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6427;
  font-size: 1.6rem;
  line-height: 24px;
}

.block-dtls {
  width: calc(100% - 140px);
  border: 1px solid #FF6427;
  border-left: 0;
  padding: 20px 15px 5px;
  min-height: 200px;
}

.left-bg-block p {
  line-height: 30px;
  color: #181716;
  font-size: 1.6rem;
  font-family: "lama_sansmedium";
}

.each-onderhoud-block p {
  line-height: 30px;
  color: #181716;
  font-size: 1.6rem;
  font-family: "lama_sansmedium";
}

.each-onderhoud-block {
  display: flex;
  margin-bottom: 20px;
}

/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec .form-bg {
  padding: 119px 0 85px;
}

.aanbod-dtl-form-sec .form-content-top h2 {
  letter-spacing: 0.8px;
}

/****.aanbod-dtl-product****/
.aanbod-dtl-product {
  padding-top: 122px;
  padding-bottom: 28px;
}

.aanbod-dtl-product .each-product-text {
  padding: 30px 40px;
}

/* .aanbod-dtl-product .each-product-text h5 {
    color: #fff;
} */
.aanbod-dtl-product .each-product-text h5 {
  color: #fff;
}

.aanbod-dtl-product .each-product-text td h3 {
  font-size: 1.6rem;
}

.aanbod-dtl-product .product-price h4 {
  color: rgba(255, 255, 255, 0.99);
}

.aanbod-dtl-product .common-arrow {
  top: 41%;
}

.aanbod-dtl-product .swiper-button-next {
  right: -21px;
}

.aanbod-dtl-product .swiper-button-prev {
  left: -21px;
}

.aanbod-dtl-product h2 {
  margin-bottom: 60px;
}

.aanbod-dtl-product .each-product-text table {
  margin: 20px 0;
}

.aanbod-dtl-product .each-product-text-top h6 {
  line-height: normal !important;
  font-family: "lama_sansmedium" !important;
  height: 25px;
}

/***********************aanbod-list***********************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
  padding: 214px 0px 50px;
}

.reset-btn.select-style {
  margin-left: 0;
  margin-right: auto;
}

.reset-btn.select-style {
  display: flex;
  /* / width: 100%; / */
  /* / height: 100%; / */
  justify-content: center;
  align-items: center;
  background: none;
  width: max-content;
  /* background: rgba(247, 250, 246, 0.10);
    box-shadow: 0px 1px 2px 0px rgba(14, 15, 14, 0.5); */
  /* border-radius: 100px; */
  border: 0;
  padding: 0;
  margin-top: 0;
  text-transform: none;
  box-shadow: none;
}

.reset-btn a {
  font-size: 1.6rem;
  color: #fff;
}

.reset-btn a:hover {
  color: #FF6427;
}

.reset-btn img {
  width: 13px;
  /* filter: brightness(0); */
  margin-left: 3px;
}

.reset-btn a:hover img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(36%) saturate(7008%) hue-rotate(343deg) brightness(100%) contrast(101%);
}
.auto-overview-tag .cross-btn {
  width: 18px;
  filter: brightness(0) invert(1);
}

.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: #fff;
  border-radius: 50px;
  background: #081924;
}

.auto-overview-tag:hover {
  background: #FF6427;
}

.auto-overview-tag,
.clear-filter {
  font-size: 1.45rem;
}

.load_img {
  width: 150px;
}

.filter-sec .col-xl-2 {
  /* width: 20%; */
  padding: 0 10px;
}

.wis-part img {
  width: 12px;
  margin-right: 10px;
  margin-bottom: 1px;
}

.wis-part {
  font-family: "lama_sansmedium";
  color: #181716;
  opacity: 0.7;
  letter-spacing: 1.5px;
}

.filter-grid img {
  width: 30px;
}

.filter-grid {
  text-align: right;
  line-height: 0;
  cursor: pointer;
  opacity: 0.5;
}

.grid-part {
  width: 100%;
  max-width: 85px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wis-part h6 {
  font-family: "lama_sansmedium";
}

.filter-grid.active {
  opacity: 1;
}

/****aanbod-list-product****/
.aanbod-dtl-product.aanbod-list-product {
  padding-top: 0;
  padding-bottom: 140px;
}

.aanbod-list-product .each-product-text-top h6,
.aanbod-dtl-product .each-product-text-top h6 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "lama_sanssemibold_expanded";
  height: 48px;
  overflow: hidden;
}

/***********************popup***********************/
.modal-area .modal-dialog {
  max-width: 46%;
  margin: 10% auto 0;
}

.modal-area .modal {
  background: rgba(24, 23, 22, 0.72);
}

.popup-content-part {
  border-radius: 20px;
  overflow: hidden;
  background-color: #031928;
}

.modal-area .modal-content {
  border: 0;
  background-color: transparent;
  position: relative;
}

.modal-area .popup-content p {
  margin-bottom: 40px;
  max-width: 820px;
  width: 100%;
  color: #fff;
  max-width: 610px;
}

.modal-area .popup-content h2 {
  color: #FF6427;
  font-size: 3.6rem;
  text-transform: none;
}

.modal-area .popup-content {
  padding: 65px 80px 80px;
}

.popup-content ul {
  margin: 30px 0;
}

.popup-content li {
  font-family: "lama_sansregular";
  font-size: 2.4rem;
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.popup-content li::after {
  position: absolute;
  content: "";
  background-image: url(../images/white-bullet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
  left: 0;
  top: 13px;
  height: 5px;
  width: 5px;
}

.close-img {
  position: absolute;
  top: -20px;
  right: -10px;
  z-index: 1;
  font-size: 2.7rem;
  height: 44px;
  width: 44px;
  background-color: #FF6427;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "lama_sansregular";
  border-radius: 100px;
}

.close-img:hover {
  color: #fff;
}

/***********************verkocht***********************/
/****verkocht-top****/
.verkocht-top {
  padding: 90px 0 127px;
  position: relative;
}

.verkocht-top h2 {
  line-height: 48px;
  letter-spacing: normal;
}

.verkocht-top p {
  max-width: 510px;
  margin-right: 0;
  margin-left: auto;
  text-transform: lowercase;
  letter-spacing: normal;
}

.aanbod-dtl-product .each-product-text {
  padding: 30px;
  /*min-height: 300px;*/
}

.over-ons-accordian-sec .about-accordion .accordion-body {
  padding-left: 65px;
}

.error_top {
  padding: 120px 5% 30px;
  /* background: #121212; */
}

.privacy_section {
  padding: 120px 0 30px;
  /* background: #121212; */
}

.privacy_section h2,
.privacy_section p {
  color: #fff;
}

.product-sec .sec-line {
  display: none;
}

.banner-info-wrap .each-banner-info {
  border: 0;
  position: relative;
}

.banner-info-wrap .each-banner-info::after {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% + 200px);
  content: "";
  width: 1px;
  background: linear-gradient(180deg, #636363 0%, rgba(99, 99, 99, 0.00) 100%);
  pointer-events: none;
}

.banner-info-wrap .each-banner-info:first-child::after {
  display: none;
}

.banner-info-wrap .each-banner-info:nth-child(2)::after {
  height: calc(100% + 100px);
}

.banner-info-wrap .each-banner-info:nth-child(3)::after {
  height: 100%;
  background: #636363;
}

.banner-info-wrap .each-banner-info:nth-child(5)::after {
  height: calc(100% + 100px);
}

/*******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: 1.8rem;
  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: 35px;
  padding-top: 7.5px;
}

/****aanbod dtl****/
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 10px 6px 20px;
  color: #000;
  background-size: 137px;
}

.star_icon {
  margin-bottom: 30px;
}

.star_icon h4 {
  padding-bottom: 10px;
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 15px;
  /* color: #1c1c1c;*/
  border-bottom: 1px solid #181716;
  padding-bottom: 10px;
}

.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: 40px 0 30px;
}

.aanbod-detail-tab-sec .tab-content .star_icon p {
  margin: 0;
}

.bullet-panel h3 {
  margin-bottom: 30px;
}

.cursor {
  cursor: pointer;
}

.form-1,
.form-2 {
  display: none;
  padding: 50px 0;
  margin-top: 20px;
}

.form-2 .form-group label {
  font-family: "lama_sansregular";
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.form-1 .form-group label {
  font-family: "lama_sansregular";
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.aanbod-loader {
  width: 45px;
  height: 40px;
  background: linear-gradient(
      #555 calc(1 * 100% / 6),
      #fff 0 calc(3 * 100% / 6),
      #555 0
    ),
    linear-gradient(#555 calc(2 * 100% / 6), #fff 0 calc(4 * 100% / 6), #555 0),
    linear-gradient(#555 calc(3 * 100% / 6), #fff 0 calc(5 * 100% / 6), #555 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: 30px;
  align-items: center;
  color: #fff;
}

@media (max-width: 991px) {
  .form-1,
  .form-2 {
    padding: 0 !important;
  }
}

.radio_filter .form-check-input {
  display: none;
}

/* .aanbod-dtl-right-slide-top .common-btn {
  background-color: #fbb969;
  border-color: #fbb969;
} */

.over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter {
  border: none;
}

.carpass-img {
  width: 115px;
}

.calsty {
  border: 0;
  width: 100%;
  height: 650px;
  background: transparent;
}
@media (max-width: 679.98px) {
  .calsty {
    height: 940px;
  }
}

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
/****review-plugin-customize*****/
body .eWlnOb {
  color: #fff;
}
body .hiafvJ {
  background-color: #081924;
}
body .idHrF {
  background-color: #081924;
  color: #fff;
}
body .AGaFi {
  color: #fff;
}
body .dnbYzP {
  color: #fff;
}
body .fZBTme * {
  color: #fff;
}
body .kSLkip {
  color: #fff;
}
body .ggCtvU {
  background-color: #081924;
}
body .bZMJWw {
  background-color: #fff;
}
body .jsvZJq {
  background-color: rgba(255, 255, 255, 0.05);
}
.review-sec {
  padding-bottom: 60px;
  padding-top: 60px;
}

.service-slider .swiper-wrapper {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.silder-control{
  margin-left: -21%;
}

.service-slider .col-lg-3 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-slider .col-lg-3:hover {
  width: 44% !important;
}
.each-service-slider {
  display: flex;
  column-gap: 20px;
}
.each-service-slider-part {
  width: 25%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-service-slider-part:hover {
  width: 44%;
}