body {
	padding: 0px;
	margin: 0px;
	background-color: #1C1C1C;
    font-size: 16px;
    font-family: 'LamaSans-Regular';
    color: #FFF;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
::selection{
    background-color: #E73C3A;
    color: #FFF;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/*****************header****************/
/*****header-area*****/
.header-wrap{
    padding: 40px 0px;
    border-radius: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-x: clip;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #1C1C1C;
    border-bottom: 1px solid #ffffff24;
}
.header-active .header-wrap{
    padding: 25px 0px; 
}
.header-logo img {
    width: 105px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0;
}
.header-nav ul li::after{
    display: none;
}
.header-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.header-nav > ul {
    border-radius: 10px;
    background: #FFF;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: max-content;
    padding: 0px 20px;
}
.header-nav > ul > li {
    color: #000;
    padding: 16px 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a {
    color: #000;
    font-size: 1.6rem;
    line-height: 150%;
    font-family: 'LamaSans-Medium';
}
.header-nav > ul > li > a:hover{
    color: #E73C3A;
    text-decoration: underline;
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	border-radius: 10px;
    border: 1px solid #E73C3A;
    background-color: #E73C3A;
	min-width: 170px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
}
.parent-dropdown ul li::after{
    display: none;
}
.parent-dropdown ul li a {
	color: #fff;
	padding: 5px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #fff;
    text-decoration: underline;
}
.parent-dropdown:hover ul {
	top: 36px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after{
    display: none;
}
.parent-dropdown img {
    cursor: pointer;
    width: 8px;
    margin-left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -3px;
}
.parent-dropdown.active img {
    filter: brightness(0) invert(1);
    margin-left: 3px;
    margin-top: -3px;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
}
.parent-dropdown:hover {
    z-index: 1;
}
.header-right-part {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: end;
}
/*****mobile-menu*****/
.menu-btn {
    text-align: center;
    border-radius: 5px;
    padding: 10px 48px 10px 18px;
    color: #F6F8FA;
    background-color: #E73C3A;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 110px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-btn:hover{
    background: #e90b08;
}
.menu-bar {
    position: relative;
    max-width: 15px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn span:nth-child(1) {
    width: 22.5px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 15px;
    right: 19px;
}
.menu-btn span:nth-child(2) {
    width: 22.5px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 21px;
    right: 19px;
}
.menu-btn span:nth-child(3) {
    width: 22.5px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 27px;
    right: 19px;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 3px auto 3px 0;
    width: 15px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
    width: 70%;
}
.menu-btn.active .menu-bar  div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-6px) rotate(-135deg);
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 20%;
    background-color: #1C1C1C;
    padding: 140px 24px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.mobile-menu > .mobile-menu-wrap > ul > li {
    font-size: 1.6rem;
    display: table;
    padding: 10px 0px;
}
.mobile-menu > .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a {
    color: #fff;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a:hover {
    color: #fff;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    border: 1px solid #E73C3A;
    background-color: #E73C3A;
}
.mobile-menu .parent-dropdown ul li {
    font-size: 1.6rem;
}
.header-d-down .header-d-down-bar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    padding: 8px 0px;
    padding-right: 23px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-d-down .header-d-down-bar::after {
    position: absolute;
    content: "";
    background-image: url(../images/d-down-arrow.svg);
    background-size: 12px;
    background-position: right;
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    right: 0;
    top: 13px;
}
.header-d-down .header-d-down-bar::before{
    position: absolute;
    content: "";
    background-color: #FFF;
    width: 100%;
    height: 1.5px;
    left: 0;
    bottom: 0px;
}
.header-d-down{
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-d-dropdown ul {
    position: absolute;
    bottom: -190px;
    background-color: #1C1C1C;
    padding: 18px 15px;
    border-radius: 0px 0px 10px 10px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    pointer-events: none;
    border: 1px solid #ffffff2e;
    border-top: 0px;
}
.header-d-dropdown ul li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.header-d-dropdown ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.header-d-dropdown ul li::after{
    display: none;
}
.header-d-down:hover .header-d-dropdown ul {
    opacity: 1;
    bottom: -153px;
    pointer-events: all;
}
.header-d-dropdown ul li a{
    color: #FFF;
    text-align: center;
    font-family: 'LamaSans-Regular';
    display: block;
    font-size: 1.6rem;
    line-height: 150%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-d-dropdown ul li a:hover{
    color: #E73C3A;
}
/* ---------- HOME PAGE CSS START HERE ---------- */
/* home-banner-sec */
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-video,
.home-each-banner {
    height: 946px;
    overflow: hidden;
    position: relative;
}
.home-each-banner img {
    height: 100%;
    object-fit: cover;
}
.home-banner-video::after,
.home-each-banner::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.30) 0%, rgba(28, 28, 28, 0.30) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.home-banner-video::before,
.home-each-banner::before {
    position: absolute;
    content: "";
    background-image: url(../images/home-banner-layer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 190px;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 100%;
}
.home-banner-heading h1{
    margin-bottom: 18px;
}
.home-banner-heading .common-btn {
    margin-left: 16px;
}
/* home-service-sec */
.home-service-sec {
    overflow-x: clip;
    position: relative;
    z-index: 1;
    padding-bottom: 101px;
}
.home-service-sec::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #1C1C1C 0%, rgba(28, 28, 28, 0.00) 100%);
    width: 100%;
    height: 362px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.home-service-layer {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.home-service-layer img{
    height: 100%;
}
.home-service-heading {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
    margin-top: -65px;
    margin-bottom: 70px;
}
.each-car-thumb {
    border-radius: 15px;
    background: #FFF;
    padding: 38px 34px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
}
.each-car-thumb h5 {
    color: #1C1C1C;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #1C1C1C;
    font-family: 'LamaSans-Regular';
    position: relative;
    z-index: 1;
    max-width: max-content;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-car-thumb-show{
    display: none;
}
.left-thumb-pair .swiper-slide-thumb-active .each-car-thumb-show {
    display: block;
}
.left-thumb-pair .swiper-slide-thumb-active .each-car-thumb {
    background: #E73C3A;
    padding: 24px 34px;
}
.left-thumb-pair .swiper-slide-thumb-active .each-car-thumb h5 {
    color: #FFF;
    font-size: 2.4rem;
    font-family: 'ClashDisplay-Semibold';
    line-height: normal;
    border-bottom: 0px;
    margin-bottom: 3px;
}
.each-car-thumb p{
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-car-thumb table {
    width: 100%;
    margin-bottom: 20px;
}
.each-car-thumb table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.each-car-thumb table tr td {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 5px 25px 5px 25px;
    color: #0D0D0D;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.each-car-thumb table tr td em{
    font-style: initial;
    text-decoration: underline;
}
.each-service-price h4 {
    font-size: 2rem;
}
.each-service-price h4 strong{
    font-size: 1.6rem;
    line-height: 150%; 
    font-family: 'LamaSans-Regular';
    font-weight: normal;
}
.each-service-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.each-service-price a {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.14px;
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-price a:hover{
    color: #1C1C1C;
}
.each-car-img{
    border-radius: 10px;
    overflow: hidden;
    height: 311px;
    width: 100%;
}
.each-car-img img{
    height: 100%;
    object-fit: cover;
}
.home-service-container .row .col-lg-4 {
    width: 30%;
}
.home-service-container .row .col-lg-8 {
    width: 70%;
}
.home-service-slider .row{
    --bs-gutter-x: 17px;
    --bs-gutter-y: 17px;
}
.carChild .carChild-next,
.carChild .carChild-next::after{
    display: none;
}
.carChild .carChild-prev,
.carChild .carChild-prev::after{
    display: none;
}
.carMain .swiper-wrapper > .swiper-slide-active .carChild .carChild-next,
.carMain .swiper-wrapper > .swiper-slide-active .carChild .carChild-prev{
    display: block;
}
.carChild .carChild-next{
    right: 28px;
    width: 13px;
    margin: 0;
    transform: translateY(-50%);
}
.carChild .carChild-prev{
    left: 28px;
    width: 13px;
    margin: 0;
    transform: translateY(-50%);
}
.car-control{
    margin-top: 54px;
}
.car-control .swiper-button-next {
    right: 0;
    top: 0;
}
.car-control .swiper-button-prev {
    right: 56px;
    left: unset;
    top: 0;
}
.car-scrollbar {
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(0deg);
    border-radius: 24px;
    z-index: 1;
    height: 1px;
    width: 100%;
    cursor: grab;
}
.car-scrollbar .swiper-scrollbar-drag {
    background: #E73C3A;
}
.left-thumb{
    height: 513px;
}
.left-thumb, .right-thumb {
    overflow: hidden;
}
/* .left-thumb-pair, .right-thumb-pair {
    opacity: 0;
    transition: opacity 0.4s ease;
} */
.left-thumb-pair .swiper-slide{
    height: auto !important;
}
.left-thumb-pair{
    height: 100%;
}
.left-thumb-pair .swiper{
    height: 100%;
}
.left-thumb-pair .swiper-wrapper{
    height: 100%;
}
/* home-product-sec */
.home-product-sec{
    padding: 88px 0;
    position: relative;
    z-index: 1;
}
.home-product-sec::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #1C1C1C 0%, rgba(28, 28, 28, 0.00) 100%);
    width: 100%;
    height: 214px;
    left: 0;
    top: 0;
    z-index: 1;
}
.home-product-sec::after{
    position: absolute;
    content: "";
    background: radial-gradient(95.91% 95.91% at 50% 50%, rgba(41, 41, 41, 1.00) 0%, rgba(41, 41, 41, 0.98) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.home-product-wave{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.home-product-wave img{
    height: 100%;
}
.home-product-heading{
    position: relative;
    z-index: 1;  
}
.home-product-btn {
    position: relative;
    z-index: 1;  
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.ecah-product-item {
    border-radius: 15px;
    position: relative;
    top: 0px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 370px;
    width: 100%;
}
.each-product-img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    position: relative;
    top: 0px;
    z-index: 1;  
    overflow: hidden;
    border-radius: 17px;
    height: 100%;
    width: 100%;
}
.each-product-img img{
    border-radius: 18px;
    height: 100%;
    object-fit: cover;
}
.each-product-img::before{
    position: absolute;
    content: "";
    background-color: #1C1C1C;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.70) 0%, rgba(28, 28, 28, 0.70) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-product-content{
    position: relative;
    top: 0px;  
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ecah-product-item:hover {
    transform: rotate(-4deg);
}
.ecah-product-item:hover .each-product-img::before{
    opacity: 0;
}
.ecah-product-item:hover .each-product-img::after{
    opacity: 1;
}
.ecah-product-item:hover .each-product-btn strong{
    background-color: #E73C3A; 
}
.ecah-product-item:hover .each-product-btn strong img{
    filter: brightness(0) invert(1);
}
.each-product-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 28px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 1;
}
.each-product-text h4{
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-btn {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.14px;
    font-family: 'ClashDisplay-Medium';
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn em {
    font-style: normal;
    border-bottom: 1px solid #fff;
    line-height: 11px;
}
.each-product-btn strong{
    background-color: #FFFFFF;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn strong img {
    width: 12px;
}
.home-product-wrap{
    margin-top: 46px;
}
.home-product-wrap .row{
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
}
/* usp-marquee-sec */
.usp-marquee-bg{
    background-color: #E73C3A; 
    overflow: hidden;
}
.usp-marquee-wrap {
    padding: 23px 0px;
	display: flex;
	width: max-content;
    gap: 277px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 277px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    color: #FFFFFF;
    font-family: 'LamaSans-Medium';
    line-height: 118%;
    padding: 0;
}
.usp-marquee-wrap ul li::after {
    background: url(../images/marqu-list-img.png) transparent;
    background-repeat: no-repeat;
    top: 50%;
    background-size: 90px;
    width: 90px;
    height: 20px;
    transform: translateY(-50%);
    left: -184px;
}
/* home-meet-sec */
.home-meet-sec{
    padding-top: 113px;
    position: relative;
    z-index: 1;
}
.home-meet-angel{
    position: absolute;
    right: 0;
    top: 40px;
}
.home-meet-heading{
    max-width: 1043px;
    margin: 0 auto;
    margin-bottom: 89px;
}
.home-meet-heading h2{
    margin-bottom: 16px;
}
.each-meet h4{
    margin-bottom: 26px;
}
.meet-img-wrap{
    position: relative;
    z-index: 1;
}
.meet-message-box {
    position: relative;
    z-index: 1;
    max-width: 340px;
    position: absolute;
    bottom: 0;
}
.meet-message-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-width: 220px;
    text-align: center;
    width: 100%;
}
.meet-message-text p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meet-right-image {
    width: 730px;
    margin-left: auto;
}
.meet-right-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.meet-content {
    margin-bottom: 74px;
    padding-right: 24px;
}
.meet-icon {
    border-radius: 3px;
    background: #292929;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.meet-content p{
    margin-bottom: 0;
}
.meet-content h6{
    margin-bottom: 6px;
}
.home-meet-sec .col-lg-4 .meet-content:last-child{
    margin-bottom: 0px;   
}
/* review-sec */
.review-sec {
    padding-top: 170px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.review-angel{
    position: absolute;
    top: 0;
}
/* footer-area */
.footer-area {
    background-color: #292929;
    padding-top: 235px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ft-layer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.ft-logo img{
    width: 131px;
    height: 75.229px;
}
.ft-main-wrap {
    padding-bottom: 105px;
}
.ft-info h4{
    margin-bottom: 6px;
}
.ft-info p{
    margin-bottom: 0;
}
.ft-info p a{
    color: rgba(255, 255, 255, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-info p a:hover{
    color: #E73C3A;
}
.ft-info table tr td{
    color: rgba(255, 255, 255, 0.70);
}
.ft-info{
    position: relative;
    z-index: 1;
}
.ft-info table tr td:first-child {
    width: 85px;
}
.ft-main-wrap .row .col-3:last-child .ft-info {
    max-width: 190px;
    margin-left: auto;
}
.ft-main-wrap .row .col-3:nth-child(3) .ft-info {
    max-width: 150px;
    margin: 0 auto;
}
.ft-main-wrap .row .col-3:nth-child(2) .ft-info::after {
    position: absolute;
    content: "";
    background: rgba(95, 108, 115, 0.27);
    left: -165px;
    top: -197px;
    height: 100vw;
    width: 1px;
    margin-left: 0;
}
.ft-main-wrap .row .col-3:nth-child(3) .ft-info::after {
    position: absolute;
    content: "";
    background: rgba(95, 108, 115, 0.27);
    left: -160px;
    top: -220px;
    height: 100vw;
    width: 1px;
    margin-left: 0;
}
.ft-main-wrap .row .col-3:nth-child(4) .ft-info::after {
    position: absolute;
    content: "";
    background: rgba(95, 108, 115, 0.27);
    left: -169px;
    top: -220px;
    height: 100vw;
    width: 1px;
    margin-left: 0;
}
.ft-gallery {
    margin-bottom: -23px;
    position: relative;
    z-index: 2;
}
.ft-gallery-img{
    height: 187px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-gallery-img img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-gallery-img:hover img{
    transform: scale(1.1);
}
.ft-bottom-area {
    background-color: #E73C3A;
    position: relative;
    z-index: 1;
    padding-top: 67px;
    padding-bottom: 45px;
}
.ft-btm-left {
    display: flex;
    align-items: center;
    gap: 33px;
}
.ft-btm-icon1 a img{
    width: 128.386px;
}
.ft-btm-icon2 a img{
    width: 141px;
}
.ft-privacy-policy{
    text-align: center;
}
.ft-privacy-policy a{
    color: rgba(255, 255, 255, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-privacy-policy a:hover{
    color: #1C1C1C;
}
.ft-social-icon ul li::after{
    display: none;
}
.ft-social-icon ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.ft-social-icon ul li{
    padding: 0;
}
.ft-social-icon ul li.wp-bg a{
    background-color: #25D366;
    border-color: #25D366;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-social-icon ul li a{
    width: 35.538px;
    height: 35.538px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-social-icon ul li a:hover{
    background-color: #292929;
    border-color: #292929;
}
/* ---------- HOME PAGE CSS END HERE ---------- */
/* ---------- AANBOD LIST PAGE CSS START HERE ---------- */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 180px 0 75px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
    font-family: 'LamaSans-Regular';
}
.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: #E73C3A;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(44%) sepia(67%) saturate(6262%) hue-rotate(341deg) brightness(94%) contrast(91%);
}
.select-style {
    width: 100%;
    color: #fff;
    font-family: 'ClashDisplay-Medium';
    font-size: 1.6rem;
    border-bottom: 1.5px solid #E73C3A;
    border-radius: 0px;
    padding: 6px 0px;
    background: url(../images/filter-arrow.svg)  no-repeat 100% center / 10px;
    appearance: none;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#1C1C1C;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #E73C3A;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -2px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #F9F8F6;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: '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: #F9F8F6;
    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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FFF;
    border-color: #FFF;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 5px;
    background-color: #E73C3A;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #e90b08;
    border-color:#e90b08;
    color: #FFF;
}
.filter-main .row .col-xl-9 .row {
    margin: 0px -37px;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 25%;
    padding: 0px 37px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'ClashDisplay-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 82px;
    background-color: #1C1C1C;
    border-top: 1px solid #ffffff3f;
    border-bottom: 1px solid #ffffff3f;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'LamaSans-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #E73C3A;
    border-color: #E73C3A;
    text-transform: capitalize;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #e90b08;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #1C1C1C;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #E73C3A;
    border: 1px solid #E73C3A;
    color: #FFF;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #e90b08;
    color: #fff;
}
.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);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #E73C3A;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #e73c3a5c;
    border-color: #e73c3a5c;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #E73C3A;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #FFF;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #E73C3A;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-bottom: 92px;
}
.each-service-img{
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 8px;
}
.aanbod-slide-img-btn .swiper-button-next::after,
.aanbod-slide-img-btn .swiper-button-prev::after{
    display: none;
}
.aanbod-slide-img-btn .swiper-button-next {
    height: auto;
    margin: 0;
    transform: translateY(-50%);
    right: 8px;
}
.aanbod-slide-img-btn .swiper-button-prev {
    height: auto;
    margin: 0;
    transform: translateY(-50%);
    left: 8px;
}
.each-service{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service .aanbod-slide-img-btn{
    display: none;
}
.each-service:hover .aanbod-slide-img-btn{
    display: block;
}
.each-service:hover .each-service-detail{
    background: #E73C3A;
}
.each-service-detail{
    border-radius: 15px;
    background: #292929;
    padding: 20px 29px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-detail h4{
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-detail p{
    color: #FFF;
    line-height: 22px; 
    letter-spacing: 0.16px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-detail table{
    width: 100%;
    margin-bottom: 20px;
}
.each-service-detail table tr{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.each-service-detail table tr em{
    font-style: normal;
}
.each-service-detail table tr td{
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-radius: 5px;
    padding: 7px 12px;
    color: #0D0D0D;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.each-service-info h5{
    line-height: 24px;
    letter-spacing: 0.2px;
}
.each-service-info h5 strong{
    color: #FFF;
    font-size: 1.4rem;
    font-family: 'ClashDisplay-Medium';
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.14px;
}
.lees-meer-btn{
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.each-service-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aanbod-list-sec .row{
    --bs-gutter-x: 19px;
    --bs-gutter-y: 19px;
}
/* ---------- AANBOD LIST PAGE CSS END HERE ---------- */
/* ---------- AANBOD DETAIL PAGE CSS START HERE ---------- */
/* prev-button-sec */
.prev-button-sec {
    padding-top: 175px;
}
.prev-button-layer {
    position: absolute;
    top: 116px;
    right: 0;
    z-index: -1;
}
/* aanbod-share-sec */
.aanbod-share-flex a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-share-flex a:hover{
    background-color: #E73C3A;
    border-color: #E73C3A;
}
.aanbod-share-flex a svg{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-share-flex a:hover svg path{
    fill: #FFF;
}
.aanbod-share-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 96px;
    margin-left: auto;
    margin-top: -43px;
}
/* aanbod-detail-sec */
.aanbod-detail-sec{
    padding-top: 45px;
    overflow: hidden;
}
.aanbod-detail-price{
    text-align: end;
}
.aanbod-detail-price h5 strong{
    font-family: 'ClashDisplay-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.14px;
    font-weight: normal;
}
.aanbod-detail-heading h2{
    margin-bottom: 9px;
}
.aanbod-detail-heading p{
    margin-bottom: 0;
}
.aanbod-detail-wrap{
    margin-top: 42px;
}
.aanbod-deatil-img{
    border-radius: 15px;
    overflow: hidden;
}
.aanbod-deatil-btn .swiper-button-next::after{
    display: none;
}
.aanbod-deatil-btn .swiper-button-prev::after{
    display: none;
}
.aanbod-deatil-btn .swiper-button-prev {
    height: auto;
    left: 53px;
    width: auto;
    transform: translatey(-50%);
    top: 50%;
    margin: 0;
}
.aanbod-deatil-btn .swiper-button-next {
    height: 20px;
    left: 40.4%;
    right: unset;
    width: 15px;
    transform: translatey(-50%);
    top: 50%;
    margin: 0;
}
/* aanbod-info-sec */
.aanbod-info-sec {
    padding-top: 45px;
    padding-bottom: 59px;
}
.aanbod-info-wrap table{
    width: 100%;
    margin-bottom: 95px;
}
.aanbod-info-wrap table tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 0px;
}
.aanbod-info-wrap table tbody tr{
    display: flex;
    align-items: center;
    gap: 10px;
}
.aanbod-info-wrap table tbody td h2{
    color: #292929;
    font-size: 3.5rem;
}
.aanbod-info-wrap table tbody td h6{
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.14px;
    font-family: 'LamaSans-Medium';
}
.aanbod-info-wrap table tbody td h4 {
    font-size: 2rem;
}
/****aanbod-dtl-tab-wrap****/
.tab-main-area {
    position: relative;
    z-index: 2;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'ClashDisplay-Regular';
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
    margin-bottom: 35px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 2px solid rgba(231, 60, 58, 0.20);
    border-bottom: 2px solid rgba(231, 60, 58, 0.20);
    row-gap: 36px;
    padding: 18px 0;
}
.tab-btn .tabs li.active {
    color: #FFF;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 50%;
    position: relative;
    padding: 15px 0;
    display: flex;
    padding-left: 14px;
    margin-bottom: 0;
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    gap: 30px;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 46%;
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    background-image: none;
    background-color: #E73C3A;
    border-radius: 50px;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1px solid #E73C3A;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-wrap .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-wrap .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-wrap .bullet-panel li { 
	margin-bottom: 10px;
}
.left-bg-block {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E73C3A;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E73C3A;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    color: #fff;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
}
.each-onderhoud-block h5:last-child{
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    position: absolute;
    content: "";
    background-color: #E73C3A;
    width: 100%;
    height: 2px;
    left: 0;
    top: -20px;
    opacity: 0;
}
.tabs li::before {
    position: absolute;
    content: "";
    background-color: #E73C3A;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -20px;
    opacity: 0;
}
.tab-btn .tabs li.active::after {
    opacity: 1;
}
.tab-btn .tabs li.active::before {
    opacity: 1;
}
.tab-btm-btn {
    margin-top: 35px;
}
.tab-btm-btn .common-btn {
    font-family: 'ClashDisplay-Regular';
    color: #E73C3A;
    font-size: 2rem;
    line-height: 24px; 
    letter-spacing: 0.2px;
    background-color: transparent;
    border: 0;
    padding: 0;
    backdrop-filter: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.tab-btm-btn .common-btn::after{
    position: absolute;
    content: "";
    background-color: #E73C3A;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 2px;
    transition: 0.4s ease-in-out;
}
.tab-btm-btn:hover .common-btn {
    color: #FFF;
}
.tab-btm-btn:hover .common-btn::after{
    background-color: #FFF;
}
.garantie-tab-content h3 {
    font-size: 3rem;
}
.garantie-tab-content p {
    margin-top: 20px;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000c7;
    backdrop-filter: blur(7px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #1C1C1C;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border: 1px solid rgba(231, 60, 58, 0.20);
}
.kenmarken-popup-close {
    background-color: #E73C3A;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #E73C3A;
}
.kenmarken-popup-close img {
    width: 12px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #fff;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    color: #fff;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 3rem;
    font-family: 'ClashDisplay-Semibold';
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    color: #fff;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
.aanbod-man-wrap{
    border-radius: 10px;
    background-color: #292929;
    padding: 24px 40px;
    overflow: hidden;
}
.aanbod-man-img {
    width: 78px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}
.aanbod-man-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-man-info{
    display: flex;
    align-items: center;
    gap: 20px;
}
.aanbod-man-text h4{
    margin-bottom: 9px;
}
.aanbod-man-text p a{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.80);
    font-family: 'ClashDisplay-Medium';
    line-height: normal;
    transition: 0.4s ease-in-out;
}
.aanbod-man-text p a:hover{
    color: #e90b08;
}
.aaanbod-man-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 17px 0px;
    margin: 22px 0px 25px;
    position: relative;
}
.aaanbod-man-contact::after{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.10);
    height: 1px;
    width: 100vw;
    top: 0;
    left: -50%;
    margin-left:-50vw;
}
.aaanbod-man-contact::before{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.10);
    height: 1px;
    width: 100vw;
    bottom: 0;
    left: -50%;
    margin-left:-50vw;
}
.aaanbod-man-contact p{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.50);
}
.aaanbod-man-contact p a{
    color: rgba(255, 255, 255, 0.50);
    transition: 0.4s ease-in-out;
    font-size: 1.4rem;
}
.aaanbod-man-contact p a:hover{
    color: #E73C3A;
}
.aanbod-man-btn{
    display: flex;
    align-items: center;
    gap: 15px;
}
.aanbod-man-btn .common-btn{
    width: 100%;
}
.man-wp-btn{
    background-color: #62D358;
    border-color: #62D358;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.man-wp-btn img{
    width: 22px;
    height: 22px;
}
.man-wp-btn:hover{
    background-color: #40af36;
    border-color: #40af36;
}
.aanbod-info-sec .container > .row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 20px;
}
.aanbod-info-sec .row .col-lg-8{
    width: 60.1%;
}
.aanbod-info-sec .row .col-lg-4{
    width: 39.9%;
}
/* contact-form-sec */
.contact-form-sec{
    background-color: #292929;
    overflow: hidden;
}
.contact-form-heading{
    margin-bottom: 60px;
}
.form-warp .form-group{
    margin-bottom: 50px;
}
.form-style{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 150%;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 9px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    resize: none;
}
.form-style:focus{
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}
.form-style::placeholder{
    color: #FFF;
}
.form-textarea {
    height: 120px;
}
.form-submit-btn {
    margin-top: -13px;
}
.form-submit-btn .common-btn{
    padding-left: 40px;
    padding-right: 40px;
}
.contact-img {
    border-radius: 15px;
    overflow: hidden;
    height: 566px;
    width: 100%;
    min-width: 447px;
}
.contact-img img{
    height: 100%;
    object-fit: cover;
}
.contact-info-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-left: 130px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    height: 100%;
}
.contact-info-wrap::after {
    position: absolute;
    content: "";
    background-color: #E73C3A;
    height: 100%;
    width: 100vw;
    z-index: -1;
    left: calc(50% - 50px);
    border-radius: 15px 0 0 15px;
}
.contact-form-sec .row  .col-lg-5 {
    width: 42.2%;
}
.contact-form-sec .row  .col-lg-7 {
    width: 57.8%;
}
.contact-info-item{
    margin-bottom: 40px;
}
.contact-info-part .contact-info-item:last-child{
    margin-bottom: 0;
}
.contact-info-item h4{
    margin-bottom: 4px;
}
.contact-info-item p{
    margin-bottom: 0;
}
.contact-info-item p a{
    color: rgba(255, 255, 255, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
}
.contact-info-item p a:hover{
    color: #1C1C1C;
}
.contact-info-item table{
    width: 100%;
}
.contact-info-item table tr td{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 150%; 
}
/* aanbod-related-sec */
.aanbod-related-sec{
    padding: 86px 0px;
    position: relative;
    z-index: 1;
}
.aanbod-related-layer{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.aanbod-related-layer img{
    height: 100%;
}
.aanbod-related-sec::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #292929 0%, rgba(41, 41, 41, 0.00) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.aanbod-related-heading{
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}
.aanbod-related-slider-dk-btn .aanbod-related-next {
    right: -70px;
    top: 46%;
    transform: translateY(-50%);
    margin: 0;
}
.aanbod-related-slider-dk-btn .aanbod-related-prev {
    left: -70px;
    top: 46%;
    transform: translateY(-50%);
    margin: 0;
}
/* ---------- AANBOD DETAIL PAGE CSS END HERE ---------- */
/* ---------- CONTACT PAGE CSS START HERE ---------- */
.inner-review-sec{
    padding-top: 87px;
}
.map-bg {
    height: 637px;
    width: 100%;
    overflow: hidden;
    margin-top: -200px;
}
.map-bg img{
    height: 100%;
}
.contact-banner-sec .inner-banner-bg::after{
    display: none;
}
/* ---------- CONTACT PAGE CSS END HERE ---------- */
/* ---------- INNER LISTING PAGE CSS START HERE ---------- */
.inner-banner-sec{
    position: relative;
    z-index: 1;
}
.inner-banner-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.inner-banner-bg{
    height: 675px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.inner-banner-bg::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.30) 0%, rgba(28, 28, 28, 0.30) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.inner-banner-bg img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 247px;
}
/* inner-listing-sec */
.inner-listing-sec {
    position: relative;
    z-index: 1;
    padding-bottom: 86px;
    margin-top: -35px;
}
.inner-listing-sec::after{
    position: absolute;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, rgba(28, 28, 28, 0.90) 0%, rgba(28, 28, 28, 0.90) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 35px;
}
.inner-listing-layer{
    position: absolute;
    top: 35px;
    left: 0;
    height: 100%;
}
.inner-listing-emoji {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 1;
}
.inner-listing-heading{
    position: relative;
    z-index: 1;
    margin-bottom: 86px;
}
.each-list-item .each-product-img::before {
    background-color: #292929;
}
.inner-listing-sec .row{
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
}
/* ---------- INNER LISTING PAGE CSS END HERE ---------- */
/* ---------- INNER DETAIL PAGE CSS START HERE ---------- */
/* inner-button-sec */
.inner-button-sec .prev-button-layer {
    top: 80px;
}
/* inner-detail-sec */
.inner-detail-sec {
    padding-top: 40px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}
.inner-detail-img{
    border-radius: 15px;
    overflow: hidden;
}
.inner-detail-sec .row {
    --bs-gutter-x: 90px;
    --bs-gutter-y: 0;
}
.inner-detail-contact h2{
    margin-bottom: 10px;
}
.inner-detail-contact p{
    margin-bottom: 26px;
}
.inner-detail-contact h4{
    margin-bottom: 6px;
}
/* inner-box-sec */
.inner-box-sec{
    padding-bottom: 57px;
    position: relative;
    z-index: 1;
}
.inner-box-layer {
    position: absolute;
    bottom: -59px;
}
.inner-box-wrap table{
    width: 100%;
}
.inner-box-wrap table tbody tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 23px;
    column-gap: 23px; 
}
.inner-box-wrap table tbody tr td{
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #1C1C1C;
    padding: 36px 39px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-box-wrap table tbody tr td:hover {
    transform: rotate(-6deg);
    border: 1px solid rgba(231, 60, 58, 0.20);
    box-shadow: 0 0 20px 0 rgba(231, 60, 58, 0.15);
}
.inner-box-wrap table tbody tr td h6 {
    margin-bottom: 20px;
    padding-left: 37px;
    position: relative;
    z-index: 1;
}
.inner-box-wrap table tbody tr td h6::after {
    position: absolute;
    content: "";
    background: #E73C3A url(../images/box-check.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    left: 0;
    top: -4px;
}
.inner-box-wrap table tbody tr td p{
    margin-bottom: 0;
}
.inner-box-wrap table tbody tr td ul li{
    margin-bottom: 10px;
}
.inner-box-wrap table tbody tr td ul li:last-child{
    margin-bottom: 0;
}
/* inner-related-sec */
.inner-related-sec{
    padding-top: 87px;
    padding-bottom: 72px;
    position: relative;
    z-index: 1;
}
.inner-related-sec::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #292929 0%, rgba(41, 41, 41, 0.00) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.inner-related-heading{
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
}
.inner-related-heading h2 {
    text-transform: uppercase;
}
.inner-related-wrap .swiper{
    overflow-y: visible;
    overflow-x: clip;
}
.inner-related-slider .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    right: -84px;
}
.inner-related-slider .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -84px;
}
.inner-related-wrap .each-list-item .each-product-img::before {
    background-color: #1C1C1C;
}
.detail-form-sec{
    background-color: #fff;
}
/* vacatures-box-sec */
.vacatures-box-sec .inner-box-wrap tr{
    grid-template-columns: repeat(2, 1fr);
}
/* ---------- INNER DETAIL PAGE CSS END HERE ---------- */
/* ---------- THANK YOU PAGE CSS START HERE ---------- */
.thank-you-sec .home-each-banner{
    margin-bottom: 200px;
}
/* ---------- THANK YOU PAGE CSS END HERE ---------- */
/* ---------- POPUP CSS START HERE ---------- */
.modal-area .modal-dialog {
    max-width: 1098px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(28, 28, 28, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 0px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 46.7%;
}
.modal-content .col-lg-7 {
    width: 53.3%;
}

.modal-area .popup-content {
    padding: 80px 72px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    height: 45px;
    width: 45px;
    background-color: #E73C3A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
    display: none;
}
.popup-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.popup-inner-content{
    position: relative;
    z-index: 1;
}
.popup-inner-content img{
    width: 118px;
    margin-bottom: 59px;
}
.popup-inner-content p{
    color: #121212;
    line-height: 165%; 
    letter-spacing: 0.32px;
    margin-bottom: 29px;
}
.popup-btn {
    color: #1A241F;
    background: transparent;
    border-radius: 0px;
    padding: 12px 20px;
    line-height: 24px;
    border: 1px solid #1A241F;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.popup-btn:hover{
    background-color: #40af36;
    border-color: #40af36;
}
/* ---------- POPUP CSS END HERE ---------- */
/* ---------- VERKOCHT CSS START HERE ---------- */
.verkocht-list-sec {
    padding-top: 200px;
    padding-bottom: 92px;
}
.verkocht-list-sec .row{
    --bs-gutter-x: 19px;
    --bs-gutter-y: 19px;
}
/* ---------- VERKOCHT CSS END HERE ---------- */
/* ---------- OVER ONS PAGE CSS START HERE ---------- */
/* over-about-sec */
.over-about-sec{
    position: relative;
}
.over-about-sec::after {
    position: absolute;
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background: radial-gradient(50% 50% at 50% 50%, rgba(28, 28, 28, 0.90) 0%, rgba(28, 28, 28, 0.90) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 60px;
    z-index: -1;
}
.over-about-sec::before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #1C1C1C 0%, rgba(28, 28, 28, 0.00) 100%);
    width: 100%;
    height: 362px;
    left: 0;
    bottom: 0px;
    z-index: -1;
}
.over-ons-icon{
    position: absolute;
    top: 93px;
    right: 0;
}
.over-about-heading {
    max-width: 1043px;
    margin: 0 auto;
    margin-bottom: 85px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
.over-about-heading h2{
    margin-bottom: 20px;
}
.over-about-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 49px;
    column-gap: 42px;
}
.over-about-item .over-about-svg {
    border-radius: 3px;
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    background: #292929;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.over-about-svg img {
    margin: 0 auto;
}
.over-about-item h6{
    margin-bottom: 6px;
}
.over-about-item p{
    margin-bottom: 0;
}
.over-about-item {
    max-width: 305px;
}
.over-about-img{
    border-radius: 15px;
    overflow: hidden;
}
.over-img-wrap{
    position: relative;
}
.over-img-wrap .meet-message-box {
    max-width: 369px;
    bottom: -128px;
    right: -46px;
}
.over-img-wrap .meet-message-text p{
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.over-img-wrap .meet-message-text {
    max-width: 225px;
}
.over-about-sec .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
/* over-acrd-sec */
.over-acrd-sec{
    position: relative;
    padding-top: 50px;
    padding-bottom: 45px;
}
.over-acrd-sec::after {
    position: absolute;
    content: "";
    background: radial-gradient(95.91% 95.91% at 50% 50%, rgba(41, 41, 41, 1.00) 0%, rgba(41, 41, 41, 0.99) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    z-index: -1;
}
.over-acrd-sec::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #1C1C1C 0%, rgba(28, 28, 28, 0.00) 100%);
    width: 100%;
    height: 336px;
    left: 0;
    top: 0px;
    z-index: 0;
}
.over-acrd-heading{
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.over-acrd-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.over-acrd-layer img{
    height: 100%;
}
.over-acrd-img{
    border-radius: 10px;
    overflow: hidden;
    height: 146px;
    width: 100%;
}
.over-acrd-img img{
    height: 100%;
    object-fit: cover;
}
.over-acrd-number h2{
    font-family: 'LamaSans-Black';
    font-size: 14rem;
    letter-spacing: 1.4px;
    color: #2A2A2A;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.10); 
}
.over-acrd-number h4 {
    color: #E73C3A;
    position: absolute;
    z-index: 2;
    top: 38px;
    right: 0px;
}
.over-acrd-number {
    max-width: 147px;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.over-acrd-content h4{
    margin-bottom: 8px;
}
.over-acrd-content p{
    color: #FFF;
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    line-height: 158%;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.over-acrd-wrap{
    position: relative;
    z-index: 1;
}
.over-acrd-each-box {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 34px 0;
}
.over-acrd-each-box .row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.over-acrd-angle {
    position: absolute;
    bottom: -8px;
    left: -15px;
}
/* over-team-sec */
.over-team-sec {
    padding-top: 185px;
    padding-bottom: 45px;
    position: relative;
}
.meet-team-btn{
    text-align: right;
}
.meet-team-btn .common-btn{
    padding-left: 35px;
    padding-right: 35px;
}
.over-team-sec .row{
    margin-bottom: 78px;
}
.each-member{
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.00) 0%, #1C1C1C 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-img{
    border-radius: 15px;
    overflow: hidden;
}
.each-member-content {
    text-align: center;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0px 37px;
    z-index: 1;
    bottom: -90px;
}
.each-member-content h4{
    color: #E5E7E7;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-member-content h6{
    color: rgba(229, 231, 231, 0.70);
    font-family: 'LamaSans-Regular';
    line-height: 150%; 
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-member-content p{
    margin-bottom: 0;
    opacity: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member:hover::after{
    opacity: 1;
}
.each-member:hover .each-member-content {
    bottom: 0;
}
.each-member:hover .each-member-content p{
    opacity: 1;
}
.over-team-scrollbar {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    z-index: 1;
    height: 1px;
    width: 98%;
    cursor: grab;
    top: 24px;
    overflow: hidden;
}
.over-team-scrollbar .swiper-scrollbar-drag {
    background: #E73C3A;
    border-radius: 24px;
}
.over-team-btn .over-team-next{
    right: 0;
}
.over-team-btn .over-team-prev {
    left: unset;
    right: 56px;
}
.over-teambtn-wrap {
    margin-top: 100px;
}
.over-team-sec .prev-button-layer {
    top: 50px;
}
/* over-btm-sec */
.over-btm-sec{
    padding-bottom: 85px;
}
.over-btm-content-item h6{
    color: #E73C3A;
    font-family: 'ClashDisplay-Medium';
    line-height: normal;
    margin-bottom: 3px;
}
.over-btm-content-item p{
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 158%;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.over-btm-content-item{
    margin-bottom: 40px;
}
.over-btm-btn {
    margin-top: 52px;
}
.over-btm-sec .row .col-lg-7 {
    width: 55.44%;
}
.over-btm-sec .row .col-lg-5 {
    width: 44.56%;
}
.over-btm-content {
    max-width: 592px;
    margin-left: auto;
}
.over-btm-img1 {
    max-width: 721px;
    height: 541px;
    border-radius: 15px;
    overflow: hidden;
}
.over-btm-img1 img {
    height: 100%;
    object-fit: cover;
    position: relative;
}
.over-btm-img2 {
    max-width: 588px;
    height: 441px;
    position: relative;
    z-index: 1;
    margin-top: -193px;
    margin-left: auto;
    border-radius: 15px;
    overflow: hidden;
}
.over-btm-img2 img{
    height: 100%;
    object-fit: cover;   
}
/* ---------- OVER ONS PAGE CSS END HERE ---------- */
/* ---------- TEAM PAGE CSS START HERE ---------- */
.team-listing-sec .inner-listing-heading{
    max-width: 643px;
    margin: 0 auto;
    margin-bottom: 95px;
}
.team-listing-sec .inner-listing-heading h2{
    margin-bottom: 17px;
}
.team-listing-sec .each-member::after{
    opacity: 1;
}
.team-listing-sec .row {
    --bs-gutter-x: 96px;
    --bs-gutter-y: 58px;
}
.team-listing-btn{
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 83px;
}
/* ----------TEAM PAGE CSS END HERE ---------- */
/* ----------modal-area-new---------- */
.modal-area-new .modal-dialog {
    max-width: 1228px;
    margin: 8% auto 0;
}
.modal-area-new .modal {
    background: rgba(28, 28, 28, 0.80);
}
.modal-area-new .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area-new .modal-content-wrap {
    border-radius: 0px;
    overflow: hidden;
}
.modal-area-new .modal-content .col-lg-5 {
    width: 41.7%
}
.modal-area-new .modal-content .col-lg-7 {
    width: 58.3%;
}
.modal-area-new .popup-content {
    padding: 48px 64px;
    background-color: #FFFFFF;
}
.modal-area-new .pop-up-image {
	height: 100%;
}
.modal-area-new .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area-new .close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    height: 45px;
    width: 45px;
    background-color: #E73C3A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
    display: none;
}
.modal-area-new .popup-content  h4{
    color: #E73C3A;
    margin-bottom: 26px;
}
.modal-area-new  .form-group{
    margin-bottom: 34px;
}
.modal-area-new .form-style {
    color: #1C1C1C;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 150%;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(28, 28, 28, 0.20);
    padding: 9px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    resize: none;
}
.modal-area-new  .form-style::placeholder{
    color: #1C1C1C;
    opacity: 1;
}
.modal-area-new .form-style:focus{
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #1C1C1C;
    color: #1C1C1C;
}
.modal-area-new .form-textarea {
    height: 65px;
    padding: 0;
}
.modal-area-new .form-submit-btn {
    margin-top: 0;
}
.modal-area-new .form-select {
    background-image: url("../images/select-arow.svg");
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 11px 8px;
}
/* ----------modal-area-new---------- */


/*******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;
}

#loader_section,
.popup-opacity,
.tab-popup {
    position: fixed;
    height: 100vh
}

/*********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: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    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: transparent;
    border-color: #121212;
}
.aanbod-dtl-right-slide-top .common-btn:hover {
    background-color: #013F7A;
    border-color: #013F7A;
    color: #fff;
}
.over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter{
    border: none;
}
.over-ons-counter-area .row {
    max-width: 807px;
}
.carpass-img {
    width: 115px;
}

/* /iframe-footer/ */
.iframe-footer {
    border: 0;
    width: 100%;
    /* margin-bottom: 0; */
    height: 50px;
    display: block;
    /* border-radius: 10px;
    margin: 10px auto 55px;
    max-width: calc(100% - 24px); */
}

/***fix-wp***/
.fix-wp {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 97;
    height: 52px;
    width: 52px;
    background-color: #25D366;
    border-radius: 100%;
}
.fix-wp a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.fix-wp img {
    width: 25px;
}
.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: 3vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 16px;
    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;
    }
}
.tab-popup {
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 102;
    display: flex
}

.tab-popup-content-wrap {
    overflow-x: hidden;
    overflow-y: scroll
}

.popup-opacity {
    width: 100vw;
    background: rgba(16, 24, 36, .6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100
}

.tab-popup-area {
    border-radius: 30px;
    background: #101824;
    position: relative;
    z-index: 101;
    margin: auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #013F7A;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(172, 212, 0, .05);
    -webkit-box-shadow: 0 0 25px 0 rgba(172, 212, 0, .05);
    max-width: 93%
}

.popup-cross {
    background: #101824;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #013F7A;
}

.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important
}

.tab-popup-content ul {
    margin-bottom: 33px;
    padding: 0
}

.popup-cross img {
    width: 35px
}

.tab-popup-area h3 {
    font-family: 'lama_sanssemibold';
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
    color: #fff
}

.tab-popup-area p {
    color: rgba(255, 255, 255, .7);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: 'lama_sansregular';
    margin-bottom: 0
}

.tab-popup-content h4 {
    font-family: 'lama_sanssemibold';
    line-height: 56px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 2.4rem
}

.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, .15);
    font-family: 'lama_sansregular';
    line-height: 30px;
    color: #fff;
    padding: 6px 0;
    flex-wrap: wrap
}

.tab-popup-content li strong {
    width: 50%;
    font-weight: 400;
    color: rgba(255, 255, 255, .7)
}

.show-popup{
    display: none;
}
.bedankt-banner-sec h1 {
    color: #fff;
    margin-bottom: 0;
}
.bedankt-banner-sec p {
    color: #fff;
    max-width: 775px;
    width: 100%;
    margin: 25px 0 40px;
}
.werkplaats-iframe {
    padding: 88px 0 100px;
}

.calsty
{ border: 0; width: 100%; height: 1100px; background: transparent; 
}

.privacy_section {
    padding-bottom: 80px;
}
body .form-group .error_cls,
body .form-group .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.contact-form-sec .container > .row{
    align-items: unset !important;
}
.form-warp {
    padding: 40px 0;
}
.contact-banner-sec{
    pointer-events: none;
}
.contact-review-sec .review-angel {
    display: none;
}
.eror-header-sec{
    background-color: #1C1C1C;
}

#ui-datepicker-div{
    z-index: 9999 !important;
}
.no_releted_car {
    padding-bottom: 100px;
}
.home-service-container .row .col-lg-4 {
    width: 100%;
}
.home-right-thumb-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    height: 100%;
}
/* .home-right-thumb-slider-wrap {
    width: 100vw !important;
    margin-left: -50vw;
    left: 50%;
    position: relative;
} */
.aanbod-list-sec .highlight-labels-wrapper {
    display: none;
}
.each-service-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aanbod-dtl-header-active {
    z-index: 0;
}
.aanbod-top-heading {
    margin-bottom: 35px;
}
.each-member:hover .each-member-content p {
    display: unset;
}