body {
	padding: 0px;
	margin: 0px;
    font-family: 'LamaSans-Regular';
    font-size: 16px;
    color: #222;
    background-color: #F4F4F4;
    /*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;
}
/****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;
}
/*****mini-right-nav******/
.mini-right-nav li {
    margin: 0px 0 7px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
    padding-left: 0;
}
.mini-right-nav li::after {
    display: none;
}
.mini-right-nav li a {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #00709A;
    border-radius: 10px 0 0 10px;
}
.mini-right-nav span {
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    bottom: 0;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    border-radius: 10px 0 0 10px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color:#00709A;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav li.whtasapp-nav .navtext, 
.mini-right-nav .whtasapp-nav span:after{
	background-color: #6EE37A;
}
.mini-right-nav a:hover span{ 
    width:auto; 
    padding:0 25px 0 35px;
}
.mini-right-nav a:hover {
    text-decoration:none; 
    color: #fff;
    border-radius: 0;
}
.mini-right-nav a span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav {
    position: fixed;
    top: 45%;
    z-index: 98;
    right: 0;
}
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 23px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 137px;
}
.header-nav {
    border-radius: 150px;
    background-color: #FBFFFF;
    padding: 16px 32px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.header-nav li {
    margin: 0;
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav li {
    color: #222;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px; 
}
.header-nav li a {
    color: #222;
}
.header-nav li a:hover {
    color: #00709A;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.header-area.stiky {
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.header-area.stiky .common-btn {
    border-color: #222;
    color: #222;
}
.header-area.stiky .common-btn strong::after {
    filter: brightness(0) invert(1);
}
.header-area.stiky .common-btn:hover strong::after {
    filter: brightness(0);
}
.header-area.stiky .common-btn:hover {
    color: #fff;
    border-color: #00709A;
}
.header-area.stiky .header-nav {
    background-color: #F4F4F4;
}
.menu-bar {
    position: relative;
    max-width: 30px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #00709A;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 30px;
    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);
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 40%;
    background-color: #222;
    padding: 120px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu ul {
    margin-bottom: 0;
}
.mobile-menu li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
}
.mobile-menu li::after {
    display: none;
}
.mobile-menu li a {
    color: #fff;
}
.mobile-menu li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mobile-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
}
.body-overlay {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/*****banner-sec***/
.banner-sec {
	position: relative;
}
.banner-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100%);
    z-index: 1;
    pointer-events: none;
}
.banner-video, .each-banner {
	height: 910px;
}
.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%);
    width: 100%;
	z-index: 1;
}
.banner-content h1 {
    margin-bottom: 5px;
}
.banner-content h4 {
    margin-bottom: 40px;
    color: #fff;
}
.banner-content .common-btn {
    margin-right: 14px;
}
/***product-sec****/
.product-sec {
    padding: 109px 0 73px;
    position: relative;
    overflow-x: clip;
}
.sec-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.product-sec .product-btm-mark {
    top: auto;
    bottom: 0;
}
.product-heading {
    margin-bottom: 63px;
}
.product-heading p {
    margin: 5px 0 0;
}
.product-slider {
    position: relative;
}
.product-slider .swiper {
    border-radius: 10px;
}
.product-thumb-slide {
    position: relative;
    padding-bottom: 65px;
}
.product-thumb-slide .swiper-button-next {
    right: -25px;
}
.product-thumb-slide .swiper-button-prev {
    left: -25px;
}
.product-thumb-slide .common-arrow {
    top: 37%;
}
.each-product .col-lg-7 .row {
    margin: 0 -3px;
    height: 100%;
}
.each-product .col-4,
.each-product .col-8 {
    padding: 0 3px;
}
.each-product .col-lg-5{
    width: 39%;
}
.each-product .col-lg-7 {
    width: 61%;
}
.product-small-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
}
.each-product-small-img {
    height: 50%;
    border-radius: 10px;
    overflow: hidden;
}
.each-product-small-img img {
    height: 100%;
    object-fit: cover;
}
.product-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.product-img img {
    height: 100%;
    object-fit: cover;
}
.product-top-slide {
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 3px solid rgba(207, 207, 207, 0.5);
}
.product-text {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 30px;
}
.product-text h3 {
    color: #00709A;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-text p {
    color: #00709A;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 13px 0 0;
}
.product-text table,
.product-text tbody {
    width: 100%;
    display: block;
}
.product-text table {
    margin: 45px 0 67px;
}
.product-text tr {
    display: flex;
    margin: 0 -30px;
}
.product-text td {
    width: 33.33%;
    background-color: #00709A;
    padding: 22px;
    display: block;
}
.product-text td:nth-child(2) {
    background-color: #0275A1;
}
.product-text td:nth-child(3) {
    background-color: #017AA8;
}
.product-text td strong {
    display: block;
    font-weight: normal;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px; 
    letter-spacing: 0.32px;
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.product-text td strong::after {
    content: "";
    height: 1px;
    width: 37px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-text td em {
    color: #fff;
    font-family: 'Anybody-MediumItalic';
    font-size: 1.6rem;
    line-height: normal;
    display: block;
    font-style: normal;
}
.product-btm h4 {
    color: #00709A;
    margin-bottom: 7px;
}
.product-btm h5 {
    color: #00709A;
}
.each-product-thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.each-product-thumb-text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: rgba(34, 34, 34, 0.50);
    backdrop-filter: blur(2.5px);
    opacity: 0;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-thumb-text strong {
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: rgba(246, 248, 250, 0.1);
    backdrop-filter: blur(10px);
}
.each-product-thumb-text p {
    margin: 13px 0 0;
    color: #fff;
}
.each-product-thumb:hover .each-product-thumb-text {
    opacity: 1;
}
/****service-sec****/
.service-sec {
    padding: 75px 0;
    position: relative;
}
.service-heading {
    max-width: 727px;
    width: 100%;
    margin: 0 auto 140px;
    text-align: center;
}
.service-heading p {
    margin: 14px 0 0;
    color: #fff;
}
.service-heading h2 {
    color: #fff;
}
.each-service {
    height: 394px;
    position: relative;
}
.each-service-img {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00709A;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    opacity: 0;
    border-radius: 20px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text h4 {
    color: #fff;
}
.each-service-text p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 363px;
    width: 100%;
}
.each-service-img h4 {
    color: #fff;
    position: absolute;
    bottom: 46px;
    left: 48px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-text {
    bottom: -20%;
    opacity: 1;
    transform: rotate(5deg);
}
.each-service:hover .each-service-img {
    transform: rotate(-10deg);
    top: -10%;
}
.each-service:hover .each-service-img h4 {
    opacity: 0;
}
.service-desktop .row {
    margin: 0 -24px;
    row-gap: 48px;
}
.service-desktop .col-lg-4,
.service-desktop .col-lg-6 {
    padding: 0 24px;
}
.service-sec .sec-mark {
    height: 100%;
}
.service-sec .sec-mark img {
    height: 100%;
    object-fit: cover;
}
.service-btn {
    margin-top: 76px;
    display: flex;
    gap: 19px;
    justify-content: center;
}
/***service-mobile***/
.service-mobile .each-service:hover .each-service-text {
    bottom: 0;
    opacity: 0;
    transform: rotate(0);
}
.service-mobile .swiper-slide-active .each-service-text,
.service-mobile .each-service:hover .each-service-text {
    opacity: 1;
}
.service-mobile .each-service:hover .each-service-img {
    transform: rotate(0);
    top: 0;
}
.service-mobile .each-service-img h4 {
    opacity: 1;
}
/***********usp-marquee************/
.usp-marquee-sec {
	position: relative;
	width: 100%;
    padding: 37px 0;
	background-color: #00709A;
	overflow: hidden;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 132px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 132px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #fff;
	font-size: 2rem;
    font-family: 'Anybody-MediumItalic';   
	position: relative;
	padding-left: 33px;
	margin-bottom: 0;
}
.usp-marquee-wrap li::after {
	height: 18px;
	width: 18px;
    background-size: 18px;
    top: 1px; 
    filter: brightness(0) invert(1);
}
/******about-sec*****/
.about-sec {
    background-color: #fff;
    position: relative;
}
.about-sec .sec-mark {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    z-index: 0;
    width: auto;
}
.about-img {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.about-text {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 84px 0 40px;
}
.about-text p {
    margin: 22px 0 50px;
}
/*****about-spec-sec*****/
.about-spec-sec {
    padding: 25px 0;
    background-color: #fff;
}
.about-spec-sec table,
.about-spec-sec tbody {
    display: block;
    width: 100%;
}
.about-spec-sec tr {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}
.about-spec-sec td {
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(0, 112, 154, 0.17);
    background-color: #F4F4F4;
    padding: 30px;
    width: 23.5%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-spec-sec td strong {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background-color: #00709A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-spec-sec td h5 {
    color: #222;
    margin: 70px 0 12px;
}
.about-spec-sec td p {
    margin-bottom: 0;
}
.about-spec-sec td::after {
    content: "";
    height: 50px;
    width: 5px;
    border-radius: 2px 0 0 2px;
    background-color: #00709A;
    top: 30px;
    left: -5px;
    position: absolute;
}
.about-spec-sec td:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.10);
}
/*****review-sec*****/
.review-sec {
    padding: 85px 0;
    background-color: #fff;
}
/****gallery-sec***/
.gallery-sec {
    padding: 10px 0;
    overflow-x: hidden;
}
.white-gallery-sec {
    background-color: #fff;
}
.gallery-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.gallery-slider .swiper {
    margin: 0 -6%;
}
.each-gallery {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 267px;
}
.each-gallery-img {
    height: 100%;
}
.each-gallery-img img {
    height: 100%;
    object-fit: cover;
}
.each-gallery h5 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.each-gallery h5 img {
    margin-right: 5px;
    height: 100%;
    object-fit: cover;
}
.each-gallery::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 112, 154, 0.50);
    backdrop-filter: blur(2.5px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover::after {
    opacity: 1;
}
.each-gallery:hover h5 {
    opacity: 1;
}
/***footer-area***/
.footer-area {
    padding: 70px 0 36px;
    background-color: #222;
    position: relative;
}
.footer-area .sec-mark {
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.footer-area .sec-mark img {
    height: 100%;
    object-fit: cover;
}
.each-footer-info h4 {
    color: #fff;
    margin-bottom: 16px;
}
.each-footer-info h4 a,
.each-footer-info p a {
    color: #fff;
}
.each-footer-info h4 a:hover,
.each-footer-info p a:hover {
    color: #00709A;
}
.each-footer-info td {
    color: #fff;
}
.each-footer-info td:nth-child(even) {
    padding-left: 18px;
}
.footer-btm {
    border-top: 1px solid #686868;
    margin-top: 36px;
    padding-top: 36px;
}
.footer-patner ul {
    display: flex;
    margin-bottom: 0;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
}
.footer-patner li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-patner li::after {
    display: none;
}
.footer-social ul {
    display: flex;
    margin-bottom: 0;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #00709A;
}
.footer-app h5 a {
    color: #fff;
}
.footer-app h5 a:hover {
    color: #00709A;
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1110px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(34, 34, 34, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-area .modal-content .col-lg-5 {
	width: 47%;
}
.modal-area .modal-content .col-lg-7 {
	width: 53%;
}
.modal-area .popup-content img {
	width: 137px;
}
.modal-area .popup-content p {
	margin: 58px 0 43px;
}
.modal-area .popup-content {
    padding: 83px;
	background-color: #fff;
	border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.pop-up-image {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content .sec-mark {
    height: 100%;
    width: 100%;
    z-index: 0;
}
.modal-area .popup-content-wrap {
    position: relative;
    z-index: 1;
}
/*====================================diensten page start======================================*/
.inner-banner-sec {
    position: relative;
}
.inner-banner-text {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
/****service-list-sec****/
/* .service-list-sec {
    position: relative;
    padding: 67px 0;
} */
.service-list-sec {
    position: relative;
    padding: 67px 0 112px;
}
.service-list-heading {
    max-width: 941px;
    width: 100%;
    margin: 0 auto 130px;
}
.service-list-heading p {
    margin: 15px 0 0;
}
.service-list-main .row {
    row-gap: 50px;
    margin: 0 -25px;
}
.service-list-main .col-lg-4 {
    padding: 0 25px;
}
/*====================================diensten-dtl page start======================================*/
/***inner-header****/
.inner-header {
    background-color: #fff;
}
.inner-header .header-nav {
    background-color: #F4F4F4;
}
.inner-header .blur-btn {
    border-color: #222;
    color: #222;
}
.inner-header .blur-btn:hover {
    border-color: #00709A;
    color: #fff;
}
/****bk-btn-sec*****/
.bk-btn-sec {
    padding: 160px 0 30px;
}
/****diensten-welcome-sec****/
.diensten-welcome-text {
    max-width: 616px;
    width: 100%;
}
.diensten-welcome-text h2 {
    margin-bottom: 26px;
}
.diensten-welcome-img {
    border-radius: 20px;
    overflow: hidden;
}
/****diensten-brief-sec****/
.diensten-brief-sec {
    padding-top: 67px;
}
.diensten-brief-img {
    max-width: 616px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.diensten-brief-text {
    max-width: 607px;
    width: 100%;
}
.diensten-brief-text h3 {
    margin-bottom: 30px;
}
/*****diensten-info-sec****/
.diensten-info-sec {
    padding: 70px 0;
}
.diensten-info-sec table,
.diensten-info-sec tbody {
    display: block;
    width: 100%;
}
.diensten-info-sec tr {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
    justify-content: center;
}
.diensten-info-sec td {
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(0, 112, 154, 0.17);
    background-color: #fff;
    padding: 30px 44px;
    width: 31.7%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-info-sec td::after {
    content: "";
    height: 47px;
    width: 6px;
    border-radius: 2px 0 0 2px;
    background-color: #00709A;
    top: 30px;
    left: -5px;
    position: absolute;
}
.diensten-info-sec td h4 {
    margin: 45px 0 11px;
}
.diensten-info-sec td strong {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background-color: #00709A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diensten-info-sec td p {
    margin-bottom: 0;
}
.diensten-info-sec td:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.10);
}
/******form-sec*****/
.form-sec {
    padding: 100px 0;
    position: relative;
}
.form-sec .sec-mark {
    height: 100%;
    width: 100%;
}
.form-sec .sec-mark img {
    height: 100%;
    object-fit: cover;
}
.form-img {
    border-radius: 20px;
    overflow: hidden;
    transform: rotate(-14.6deg);
}
.form-right {
    max-width: 482px;
    width: 100%;
    margin-left: auto;
    margin-right: 8%;
}
.form-info {
    background-color: #00709A;
    transform: rotate(4.28deg);
    padding: 30px 40px;
    border-radius: 20px;
    margin-top: -26%;
}
.form-info h3 {
    margin-bottom: 20px;
    color: #fff;
}
.form-info h5 {
    margin-bottom: 15px;
    color: #fff;
}
.form-info h5 a {
    color: #fff;
}
.form-info h5 a:hover {
    color: #222;
}
.form-info h5 img {
    margin-right: 10px;
}
.form-left  {
    max-width: 770px;
    width: 100%;
    padding-right: 50px;
}
.form-left h3 {
    color: #fff;
}
.form-left p {
    color: #fff;
    margin: 12px 0 0;
}
.form-block {
    margin-top: 40px;
}
.form-block .form-group {
	margin-bottom: 15px;
    position: relative;
    display: flex;
    gap: 2px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.form-block label {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px; 
    letter-spacing: 0.32px;
    top: 5px;
    position: relative;
    min-width: fit-content;
}
.form-block .form-style {
	resize: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-family: 'LamaSans-Regular';
    color: #fff;
    font-size: 1.6rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.form-block .form-style:focus {
    box-shadow: none;
    border: 0;
    color: #fff;
    background-color: transparent;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_uplaod {
    color: rgba(255, 255, 255, 0.5);
}
.form-block textarea.form-style {
    height: 100px;
}
.form-block .common-btn {
    margin-top: 40px;
}
.form-block .common-btn strong {
    background-color: #fff;
}
.form-block .common-btn strong::after {
    filter: brightness(0);
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
body .form-block .formError {
    position: absolute !important;
    top: calc(100% + 2px) !important;
    left: 0 !important;
    right: auto !important;
}
.form-block .form-group:has(textarea) > label {
    /* min-width: auto; */
}
.werkplaats-iframe {
    padding-top: 40px;
    background-color: #fff;
}
/*****related-service-sec****/
.related-service-sec {
    padding: 70px 0;
    position: relative;
}
.related-service-sec h2 {
    text-align: center;
}
.related-service-slider {
    position: relative;
}
.related-service-slider .swiper {
    padding: 100px 0;
}
.related-service-slider .swiper-button-next {
    right: -5%;
}
.related-service-slider .swiper-button-prev {
    left: -5%;
}
/*====================================vacature-list======================================*/
/****vacature-list-sec****/
.vacature-list-sec .service-list-main .row {
    max-width: max-content;
    margin: 0 auto;
}
/*====================================contact======================================*/
/****map-sec****/
.map-sec {
    padding-top: 10px;
    overflow-x: clip;
}
.map-left {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.map {
    height: 608px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.contact-form .form-info h3 {
    color: #00709A;
}
.contact-form .form-info {
	background-color: #fff;
}
.contact-form .form-info h5 a {
    color: #00709A;
}
.contact-form .form-info h5 a:hover {
    color: #222;
}
.contact-form .form-info h5 img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(2708%) hue-rotate(178deg) brightness(101%) contrast(101%);
}
/*====================================bedankt======================================*/
.bedankt-banner .banner-content h1 {
    margin-bottom: 36px;
}
/*====================================over-ons======================================*/
/****over-ons-top-sec****/
.over-ons-top-sec {
    position: relative;
    overflow-x: clip;
    background-color: #fff;
    padding: 85px 0 80px;
}
.over-ons-top-sec .container {
    z-index: 1;
    position: relative;
}
.over-ons-top-sec .sec-mark {
    z-index: 0;
}
.over-ons-top-img {
    padding-left: 10px;
}
.over-ons-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.each-counter {
    border-radius: 10px;
    border: 1px solid rgba(0, 112, 154, 0.17);
    background-color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 13px 18px;
    width: 31.33%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px;
}
.each-counter::after {
    content: "";
    height: 21px;
    width: 3px;
    border-radius: 2px 0 0 2px;
    background-color: #00709A;
    top: 30px;
    left: -3px;
    position: absolute;
}
.each-counter:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.10);
}
.each-counter h3 strong {
    font-weight: normal;
}
.each-counter h3 {
    color: #00709A;
}
.each-counter h5 {
    color: #00709A;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.counter-wrap {
    display: flex;
    align-items: center;
    column-gap: 18px;
    flex-wrap: wrap;
    margin-top: 47px;
    row-gap: 18px;
}
.each-counter-img {
    background-color: #00709A;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-counter-img img {
    width: 15px;
    height: 15px;
}
.over-ons-top-info {
    padding-right: 10px;
}
.over-ons-top-info h2 {
    margin-bottom: 20px;
}
.over-ons-top-info p {
    max-width: 625px;
    width: 100%;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    background-color: #222222;
    position: relative;
    padding: 94px 0 92px;
}
.over-ons-mid-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(75.93% 75.93% at 50% 50%, rgba(34, 34, 34, 0.96) 0%, #222 100%);
}
.over-ons-mid-sec .container {
    position: relative;
    z-index: 1;
}
.over-ons-mid-title h2,
.over-ons-mid-title p {
    color: #fff;
    text-align: center;
}
.over-ons-mid-title p{
    max-width: 970px;
    margin: 20px auto 0;
}
.each-over-ons-mid {
    border-radius: 20px;
    border: 1px solid rgba(0, 112, 154, 0.17);
    background-color: #FFF;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    padding: 33px 20px 54px;
}
.over-ons-mid-slider .swiper-slide {
    height: auto;
}
.each-over-ons-mid-info a {
    color: #00709A;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    text-decoration-line: underline;
}
.each-over-ons-mid-img img {
    height: 100px;
}
.over-ons-mid-title {
    margin-bottom: 55px;
}
.each-over-ons-mid-info a:hover {
    color: #0a58ca;
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    padding: 76px 0 95px;
}
.each-over-ons-team-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.each-over-ons-team {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.each-over-ons-team::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 112, 154, 0.00) 0%, #00709A 100%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.each-over-ons-team:hover::after {
    opacity: 1;
}
.each-over-ons-team-info {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 22px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-team:hover .each-over-ons-team-info {
    opacity: 1;
}
.each-over-ons-team-info h6 {
    font-family: 'LamaSans-Regular';
    line-height: 22px;
    letter-spacing: 0.32px;
}
.over-ons-team-title {
    margin-bottom: 55px;
}
.over-ons-team-title p {
    margin-bottom: 0;
    margin-top: 7px;
}
.over-ons-team-slider .swiper-button-next {
    right: -2%;
}
.over-ons-team-slider .swiper-button-prev {
    left: -2%;
}
/****over-ons-btm-sec****/
.over-ons-btm-sec {
    background-color: #222222;
    padding: 86px 0 128px;
}
.over-ons-btm-title {
    margin-bottom: 76px;
    text-align: center;
}
.over-ons-btm-title h2,
.over-ons-btm-title p {
    color: #fff;
}
.over-ons-btm-sec {
    overflow-x: clip;
}
.over-ons-btm-slider {
    width: 104vw;
    margin-left: -43vw;
    left: 41%;
    position: relative;
}
.over-ons-btm-slider-wrap {
    display: flex;
    align-items: center;
} 
.over-ons-btm-marquee-outer {
    overflow: hidden;
}
.over-ons-btm-slider-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
    align-items: center;
    gap: 27px;
}
.over-ons-btm-slider-wrap li {
	white-space: nowrap;
	line-height: normal;
    padding-left: 0;
    margin-bottom: 0;
    min-width: 309px;
}
.over-ons-btm-slider-wrap li::after {
    display: none;
}
.each-over-ons-btm {
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-btm-slider-wrap li:nth-child(3),
.over-ons-btm-slider-wrap li:nth-child(6),
.over-ons-btm-slider-wrap li:nth-child(9),
.over-ons-btm-slider-wrap li:nth-child(10) {
    min-width: 654px;
}
.over-ons-btm-title p {
    margin-bottom: 0;
    margin-top: 5px;
}
/****over-ons-gallery-sec****/
.black-gallery-sec {
    background-color: #222;
}
/* ============================================== aanbod-dtl ============================================== */
/*****aanbod-back-btn****/
.aanbod-back-btn {
    padding-top: 177px;
}
.aanbod-back-btn .sec-mark {
    top: 19%;
}
.mob-back-btn-mark {
    display: none;
}
/*****aanbod-top-btn-sec****/
.aanbod-top-btn-sec {
    margin-bottom: 38px;
}
.aanbod-top-btn-area {
    margin-top: -45px;
}
.aanbod-top-btn-area ul {
    display: flex;
    column-gap: 11px;
    justify-content: end;
    margin-bottom: 0;
}
.aanbod-top-btn-area li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-top-btn-area li::after {
    display: none;
}
.print-btn,
.share-btn {
    width: 44px;
    height: 44px;
    border: 1px solid #017AA8;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
}
.print-btn img,
.share-btn img {
    width: 16px;
}
.print-btn:hover,
.share-btn:hover {
    background-color: #017AA8;
}
.print-btn:hover img,
.share-btn:hover img {
    filter: brightness(0) invert(1);
}
/*****aanbod-product-sec****/
.product-sec.aanbod-top-product-sec {
    padding-top: 0;
    padding-bottom: 0;
}
.aanbod-top-product-area .col-lg-7 {
    width: 61%;
}
.aanbod-top-product-area .col-lg-5 {
    width: 39%;
}
.aanbod-top-product-sec .product-text {
    padding-top: 24px;
    padding-bottom: 24px;
    height: auto;
}
.product-text p {
    margin-top: 9px;
}
.aanbod-top-product-sec .product-text h3 {
    font-family: 'Anybody-SemiBoldItalic';
    font-size: 4.8rem;
}
.aanbod-top-product-sec .product-text table {
    margin: 21px 0 32px;
}
.aanbod-top-product-sec .product-text tr {
    flex-wrap: wrap;
}
.aanbod-top-product-sec .product-text td:nth-child(3) {
    background-color: #00709A;
}
.aanbod-top-product-sec .product-text td:nth-child(4),
.aanbod-top-product-sec .product-text td:nth-child(6) {
    background-color: #017AA8;
}
.aanbod-top-product-sec .product-btm {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 28px;
}
.aanbod-top-product-sec .product-btm h4 {
    margin-bottom: 0;
}
.aanbod-product-contact-dtl {
    position: relative;
    padding-top: 27px;
}
.aanbod-product-contact-dtl::after {
    content: '';
    position: absolute;
    top: 0;
    left: -8%;
    width: 100vw;
    height: 100vh;
    background-color: #00709A;
}
.aanbod-product-contact {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.aanbod-product-contact-img {
    width: 92px;
    height: 84px;
    border-radius: 5px;
    overflow: hidden;
}
.aanbod-product-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-product-contact-info ul {
    margin-bottom: 0;
    display: flex;
    column-gap: 10px;
}
.aanbod-product-contact-info li {
    padding-left: 0;
}
.aanbod-product-contact-info h5 {
    margin-bottom: 4px;
}
.aanbod-product-contact-info p {
    margin: 0;
}
.aanbod-product-contact-info a {
    color: rgba(255, 255, 255, 0.80);
}
.aanbod-product-contact-info a:hover {
    color: #fff;
}
.aanbod-product-contact-btn {
    margin-top: 21px;
}
.aanbod-product-contact-btn .white-fill-btn {
    background-color: transparent;
    backdrop-filter: none;
    width: 100%;
    justify-content: center;
}
.aanbod-product-contact-btn ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    column-gap: 9px;
}
.aanbod-product-contact-btn li {
    padding-left: 0;
    margin-bottom: 0;
    width: 48%;
}
.aanbod-product-slider .product-top-slide {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.aanbod-product-slider {
    position: relative;
}
.aanbod-product-slider .swiper {
    border-radius: 10px;
}
.aanbod-product-thumb-slide {
    position: relative;
    padding-top: 34px;
}
.aanbod-top-product-wrap {
    position: relative;
    padding-bottom: 34px;
}
.aanbod-top-product-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(207, 207, 207, 0.5);
}
.aanbod-product-thumb-slide .swiper-button-next {
    right: -25px;
}
.aanbod-product-thumb-slide .swiper-button-prev {
    left: -25px;
}
.aanbod-product-thumb-slide .common-arrow {
    top: 55%;
}
.aanbod-product-top-slide {
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 3px solid rgba(207, 207, 207, 0.5);
}
.aanbod-product-img {
    position: relative;
}
.digree-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.digree-mark img {
    width: 77px;
    height: 77px;
}
.aanbod-product-thumb-slide .each-product-thumb-img {
    position: relative;
}
.aanbod-product-thumb-slide .each-product-thumb-img .digree-mark {
    z-index: 1;
}
.aanbod-product-thumb-slide .each-product-thumb-img .digree-mark img {
    width: 70px;
    height: 70px;
}
.aanbod-product-thumb-slide .swiper-slide:first-child .each-product-thumb {
    position: relative;
}
.aanbod-product-thumb-slide .swiper-slide:first-child .each-product-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.50) 0%, rgba(34, 34, 34, 0.50) 100%);
}
.product-text.mob-aanbod-product-text {
    display: none;
}
.aanbod-product-contact-info li {
    margin-bottom: 0;
}
.aanbod-product-contact-info li::after {
	display:none;
}
.aanbod-top-product-sec .swiper-pagination {
    display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding-bottom: 68px;
    position: relative;
    overflow: hidden;
    padding-top: 76px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 10px;
    margin-bottom: 32px;
    row-gap: 26px;
}
.tab-btn-right {
    margin-bottom: 60px;
}
.aanbod-dtl-slider-btm {
    padding: 30px 17px;
}
/****tab-part****/
ul.tabs li.common-btn {
    font-family: 'Anybody-MediumItalic';
    font-size: 2rem;
    line-height: normal;
    margin: 0;
    word-break: break-word;
    cursor: pointer;
    color: #222;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    border-radius: 5px;
    padding: 16px 37px;
    border: 0;
}
ul.tabs li.common-btn::before {
    content: '';
    position: absolute;
    bottom: -28%;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 17px;
    background-image: url(../images/tab-btn-mark.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
ul.tabs li.common-btn.active {
    background: #00709A;
    border: 1px solid #00709A;
    color: #fff;
    overflow: visible;
}
ul.tabs li.common-btn.active::before {
    opacity: 1;
}
ul.tabs li::after {
    display: none;
}
.tab_content {
    margin-top: 30px;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn-right ul {
    list-style-type: none;
    display: flex;
    column-gap: 41px;
    justify-content: end;
    padding-left: 0;
}
.tab-btn-right li a {
    color: #f3f3f3;
    font-family: 'neue_montrealregular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    transition: all 0.5s;
}
.tab-btn-right li a:hover {
    text-decoration: underline;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab h3 {
    line-height: 56px;
    letter-spacing: normal;
    color: #F5F5F5;
    margin: 54px 0 26px;
}
.kenmerken-tab:first-child h3{
    margin-top: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 33.33%;
    position: relative;
    padding: 25px 0;
    display: flex;
}
.kenmerken-tab li strong{
    font-weight: normal;
    width: 50%;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab h5{
    color: #1C1C1C;
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #222;
    border-bottom: 1px solid #00709A;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content-area .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 0 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: #00709A;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #00709A;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    color: #1C1C1C;
}
.tab-btm-btn {
    margin-top: 10px;
}
.tab-btm-btn .common-btn {
    font-family: 'Anybody-MediumItalic';
    font-size: 2rem;
    line-height: normal;
    position: relative;
    color: #00709A;
    cursor: pointer;
    padding: 0;
    border: 0;
}
.tab-btm-btn .common-btn::before {
    display: none;
}
/****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(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #00709A;
    box-shadow: 0px 0px 25px 0px #00709A;
    -webkit-box-shadow: 0px 0px 25px 0px #00709A;
    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 #575853;
}
.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 h4 {
    margin-bottom: 15px;
}
.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: 9px;
}
.kenmerken-popup-model p {
    margin-bottom: 0;
}
.kenmerken-popup-model h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(31, 41, 61, 1);
}
.kenmarken-popup-content h3 {
    margin-bottom: 16px;
    line-height: 32px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(15, 23, 38, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    padding: 93px 0 102px;
    position: relative;
    overflow: hidden;
}
.aanbod-btm-title {
    margin-bottom: 60px;
    text-align: center;
}
.aanbod-btm-slider .each-product > .row {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.aanbod-btm-slider .each-product .col-lg-7,
.aanbod-btm-slider .each-product .col-lg-5 {
    width: 100%;
}
.aanbod-btm-slider .product-text {
    padding: 26px 22px 22px;
}
.aanbod-btm-slider .product-text h4 {
    color: #00709A;
}
.aanbod-btm-slider .product-text tr {
    flex-wrap: wrap;
    margin: 0 -24px;
}
.aanbod-btm-slider .product-text td {
    padding: 18px 16px;
}
.aanbod-btm-slider .product-btm h5 {
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.32px;
}
.aanbod-btm-slider .product-text p {
    margin-top: 4px;
}
.aanbod-btm-slider .product-text table {
    margin: 23px 0 30px;
}
.aanbod-btm-slider .product-text td em {
    font-weight: normal;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -5%;
}
.aanbod-btm-slider .swiper-button-next {
    right: -5%;
}
.aanbod-btm-slider .each-product:hover .common-btn strong::before {
    top: 50%;
    left: 75%;
    transform: translate(-50%, -75%) scale(37);
}
.aanbod-btm-slider .each-product:hover .common-btn strong::after {
    filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(6363%) hue-rotate(173deg) brightness(98%) contrast(100%);
}
.aanbod-btm-slider .each-product:hover .common-btn {
    color: #F6F8FA;
    border-color: #00709A;
}
.aanbod-btm-slider .each-product:hover .common-btn strong {
    background-color: #F6F8FA;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 178px 0 40px;
    overflow-x: clip;
    position: relative;
}
.aanbod-filter-sec .sec-mark {
    top: 30%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset {
    position: relative;
    top: -84px;
    right: 96%;
}
.filter-reset a {
    color: #222;
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #00709A;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 48px;
    color: #222;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    padding: 0 41px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 24px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    border-radius: 51px;
    border: 1px solid #222;
    background-color: #F4F4F4;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.aanbod-filter-sec .select-style:hover,
.aanbod-filter-sec .select-style.show {
    color: #fff;
    background: url(../images/filter-arrow-close.svg) no-repeat 91% center / 24px;
    background-color: #00709A;
    border-color: #00709A;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'LamaSans-Medium';
    background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #00709A;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #00709A;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    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-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
    margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #222;
    border-color: #222;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color: #00709A;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid #00709A;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
    background-color: transparent;
    color: #222;
}
.auto-overview-tag:hover img {
    filter: brightness(100) invert(1);
}
.filter-main .col-lg-3 {
    margin-bottom: 18px;
    width: 20%;
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #222;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #00709A;
    border-color: #00709A;
    color: #fff;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #222;
    border: 1px solid #fff;
    margin-left: 30px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #00709A;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #00709A;
}
.mobile-filter-close span img {
    width: 9px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: #222;
    border-color: #222;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    justify-content: center;
}
.auto-overview-filter-result h4{
    font-size: 1.6rem;
    color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    display: flex;
    align-items: center;
    justify-content: end;
}
.filter-sort h6 {
    margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'LamaSans-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .sorteren_op-filter {
    margin-bottom: 0;
    width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
    padding-bottom: 76px;
}
.aanbod-list-product-area > .row {
    row-gap: 21px;
}
.aanbod-list-product-sec .each-product > .row {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.aanbod-list-product-sec .each-product .col-lg-7,
.aanbod-list-product-sec .each-product .col-lg-5 {
    width: 100%;
}
.aanbod-list-product-sec .product-text {
    padding: 26px 22px 22px;
}
.aanbod-list-product-sec .product-text h4 {
    color: #00709A;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-list-product-sec .product-text tr {
    flex-wrap: wrap;
    margin: 0 -22px;
}
.aanbod-list-product-sec .product-text td {
    padding: 18px 16px;
}
.aanbod-list-product-sec .product-btm h5 {
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.32px;
}
.aanbod-list-product-sec .product-text p {
    margin-top: 4px;
}
.aanbod-list-product-sec .product-text table {
    margin: 23px 0 30px;
}
.aanbod-list-product-sec .product-text td em {
    font-weight: normal;
}
.aanbod-list-product-sec .each-product:hover .common-btn strong::before {
    top: 50%;
    left: 75%;
    transform: translate(-50%, -75%) scale(37);
}
.aanbod-list-product-sec .each-product:hover .common-btn strong::after {
    filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(6363%) hue-rotate(173deg) brightness(98%) contrast(100%);
}
.aanbod-list-product-sec .each-product:hover .common-btn {
    color: #F6F8FA;
    border-color: #00709A;
}
.aanbod-list-product-sec .each-product:hover .common-btn strong {
    background-color: #F6F8FA;
}
/* ============================================== verkocht ============================================== */
/****verkocht-top-sec****/
.verkocht-top-sec {
    overflow: hidden;
    position: relative;
    padding: 163px 0 62px;
}
.verkocht-top-sec .sec-mark {
    top: 39%;
}
 

/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.werkplaats_iframe 
{
    width: 100%;
    height: 1000px;
}

/* ####################################################################### 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(#fff calc(1*100%/6),#00709A 0 calc(3*100%/6),#fff 0),
                linear-gradient(#fff calc(2*100%/6),#00709A 0 calc(4*100%/6),#fff 0),
                linear-gradient(#fff calc(3*100%/6),#00709A 0 calc(5*100%/6),#fff 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: #00709A;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /* WHATS LAB */
  .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: 47px;
      right: 13px;
      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;
      }
  }

.calsty
{   border: 0; 
    width: 100%; 
    height: 1100px; 
    background: transparent; 
}
.privacy_section {
    padding: 120px 0 40px;
}
.print-btn img,
.print-btn svg {
    filter: brightness(0) saturate(100%) invert(28%) sepia(88%) saturate(1585%) hue-rotate(172deg) brightness(94%) contrast(99%) !important;
}
.print-btn:hover img,
.print-btn:hover svg {
    filter: brightness(0) invert(1) !important;
}
.aanbod-product-text tr{
	background-color: #00709A;
}

.footer-patner li {
    height: 49px;
}
.footer-patner img {
    width: 32px;
    height: 100%;
    object-fit: cover;
}
.footer-patner img.footer-bovag-logo {
    width: 119px;
}
.footer-patner img.footer-bosh-logo {
    width: 49px;
}
.over-ons-btm-gal-slider .swiper-slide {
    width: 17% !important;
}
.over-ons-btm-gal-slider .swiper-slide:nth-child(5n) {
    width: 37% !important;
}
.over-ons-btm-gal-slider .each-over-ons-btm{
    height: 363px;
}
.over-ons-btm-gal-slider .each-over-ons-btm img {
    height: 100%;
    object-fit: cover;
}













