body {
	padding: 0px;
	margin: 0px;
    color: #1B69D4;
    font-family: 'AcuminPro-Regular';
    font-size: 1.6rem;
    background-color: #fff;
}
html {
    font-size: 62.5%;
    scrollbar-gutter: stable;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****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;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/******theme-switch*******/
.theme-switch {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 37px;
    height: 80px;
    border-radius: 100px;
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background-color: #E4E4E4;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5) inset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 2.5px;
    z-index: 99;
}
.theme-switch .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.theme-switch .icon img {
    width: 17px;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 3.6px;
    width: 28px;
    height: 28px;
    background-color: #303030;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
}
.theme-switch .sun { 
    opacity: 1; 
}
.theme-switch .moon { 
    opacity: 0; 
}
.theme-switch.active {
    background-color: #303030;
    border-color: rgba(255, 255, 255, 0.01);
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.50) inset;
}
.theme-switch.active .sun { 
    opacity: 0; 
}
.theme-switch.active .moon { 
    opacity: 1; 
}
.theme-switch.active .switch-handle {
    top: 47px;
    background-color: #E4E4E4;
}
.theme-switch .icon {
    position: relative;
    z-index: 3;
}
.switch-handle {
    pointer-events: none;
}
/*****header-area****/
.header-area {
    padding: 33px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #1B69D4;
    border-color: rgba(255, 255, 255, 0.2);
}
.header-wrap {
    position: relative;
    z-index: 99;
}
.header-logo {
    margin: 0 auto;
    text-align: center;
}
.header-logo img {
    width: 200px;
    filter: brightness(0) invert(1);
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    list-style: none;
    margin: 0;
    padding: 10px 8px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    width: max-content;
    border: 1px solid rgba(250 , 250 , 250, 0.1);
}
.header-nav > ul > li {
    color: #FFF;
    font-family: 'AcuminPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.header-nav > ul > li > a {
    color: #FFF;
    padding: 10px 16px;
    border-radius: 100px;
    display: inline-block;
}
.header-nav > ul > li > a:hover {
    color: #FFF;
    background-color: #1B69D4;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
/******menu-btn******/
.menu-btn {
    text-align: right;
    color: #fff;
    font-family: 'AcuminPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    cursor: pointer;
    display: table;
    margin-left: auto;
}
.menu-btn strong {
    font-weight: normal;
    display: none;
}
.menu-bar {
    max-width: 20px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 4px 0 4px auto;
    width: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.active .menu-bar:before {
    transform: translateY(8px) rotate(135deg);
    width: 32px;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-1px) rotate(-135deg);
    width: 32px;
}
.menu-btn.active .menu-bar div{
    opacity: 0;
}
.menu-btn.active strong {
    display: none;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 36px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgba(8, 29, 58, 0.2);
	background-color: #fff;
	box-shadow: 0px 10px 15px -3px rgba(8, 29, 58, 0.2);
	min-width: 170px;
	margin-top: 20px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
    border-radius: 10px;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown::after {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: #1B69D4;
	padding: 5px 17px;
	border-bottom: 1px solid rgba(8, 29, 58, 0.2);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #1B69D4;
	background-color: #1B69D4;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1B69D4;
    padding: 172px 0 86px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu .container {
    height: 100%;
    position: relative;
    z-index: 1;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}
.side-menu-wrap::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.side-menu-nav {
    max-width: 500px;
    width: 100%;
}
.side-menu-nav > ul > li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 3.8rem;
    line-height: normal;
    font-family: 'AcuminPro-Semibold';
    display: block;
}
.side-menu-nav > ul > li:last-child {
    margin-bottom: 0;
}
.side-menu-nav > ul > li::before {
    display: none;
}
.side-menu-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
    display: inline;
    padding-bottom: 0;
    position: relative;
}
.side-menu-nav > ul > li > a::after {
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    background-image: url(../images/mega-menu-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-nav > ul > li > a:hover {
    color: #fff;
    padding-left: 74px;
}
.side-menu-nav > ul > li > a:hover::after {
    transform: translate(150%, -50%);
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown > ul > li {
    font-size: 2.5rem;
}
.side-menu .parent-dropdown > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.side-menu .parent-dropdown img {
    top: 20px;
    width: 20px;
    filter: brightness(0) invert(1);
    opacity: 0.5;
}
.menu-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    pointer-events: none;
}
.menu-mark-dark {
    display: none;
}
.side-menu-right {
    max-width: 635px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.side-menu-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 53px;
}
.side-menu-img img {
    height: 100%;
    object-fit: cover;
}
.side-menu .reach-block {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.side-menu-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.side-menu .social {
    margin-top: 50px;
}
.contact-mb-btn {
    margin-top: 40px;
}
.nav-contact-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 8px;
    padding-right: 24px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    width: max-content;
    margin-left: auto;
    gap: 26px;
    border: 1px solid rgba(250 , 250 , 250, 0.1);
}
.new-contact-btn p{
    margin-bottom: 0;
}
.new-contact-btn p a {
    padding: 10px 16px;
    color: #FFF;
    font-family: 'AcuminPro-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    border-radius: 100px;
    display: inline-block;
}
.new-contact-btn p a:hover{
    background-color: #1B69D4;
    color: #FFF;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-video, .each-banner {
	height: 883px;
}
.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;
    bottom: 73px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 17px;
}
.banner-cta .row {
    row-gap: 16px;
}
.banner-cta {
    margin-top: 180px;
    max-width: 676px;
    width: 100%;
}
.each-banner-cta {
    border-radius: 51px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    overflow: hidden;
    padding: 15px 13px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-banner-cta h6 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: normal;
}
.each-banner-cta-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.each-banner-cta-img strong {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    font-weight: normal;
}
.each-banner-cta:hover .txt-btn {
    color: #fff;
}
.each-banner-cta:hover .txt-btn::after {
	filter: brightness(1) invert(0);
}
.each-banner-cta:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.next-sec-btn {
    color: #fff;
    font-family: 'AcuminPro-Regular';
    font-size: 1.6rem;
    line-height: 22px; 
    letter-spacing: 3.2px;
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    align-items: center;
    writing-mode: sideways-lr;
    margin-left: auto;
    cursor: pointer;
}
.next-sec-btn img {
    height: 102px;
}
/*****product-sec****/
.product-sec {
    padding: 87px 0 114px;
    position: relative;
    overflow-x: clip;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.product-sec .sec-mark {
    width: 100%;
    height: 100%;
}
.product-sec .sec-mark img {
    height: 100%;
    object-fit: cover;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-heading {
    margin-bottom: 60px;
}
.product-heading h2 strong::after{
    display: none;
}
.each-product-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
    /* height: 100%; */
}
.each-product-img-wrap {
	height: 100%;
	width: 100%;
}
.each-product-img img {
	display: none;
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap img.active {
	display: block;
}
.each-product-progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.2);
	display: none;
}
.each-product-progress span {
	background: linear-gradient(90deg, rgba(58, 90, 122, 0.30) 0.8%, #3A5A7A 100%);
	display: block;
	height: 100%;
	width: 0;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-product {
    padding: 9px;
    border-radius: 10px;
    background: #F5F5F5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model {
    border-radius: 5px;
    position: relative;
    margin: 7px 0;
    padding: 16px 60px 16px 8px;
}
.each-product-model::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	border: 1px solid transparent;
	background: linear-gradient(180deg,rgba(27, 105, 212, 0.2) 0%, transparent 100%) border-box;
	-webkit-mask: linear-gradient(#1B69D4 0 0) padding-box, linear-gradient(#1B69D4 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
    pointer-events: none;
}
.product-arrow {
    height: 38px;
    width: 38px;
    border-radius: 100%;
    border: 1px solid #A5A5A5;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-arrow img {
    filter: brightness(0);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #1B1B1B;
}
.each-product-model p {
    margin: 5px 0 0;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: normal;
    color: rgba(27, 27, 27, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'LamaSans-Regular';
}
.each-product-info table,
.each-product-info tbody {
    display: block;
}
.each-product-info tr {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.each-product-info td {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(27, 105, 212, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td strong {
    font-weight: normal;
    display: block;
    color: #1B1B1B;
    font-size: 1.4rem;
    line-height: 20px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'LamaSans-Regular';
}
.each-product-info td em {
    position: relative;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    display: block;
}
.each-product-info td img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td .p-icon-hover {
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
}
.each-product-info td h5 {
    font-family: 'AcuminPro-Regular';
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0.18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td h6 {
    color: rgba(8, 29, 58, 0.73);
    font-family: 'AcuminPro-Light';
    font-size: 1.4rem;
    line-height: 24px; 
    letter-spacing: 0.14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover {
    background-color: #1B69D4;
}
.each-product:hover .each-product-model h6 {
    color: #fff;
}
.each-product:hover .each-product-model p {
    color: rgba(255, 255, 255, 0.8);
}
.each-product:hover .product-arrow {
    border-color: #fff;
}
.each-product:hover .product-arrow img {
    filter: brightness(1);
    opacity: 1;
}
.each-product:hover .each-product-model::before {
    background: linear-gradient(180deg,rgb(255, 255, 255, 0.05) 0%, transparent 100%) border-box;
}
.each-product:hover .each-product-info td {
    border-color: rgba(255, 255, 255, 0.05);
}
.each-product:hover .each-product-info td strong {
    color: #fff;
}
.each-product:hover .each-product-info td .p-icon-default {
    opacity: 0;
}
.each-product:hover .each-product-info td .p-icon-hover {
    opacity: 1;
}
.each-product:hover .each-product-info td h5 {
    color: #fff;
}
.each-product:hover .each-product-info td h6 {
    color: rgba(255, 255, 255, 0.73);
}
.product-control {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.product-control .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 0, 0, 0.20);
    position: relative;
    width: 100%;
    border-radius: 24px;
}
.product-control .swiper-scrollbar-drag {
    border-radius: 24px;
    background: #1B69D4;
    cursor: grab;
}
.product-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product-nav .common-arrow {
    position: initial;
    margin: 0;
}
/******service-sec*******/
.service-sec {
    padding: 69px 0 105px;
    position: relative;
    background-color: #1B69D4;
    overflow-x: hidden;
}
.service-sec .sec-mark{
    width: 27.5%;
}
.service-mark-dark {
    display: none;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    margin-bottom: 60px;
    padding-bottom: 42px;
    border-bottom: 1px solid #526075;
}
.service-heading .common-btn {
    margin-right: 17px;
}
.service-heading .common-btn:last-child {
    margin-right: 0;
}
.service-heading h5 {
    color: #fff;
    line-height: 24px;
    font-family: 'AcuminPro-Regular';
}
.service-sec h2 {
    color: #fff;
}
.service-slider {
    margin-top: 109px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.swiper-wrapper.centered {
	justify-content: center;
}
.swiper-wrapper.centered .swiper-slide:last-child {
	margin-right: 0 !important;
}
.each-service-img {
    height: 517px;
    border-radius: 10px;
    overflow: hidden;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text {
    max-width: 500px;
    width: 100%;
    padding-left: 54px;
}
.each-service-text h3 {
    color: #fff;
}
.each-service-text p {
    color: #F9F8F6;
    margin: 17px 0 54px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service:hover .each-service-img img {
    transform: scale(1.1);
}
.service-slider-control {
    max-width: 432px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 53%;
}
.service-slider-control .swiper-pagination {
    color: #fff;
    display: flex;
    align-items: center;
    position: initial;
}
.service-slider-control .fraction-item-left {
    color: #fff;
}
.service-slider-control .fraction-item em {
    font-style: normal;
}
.fraction-separator {
    background-color: #fff;
    height: 1px;
    width: 65px;
    display: block;
    margin: 0 12px;
}
.service-slider-nav {
    display: flex;
    gap: 10px;
    justify-content: end;
}
.service-slider-nav .common-arrow {
    position: initial;
    margin: 0;
}
.service-slider .swiper-slide-prev .each-service .row {
    flex-direction: row-reverse;
}
/*****usp-marquee-sec******/
.usp-marquee-sec {
	position: relative;
	overflow-x: clip;
	width: 100%;
	padding: 73px 0 116px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 73px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 73px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	position: relative;
    color: #1B69D4;;
    font-family: 'AcuminPro-Regular';
    font-size: 1.8rem;
    line-height: 30px; 
    letter-spacing: 0.18px;
}
.usp-marquee-outer {
    overflow-x: clip;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(27, 105, 212, 0.30);
}
.usp-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 206px;
}
.usp-logo-dark {
    display: none;
}
/****about-sec****/
.each-about-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 648px;
    width: 100%;
    margin-left: auto;
}
.each-about-text {
    padding-right: 30px;
}
.each-about-text p {
    max-width: 595px;
    width: 100%;
    margin: 6px 0 0;
    color: rgba(27, 27, 27, 0.70);
}
.counter {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin: 55px 0;
}
.each-counter {
    border-radius: 20px;
    padding: 40px 20px 20px;
    position: relative;
    width: 31%;
    overflow: hidden;
}
.each-counter::after {
    content: '';
    height: 23px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1B69D4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter-wrap {
    position: relative;
    z-index: 1;
}
.each-counter h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter p {
    margin: 14px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter:hover::after {
    height: 100%;
}
.each-counter:hover h3 {
    color: #FFF;
}
.each-counter:hover p {
    color: #fff;
}
/******core-values-sec*****/
.core-values-sec {
    padding: 150px 0 127px;
    overflow-x: clip;
}
.core-values-wrap {
    display: flex;
    justify-content: center;
}
.each-core-values {
    width: 25%;
    text-align: center;
    padding: 0 40px;
    position: relative;
}
.each-core-values h5 {
    margin: 50px 0 9px;
}
.each-core-values p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.each-core-values strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 98px;
    height: 98px;
    background-color: #fff;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.10));
}
.each-core-values strong img {
    width: 42px;
}
.each-core-values:nth-child(odd) {
    padding-top: 90px;
}
.each-core-values::after {
    content: "";
    height: 180px;
    width: calc(100% + 2.5px);
    position: absolute;
    top: 15px;
    left: -0.9px;
    background-image: url(../images/value-curve.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.each-core-values:nth-child(even)::after {
    transform: rotate(180deg);
    top: auto;
    bottom: -3px;
    left: -1px;
    width: calc(100% + 2px);
}
.each-core-values:first-child::before,
.each-core-values:last-child::before {
    content: "";
    height: 180px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    right: 100%;
    background-image: url(../images/value-curve.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    pointer-events: none;
}
.each-core-values:last-child::before {
    transform: rotate(0deg);
    left: 100%;
    right: auto;
    bottom: auto;
    top: 23px;
}
.odd-values .each-core-values:first-child::before,
.odd-values .each-core-values:last-child::before {
    display: none;
}
/*****review-sec*****/
.review-sec {
    padding-bottom: 63px;
}
.review-dark {
    display: none;
}
/*****gallery-sec***/
.gallery-sec {
    padding: 9px;
}
.each-gallery {
    overflow: hidden;
    height: 254px;
    border-radius: 10px;
}
.each-gallery img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
    transform: scale(1.1);
}
/****footer-area***/
.footer-area {
    background-color: #1B69D4;
    position: relative;
    overflow-x: hidden;
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.footer-area .sec-mark {
    height: 100%;
    width: 100%;
    opacity: 0.7;
}
.footer-area .sec-mark img {
    height: 100%;
    object-fit: cover;
}
.footer-logo img {
    width: 200px;
    filter: brightness(0) invert(1);
}
.social ul {
    margin-bottom: 0;
    display: flex;
    gap: 9px;
    padding-left: 0;
    list-style: none;
}
.social li a {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
}
.social li a:hover {
    background-color: #fff;
    border-color: #1B69D4;
}
.social li a:hover img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(96%) saturate(1085%) hue-rotate(189deg) brightness(97%) contrast(98%);
}
.footer-desc h4 {
    color: #fff;
}
.footer-desc p {
    color: #F9F8F6;
    margin: 9px 0 17px;
    max-width: 447px;
    width: 100%;
}
.each-reach h6 {
    color: #fff;
    margin-bottom: 8px;
    font-family: 'AcuminPro-Semibold';
}
.each-reach p {
    margin-bottom: 3px;
    font-family: 'AcuminPro-Light';
}
.each-reach p a {
    color: rgba(255, 255, 255, 0.7);
}
.each-reach p a:hover {
    color: #fff;
}
.reach-block {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.each-reach td {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'AcuminPro-Light';
}
.each-reach td:nth-child(odd) {
    padding-right: 15px;
}
.footer-nav {
    margin-top: 30px;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-nav > ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 15px;
}
.footer-nav > ul > li {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
}
.footer-nav > ul > li > a {
    color: #fff;
}
.footer-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.70);
}
.footer-nav .parent-dropdown > img {
    filter: brightness(0) invert(1);
}
.footer-nav .parent-dropdown > ul {
    margin-top: 20px;
}
.each-footer-top-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-footer-top {
    position: relative;
    height: 100%;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-footer-top::after {
    content: "";
    height: 100%;
    bottom: 0;
    right: 0;
    width: 1px;
    position: absolute;
    background-color: rgba(58, 90, 122, 0.40);
}
.footer-top .col-lg-4:last-child .each-footer-top::after {
    opacity: 0;
}
.footer-top .col-lg-4:last-child .each-footer-top {
    padding-right: 0;
}
.footer-top .col-lg-4:first-child .each-footer-top {
    padding-left: 0;
    padding-right: 135px;
}
.footer-top .col-lg-4 {
    flex: none;
    width: auto;
    max-width: fit-content;
}
.footer-desc {
    max-width: 680px;
}
.footer-btm {
    position: relative;
    padding: 32px 0;
}
.footer-btm::after {
    content: "";
    background-color: rgba(58, 90, 122, 0.40);
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    top: 0;
}
.footer-privacy h5 {
    letter-spacing: 1px;
    font-family: 'LamaSans-Medium';
}
.footer-privacy h5 a {
    color: #fff;
}
.footer-privacy h5 a:hover {
    color: rgba(255, 255, 255, 0.70);
}
.footer-partner ul {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    padding: 0;
}
.footer-partner iframe {
    width: 147px;
    border-radius: 5px;
}
/*========================================diensten page start===========================================*/
.inner-banner-sec {
    position: relative;
}
.inner-banner-img {
    height: 531px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    bottom: 69px;
    width: 100%;
    left: 0;
}
/*****service-list-sec****/
.service-list-sec {
    padding: 90px 0 30px;
}
.each-service-list-wrap {
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid rgba(27, 105, 212, 0.30);
}
.each-service-list-text {
    max-width: 555px;
    width: 100%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.each-service-list-text p {
    margin: 11px 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 4lh;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-list-img {
    border-radius: 10px;
    overflow: hidden;
    height: 340px;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list:hover .each-service-list-img img {
    transform: scale(1.1);
}
.each-service-list:last-child .each-service-list-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
/*========================================diensten-dtl page start===========================================*/
/***inner-header***/
.inner-header {
    background-color: #1B69D4;
}
/**bk-btn-sec**/
.bk-btn-sec {
    position: relative;
}
.bk-btn-sec .common-btn strong{
    background-image: url(../images/btn-arrow-left.svg);
}
.bk-btn-sec .common-btn {
    position: absolute;
    top: 207px;
    right: 0;
}
.bk-btn-sec .container {
    position: relative;
}
/***service-dtl-desc-sec***/
.service-dtl-desc-sec {
    padding-top: 200px;
}
.service-dtl-desc-sec h2 {
    margin-bottom: 50px;
    max-width: 70%;
}
.service-dtl-contact {
    border-radius: 20px;
    background-color: #F5F5F5;
    padding: 27px;
}
.service-dtl-contact p {
    margin: 8px 0 30px;
}
.service-dtl-desc-sec .col-lg-3 {
    width: 24%;
    padding: 0 24px;
}
.service-dtl-desc-sec .col-lg-9 {
    width: 76%;
    padding: 0 24px;
}
.service-dtl-desc-sec .col-lg-6 {
    padding: 0 24px;
}
.service-dtl-desc-sec .row {
    margin: 0 -24px;
}
.service-dtl-desc-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.service-dtl-desc-img img{
    height: 100%;
    object-fit: cover;
}
.service-dtl-desc-text li {
    margin-bottom: 12px;
}
.service-dtl-desc-text li:last-child {
    margin-bottom: 0;
}
.service-dtl-desc-text h6 {
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #1B1B1B;
}
.service-dtl-desc-text p:last-child{
    margin-bottom: 0;
}
.service-dtl-desc-text p{
    color: #1B1B1B;
}
/****service-dtl-info-sec***/
.service-dtl-info-sec {
    padding: 87px 0 106px;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
    display: block;
    width: 100%;
}
.service-dtl-info-sec tr {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(27, 105, 212, 0.20);
}
.service-dtl-info-sec td {
    width: 46%;
    color: rgba(27, 27, 27, 0.70);
}
.service-dtl-info-sec td:nth-child(even) {
    width: 53%;
    padding-right: 46px;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-dtl-info-sec td h4 {
    display: flex;
    color: #1B1B1B;
}
.service-dtl-info-sec td h4 strong {
    font-weight: normal;
    margin-right: 48px;
    color: #1B69D4;
}
.service-dtl-info-sec tr:hover td:nth-child(even) {
    opacity: 1;
}
.service-dtl-info-sec td ul {
    margin-bottom: 0;
}
.service-dtl-info-sec td li {
    margin-bottom: 12px;
}
.service-dtl-info-sec td li:last-child {
    margin-bottom: 0;
}
/****form-sec*****/
.form-sec {
    position: relative;
}
.form-sec::after {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F5F5F5;
    pointer-events: none;
}
.form-sec .sec-mark {
    top: auto;
    bottom: calc(100% - 335px);
    left: 0;
    right: auto;
    width: 41%;
}
.form-mark-dark {
    display: none;
}
.form-sec .container {
    position: relative;
    z-index: 1;
}
.form-wrap {
    border-radius: 30px;
    background-color: #F5F5F5;
    padding: 25px;
}
.form-wrap > .row {
    margin: 0 -12px;
}
.form-wrap .col-lg-4 {
    padding: 0 12px;
    width: 38%;
}
.form-wrap .col-lg-8 {
    padding: 0 12px;
    width: 62%;
}
.form-info {
    padding: 30px 44px 44px 44px;
    border-radius: 20px;
    background-color: #1B69D4;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.form-info h4 {
    color: #fff;
    margin-bottom: 64px;
}
.form-info h4 img {
    margin-right: 12px;
    margin-top: -3px;
    width: 31px;
}
.form-info h3 {
    color: #fff;
    font-family: 'AcuminPro-Medium';
}
.form-info h3 strong::after{
    display: none;
}
.form-info p {
    color: rgba(255, 255, 255, 0.80);
    margin: 5px 0 45px;
}
.form-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.form-info li {
    margin-bottom: 28px;
    font-family: 'AcuminPro-Semibold';
    font-size: 2rem;
    line-height: normal;
    display: flex;
    align-items: start;
}
.form-info li:last-child {
    margin-bottom: 0;
}
.form-info li a {
    color: #fff;
}
.form-info li a:hover {
    color: rgba(255, 255, 255, 0.80);
}
.form-info li img {
    margin-right: 16px;
    margin-top: 4px;
}
.form-block {
    padding: 50px 40px;
    border-radius: 15px;
    background-color: #fff;
}
.form-block .form-group {
	margin-bottom: 20px;
}
.form-block .form-style {
    resize: none;
    border: 1px solid rgba(27, 105, 212, 0.20);
    border-radius: 10px;
    font-family: 'AcuminPro-Regular';
    color: #1B69D4;
    font-size: 1.6rem;
    padding: 14px 22px;
    letter-spacing: 0.32px;
    background-color: transparent;
}
.form-block .form-style:placeholder {
	color: rgba(27, 27, 27, 0.30);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(27, 27, 27, 0.30);
}
.form-block .form-style::placeholder {
	color: rgba(27, 27, 27, 0.30);
}
.form-block .form-style:focus {
    box-shadow: none;
	border: 1px solid #1B69D4;
    color: #1B69D4;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #1B69D4;
    border-color: #1B69D4;
}
.form-block .form-style:not(:placeholder-shown) {
    border-color: #1B69D4;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(27, 27, 27, 0.30);
    border-color: rgba(27, 27, 27, 0.30);
}
.form-block textarea.form-style {
    height: 135px;
}
.form-block label {
    margin-bottom: 11px;
    color: #1B1B1B;
    font-family: 'AcuminPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.form-block .row {
    margin: 0 -10px;
}
.form-block .col-lg-6, .form-block .col-lg-12 {
    padding: 0 10px;
}
/****related-service-sec*****/
.related-service-sec {
    padding: 120px 0 70px;
    position: relative;
    background-color: #F5F5F5;
}
.related-service-sec::after {
    content: "";
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #F5F5F5;
    pointer-events: none;
}
.related-service-heading {
    margin-bottom: 42px;
}
.related-service-control {
    position: relative;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.related-service-control .common-arrow {
    position: initial;
    margin: 0;
    background-color: #fff;
}
.related-service-control .common-arrow:hover {
    background-color: rgba(58, 90, 122, 1);
}
.related-service-sec .each-service-list .each-service-list-wrap {
    padding: 42px 0;
    border-top: 1px solid rgba(27, 105, 212, 0.30);
    border-bottom: 1px solid rgba(27, 105, 212, 0.30);
}
/*========================================contact page start===========================================*/
/****contact-form-sec****/
.contact-form-sec {
    padding: 96px 0;
}
.contact-form-sec .sec-pattern {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.contact-form-sec .sec-pattern img {
    height: 100%;
    object-fit: cover;
}
.contact-form-sec::after {
    display: none;
}
.contact-form-mark-dark {
    display: none;
}
.contact-form-pattern-dark {
    display: none;
}
.contact-form-sec .sec-mark {
    bottom: auto;
    top: 0;
}
/****map-sec****/
.map-sec {
    padding: 0 10px;
}
.map-sec-wrap {
    height: 622px;
    border-radius: 20px;
    overflow: hidden;
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1102px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color:  rgba(0, 60, 120, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 47%;
}
.modal-area .modal-content .col-lg-7 {
    width: 53%;
}
.modal-content-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .popup-content img {
	width: 333px;
}
.modal-area .popup-content p {
	margin: 50px 0 50px;
    color: #121212;
}
.modal-area .popup-content {
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    padding:  60px 80px;
    position: relative;
}
.modal-area .popup-content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/popup-mark.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.modal-area .popup-content .d-table {
    position: relative;
    z-index: 2;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-logo-dark {
    display: none;
}
/*====================================overons page start======================================*/
/****overons-welcome-sec**/
.overons-welcome-sec {
    padding-top: 143px;
}
.overons-welcome-sec h2{
    color: #1B1B1B;
}
.overons-welcome-sec h2 strong::after{
    display: none;
}
/***"overons-counter-sec***/
.overons-counter-sec {
    padding: 60px 0 84px;
}
.overons-counter-sec .row {
    margin: 0 -10px;
}
.overons-counter-sec .col-lg-6,
.overons-counter-sec .col-lg-3 {
    padding: 0 10px;
}
.each-overons-counter {
    padding: 30px 24px;
    border-radius: 20px;
    background-color: #F5F5F5;
    height: 100%;
    min-height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-counter h2 {
        font-family: 'PathwayExtremeBlack';
    font-size: 12.1rem;
    line-height: 110px;
    display: flex;
    align-items: start;
    margin-top: 23px;
    margin-left: 23px;
}
.each-overons-counter h2 strong {
    font-size: 4.6rem;
    font-family: 'PathwayExtremeSemiBold';
    line-height: 56px;
    padding-left: 20%;
}
.each-overons-counter h2 strong::after {
    display: none;
}
.each-overons-counter p {
    margin-bottom: 0;
    font-family: 'PathwayExtremeRegular';
    color: #FFF;
}
.each-overons-counter.overons-counter-third p{
    color: #1B69D4;
}
.each-overons-counter-img {
    height: 67px;
    width: 67px;
    border: 6px solid #F5F5F5;
    background-color: #1B69D4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 24px;
}
.each-overons-counter-img img {
    width: 25px;
    height: 25px;
}
.counter-icon-dark {
    display: none;
}
.overons-counter-first {
    background-color: #1B69D4;
}
.overons-counter-first .each-overons-counter-img {
    background-color: #fff;
    border-color: #1B69D4;
}
.overons-counter-first h2, .overons-counter-first p {
    color: #fff;
}
.overons-counter-second {
    background-color: #3A5A7A;
}
.overons-counter-second h2 {
    color: #fff;
}
.overons-counter-second .each-overons-counter-img {
    border-color: #3A5A7A;
    background-color: #fff;
}
.each-overons-counter:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
}
/****why-us-sec***/
.why-us-sec {
    background-color: #1B69D4;
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}
.why-us-sec .sec-mark {
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
}
.why-us-mark-dark {
    display: none;
}
.why-us-sec .container {
    position: relative;
    z-index: 1;
}
.why-us-sec h2 {
    color: #fff;
}
.each-why-us-info h4 {
    color: #fff;
    margin: 35px 0 5px;
}
.each-why-us-info p {
    color: #fff;
    margin-bottom: 0;
}
.each-why-us-info img {
    width: 55px;
    height: 55px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-why-us-info:hover img {
    transform: scale(1.1);
}
.why-us-info {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
}
.why-us-info .row {
    row-gap: 80px;
    margin: 0 -40px;
}
.why-us-info .col-lg-6 {
    padding: 0 40px;
}
/*****owner-sec****/
.owner-sec {
    padding: 20px 0 133px;
}
.owner-text {
    max-width: 750px;
    width: 100%;
    padding-right: 30px;
}
.owner-text h2{
    color: #1B1B1B;
}
.owner-text p {
    margin: 28px 0 46px;
    max-width: 690px;
    width: 100%;
}
.owner-img {
    border-radius: 40px;
    border: 10px solid #EFEFEF;
    background-color: #F5F5F5;
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    transform: rotate(1.8deg);
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.owner-img::after {
    content: "";
    height: 50px;
    width: 50px;
    border-radius: 100px;
    border: 9px solid #fff;
    background-color: #00CB40;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
}
.owner-img:hover {
    transform: rotate(0deg);
}
.owner-img-main {
    border-radius: 30px;
    overflow: hidden;
}
.owner-dark {
    display: none;
}
.owner-name {
    position: absolute;
    bottom: -43px;
    padding: 21px 60px;
    border-radius: 80px;
    background-color: #1B69D4;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 20px);
    text-align: center;
}
.owner-name h4 {
    color: #fff;
    font-family: 'BradleyHandITC';
    font-size: 2.8rem;
    line-height: normal;
}
/*****member-sec***/
.member-sec {
    padding-bottom: 110px;
}
.member-sec h2 {
    margin-bottom: 50px;
    text-align: center;
}
.member-sec .swiper{
    padding-bottom: 10px;
}
.each-member-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-member-text {
    padding: 17px 41px;
    text-align: center;
    display: table;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 60px;
    border: 1px solid rgba(27, 105, 212, 0.70);
    background: rgba(27, 105, 212, 0.10);
    backdrop-filter: blur(5px);
}
.member-slider .swiper-wrapper{
    justify-content: center;
}
.each-member-text h6 {
    display: none;
}
.each-member:hover .each-member-text {
    background-color: rgba(8, 29, 58, 0.10);
}
.member-control {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.member-control .swiper-scrollbar {
    height: 2px;
    background: rgba(8, 29, 58, 0.2);
    position: relative;
    width: 100%;
    border-radius: 24px;
}
.member-control .swiper-scrollbar-drag {
    border-radius: 24px;
    background: #1B69D4;
    cursor: grab;
}
.member-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.member-nav .common-arrow {
    position: initial;
    margin: 0;
}
.member-dark {
    display: none;
}
/*====================================aanbod page start======================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 150px 0 60px;
}
.filter-heading {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #1B69D4;
	font-size: 1.4rem;
    font-family: 'AcuminPro-Regular';
}
.filter-heading  h2{
    color: #1B1B1B;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    /* filter: brightness(0); */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0) saturate(100%) invert(32%) sepia(45%) saturate(2109%) hue-rotate(190deg) brightness(101%) contrast(96%);
}
.filter-reset a:hover {
	color: #1B69D4;
    opacity: 0.7;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #1B69D4;
    font-family: 'AcuminPro-Regular';
    font-size: 1.6rem;
    border: 1px solid #1B69D4;
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.select-style:hover {
    /* background-color: #3A5A7A; */
    border-color: #3A5A7A;
    color: #fff;
    background: url(../images/filter-arrow-wihte.svg) #3A5A7A no-repeat 91% center / 10px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option {
    font-family: 'AcuminPro-Regular';
	background-color: #1B69D4;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #1B69D4;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 5;
}
.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: #1B69D4;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'AcuminPro-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1B69D4;
    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 #1B69D4;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1B69D4;
    border-color: #1B69D4;
    background-image: url(../images/check-tick-white.svg);
    background-size: 15px;
    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: #fff;
    border-radius: 20px;
    background-color: rgba(27, 105, 212, 0.5);
    font-family: 'AcuminPro-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(27, 105, 212, 0.5);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /* filter: brightness(0); */
}

.auto-overview-tag:hover {
    background-color: #1B69D4;
    border-color: #1B69D4;
    color: #fff;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'AcuminPro-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    /* top: 79px; */
    top: 245px;
    /* background-color: #1B69D4;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter.filter-active{
    top: 70px;
    background-color: #fff;
    border-top: 1px solid rgba(27, 27, 27, 0.5);
    border-bottom: 1px solid rgba(27, 27, 27, 0.5);
}
.mobile-show-filter .common-btn {
    font-family: 'AcuminPro-Medium';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #1B69D4;
    border: 1px solid #1B69D4;
    text-transform: capitalize;
    color: #fff;
    margin-left: 0;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color:  #F5F5F5;
    border-color: #1B69D4;
    color: #1B69D4;
}
.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: #1B69D4;
    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: #fff;
    border: 1px solid #fff;
    color: #1B69D4;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    margin-left: 0;
    max-width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #F5F5F5;
    border-color: #1B69D4;
    color: #1B69D4;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #1B69D4;
    font-family: 'AcuminPro-Regular';
    text-transform: none;
    letter-spacing: normal;
    display: none;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 256px;
}
.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: #1B69D4;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(27, 105, 212, 0.5);
    border-color: rgba(27, 105, 212, 0.5);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #1B69D4;
}
.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: #1B69D4;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(8, 29, 58, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #1B69D4;
    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: rgba(8, 29, 58, 0.5);
} */
.mob-filter-visible strong {
    font-weight: normal;
    color: #1B69D4;
}
/******aanbod-product-sec*****/
.aanbod-product-sec {
    padding-bottom: 80px;
}
.aanbod-product-sec .container > .row {
    row-gap: 15px;
}
/*====================================aanbod-dtl page start======================================*/
/***aanbod-dtl-bk-btn***/
.aanbod-dtl-bk-btn {
    padding-top: 160px;
}
.aanbod-dtl-bk-btn .common-btn {
    position: relative;
    z-index: 2;
}
/***aanbod-dtl-welcome-sec***/
.aanbod-dtl-welcome-sec {
    position: relative;
}
.aanbod-dtl-welcome-sec .container {
    position: relative;
    z-index: 1;
}
.aanbod-dtl-welcome-sec .sec-mark {
    height: 100%;
    width: 100%;
    top: -67px;
}
.aanbod-dtl-welcome-sec .sec-mark img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aanbod-dtl-welcome-pattern-dark {
    display: none;
}
.share-area {
    margin: -35px 0 50px auto;
    display: table;
}
.share-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.each-share {
    border: 1px solid rgba(28, 28, 28, 0.50);
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.each-share:hover {
    background-color: #1B69D4;
    border-color: #1B69D4;
}
.each-share img , .each-share svg {
    width: 16px !important;
}
.each-share:hover img{
    filter: brightness(0) invert(1);
}
.each-share:hover svg{
    filter: brightness(0) invert(1);
}
.dtl-tab-sec .share-social-media-button svg:hover{
    filter: brightness(0) saturate(100%) invert(32%) sepia(45%) saturate(2109%) hue-rotate(190deg) brightness(101%) contrast(96%);
}
.aanbod-dtl-welcome-slider {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.each-aanbod-dtl-welcome-car {
    border-radius: 40px;
    overflow: hidden;
}
.aanbod-dtl-welcome-slider .common-arrow {
    height: 70px;
    width: 70px;
    background-color: #F5F5F5;
}
.aanbod-dtl-welcome-slider .common-arrow:hover {
    background-color: #3A5A7A;
}
.aanbod-dtl-welcome-slider .common-arrow img {
    width: 23px;
}
.aanbod-dtl-welcome-slider .swiper-button-next {
    right: 25px;
}
.aanbod-dtl-welcome-slider .swiper-button-prev {
    left: 25px;
}
.aanbod-dtl-welcome-info {
    border-radius: 20px;
    border: 2px solid rgba(8, 29, 58, 0.06);
    background-color: #F5F5F5;
    padding: 20px;
    margin-bottom: 6px;
    transition: 0.5s ease-in-out;
}
.aanbod-dtl-welcome-info h4{
    max-height: 1lh;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    color: #101824;
}
.aanbod-dtl-welcome-info p {
    color: rgba(16, 24, 36, 0.50);
    margin: 5px 0 20px;
    max-height: 1lh;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.aanbod-dtl-welcome-info:hover p,
.aanbod-dtl-welcome-info:hover h4 {
    max-height: 5lh;
}
.aanbod-dtl-welcome-info ul {
    margin: 0;
    list-style: none;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    padding: 12px;
}
.aanbod-dtl-welcome-info li {
    border-bottom: 1px solid rgba(8, 29, 58, 0.15);
    padding-bottom: 17px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.aanbod-dtl-welcome-info li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.aanbod-dtl-welcome-info li h6 {
    width: 35%;
    color: #1B1B1B;
}
.aanbod-dtl-welcome-info li h4,
.aanbod-dtl-welcome-info li h5 {
    width: 62%;
    text-align: right;
    color: #1B1B1B;
}
.aanbod-dtl-welcome-info table {
    margin: 28px 0;
    display: block;
    width: 100%;
    padding: 0 17px;
}
.aanbod-dtl-welcome-info tbody {
    width: 100%;
    display: block;
}
.aanbod-dtl-welcome-info tr {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.aanbod-dtl-welcome-info tr:last-child {
    margin-bottom: 0;
}
.aanbod-dtl-welcome-info td {
    width: 50%;
    letter-spacing: 0.32px;
    color: #1B1B1B;
}
.aanbod-dtl-welcome-info td:nth-child(even) {
    text-align: right;
}
.aanbod-dtl-welcome-info td strong {
    font-weight: normal;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.aanbod-dtl-welcome-info td strong img {
    width: 20px;
    height: 20px;
}
.aanbod-dtl-welcome-info td .welcome-dtl-dark {
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
}
.aanbod-dtl-welcome-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.aanbod-dtl-welcome-btn .common-btn {
    padding-left: 18px;
    border-radius: 100px;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    display: block;
}
.aanbod-dtl-welcome-btn .common-btn::after {
    display: none;
}
.aanbod-dtl-welcome-btn .common-btn:hover {
    background-color: #101824;
    color: #fff;
}
.aanbod-dtl-welcome-sec .col-lg-8 {
    width: 69%;
    padding: 0 11px;
}
.aanbod-dtl-welcome-sec .col-lg-4 {
    width: 31%;
    padding: 0 11px;
}
.aanbod-dtl-welcome-sec .container > .row {
    margin: 0 -11px;
}
.each-aanbod-dtl-welcome-gal {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
}
.aanbod-dtl-welcome-gal .row {
    margin: 0 -3px;
    row-gap: 6px;
}
.aanbod-dtl-welcome-gal .col-4 {
    padding: 0 3px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .col-lg-4 {
    width: 30%;
}
.dtl-tab-sec .col-lg-8 {
    width: 70%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    color: #1B69D4;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(27, 105, 212, 0.70);
    text-transform: none;
	font-size: 2.4rem;
    font-family: 'AcuminPro-Semibold';
	line-height: normal;
	padding-right: 16px;
    padding-left: 0;
	position: relative;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover {
    opacity: 1;
    color: #1B69D4;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 70px 0;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    margin-bottom: 28px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    margin: 0;
    list-style: none;
	gap: 10px;
}
.kenmerken-tab li {
    width: 32.6%;
	padding: 18px 23px;
	position: relative;
    font-family: 'AcuminPro-Regular';
    color: rgba(27, 27, 27, 0.70);
	line-height: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
	border-radius: 5px;
    background-color: #F5F5F5;
    font-size: 1.6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    height: 100%;
}
.kenmerken-tab li:hover {
    background-color: #1B69D4;
	color: #fff;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #1B1B1B;
    text-align: right;
    font-family: 'AcuminPro-Medium';
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover strong {
    color: #fff;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #1B69D4;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #1B69D4;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 5px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B69D4;;
    font-size: 1.6rem;
    line-height: 24px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1B69D4;;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #1B69D4;
	text-transform: none;
    font-size: 1.8rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: #1B69D4;
    line-height: 24px;
    font-family: 'AcuminPro-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #1B69D4;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'AcuminPro-Semibold';
    font-size: 1.6rem;
	line-height: 2.4rem;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #1B69D4;
}
.tab-btn .tabs li.active::after {
    transform: translateY(-28%) rotate(90deg);
    opacity: 1;
}
.tabs li::after{
    content: "";
    top: 50%;
    background-color: transparent;
    width: 7px;
    height: 11px;
    transition: all 0.5s;
    transform: translateY(-26%) rotate(0);
    position: absolute;
    right: 0;
    left: auto;
    background-size: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tab_arrow.svg);
}
/*****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-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #1B69D4;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #1B69D4;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    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 #fff;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: auto;
    overflow-x: clip;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
    border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'AcuminPro-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.kenmarken-popup-content li::after {
    display: none;
}
.dtl-car-office {
    border-radius: 5px;
    border: 1px solid rgba(8, 29, 58, 0.10);
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 8px;
}
.dtl-car-office-top {
    padding: 17px;
    border-radius: 5px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
}
.dtl-car-office-img {
    border-radius: 100%;
    height: 67px;
    min-width: 67px;
    width: 67px;
    margin-right: 28px;
    overflow: hidden;
}
.dtl-car-office-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-office-dark {
    display: none;
}
.dtl-car-office-top h6 {
    color: rgba(8, 29, 58, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.dtl-car-office-top h6 a {
    color: rgba(27, 27, 27, 0.70);
}
.dtl-car-office-top h6 a:hover {
    color: #1B69D4;
}
.dtl-car-office-btm {
    padding: 21px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.dtl-car-office-btm p {
    margin-bottom: 13px;
}
.dtl-car-office-btm p strong {
    margin-right: 6px;
    font-weight: normal;
    color: #1B69D4;
}
.dtl-car-office-btm p:last-child {
    margin-bottom: 0;
}
.dtl-car-office-btm p a {
    color: #1B1B1B;
}
.dtl-car-office-btm p a:hover {
    color: #1B69D4;
}
.tab-btm-btn:hover{
    color: #1B1B1B;
}
.dtl-car-office-btm p img {
    margin-right: 9px;
}
.dtl-car-office-share {
    width: 30px;
    text-align: right;
}
.dtl-car-office-share .share-social-media-button .a2a_dd {
    height: auto;
    width: auto;
    border: 0;
}
.dtl-car-office-share .share-social-media-button .a2a_dd:hover {
    background-color: transparent;
}
/****aanbod-dtl-form-sec*****/
.aanbod-dtl-form-sec .sec-mark {
    display: none;
}
.form-height-add {
    padding-bottom: 80px;
}
/****related-product-sec***/
.related-product-sec {
    padding: 90px 0 75px;
    background-color: #F5F5F5;
    overflow-x: hidden;
}
.related-product-heading {
    margin-bottom: 51px;
    border-bottom: 1px solid rgba(8, 29, 58, 0.30);
    padding-bottom: 42px;
}
.related-product-nav {
    display: flex;
    justify-content: end;
    position: relative;
    gap: 15px;
}
.related-product-nav .common-arrow {
    position: initial;
    background-color: #fff;
    margin: 0;
}
.related-product-nav .common-arrow:hover {
    background-color: #1B69D4;
}
/*====================================vacature page start======================================*/
.vacature-product-heading {
    padding-bottom: 48px;
}
.vacature-product-heading .filter-heading {
    margin-bottom: 0;
    padding-bottom: 44px;
}


/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}
/**************************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: 10px;
    margin-bottom: 10px;
    color: #1B69D4;
    border-bottom: 1px solid #1B69D4;
    padding-bottom: 10px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.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(#1B69D4 calc(1*100%/6),#ffffff 0 calc(3*100%/6),#1B69D4 0),
              linear-gradient(#1B69D4 calc(2*100%/6),#ffffff 0 calc(4*100%/6),#1B69D4 0),
              linear-gradient(#1B69D4 calc(3*100%/6),#ffffff 0 calc(5*100%/6),#1B69D4 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: #1B69D4;
  }
.carpass-img {
    width: 115px;
}
/****fix-wp****/
.fix-wp-float {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp-float img {
    width: 22px;
}
.fix-wp-float a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp-float a img {
    width: 24px;
}

.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; */
    bottom: 28px;
    /* left: 16px; */
    right: -11px;
	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){
	.fix-wp{
		display: none;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section h2{
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.privacy_section p {
    margin-bottom: 10px;
}
.privacy_section {
    padding: 140px 0 80px;
}
.form-no-height {
    padding-bottom: 40px;
}
.light-mode .big-error-font .dark-error-404{
    display: none;
}


/*******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: #1B1B1B;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
    color: #1B69D4;
    font-family: 'AcuminPro-Regular';
    font-size: 1.6rem;
}
.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(#1B69D4 calc(1*100%/6),#ffffff 0 calc(3*100%/6),#1B69D4 0),
              linear-gradient(#1B69D4 calc(2*100%/6),#ffffff 0 calc(4*100%/6),#1B69D4 0),
              linear-gradient(#1B69D4 calc(3*100%/6),#ffffff 0 calc(5*100%/6),#1B69D4 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: #1B69D4;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.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; */
    bottom: 28px;
    /* left: 16px; */
    right: -11px;
	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){
	.fix-wp{
		display: none;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
.sec-mark-mob{
    display: none;
}
.product-price-box{
    height: 100%;
}
.product-price-box table,
.product-price-box tbody{
    height: 100%;
}
.product-price-box tr {
    justify-content: end;
    height: 100%;
}
.inner-banner-sec h1 strong::after{
	display:none;
}