@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
	background-color: #161515;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/*.add_morgan_footer_margin{
	height: 100px !important;
}*/
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****header-area*****/
.header-area {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(22, 21, 21, 0.15);
    backdrop-filter: blur(10px);
}
.header-area::after {
    content: "";
    height: 100%;
    width: 100%;
    backdrop-filter: blur(6px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}
.header-area.header-active::after {
    opacity: 1;
}
.header-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-logo img {
    width: 212px;
}
.header-nav ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: end;
}
.header-nav li {
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
}
.header-others ul {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 22px;
}
.header-wp {
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
}
.header-wp img {
    margin-right: 12px;
    width: 20px;
    margin-top: -2px;
}
.header-wp:hover img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(2067%) hue-rotate(346deg) brightness(90%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(2067%) hue-rotate(346deg) brightness(90%) contrast(101%);
}
.header-contact {
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
}
.header-contact:hover {
    background-color: #DD271E;
    border-color: #DD271E;
    color: #fff;
}
.menu-btn {
    border: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    border-radius: 100px;
    background-color: #fff;
    cursor: pointer; 
    width: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 101;
}
.menu-bar {
    position: relative;
    max-width: 46px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #161515;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 41px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.active {
    width: 60px;
}
.menu-btn.active .menu-bar  div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
    width: 20px;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-3px) rotate(-135deg);
    width: 20px;
}
/***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.active {
    top: 0;
}
.mega-menu-empty {
    height: 100%;
    position: relative;
    width: 100%;
}
body.active {
    position: relative;
    overflow: hidden;
}
body::after {
    content: "";
    height: 100%;
    width: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(22, 21, 21, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}
body.active::after {
    opacity: 1;
    pointer-events: all;
}
.mega-menu .col-lg-4 {
    height: 100%;
}
.mega-menu-main {
    background-color: rgba(221, 39, 30, 0.80);
    height: 100%;
    position: relative;
    padding: 31px 70px 140px;
}
.mega-menu-main .container {
    height: 100%;
}
.mega-menu-logo {
    padding-bottom: 45px;
}
.mega-menu-logo img {
    width: 173px;
}
.mega-menu-main-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.mega-menu-main-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(221, 39, 30, 0.2);
    border: 1px solid #DD271E;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #DD271E;
}
.mega-menu-nav {
    margin-bottom: 83px;
}
.mega-menu-nav li {
    color: #fff;
    font-family: 'LamaSans-SemiBold';
    font-size: 3.2rem;
    line-height: normal;
    margin-bottom: 25px;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a {
    color: #fff;
}
.mega-menu-nav li a:hover {
    color: #353232;
}
.mega-menu-social {
    margin-bottom: 30px;
}
.mega-menu-social ul {
    display: flex;
    align-items: center;
    column-gap: 23px;
}
.mega-menu-social li a img {
    transition: all 0.5s;
}
.mega-menu-social li a:hover img {
    filter: invert(1);
}
.mega-menu-contact {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}
.each-mega-menu-contact {
    width: 48%;
}
.each-mega-menu-contact h4 {
    line-height: normal;
    letter-spacing: normal;
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 17px;
}
.each-mega-menu-contact p {
    margin-bottom: 0;
}
.each-mega-menu-contact p a {
    color: #fff;
}
.each-mega-menu-contact p a:hover {
    color: #353232;
}
/*****banner-sec***/
.banner-wrap {
	position: relative;
    border-radius: 19px;
    overflow: hidden;
}
/*.banner-wrap::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: linear-gradient(180deg, #161515 7.98%, rgba(7, 17, 22, 0.05) 100%);    
	z-index: 1;
}*/
.banner-video {
	height: 695px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 695px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
/****banner-btm-area*****/
.banner-btm-wrap {
    position: relative;
    padding-top: 33px;
}
.banner-btm-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    max-width: 420px;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
}
.banner-btm-social ul {
    display: flex;
    gap: 23px;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner-btm-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(75%) saturate(3653%) hue-rotate(350deg) brightness(88%) contrast(96%);
}
.sec-line {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: calc(100% - 18%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
    z-index: -1;
    opacity: 0.2;
    pointer-events: none;
}
.sec-line span {
    display: block;
    width: 1px;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%);
    height: 100%;
}
/****product-sec***/
.product-sec {
    padding: 155px 0;
    position: relative;
}
.product-sec::after {
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 800px;
    background: radial-gradient(50% 50% at 50% 50%, #353232 0%, #161515 100%);
    filter: blur(104.30000305175781px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.product-heading {
    max-width: 420px;
    width: 100%;
    padding-right: 30px;
}
.product-heading h4 {
    margin-bottom: 8px;
}
.product-heading h3 {
    margin-bottom: 22px;
}
.product-heading p {
    margin-bottom: 26px;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-product-text {
    padding: 30px;
    border-radius: 10px;
    background-color: #DD271E;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider {
    position: relative;
}
.product-slider .swiper-button-next {
    right: -28px;
}
.product-slider .swiper-button-prev {
    left: -28px;
}
.each-product-text h3 {
    font-family: 'LamaSans-Medium';
    line-height: 32px;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p {
    color: rgba(255,255,255,0.63);
    letter-spacing: normal;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text ul {
    display: flex;
    gap: 22px;
    padding: 0;
    margin-bottom: 27px;
    list-style: none;
}
.each-product-text li {
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
}
.each-product-text table {
    margin-bottom: 25px;
    width: 100%;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.each-product-text tr:last-child {
    border-bottom: 0;
}
.each-product-text td {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    letter-spacing: 0.4px;
    padding: 14px;
    border-right: 1px solid rgba(255,255,255,0.09);
    width: 50%;
    display: flex;
    align-items: start;
}
.each-product-text td:nth-child(even) {
    border-right: 0;
    padding-right: 0;
}
.each-product-text td:nth-child(odd) {
    padding-left: 0;
}
.each-product-text td img {
    margin-right: 8px;
    position: relative;
    top: 4px;
}
.each-product-text td strong {
    font-weight: 500;
}
.each-product-text tr:nth-child(odd) td {
    padding-top: 0;
}
.each-product-text tr:nth-child(even) td {
    padding-bottom: 0;
}
.each-product .col-md-7 {
    width: 54%;
}
.each-product .col-md-5 {
    width: 46%;
}
/****service-sec***/
.service-sec {
    background-color: #fff;
}
.service-wrap {
    padding: 90px 0 80px;
    position: relative;
}
.service-heading {
    max-width: 756px;
    width: 100%;
    margin: 0 auto 66px;
}
.service-heading h4 {
    margin-bottom: 8px;
}
.service-heading h3 {
    color: #161515;
    margin-bottom: 12px;
}
.service-heading p {
    color: #161515;
    margin-bottom: 28px;
}
.service-heading ul {
    list-style-position: inside;
}
.service-heading li {
    color: #161515;
}
.service-wrap .sec-line {
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}
.service-wrap .sec-line span {
    background: linear-gradient(45deg, rgba(7, 17, 22, 0) 0%, rgba(7, 17, 22, 0.6) 100%);
}
.each-service {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-service-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    background-color: rgba(221, 39, 30, 0.81);
    padding: 40px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.each-service-text p {
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service h3 {
    text-transform: none;
    font-family: 'LamaSans-Medium';
    letter-spacing: normal;
}
.each-service:hover .each-service-heading {
    bottom: -100%;
}
.each-service:hover .each-service-text {
    top: 0;
}
/***werkplaats-service****/
.werkplaats-service {
    background-color: #232222;
    border-radius: 10px;
    padding: 58px 50px;
    overflow: hidden;
    margin-top: 20px;
}
.werkplaats-service p {
    margin-bottom: 0;
}
.werkplaats-service h3 {
    font-family: 'LamaSans-Medium';
    line-height: 33px;
    letter-spacing: normal;
    text-transform: none;
}
/****about-us-sec******/
.about-us-sec {
    padding: 155px 0 0;
    position: relative;
    overflow: hidden;
}
.about-us-sec::after {
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 1451.77px;
    background: radial-gradient(50% 50% at 50% 50%, #353232 0%, #161515 100%);
    filter: blur(104.30000305175781px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-us-img {
    border-radius: 10px;
    margin-bottom: 56px;
    overflow: hidden;
}
.about-us-left h4 {
    margin-bottom: 9px;
}
.about-us-info {
    position: relative;
}
.about-us-info-img {
    width: 535px;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.about-us-heading {
    padding-bottom: 50px;
    position: relative;
}
.about-us-heading::after {
    content: "";
    height: 2px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.04);
}
.about-us-info-accordion {
    height: 100%;
    padding: 48px 0 118px;
    position: relative;
}
.about-us-info-accordion::after {
    content: "";
    height: 100%;
    width: 1px;
	left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
}
.about-us-info-accordion .accordion-button::after {
    background-image: url(../images/up-right.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
}
.about-us-info-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(90deg);
}
.about-us-info-accordion .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.about-us-info-accordion .accordion-item {
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    border: 0;
    padding-left: 140px;
}
.about-us-info-accordion .accordion-item::after {
    content: "";
    height: 1px;
    width:100vw;
	left: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.04);
}
.about-us-info-accordion .accordion-button {
    padding: 25px 0;
    background-color: transparent;
    max-width: 300px;
    width: 100%;
}
.about-us-info-accordion .accordion-button h4 {
    font-family: 'LamaSans-Regular';
    line-height: 33px;
}
.about-us-info-accordion .accordion-body {
    padding:0 12% 24px 0;
}
.about-us-info-accordion .accordion-body p {
	color: #fff;
    margin-bottom: 0;
}
.about-us-info-accordion .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.about-us-info-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}
/****member-sec***/
.member-sec {
    background-color: #fff;
}
.member-wrap {
    position: relative;
    padding-top: 170px;
}
.member-heading {
    max-width: 756px;
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
}
.member-heading h3 {
    color: #161515;
    line-height: 40px;
    margin-bottom: 26px;
}
.member-heading p {
    color: #161515;
}
.member-heading ul {
    list-style-position: inside;
}
.member-heading li {
    color: #161515;
}
.member-wrap .sec-line span {
    background: linear-gradient(45deg, rgba(7, 17, 22, 0) -230%, rgba(7, 17, 22, 0.6) 100%);
}
.member-wrap .sec-line  {
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}
.member-slider {
    position: relative;
}
.each-member-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.09));
    min-height: 326px;
    background-color: #fff;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-member-info {
    height: 100%;
    width: 100%;
    background-color: rgba(221, 39, 30, 0.88);
    position: absolute;
    top: -100%;
    left: 0;
    padding: 33px 21px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s;
    -wbkit-transition: all 0.5s;
}
.each-member-info p {
    margin-bottom: 0;
    line-height: 24px;
    letter-spacing: normal;
}
.each-member-heading {
    margin-top: 15px;
}
.each-member-heading h4 {
    color: #161515;
    line-height: 24px;
    font-family: 'LamaSans-SemiBold';
    letter-spacing: normal;
}
.each-member-heading h6 {
    color: #161515;
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
}
.each-member-img:hover .each-member-info {
    top: 0;
}
.member-slider .swiper {
    padding-top: 10px;
}
.member-slider .swiper-slide {
    padding: 0 8px;
}
.common-scrollbar.swiper-scrollbar {
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: rgba(22, 21, 21, 0.11);
    height: 4px;
    left: 0;
}
.common-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #DD271E;
    cursor: grab;
}
.member-slider .common-scrollbar {
    margin-top: 50px;
}
/*****review-sec****/
.review-sec {
    background-color: #fff;
}
.review-wrap {
    padding: 155px 0 100px;
    position: relative;
}
.review-sec .sec-line {
    z-index: 1;
}
.review-sec .sec-line span {
    background: linear-gradient(45deg, rgba(7, 17, 22, 0) 0%, rgba(7, 17, 22, 0.3) 100%);
}
/****footer-area***/
.footer-area {
    padding: 100px 0 45px;
    position: relative;
}
.footer-area .werkplaats-service {
    padding-top: 32px;
    padding-bottom: 32px;
}
.footer-area .werkplaats-service p {
    max-width: 530px;
    margin: 0 auto;
}
.footer-area .werkplaats-service h3 {
    line-height: 44px;
}
.footer-logo {
    margin-top: 50px;
}
.footer-logo img {
    max-width: 212px;
}
.footer-mid {
    margin-bottom: 54px;
}
.footer-info {
    max-width: 1023px;
    width: 100%;
    margin-left: auto;
}
.each-footer-info {
    position: relative;
    height: 100%;
    padding-top: 50px;
}
.each-footer-info::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%);
    opacity: 0.2;
}
.each-footer-info-wrap {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}
.footer-info .col-md-4:last-child .each-footer-info-wrap {
    margin-right: 0;
}
.each-footer-info h4 {
    margin-bottom: 17px;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'LamaSans-SemiBold';
}
.each-footer-info p {
    margin-bottom: 0;
    font-family: 'LamaSans-Regular';
}
.each-footer-info td {
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 30px;
}
.footer-social ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social li,
.footer-privacy p {
    color: rgba(255, 255, 255, 0.30);
    font-size: 1.2rem;
    font-family: 'LamaSans-Regular';
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.footer-privacy p {
    margin-bottom: 0;
}
.footer-social li a,
.footer-privacy p a {
    color: rgba(255, 255, 255, 0.30);
}
.footer-social li a:hover,
.footer-privacy p a:hover {
    color: #DD271E;
}
.footer-left-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16%;
    z-index: -1;
}
.footer-right-circle {
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 15%;
    z-index: -1;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 58%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(22, 21, 21, 0.20);
    backdrop-filter: blur(4.7px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 5px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 35%;
}
.modal-content .col-lg-7 {
    width: 65%;
}
.modal-area .popup-content p {
	color: #0A1520;
    font-family: 'LamaSans-Regular';
}
.modal-area .popup-content p strong {
    font-family: 'LamaSans-Medium';
    font-weight: 500;
}
.modal-area .popup-content h3 {
    color: #1F1B1B;
    font-size: 3.2rem;
    line-height: 50px;
    letter-spacing: 0.64px;
    font-family: 'LamaSans-BoldCondensed';
    text-transform: none;
    margin-top: 25px;
}
.modal-area .popup-content ul {
    padding-left: 0;
    list-style: none;
    margin: 15px 0 25px;
}
.modal-area .popup-content li {
    position: relative;
    color: #000;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 25px;
    letter-spacing: 0.32px;
    margin-bottom: 14px;
    padding-left: 17px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.modal-area .popup-content {
    padding: 45px 90px 45px 45px;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
	height: 60px;
	width: 60px;
	background-color: #161515;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
}
.close-img img {
	width: 20px;
}
/*=====================diensten page start============================*/
/****inner-banner-sec****/
.inner-banner-wrap {
    position: relative;
    border-radius: 19px;
    overflow: hidden;
}
.inner-banner-wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #161515 7.98%, rgba(7, 17, 22, 0.05) 100%);
    z-index: 1;
}
/****diensten-list-sec****/
.diensten-list-wrap {
    position: relative;
    padding: 120px 0 155px;
}
.diensten-list-heading {
    margin-bottom: 92px;
}
.diensten-list-heading h4 {
    margin-bottom: 11px;
}
.diensten-list-main {
    position: relative;
}
.diensten-list-main::after {
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 1242.222px;
    background: radial-gradient(50% 50% at 50% 50%, #353232 0%, #161515 100%);
    filter: blur(104.30000305175781px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.diensten-list-main .row {
    margin: 0 -20px;
    row-gap: 40px;
}
.diensten-list-main .col-lg-6 {
    padding: 0 20px;
}
.diensten-list-main .each-service-text p {
    margin-top: 75px;
}
.diensten-list-main .each-service-text,
.diensten-list-main .each-service-heading {
    padding-left: 50px;
    padding-right: 50px;
}
/***review-less-gap****/
.review-less-gap .review-wrap {
    padding-top: 106px;
}
/*=====================diensten-dtl page start============================*/
/***bk-btn-sec***/
.bk-btn-sec {
    position: relative;
}
.bk-btn-sec .bk-btn {
    position: absolute;
    top: 170px;
    z-index: 1;
}
/****diensten-dtl-info-sec***/
.diensten-dtl-info-sec {
    padding: 100px 0 155px;
}
.diensten-dtl-info-sec .sec-line {
    height: 100%;
}
.diensten-dtl-info-wrap {
    position: relative;
    padding-top: 50px;
}
.diensten-dtl-info-text {
    max-width: 670px;
    width: 100%;
    padding-top: 100px;
    padding-right: 40px;
}
.diensten-dtl-info-text h1 {
    line-height: 75px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.diensten-dtl-info-text p strong {
    font-weight: 700;
    font-family: 'LamaSans-Bold';
}
.diensten-dtl-info-text li::marker {
    color: #DD271E;
}
.diensten-dtl-info-img {
    height: 100%;
    display: flex;
    gap: 17px;
    max-width: 665px;
    width: 100%;
    margin-left: auto;
}
.each-diensten-dtl-info-img {
    /* height: 100%; */
    overflow: hidden;
    border-radius: 10px;
}
.each-diensten-dtl-info-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-dtl-info-img:nth-child(odd) {
    width: 40%;
}
.each-diensten-dtl-info-img:nth-child(even) {
    width: 57%;
}
.each-diensten-dtl-info-img:hover img {
    transform: scale(1.1);
}
/******usp-sec******/
.usp-sec {
    overflow-x: hidden;
}
.usp-main {
    position: relative;
    margin-top: 35px;
}
.usp-main::after {
    content: "";
    height: 1px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.05);
}
.each-usp {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 47px 33px;
    height: 100%;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.usp-main table {
    width: 100%;
}
.usp-main tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -37px;
}
.usp-main tr {
    padding: 50px 37px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    width: 33.33%;
    display: block;
}
.usp-main tr:last-child {
    border: 0;
}
.usp-main td {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 47px 33px;
    height: 100%;
    text-align: center;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.usp-main td p {
    margin-bottom: 0;
}
.usp-main td h4 {
    margin-bottom: 15px;
}  
.usp-main td:hover {
    border-color: rgba(221, 39, 30, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(221, 39, 30, 0.5);
}
/***form-sec****/
.form-sec {
    padding-top: 108px;
    overflow-x: hidden;
    position: relative;
}
.form-sec::after {
    content: "";
    width: 80%;
    height: 80%;
    border-radius: 1242px;
    background: radial-gradient(50% 50% at 50% 50%, #353232 0%, #161515 100%);
    filter: blur(104.30000305175781px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.form-heading {
    margin-bottom: 90px;
}
.form-heading p {
    font-family: 'LamaSans-Regular';
}
.form-heading h3 {
    line-height: 61px;
}
.form-btm {
    position: relative;
    padding-bottom: 50px;
}
.form-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 560px;
}
.form-wrap {
    position: relative;
}
.form-wrap::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
}
.form-wrap .form-group {
	position: relative;
    padding: 0 28px;
}
.form-wrap .form-group::after {
    content: "";
    height: 1px;
    width: 100vw;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.04);
}
.form-wrap label {
	position: absolute;
	left: 28px;
	top: 35px;
	background-color: transparent;
	z-index: 10;
    transition: all 0.5s;
	pointer-events: none;
	width: 100%;
	color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Medium';
	line-height: 24px;
	font-size: 1.6rem;
}
.form-wrap .focused label {
	color: #DD271E;
	top: 20px;
}
.form-wrap .form-style {
	resize: none;
	border: 0;
    font-family: 'LamaSans-Medium';
	line-height: 24px;
	font-size: 2.4rem;
	background-color: transparent;
	padding: 35px 0;
    color: #fff;
    width: 100%;
}
.form-wrap .form-style.foto_upload {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Medium';
    line-height: 24px;
    font-size: 1.6rem;
}
.form-wrap .form-group.focused .form-style {
	padding-top: 50px;
    padding-bottom: 20px;
}
.form-wrap textarea.form-style {
    height: 174px;
}
.form-wrap .common-btn {
    background-color: transparent;
    border: 0;
    margin-top: 35px;
}
/****related-service-sec****/
.related-service-sec .common-scrollbar {
    margin-top: 93px;
}
.related-service-sec .service-heading {
    margin-bottom: 46px;
}
.related-service-sec .service-wrap {
    padding: 72px 0 0;
}
/*=====================aanbod page start============================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 185px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 1;
}
.filter-reset a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #DD271E;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
	background-color: #161515;
    border: 1px solid #fff;
    border-radius: 29px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
    opacity: 0.55;
}
.aanbod-filter:hover .select-style {
    opacity: 1;
}
.select-style.show {
    border-radius: 10px 10px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'LamaSans-Regular';
	background-color: #161515;
}
.filter-content {
    display: none;
    background-color:#161515;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.aanbod-filter:hover .filter-content {
    border-color: #fff;
}
.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: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .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;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #DD271E;
    border-color: #DD271E;
}
.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: 6px;
    background-color:#232222;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #232222;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: #DD271E;
    border-color: #DD271E;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 85px;
    background-color: #232222;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #DD271E;
    border: 1px solid #DD271E;
    border-radius: 28px;
}
.mobile-show-filter .common-btn::before {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #161515;
    border-color: #DD271E;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #161515;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #161515;
	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: #232222;
    border: 1px solid rgba(255,255,255,0.2);
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #DD271E;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #DD271E;
}
.mobile-filter-close span img {
	width: 9px;
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #DD271E;
	border: 1px solid #DD271E;
  	color: #fff;
	padding: 10px;
    border-radius: 28px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::before {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #161515;
    border-color: #DD271E;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 225px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/**aanbod-product-sec***/
.aanbod-product-sec {
    padding: 60px 0 122px;
    position: relative;
}
.aanbod-product-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 2099.663px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(53, 50, 50, 0.73) 0%, rgba(22, 21, 21, 0.73) 100%);
    filter: blur(104px);
    z-index: -1;
}
.aanbod-product-sec .col-xl-4 {
    padding: 0 20px;
}
.aanbod-product-sec .row {
    row-gap: 60px;
    margin: 0 -20px;
}
.aanbod-product-sec .each-product-img {
    margin-bottom: 12px;
}
.aanbod-product-sec .each-product-text {
    background-color: #232222;
}
.aanbod-product-sec .each-product:hover .each-product-text {
    background-color: #DD271E;
}
/*=====================bedankt page start============================*/
.bedankt-banner-sec .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
.bedankt-banner-sec .banner-content-wrap {
    max-width: 667px;
    width: 100%;
    margin: 0 auto;
}
.bedankt-banner-sec .banner-content p {
    margin: 10px 0 50px;
}
/*=====================verkocht page start============================*/
.verkocht-product-sec {
    padding: 180px 0 227px;
}
.verkocht-product-sec .each-product-text p {
    margin-bottom: 30px;
}
.verkocht-product-sec .col-xl-4 {
    padding: 0 33px;
}
.verkocht-product-sec .row {
    margin: 70px -33px 0;
}
.verkocht-heading {
    margin-bottom: 20px;
}
/*=====================contact page start============================*/
/****map-sec**/
.map-wrap {
    position: relative;
    height: 470px;
    border-radius: 19px;
    overflow: hidden;
}
.map-wrap::after {
    content: "";
    height: 120px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #161515 54.98%, rgba(16, 19, 21, 0.00) 101.01%, rgba(7, 17, 22, 0.05) 100%);
}
/**contact-info-sec****/
.contact-info-sec {
    padding-top: 80px;
}
.contact-info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    column-gap: 20px;
}
.contact-info-sec .each-footer-info {
    padding-top: 0;
}
.contact-info-sec .each-footer-info::after {
    display: none;
}
/*=====================werkplaats page start============================*/
/***werkplaats-list-sec****/
.werkplaats-list-sec .diensten-list-main .col-lg-4 {
    padding: 0 17.5px;
}
.werkplaats-list-sec .diensten-list-main .row {
    margin: 0 -17.5px;
    row-gap: 35px;
}
.werkplaats-list-sec .diensten-list-main .each-service h3 {
    text-transform: uppercase;
}
.werkplaats-list-sec .diensten-list-main .each-service-text p {
    margin-top: 9px;
}
.werkplaats-list-sec .diensten-list-main .each-service-text, 
.werkplaats-list-sec .diensten-list-main .each-service-heading {
    padding-left: 35px;
    padding-right: 35px;
}
/*=====================vacature page start============================*/
/***usp-two-column**/
.usp-two-column .usp-main .col-lg-6 {
    padding: 50px 90px 16px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.usp-two-column .usp-main .row {
    margin: 0 -90px;
}
.usp-two-column .usp-main .col-lg-6:last-child {
    border: 0;
}
.usp-two-column .usp-main::before {
    content: "";
    height: 1px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.05);
}
.usp-two-column .each-usp {
    text-align: left;
    padding: 34px 40px;
}
.usp-two-column .each-usp ul {
    margin-bottom: 0;
}
.usp-two-column .each-usp li {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
}
/*=====================overons page start============================*/
/****overons-overview-sec****/
.overons-overview-sec {
    position: relative;
    padding: 165px 0 60px;
    overflow-x: hidden;
}
.overons-overview-sec::after {
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 1242.222px;
    background: radial-gradient(50% 50% at 50% 50%, #353232 0%, #161515 100%);
    filter: blur(104px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.overons-overview-sec::before {
    content: "";
    height: 1px;
    bottom: 0;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    background-color: rgba(255, 255, 255, 0.04);
}
.overons-overview-sec .diensten-dtl-info-wrap {
    padding-top: 0;
}
.overons-overview-sec .diensten-dtl-info-text {
    padding: 0 ;
    max-width: 524px;
}
.overons-overview-sec .diensten-dtl-info-text h3 {
    line-height: 67px;
    margin-bottom: 15px;
}
.overons-overview-sec .diensten-dtl-info-img {
    max-width: 816px;
    margin-right: auto;
    margin-left: 0;
    padding-right: 50px;
}
.overons-overview-sec .each-diensten-dtl-info-img {
    pointer-events: none;
}
.overons-overview-sec .each-diensten-dtl-info-img:nth-child(odd) {
    width: 38%;
}
.overons-overview-sec .each-diensten-dtl-info-img:nth-child(even) {
    width: 59%;
}
/*****overons-info-sec***/
.overons-info-sec {
    overflow-x: clip;
    padding: 126px 0 0;
}
.overons-info-sec .about-us-info-img {
    right: 0;
    left: auto;
    max-width: 556px;
    bottom: 0;
}
.overons-info-sec .about-us-info-accordion .accordion-item {
    padding-left: 0;
}
.overons-info-sec .about-us-info-accordion .accordion-button {
    max-width: 100%;
    padding: 30px 0;
}
.overons-info-sec .about-us-info-accordion {
    padding: 0 0 100px;
}
.overons-info-sec .about-us-info-accordion::after {
    display: none;
}
/***black-bg-img-member**/
.black-bg-img-member .each-member-img {
    background-color: #281A1A;
}
/*=====================aanbod-dtl page start============================*/
/****dark-header***/
.dark-header {
    background-color: #161515;
}
/****aanbod-dtl-bk-btn-sec****/
.aanbod-dtl-bk-btn-sec {
    background-color: #fff;
    padding: 154px 0 0;
}
.aanbod-dtl-bk-btn-sec .bk-btn {
    position: relative;
    top: 0;
    left: 0;
}
/****dtl-top-slider-sec****/
.dtl-top-slider-sec {
    background-color: #fff;
    padding: 24px 0;
}
.dtl-top-slider {
    position: relative;
}
.each-dtl-top-car {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.each-dtl-top-car img {
    height: 100%;
    object-fit: cover;
}
.dtl-top-slider .common-arrow {
    width: 42px;
    height: 42px;
}
.dtl-top-slider .common-arrow img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-top-slider .common-arrow:hover {
    background-color: #DD271E;
    border-color: #DD271E;
}
.dtl-top-slider .common-arrow:hover img {
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.dtl-top-slider .swiper-button-next {
    right: 26.5%;
}
.dtl-top-slider .swiper-button-prev {
    left: 11.5%;
}
.dtl-top-slider .swiper {
    height: 100%;
    border-radius: 10px;
}
.dtl-top-slider .swiper-wrapper {
	margin-left: -8%;
	transition: all 0.5s;
}
.dtl-top-slider .swiper-wrapper.onchng-slider {
    margin-left: 17%;
}
.dtl-top-slider .swiper-slide img{
	height: 100%;
}
.dtl-top-slider .swiper-slide { 
	width: 13%; 
	transition: width 0.3s ease;
    height: auto;
}
.dtl-top-slider .swiper-slide-active {
	width: 60%;
}
.dtl-top-slider{
	height: 569px;
}
/****dtl-car-info-sec*****/
.dtl-car-info-sec {
    background-color: #fff;
    padding-bottom: 20px;
}
.dtl-car-info-wrap {
    border-radius: 10px;
    background-color: #232222;
    overflow: hidden;
    padding: 32px 66px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 15px;
}
.each-dtl-car-info p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.46);
    letter-spacing: normal;
}
.dtl-car-info-spec table {
    width: 100%;
}
.dtl-car-info-spec td {
    width: 50%;
    display: flex;
    align-items: start;
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 2.4rem;
    font-style: normal;
    letter-spacing: 0.48px;
}
.dtl-car-info-spec td img {
    width: 27px;
    height: 27px;
    margin-right: 19px;
    position: relative;
    top: 5px;
}
.dtl-car-info-spec td strong {
    font-weight: 500;
}
.dtl-car-info-spec tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.dtl-car-info-spec tr:last-child {
    margin-bottom: 0;
}
.dtl-car-info-model {
    width: 35%;
}
.dtl-car-info-price {
    width: 15%;
}
.dtl-car-info-spec {
    width: 40%;
}
.dtl-car-info-price h3 {
    margin-bottom: 10px;
}
.dtl-car-info-price h4 {
    color: rgba(255, 255, 255, 0.46);
    font-size: 2.4rem;
    font-family: 'LamaSans-SemiBold';
    line-height: 24px;
}
/****dtl-car-reach-sec******/
.dtl-car-reach-sec {
    background-color: #fff;
}
.dtl-car-btn {
    padding-left: 52px;
    max-width: 715px;
    width: 100%;
}
.dtl-car-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.dtl-contact-card {
    border-radius: 10px;
    background-color: #FFF2F2;
    padding: 9px;
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    max-width: 630px;
    width: 100%;
    margin-left: auto;
}
.dtl-contact-card-img {
    width: 94px;
    height: 94px;
    border-radius: 100%;
    overflow: hidden;
}
.dtl-contact-card-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-contact-card-text {
    width: calc(100% - 124px);
}
.dtl-contact-card-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 23px;
}
.dtl-contact-card-text li h6 {
    margin-bottom: 15px;
    color: #181818;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    text-transform: capitalize;
}
.dtl-contact-card-text li p {
    margin-bottom: 0;
    color: rgba(22, 21, 21, 0.50);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: normal;
}
.dtl-contact-card-text li p a {
    color: rgba(22, 21, 21, 0.50);
}
.dtl-contact-card-text li p a:hover {
    color: #DD271E;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
    background-color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 80px;
	margin-bottom: 40px;
    border: 0;
	justify-content: center;
}
/****tab-part****/
ul.tabs li {
    font-family: 'LamaSans-SemiBold';
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	position: relative;
	text-transform: none;
	color: rgba(22, 21, 21, 0.50);
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #161515;
}
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****/
.dtl-tab-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab_content p {
    color: #161515;
}
.kenmerken-tab {
	overflow: hidden;
    position: relative;
}
.kenmerken-tab::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(0deg, rgba(255,255,255,0.03) 0%, rgba(7,17,22,0.2) 50%, rgba(255,255,255,0.03) 100%);
}
.kenmerken-tab::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px; 
    background: linear-gradient(0deg, rgba(255,255,255,0.03) 0%, rgba(7,17,22,0.2) 50%, rgba(255,255,255,0.03) 100%);
}
.kenmerken-tab ul::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 33.3%;
    top: 0;
    width: 1px;
    background: linear-gradient(0deg, rgba(255,255,255,0.03) 0%, rgba(7,17,22,0.2) 50%, rgba(255,255,255,0.03) 100%);
}
.kenmerken-tab ul::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 33.3%;
    top: 0;
    width: 1px;
    background: linear-gradient(0deg, rgba(255,255,255,0.03) 0%, rgba(7,17,22,0.2) 50%, rgba(255,255,255,0.03) 100%);
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab li {
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: normal; 
    color: #161515;
	width: 33.33%;
	padding: 25px 40px;
    display: flex;
    position: relative;
    /* border-right: 1px solid rgba(31, 27, 27, 0.14); */
}
/* .kenmerken-tab li:nth-last-child(1)::after,
.kenmerken-tab li:nth-last-child(2)::after,
.kenmerken-tab li:nth-last-child(3)::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;
    margin-right: 10px;
    position: relative;
    padding-left: 15px;
}
.kenmerken-tab li strong::after {
    background-size: 6px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.kenmerken-tab li span {
	display: block;
}
.bullet-panel h4 {
    color: #161515;
    border-bottom: 1px solid #161515;
    padding-bottom: 5px;
	margin-bottom: 1rem;
    font-family: 'LamaSans-Medium';
}
.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: 'LamaSans-Medium';
    color: #1F1B1B;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DD271E;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #DD271E;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #1F1B1B;
	font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    margin-bottom: 10px;
}
.each-onderhoud-block p strong {
    font-weight: 700;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.dtl-tab-sec .tab-content {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.share-social-media-button .a2a_dd:hover {
    background-color: #DD271E !important;
    border-color: #DD271E !important;
    color: #fff !important;
}
.share-social-media-button .a2a_dd:hover svg {
    filter: brightness(20) !important;
}
/*****related-product-sec*******/
.related-product-sec {
    background-color: #fff;
}
.related-product-sec .sec-line {
    z-index: 0;
    height: 100%;
    opacity: 0.1;
}
.related-product-sec .sec-line span {
    background: linear-gradient(45deg, rgba(7, 17, 22, 0) -230%, rgba(7, 17, 22, 0.6) 100%);
}
.related-product-wrap {
    position: relative;
    padding-top: 72px;
}
.related-product-slider {
    position: relative;
}
.related-product-slider::after {
    content: "";
    height: 85%;
    width: 40%;
    right: 0;
    top: 0;
    background: linear-gradient(92deg, rgba(255, 255, 255, 0.00) 40%, #FFF 90%);
    position: absolute;
    z-index: 1;
}
.related-product-heading {
    margin-bottom: 35px;
}
.related-product-heading h3 {
    color: #1F1B1B;
    letter-spacing: normal;
    line-height: normal;
}
.related-product-slider .common-scrollbar {
    margin-top: 74px;
}
/******privacy_section*****/
.privacy_section {
    padding-top: 110px;
}
.share-social-media-button .a2a_dd {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.each-service-img img{
	object-fit: cover;
	height: 100%;
}
.service-sec .each-service-img{
	height: 300px;
	overflow: hidden;
	width: 100%;
}
.diensten-list-sec .each-service-img{
	height: 360px;
	overflow: hidden;
	width: 100%;
}



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


/****aanbod dtl****/
.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;
    width: 150px;
    border-radius: 5px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #313030;
    border-bottom: 1px solid #676666;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    /* font-family: 'NunitoSansRegular'; */
    font-size: 16px;
   /* color: black;*/
    padding-bottom: 6px;
    word-break: break-word;
    margin-bottom: 0;
}
.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;
}


.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: 3rem;
    align-items: center;
    color: #fff;
  }
.ros-finance-lease-amount-wrapper .ros-lease-amount:not(:first-child)
{
	display:none;
}
/*For banner Video */

  .banner_background_video {
    height: 95vh;
    max-height: 95vh;
    overflow: hidden;
  }
  .banner_background_video .video-js {
    width: 100%;
    height: 900px;
  }
  @media(min-width: 576px) {
    .banner_background_video .video-js {
      width: 100% !important;
    }
  }
  @media(max-width: 575.98px) {
    .banner_background_video, .banner_background_video .video-js {
      height: 70vh !important;
    }
  }


@media (max-width: 767.98px) {
      #mobile-contact-bar {
        box-sizing: border-box;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }
      #mobile-contact-bar-outer {
        background-color: #000000;
        box-sizing: border-box;
        height: 45px;
        overflow: hidden;
        width: 100%;
    }
    #mobile-contact-bar img {
        width: 20px;
    }
    #mobile-contact-bar ul li {
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        height: 45px;
        line-height: 45px;
        width: 25%;
    }
}
#voorkeursdatum::placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
}