body {
	padding: 0px;
	margin: 0px;
    color: rgba(10, 21, 32, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
	background-color: #EDF1F4;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
main {
    margin-top: 101px;
}
/******header-area******/
.header-area {
	padding: 15px 0;
	transition: all 0.5s ease-in-out;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #EDF1F4;
	top: 0;
}
.nav-down {
    margin-top: 0;
}
.nav-up {
    margin-top: -102px;
}
.header-active {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.header-logo img {
    width: 280px;    
}
.header-left {
    display: flex;
    align-items: center;
}
.header-nav {
    padding-left: 65px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 29px;
}
.header-nav li {
    font-family: 'Inter-Medium';
}
.header-nav li a {
    position: relative;
    padding-bottom: 4px;
}
.header-nav li a:hover {
    color: #0A1520;
}
.header-nav li a::after {
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0A1520;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
}
.header-nav li a:hover::after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 16px;
}
.header-call a {
    font-family: 'Inter-Medium';
}
.header-call img {
    margin-right: 8px;
}
.header-btn {
    padding-top: 8px;
}
.menu-bar {
    position: relative;
    max-width: 57px;
    width: 100%;
    cursor: pointer;
    padding: 0 16px 0 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 22px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
}
.menu-bar span {
    position: absolute;
    top: -50vw;
    left: 0;
    background-color: #0162AF;
    height: 100vw;
    width: 100vw;
    z-index: -1;
}
.mob-header-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mob-header-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mob-header-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mob-header-menu li a {
    display: block;
    border-bottom: 1px solid rgba(1, 22, 39, 0.1);
    padding: 6px;
    text-align: center;
}
.mob-header-menu li:first-child a {
    border-top: 1px solid rgba(1, 22, 39, 0.1);
}
.mob-header-menu li a:hover {
    background-color: rgba(1, 98, 175, 0.1);
}
.mob-header-menu {
    position: fixed;
    top: 55px;
    background-color: #EDF1F4;
    height: 100vh;
    width: 100%;
    left: 0;
    padding: 25px;
    clip-path: inset(0 0 100% 0);
    border-top: 1px solid rgba(1, 22, 39, 0.3);
    transition: all 0.5s;
}
.mob-header-menu.mob-menu-active {
    clip-path: inset(0 0 0 0);
}
/***fix-wp***/
.fix-wp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 98;
    width: 52px;
    height: 52px;
    background-color: #25D366;
    border-radius: 100%;
}
.fix-wp a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp img {
    width: 25px;
}
/*****banner-sec***/
.banner-wrap {
	position: relative;
    overflow: hidden;
}
.banner-wrap::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: linear-gradient(270deg, rgba(14, 31, 66, 0.00) 36.72%, rgba(14, 31, 66, 0.75) 97.86%);   
	z-index: 1;
}
.banner-video, .each-banner {
	height: 800px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 40px;
}
.banner-content .border-btn {
    margin-left: 24px;
}
.banner-blue-btn:hover {
    background-color: #011627;
    color: #fff;
}
.banner-content-wrap {
    max-width: 1000px;
}
/********product-sec**********/
.product-sec {
    position: relative;
    padding: 80px 0 120px;
    overflow: hidden;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-heading {
    margin-bottom: 80px;
}
.sec-patern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.each-product {
    padding: 14px 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-text h4 {
    color: #0A1520;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text h5 {
    color: #0A1520;
    font-family: 'Inter-Medium';
    font-size: 2.4rem;
    min-width: 145px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: table;
    padding: 10px;
    margin: -20px 20px 10px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text p {
    color: rgba(10, 21, 32, 0.50);
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text td {
    color: rgba(10, 21, 32, 0.50);
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
    padding: 0 10px;
}
.each-product-text td::after {
    content: "";
    background-color: #0162AF;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
}
.each-product-text td:first-child {
    padding-left: 0;
}
.each-product-text td:last-child {
    padding-right: 0;
}
.each-product-text td:last-child::after {
    display: none;
}
.each-product-text hr {
    background-color: rgba(1, 98, 175, 0.40);
    opacity: 1;
    height: 2px;
    margin: 18px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text h6 {
    color: #fff;
    font-family: 'Inter-Medium';
    display: none;
}
.each-product-text h6 strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Inter-Regular';
}
.each-product:hover {
    background-color: #fff;
}
.each-product:hover hr {
    background-color: #0162AF;
}
.each-product:hover h5 {
    background-color: #0162AF;
    color: #fff;
}
.product-btn {
    margin-top: 60px;
}
.product-slider .swiper-button-next {
    right: -20px;
}
.product-slider .swiper-button-prev {
    left: -20px;
}
/*******service-sec******/
.service-sec {
    background: linear-gradient(310deg, #011627 56.31%, #0162AF 100.48%);
    padding: 120px 0 77px;
    position: relative;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    margin-bottom: 118px;
}
.service-heading h2 {
    margin: 20px 0 60px;
    color: #fff;
}
.service-heading .common-btn:hover {
    color: #fff;
}   
.service-slider .swiper-slide {
    overflow: hidden;
}
.each-service {
    overflow: hidden;
    background-color: #0162AF;
    height: 480px;
}
.each-service-text {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -126px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text h3 {
    margin: 16px 0 20px;
}
.each-service-text p {
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4lh;
    max-width: 387px;
    width: 100%;
}
.each-service-img {
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text h2 {
	display: flex;
	overflow-y: clip;
	position: relative;
	height: 57px;
    color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-text h2 .digit-wrapper {
	position: relative;
	height: 60px;
	width: 40px; 
	overflow: hidden;
}
.each-service-text h2 .static {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(0);
	transition: transform 0.2s ease;
}
.each-service-text h2 .roll {
	position: absolute;
	top: 0%;
	left: 0;
	transform: translateY(100%);
	transition: transform 0.2s ease;
}
.each-service:hover .each-service-text {
    bottom: 0;
}
.each-service:hover .each-service-img{
    opacity: 0;
}
.werkplaats-service {
    margin-top: 24px;
}
.werkplaats-service-img {
    height: 100%;
}
.werkplaats-service-img img {
    height: 100%;
    object-fit: cover;
}
.werkplaats-service .col-lg-4 {
    width: 34%;
}
.werkplaats-service .col-lg-8 {
    width: 66%;
}
.werkplaats-service-text {
    padding: 70px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: #0162AF;
}
.werkplaats-service-text-wrap {
    max-width: 554px;
}
.werkplaats-service-text p {
    color: #fff;
    margin: 24px 0 50px;
}
.werkplaats-service-text .border-btn {
    backdrop-filter: blur(0);
    background-color: #0162AF;
}
.werkplaats-service-text .border-btn:hover {
    background-color: #fff;
    color: #0162AF;
}
/****about-sec*****/
.about-sec {
    position: relative;
    padding-top: 120px;
    overflow: hidden;
}
.about-text {
    padding-right: 173px;
    padding-bottom: 100px;
}
.about-text p {
    margin: 30px 0 50px;
    color: #0A1520;
}
.about-text h4 {
    color: #0162AF;
    margin-bottom: 18px;
}
.about-right {
    position: relative;
}
.about-rotate {
    height: 220px;
    width: 220px;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    bottom: 47px;
    left: -109px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.about-rotate-text {
    animation: rotate 15s linear infinite;
    pointer-events: none;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about-rotate-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-rotate-year::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/about-year.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
/****company-info-sec*****/
.company-info-sec {
    overflow: hidden;
    padding-bottom: 16px;
}
.company-info-counter {
    background-color: #0A1520;
    position: relative;
    height: 100%;
    padding: 58px 30px 58px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.company-info-counter::after {
    content: "";
    height: 100%;
    width: 100vw;
    background-color: #0A1520;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.each-counter {
    position: relative;
    margin-bottom: 30px;
    padding-left: 57px;
}
.each-counter::after {
    content: "";
    height: 45px;
    width: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/company-start.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.each-counter:last-child {
    margin-bottom: 0;
}
.each-counter h5 strong {
    font-weight: normal;
    font-family: 'Widescreen-ExBold';
}
.each-counter h6 {
    margin-top: 5px;
    color: #fff;
    font-family: 'Inter-Regular';
}
.company-info-quote {
    background-color: #0162AF;
    height: 100%;
}
.company-info-img {
    height: 100%;
}
.company-info-img img {
    height: 100%;
    object-fit: cover;
}
.company-info-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 70px;
}
.company-info-quote h4 {
    font-family: 'InstrumentSerif-Italic';
    font-style: italic;
    margin-bottom: 23px;
}
/****review-sec*****/
.review-sec {
    padding: 100px 0;
    background: linear-gradient(282deg, #011627 -14.25%, #011627 46.71%, #0162AF 94.98%);
    position: relative;
    overflow: hidden;
}
.review-sec .container {
    position: relative;
    z-index: 1;
}
/******footer-area****/
.footer-area {
    padding: 35px 0;
    background: linear-gradient(282deg, #011627 -14.25%, #011627 46.71%, #0162AF 94.98%);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
}
.footer-area::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(257deg, rgba(1, 22, 39, 0.96) 2.7%, rgba(1, 22, 39, 0.89) 62.24%, rgba(1, 22, 39, 0.00) 93.16%);
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.footer-logo img {
    width: 280px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 40px;
}
.each-footer-info h4 {
    color: #E4F0FC;
    margin-bottom: 20px;
}
.each-footer-info p {
    color: #E4F0FC;
    margin-bottom: 0;
}
.each-footer-info p a {
    color: #E4F0FC;
}
.each-footer-info p a:hover {
    color: #0162AF;
}
.each-footer-info td {
    color: #E4F0FC;
}
.each-footer-info td:nth-child(even) {
    text-align: right;
    padding-left: 50px;
}
.footer-right {
    position: relative;
    padding-left: 124px;
}
.footer-right::after {
    content: "";
    height: 100vh;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    left: 0;
    top: -50%;
}
.footer-sponcer {
    position: relative;
    margin-top: 65px;
    padding-top: 65px;
}
.footer-sponcer::after {
    content: "";
    height: 1px;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    left: -124px;
    top: 0;
}
.footer-sponcer ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
    row-gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-left {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.footer-social ul {
    display: flex;
    justify-content: end;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social li a {
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #0162AF;
    border-color: #0162AF;
}
.footer-credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.footer-credit p {
    margin-bottom: 0;
}
.footer-credit p a {
    color: #fff;
}
.footer-credit p a:hover {
    color: #fff;
    opacity: 0.5;
}
/*****************aanbod-dtl****************/
/****back-btn****/
.bk-btn-sec {
    padding-top: 80px;
	position: relative;
}
.bk-btn {
    position: relative;
    z-index: 1;
} 
/****delen-btn****/
.delen-btn {
    margin-top: -60px;
    padding-bottom: 32px;
}
.delen-btn .common-btn {
    position: relative;
    z-index: 1;
}
.delen-btn .common-btn img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.delen-btn .common-btn:hover img {
	filter: brightness(0) invert(1);
}
.delen-btn img {
    width: 15px;
	margin-right: 3px;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
	overflow: hidden;
	position: relative;
}
.aanbod-top-slider-wrap {
	width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.aanbod-top-slider .each-aanbod-top-slider::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(269deg, rgba(255, 255, 255, 0.70) 49.41%, rgba(255, 255, 255, 0.00) 99.54%);
}
.aanbod-top-slider .swiper-slide-active .each-aanbod-top-slider::after {
    opacity: 0;
}
.aanbod-top-slider-wrap {
    position: relative;
}
.aanbod-top-slider-wrap::after {
    content: "";
    height: 100%;
    width: calc(100% - 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(-90deg, rgba(237, 241, 244, 0.00) 0%, #EDF1F4 100%);
    display: none;
}
.aanbod-top-slider-wrap::before {
    content: "";
    height: 100%;
    width: calc(100% - 80%);
    position: absolute;
    top: 0;
    right: 0;
	background: linear-gradient(90deg, rgba(237, 241, 244, 0.00) 0%, #EDF1F4 100%);
    z-index: 2;
    display: none;
}
.aanbod-top-slider-dtls {
	margin-top: 24px;
	background-color: #0A1520;
	padding: 44px 68px;
}
.aanbod-top-slider-title h3 {
	line-height: normal;
	margin-bottom: 6px;
}
.aanbod-top-slider-title h5 {
	line-height: normal;
	color: rgba(255, 255, 255, 0.50);
}
.aanbod-top-slider-info {
    display: flex;
    justify-content: center;
}
.aanbod-top-slider-info td {
	position: relative;
	padding: 0 32px;
}
.aanbod-top-slider-info td::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5px;
    height: calc(100% + 14px);
    content: "";
    background-color: rgba(255, 255, 255, 0.20);
}
.aanbod-top-slider-info td:first-child {
	padding-left: 0;
}
.aanbod-top-slider-info td:last-child {
	padding-right: 0;
}
.aanbod-top-slider-info td:last-child::after {
	display: none;
}
.aanbod-top-slider-info h6 {
	font-family: 'Inter-Medium';
	color: #fff;
	line-height: normal;
}
.aanbod-top-slider-info h6 strong {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.50);
	display: block;
	margin-top: 10px;
}
.aanbod-top-slider-price {
    margin-right: 0;
    margin-left: auto;
    display: table;
}
.aanbod-top-slider-price h3 {
	color: #E3EBF1;
	line-height: normal;
    margin-bottom: 5px;
}
.aanbod-top-slider-price h4 {
	color: rgba(255, 255, 255, 0.50);
	line-height: normal;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 80px 0 65px;
    position: relative;
}
.tab-area .col-lg-5 {
    width: 35%;
}
.tab-area .col-lg-7 {
    width: 65%;
}
.tab-main-part {
    padding-right: 95px;
}
.tab-btn .common-btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #FFF;
    letter-spacing: 1.2px;
    font-size: 2.4rem;
    font-family: 'Inter-Medium';
}
.tab-btn .common-btn::after {
    display: none;
}
ul.tabs li {
    line-height: normal;
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1.2px;
}
ul.tabs li.border-btn:hover {
    color: rgba(255, 255, 255, 0.5);
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.tab-btn .col-lg-7 {
    width: 60%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 65px;
    margin-bottom: 45px;
    border: 0;
    row-gap: 20px;
}
.tab-area .col-lg-8 {
    width: 60%;
}
.tab-area .col-lg-4 {
    width: 40%;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
}
.kenmerken-tab tr:first-child {
    margin-bottom: 9px;
}
.kenmerken-tab td {
    padding: 30px 30px;
    width: 31%;
    border: 1px solid #EFEFEF;
    flex-shrink: 0;
    background: #EFEFEF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab td p {
    color: rgba(16, 24, 36, 0.5);
    margin-bottom: 0;
    font-family: 'HelveticaNeue-Medium';
    line-height: 20px;
    letter-spacing: 0.14px;
}
.kenmerken-tab h4 {
    margin-top: 19px;
    line-height: normal;
    margin-bottom: 24px;
    color: #0A1520;
}
.kenmerken-tab td:hover {
    border-color: #363636;
    background: #363636;
}
.kenmerken-tab td:hover h4 {
    color: #fff;
}
.kenmerken-tab td:hover p {
    color: #fff;
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.bullet-panel h5 {
    border-bottom: 1px solid #0162AF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: none;
    color: #0162AF;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 24px 0 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li::after {
    background-size: 6px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0162AF;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block p {
    color: #fff !important;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0162AF;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
    color: #0A1520;
}
.left-bg-block p {
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2.2rem;
    color: #0A1520;
}
.tab-btm-btn {
    margin-top: 20px;
    margin-bottom: 32px;
}
.tab-btm-btn .common-btn strong::after,
.tab-btm-btn-close .common-btn strong::after {
    display: none;
}
.kenmerken-tab-block-part {
    display: none;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.tab-left-part.make_sticky {
    position: sticky;
    top: 60px;
    /* overflow-y: auto;
    overflow-x: hidden; */
}
.tab-left-top,
.tab-left-btm {
    background-color: #E3EBF1;
}
.tab-left-top .col-lg-3 {
    width: 37%;
}
.tab-left-top .col-lg-9 {
    width: 63%;
}
.tab-left-img {
    width: 183px;
    height: 186px;
}
.tab-left-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.tab-left-info {
    padding: 0 17px;
    padding-right: 40px;
}
.tab-left-info p {
    margin-bottom: 0;
    color: rgba(10, 21, 32, 0.5);
    line-height: normal;
}
.tab-left-info h4 {
    line-height: normal;
    color: #0A1520;
    margin-bottom: 10px;
}
.tab-left-btn {
    margin-top: 10px;
    margin-bottom: -5px;
}
.tab-left-btn ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tab-left-btn li {
    list-style-type: none;
}
.tab-left-btn .common-btn {
    padding: 24px 96px;
}
.tab-left-btn .common-btn.black-btn {
    padding-left: 63px;
    padding-right: 63px;
}
.tab-left-btm ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 74px;
}
.tab-left-btm li {
    list-style-type: none; 
    position: relative;
}
.tab-left-btm li::after {
    content: "";
    position: absolute;
    right: -35%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.tab-left-btm li p {
    margin-bottom: 0;
} 
.tab-left-btm li:last-child::after {
    display: none;
}
.tab-left-btm li p {
    font-family: 'Inter-Medium';
    line-height: normal;
}
/*****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: rgba(237, 241, 244, 0.2);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 0; 
    position: relative;
    background: #0162AF;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #0162AF;
    box-shadow: 0px 0px 25px 0px rgba(rgba(63, 63, 63, 0.5));
    -webkit-box-shadow: 0px 0px 25px 0px rgba(rgba(63, 63, 63, 0.5));
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #fff;
    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 #0162AF;
}
.kenmarken-popup-close img {
    width: 25px;
    filter: brightness(100) 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 h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin-bottom: 10px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.kenmarken-popup-content h4 {
    margin-bottom: 16px;
    letter-spacing: normal; 
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    line-height: 24px;
    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.7);
}
.kenmarken-popup-content li::after {
    display: none;
} 
/**==tab-accordion==**/
.tab-btn {
    display: none;
}
.tab_drawer_heading.common-btn::after {
    display: none;
}
.tab_drawer_heading.common-btn:hover {
    background-color: transparent;
    border: 0;
	color: #0A1520;
}
.tab_drawer_heading {
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    max-width: max-content;
    padding: 0;
    border: 0;
    font-size: 2.4rem;
    line-height: normal;
    color: rgba(10, 21, 32, 0.50);
	box-shadow: none;
    padding-left: 36px;
}
.d_active.tab_drawer_heading {
    color: #0A1520;
    padding: 0;
    font-size: 2.4rem;
    font-family: 'Inter-Medium';
    margin-bottom: 40px;
    line-height: normal;
    padding-left: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
	position: relative;
}
.kenmerken-tab ul::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #D9D9D9;
	content: "";
}
.kenmerken-tab li {
    width: 50%;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    padding: 20px 0;
    font-family: 'Inter-Medium';
    border-bottom: 2px solid #D9D9D9;
    color: #0A1520;
	display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li:nth-child(odd) {
	padding-left: 39px;
    padding-right: 10px;
}
.kenmerken-tab li em {
	font-style: normal;
	width: 50%;
	color: #0A1520;
	line-height: normal;
	font-family: 'Inter-Medium';
}
.kenmerken-tab li strong {
	font-weight: normal;
	width: 50%;
	color: rgba(10, 21, 32, 0.50);
	line-height: normal;
	font-family: 'Inter-Medium';
}
/****form-sec****/
.form-sec {
    background: linear-gradient(257deg, rgba(1, 22, 39, 0.96) 2.7%, rgba(1, 22, 39, 0.89) 62.24%, #025495 93.16%);
    position: relative;
    overflow: hidden;
    padding-bottom: 104px;
}
/* .form-wrap {
    padding: 0 150px;
} */
.form-wrap {
    padding-left: 130px;
    padding-right: 243px;
}
.form-sec .col-lg-7 {
    width: 55%;
}
.form-sec .col-lg-5 {
    width: 45%;
}
.form-img {
    border: 36px solid #EDF1F4;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 442px;
    width: 442px;
}
.form-img-outline { 
    height: 518px;
    max-width: 518px;
    position: relative;
    margin-top: 174px;
}
.form-img-outline::after { 
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #838F98;
    border: 1px solid #838F98;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-left {
    position: relative;
    max-width: 518px;
    width: 100%;
    /* margin: 0 auto; */
    height: 100%;
    margin-left: 0;
    margin-right: auto;
}
.form-left::before {
    position: absolute;
    content: "";
    width: 45px;
    height: calc(100% + -61%);
    background-color: #EDF1F4;
    border: 1px solid #EDF1F4;
    top: -174px;
    left: 50%;
    transform: translateX(-50%);
}
.form-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
} 
.form-img-info h4,
.form-img-info h5 {
    line-height: normal;
    color: #E4F0FC;
}
.form-img-info h4 {
    margin: 47px 0 15px;
}
.form-heading h2 {
    color: #FFF;
    margin-bottom: 29px;
}
.form-right {
    padding-top: 105px;
    padding-left: 44px;
}
.form-block .form-group {
	margin-bottom: 32px;
}
.form-block label {
    color: #E4F0FC;
    line-height: normal;
    margin-bottom: 8px;
}
.form-block .row {
    margin: 0 -7px;
}
.form-block .col-lg-6 {
    padding: 0 7px;
}
.form-block .form-style {
    resize: none;
    border: 0;
    border-radius: 0;
    font-family: 'Inter-Medium';
    background-color: #fff;
    font-size: 1.6rem;
    line-height: normal;
    padding: 21px 25px;
    color: rgba(10, 21, 32, 0.50);
}
.form-block .form-style:placeholder {
	color: rgba(10, 21, 32, 0.50);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(10, 21, 32, 0.50);
}
.form-block .form-style::placeholder {
	color: rgba(10, 21, 32, 0.50);
}
.form-block .form-style:focus {
    box-shadow: none;
    color: #0A1520;
}
.form-block .form-style.photo_upload,
.form-block .form-style.foto_upload {
    color: rgba(10, 21, 32, 0.50);
}
.form-block textarea.form-style {
    height: 147px;
}
.form-btn {
    margin: 28px 0 35px;
}
.form-contact-dtls ul {
    padding-left: 0;
    display: flex;
    column-gap: 45px;
    margin-bottom: 0;
}
.form-contact-dtls li {
    list-style-type: none;  
}
.form-contact-dtls a {
    color: rgba(10, 21, 32, 0.80);
    line-height: 35px;
    background-color: #fff;
    padding: 16px 20px; 
}
.form-contact-dtls img {
    width: 21px;
    height: 21px;
    margin-right: 5px;
}
.form-contact-dtls li a:hover {
    background-color: #0162AF;
}
.form-contact-dtls li a:hover {
    color: #fff;
}
.form-contact-dtls li:hover img {
    filter: brightness(0) invert(1);
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-page .product-sec {
    padding-top: 122px;
}
.aanbod-dtl-page .product-sec .sec-patern {
    display: none;
}
/*****************diensten-list****************/
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(49, 49, 49, 0.00) 0%, rgba(49, 49, 49, 0.70) 100%);
}
.inner-banner-content-area {
    position: absolute;
    top: 67%;
    left: 0;
    z-index: 1;
    width: 100%;
}
/****diens-service-sec****/
.diens-service-sec {
    position: relative;
    overflow: hidden;
    padding: 80px 0 120px;
}
.diens-service-area {
    position: relative;
    z-index: 1;
}
.diensten-list-page .each-service {
    position: relative;
    height: 485px;
}
.diens-service-area .row {
    margin: 0 -12px;
    row-gap: 24px;
}
.diens-service-area .col-lg-6 {
    padding: 0 12px;
}
/*****************diensten-dtl****************/
/****diens-top-sec****/
.diens-top-sec {
    padding: 24px 0 120px;
}
.diens-top-area {
    position: relative;
    z-index: 1;
}
.diens-top-img {
    padding-right: 4px;
}
.diens-top-content {
    padding-left: 100px;
    max-width: 719px;
    width: 100%;
}
.diens-top-content h2 {
    margin-bottom: 26px;
}
.diens-top-content p:last-child {
    margin-bottom: 0;
}
/* .diens-top-content ul {
    margin-bottom: 0;
} */
.diens-service-slider .swiper-button-next {
    right: -35px;
}
.diens-service-slider .swiper-button-prev {
    left: -35px;
}
.diens-top-content h5 {
    font-family: 'Inter-Bold';
    color: rgba(10, 21, 32, 0.70);
}
/****diens-mid-sec****/
.diens-mid-sec {
    overflow: hidden;
}
.diens-mid-area table {
    width: 100%;
    display: block;
}
.diens-mid-area tbody {
    display: block;
}
.diens-mid-area tr {
    display: flex;
    flex-wrap: wrap;
}
.diens-mid-area td {
    width: 31%;
    padding: 86px 93px;
    background-color: transparent;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    vertical-align: top;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.diens-mid-area td:nth-child(even) {
    width: 38%;
    background-color: #0A1520;
}
.diens-mid-area td:first-child {
    padding-left: 0;
}
.diens-mid-area td:last-child {
    padding-right: 0;
}
.diens-mid-area td:first-child::before,
.diens-mid-area td:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: calc(100% + 50%);
    height: 100%;
    background-color: #0162AF;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-area td:last-child::before {
    left: auto;
    right: -50%;
}
.diens-mid-area td:hover::before {
    background-color: #0A1520;
}
.diens-mid-area td:hover:nth-child(even) {
    background-color: #0162AF;
}
.diens-mid-area td h4 {
    margin-bottom: 10px;
}
.diens-mid-area td p {
    color: rgba(255, 255, 255, 0.70);
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 120px 0;
}
.diens-btm-title h2 {
    margin-bottom: 78px;
}
.diensten-dtl-page .each-service {
    height: 404px;
}
.diensten-dtl-page .diens-service-slider .swiper-slide:first-child .each-service .each-service-text {
    bottom: 0;
}
.diensten-dtl-page .diens-service-slider .swiper-slide:first-child .each-service .each-service-img {
    opacity: 0;
}
.diensten-dtl-page .diens-service-slider .swiper-slide:first-child .each-service .each-service-text h2 .static {
    position: unset;
}
.diensten-dtl-page .diens-service-slider .swiper-slide:first-child .each-service .each-service-text h2 .roll {
    display: none;
}
.diensten-dtl-page .diens-service-slider .swiper-slide:first-child .each-service .each-service-text h2 .roll {
   display: none;
}
.diensten-dtl-page .diens-service-slider .swiper-slide:first-child .each-service:hover .each-service-text h2 .roll {
   display: none;
}
/*****************over-ons****************/
/****over-ons-about-sec****/
.over-ons-about-sec {
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
}
.over-ons-about-area {
    position: relative;
    z-index: 1;
}
.over-ons-about-right {
    position: relative;
}
.over-ons-page .about-rotate {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.over-ons-about-area .col-lg-5 {
    width: 47%;
}
.over-ons-about-area .col-lg-7 {
    width: 53%;
}
.over-ons-about-info {
    padding-right: 173px;
}
.over-ons-about-info h2 {
    margin-bottom: 45px;
}
/****over-ons-accor-sec****/
.accro-area ul {
    padding-left: 0;
    margin-bottom: 0;
}
.accro-area li {
    list-style-type: none;
    background-color: #0162AF;
    padding: 38px 36px 36px;
    padding-right: 55px;
    border-bottom: 1px solid #0A1520;
}
.accro-area li>*:not(:first-child) {
	display: none;
}
.accro-area li h4 {
    line-height: 40px;
    padding-right: 25px;
	position: relative;
}
.accro-area li h4::after {
	position: absolute;
	height: 28px;
	width: 28px;
	background-image: url(../images/plus.svg);
	background-size: 28px;
	content: "";
	top: 50%;
    right: 0;
    transform: translateY(-50%);
	transition: all 0.5s;
    background-repeat: no-repeat;
}
.accro-area li p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    padding-right: 95px;
}
.over-ons-accor {
    padding-left: 68px;
}
.accro-area li.show_accordian {
    background-color: #0A1520;
    padding-left: 48px;
}
.accro-area li.show_accordian h4::after {
	background-image: url(../images/minus.svg);
    transform: none;
}
.accro-area li.show_accordian h4 { 
    margin-bottom: 24px;
}
/****team-sec****/
.team-sec {
    overflow: hidden;
    padding: 120px 0;
}
.team-top-area {
    margin-bottom: 81px;
}
.team-wrap {
    width: 120vw;
    margin-left: -52vw;
    left: 50%;
    position: relative;
}
.team-slider .swiper-slide:not(.team-active) {
    width: calc(42.4% / 3);
}
.team-slider .swiper-slide.team-active {
    width: 31%;
}
.team-slider .swiper-slide {
    transition: width 0.4s ease;
}
.each-member-img {
    height: 284px;
    filter: grayscale(1);
}
.team-slider .swiper-slide.team-active .each-member-img {
    height: 544px;
    filter: none;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-team {
    position: relative;
}
.each-member-info {
    position: absolute;
    bottom: 0;
    padding: 60px 70px;
    width: 100%;
    opacity: 0;
}
.team-slider .swiper-slide.team-active .each-member-info {
    opacity: 1;
}
.team-slider .common-arrow {
    top: -20%;
}
.team-slider .swiper-button-prev {
    left: 91%;
}
/****gal-sec****/
.gal-sec {
    padding-bottom: 120px;
}
.gal-wrap {
    padding: 0 24px;
}
.gal-title {
    margin-bottom: 79px;
}
.gal-area .col-lg-7 {
    width: 51%;
}
.gal-area .col-lg-5 {
    width: 49%;
}
.gal-big-img {
    height: 608px;
}
.left-gal-small-img,
.right-gal-small-img {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.gal-left .col-lg-8 {
    width: 53%;
}
.gal-left .col-lg-4 {
    width: 47%;
}
.left-gal-small-top {
    height: 292px;
}
.left-gal-small-btm {
    height: 296px;
}
.gal-right .col-lg-8 {
    width: 55%;
}
.gal-right .col-lg-4 {
    width: 45%;
}
.right-gal-small-top {
    height: 235px;
}
.right-gal-small-btm {
    height: 352px;
}
.gal-big-img img,
.left-gal-small-top img, 
.left-gal-small-btm img,
.right-gal-small-top img,
.right-gal-small-btm img {
    height: 100%;
    object-fit: cover;
}
/*****************contact****************/
/****map****/
.map {
    height: 600px;
}
.contact-page .form-sec {
    background: transparent;
}
.contact-page .form-wrap {
    position: relative;
    z-index: 1;
}
.contact-page .form-left::before {
    background-color: #0A1520;
    border-color: #0A1520;
}
.contact-page .form-img {
    border-color: #0A1520;
}
.contact-page .form-heading h2 { 
    color: #0A1520;
}
.contact-page .form-block label { 
    color: #0A1520;
}
.contact-page .form-block .form-style {
    background-color: rgba(10, 21, 32, 0.21);
    color: #0A1520;
}
.contact-page .form-block .form-style:focus {
   background-color: #0A1520;
    color: #fff;
}
.contact-page .form-img-info h4, 
.contact-page .form-img-info h5 {
    color: #0A1520;
}
.contact-page .form-contact-dtls li {
    /* background-color: #0A1520; */
    padding-left: 17px;
    padding-right: 17px;
}
.contact-page .form-contact-dtls a {
    color: rgba(255, 255, 255, 0.80);
}
.contact-page .form-contact-dtls img { 
    filter: brightness(0) invert(1);
}
.contact-page .form-contact-dtls li:hover {
    /* background-color: #0162AF; */
}
.contact-page .form-contact-dtls .each-footer-info h4,
.contact-page .form-contact-dtls .each-footer-info td {
    color: #000;
}
.contact-page .form-contact-dtls ul {
    column-gap: 18px;
}
.form-contact-dtls .col-lg-3 {
    width: 29%;
}
.form-contact-dtls .col-lg-9 {
    width: 71%;
}
.contact-page .each-footer-info td:nth-child(even) {
    padding-left: 12px;
}
.contact-page .form-contact-dtls img {
    width: 18px;
    height: 18px;
    margin-right: 2px;
}
/*****************aanbod-list****************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 78px 0 60px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-area .row {
    column-gap: 10px;
}
.filter-reset a {
	 
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #0162AF;
}
.filter-reset a:hover img {
    filter: invert(82%) sepia(22%) saturate(6291%) hue-rotate(189deg) brightness(94%) contrast(99%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #0A1520;
    border-radius: 0;
    padding: 0 30px 0 18px;
    background-color: #EDF1F4;
    appearance: none;
    font-family: 'Inter-Medium';
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    border: 1.5px solid #0A1520;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.aanbod-filter-sec .select-style:hover,
.aanbod-filter-sec .select-style.show {
    background-color: #0162AF;
    border-color: #0162AF;
    color: #fff;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #0162AF;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    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: 0;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0A1520;
    border-color: #0A1520;
}
.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: 0;
    background-color: #0162AF;
    font-size: 1.4rem;
    border: 1px solid #0162AF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #1F221F;
}
.auto-overview-tag:hover img {
    filter: brightness(100) invert(1);
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 56px;
    background-color: #0f1f2e;
    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:hover {
    color: #fff;
}
.mobile-show-filter .common-btn:hover .filter-count {
    background-color: #fff;
    color: #0A1520;
    border-color:#fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #0A1520;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #0A1520;
	margin-left: 15px;
	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: #0162AF;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
	margin-top: 0; 
	padding: 10px;
	border-radius: 0;
    background-color: #011627;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .common-btn:hover {
    background-color: #fff;
    color: #000;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-right-area {
    max-width: 200px;
    margin-left: auto;
    margin-right: 0;
}
.filter-sort {
	align-items: center;
}
.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 .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.filter-left-heading,
.filter-right-heading {
    margin-bottom: 25px;
}
.filter-left-heading h4,
.filter-right-heading h4 {
    color: #0A1520;
    line-height: normal;
}
/****aanbod-product****/
.aanbod-product-sec {
    padding-bottom: 78px;
}
.aanbod-list-page .each-product {
    background-color: #011627;
}
.aanbod-list-page .each-product:hover {
    background-color: #fff;
}
.aanbod-list-page .each-product-text h5 {
    display: none;
}
.aanbod-list-page .each-product-text h6 {
    display: block;
}
.aanbod-list-page .each-product-text h4 {
    margin-top: 27px;
    color: #fff;
}
.aanbod-list-page .each-product-text p {
    color: rgba(255, 255, 255, 0.50);
}
.aanbod-list-page .each-product-text td {
    color: rgba(255, 255, 255, 0.50);
}
.aanbod-list-page .each-product-text hr {
    margin-bottom: 16px;
}
.aanbod-product-area > .row {
    margin: 0 -14px;
    row-gap: 25px;
}
.aanbod-product-area .col-xl-4 {
    padding: 0 14px;
}
.aanbod-list-page .each-product:hover h4 {
    color: #000;
}
.aanbod-list-page .each-product:hover p {
    color: rgba(0, 0, 0, 0.50);
}
.aanbod-list-page .each-product:hover .each-product-text td {
    color: rgba(0, 0, 0, 0.50);
}
.aanbod-list-page .each-product:hover .each-product-text h6 {
    color: #000;
}
.aanbod-list-page .each-product:hover .each-product-text h6 strong {
    color: rgba(0, 0, 0, 0.50);
}
/*****************vacature-dtl****************/
.vacature-dtl-page .diens-mid-area td {
    width: 50%;
}
.vacature-dtl-page .diens-mid-area td:last-child::before {
    background-color: #0A1520;
}
.vacature-dtl-page .diens-mid-area td:last-child:hover::before {
    background-color: #0162AF;
}
.vacature-dtl-page .diens-mid-area td li {
    color: rgba(255, 255, 255, 0.70);
}
/*****************verkocht****************/
.verkocht-top-sec {
    padding: 78px 0;
}
.verkocht-top-right {
    text-align: end;
}
.verkocht-top-area .row {
    align-items: center;
}
.verkocht-top-area p {
    margin-bottom: 0;
}
.verkocht-page .aanbod-product-sec {
    padding-bottom: 121px;
}
/****popup****/
.modal-area .modal-dialog {
    max-width: 74.77%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(10, 21, 32, 0.40);
    backdrop-filter: blur(4px);
}
.modal-area .modal-content {
    border: 0;
    background: linear-gradient(258deg, #0A1520 13.17%, #102233 48.13%, #025495 103.21%);
    position: relative;
}
.modal-area .popup-content {
    padding: 70px 70px 10px 79px;
    background: linear-gradient(258deg, #0A1520 13.17%, #102233 48.13%, #025495 103.21%);
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.popup-content h3 {
    font-family: 'Widescreen-ExBold';
    margin: 33px 0 36px;
}
.popup-content p,
.popup-content li {
    color: #fff;
}
.popup-content li {
    font-family: 'Inter-Medium';
    font-size: 2.4rem;
    line-height: 40px; 
    position: relative; 
}
.popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    background-image: url(../images/white-bullet.svg);
    background-repeat: no-repeat;
    background-size: 5px;
}
.popup-content li:last-child {
    margin-bottom: 27px;
}
.close-img {
    position: absolute;
    top: 21px;
    right: 15px;
    height: 47px;
    width: 47px;
    background-color: #0162AF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
}
.close-img img {
    width: 15px;
}
.modal-main-content .col-lg-5 { 
    width: 37%;
}
.modal-main-content .col-lg-7 { 
    width: 63%;
}
/************************************STYLE FOR DEVELOPER********************************************/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****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;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#1F221F calc(1*100%/6),#0162AF 0 calc(3*100%/6),#1F221F 0),
                linear-gradient(#1F221F calc(2*100%/6),#0162AF 0 calc(4*100%/6),#1F221F 0),
                linear-gradient(#1F221F calc(3*100%/6),#0162AF 0 calc(5*100%/6),#1F221F 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: #1F221F;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  .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: 71px;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 27px;
      right: 0px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  /* .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  } */
  .privacy_section {
      padding: 60px 0;
  }
  .share-social-media-button{
      padding: 6px 9px;
  }
  /* @media(max-width: 519px) and (min-width: 416px){
      .calculator{
          height: 1670px !important;
      }
  }
  @media(max-width: 415px){
      .calculator{
          height: 1826px !important;
      }
  } */
  
  .calsty {
      border: 0;
      width: 100%;
      height: 603px;
      background: transparent;
  }
  @media(max-width: 519px){
      .calsty{
          height: 1036px !important;
      }
  }
.lfCQiA {
    display: none;
}
.share-social-media-button .a2a_dd:hover {
    color: #fff !important;
}
.share-social-media-button .a2a_dd:hover svg {
    filter: invert(1) !important;
}
.thank-you-page .banner-wrap::after {
    background: linear-gradient(270deg, rgba(49, 49, 49, 0.00) 0%, rgba(49, 49, 49, 0.70) 100%);
}




.gal-big-img,
.left-gal-small-top,
.left-gal-small-btm,
.right-gal-small-top, 
.right-gal-small-btm {
    overflow: hidden;
    transition: all 0.5s;
}
.gal-big-img img,
.left-gal-small-top img,
.left-gal-small-btm img,
.right-gal-small-top img, 
.right-gal-small-btm img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-big-img:hover img,
.left-gal-small-top:hover img,
.left-gal-small-btm:hover img,
.right-gal-small-top:hover img, 
.right-gal-small-btm:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-page .each-product-text td::after {
    display: none;
}
.aanbod-dtl-page .each-product-text td img,
.verkocht-page .each-product-text td img {
    width: 14px;
    margin-right: 7px;
    margin-top: -5px; 
}
.aanbod-dtl-page .each-product-text td,
.verkocht-page .each-product-text td { 
    padding: 0 8px;
}
.aanbod-dtl-page .each-product-text td:last-child,
.verkocht-page .each-product-text td:last-child {
    padding-right: 0;
}
.contact-page .form-contact-dtls li {
    padding-left: 0;
    padding-right: 0;
}
.contact-page .form-contact-dtls a {
    background-color: #0A1520;
}
.team-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.team-slider .swiper-slide:not(.team-active) {
    width: calc(47.4% / 3);
}
.team-slider .swiper-slide.team-active {
    width: 33%;
}

.calculator_part iframe {
    height: 1485px;
}
.over-ons-page  .team-wrap .swiper-wrapper{
    justify-content: center;
}