body {
	padding: 0px;
	margin: 0px;
    color: #1B1313;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background-color: #F9F8F6;
    /*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;
}
.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;
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/****header-area****/
.header-area {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #171313;
    border-color: rgba(255, 255, 255, 0.2);
}
.header-social ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-social li a {
    width: 31px;
    height: 31px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-social li a:hover {
    background-color: #dcc38f;
    border-color: #dcc38f;
}
.header-social .header-wp a {
    border-color: #25D366;
}
.header-social .header-wp a:hover {
    background-color: #25D366;
    border-color: #25D366;
}
.header-social .header-wp a:hover img {
    filter: brightness(0) invert(1);
}
.header-logo img {
    width: 372px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #F9F8F6;
    font-family: 'LamaSans-Light';
    font-size: 1.6rem;
    line-height: normal;
}
.header-nav > ul > li > a {
    color: #F9F8F6;
}
.header-nav > ul > li > a:hover {
    color: #dcc38f;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
/******menu-btn******/
.menu-bar {
    position: relative;
    max-width: 30px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #F9F8F6;
    content: '';
    height: 1px;
    margin: 7px 0 7px auto;
    width: 30px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #0F1118;
}
.menu-bar.active:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #0F1118;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #0F1118;
}
.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 rgb(15, 17, 24, 0.3);
	background-color: #F9F8F6;
	box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
	min-width: 170px;
	margin-top: 10px;
    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;
    pointer-events: all;
    border-radius: 10px;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 7px;
	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 > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: rgb(15, 17, 24, 0.7);
	padding: 9px 17px;
	border-bottom: 1px solid rgb(15, 17, 24, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #dcc38f;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #F9F8F6;
    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;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 2rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgb(15, 17, 24, 0.7);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #dcc38f;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
}
.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 img {
    top: 15px;
    width: 10px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
    overflow-x: hidden;
}
.banner-video, .each-banner {
	height: 932px;
}
.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: 0;
    z-index: 1;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 28px;
}
.go-next-btn {
    color: #F9F8F6;
    font-family: 'LamaSans-Light';
    font-size: 1.6rem;
    line-height: normal; 
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.go-next-btn::after {
    content: '';
    height: 10px;
    width: 10px;
    background-image: url(../images/next-sec-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-left: 12px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.go-next-btn:hover {
    opacity: 0.5;
}
.banner-btn {
    position: relative;
    margin-top: 50px;
}
.banner-btn::after {
    content: "";
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    background-color: #fff;
    top: 0;
}
.banner-btn ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 930px;
    width: 100%;
}
.banner-btn li {
    width: 33.33%;
}
.banner-btn li a {
    color: #F9F8F6;
    font-family: 'LamaSans-Light';
    font-size: 2rem;
    line-height: normal;
    backdrop-filter: blur(10px);
    display: block;
    padding: 30px 40px;
    background-color: rgba(249, 248, 246, 0.05);
}
.banner-btn li a::after {
    content: '';
    height: 14px;
    width: 14px;
    background-image: url(../images/type-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-btn li a:hover {
    background-color: rgba(15, 17, 24, 0.80);
}
/******product-sec*****/
.product-sec {
    padding: 113px 0 125px;
}
.each-product {
    opacity: 0.4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    position: relative;
    overflow: hidden;
}
.each-product-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(249, 248, 246, 0.00) 51.5%, rgba(249, 248, 246, 0.56) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text {
    position: relative;
    margin-top: 15px;
    padding-left: 24px;
}
.each-product-text .row {
    align-items: flex-start !important;
}
.each-product-text h2 {
    font-size: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 5px; */
    font-family: 'LamaSans-SemiBold';
}
.each-product-text p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'LamaSans-Light';
}
.each-product-text ul {
    display: flex;
    gap: 10px;
    justify-content: end;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}
.each-product-text li {
    color: #0F1118;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.4rem;
    line-height: 20px; 
    padding: 4px 8px;
    border-radius: 5px;
    background-color: rgba(15, 17, 24, 0.10);
}
.each-product-text table {
    margin-top: 22px;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.each-product-text td {
    color: #0F1118;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.4rem;
    line-height: 20px; 
    padding: 4px 8px;
    border-radius: 5px;
    background-color: rgba(15, 17, 24, 0.10);
}
.each-product:hover {
    opacity: 1;
}
.each-product:hover .each-product-img img {
    transform: scale(1.03);
}
.product-slider .swiper-slide-active .each-product {
    opacity: 1;
}
.product-slider .each-product-text .row {
    align-items: center;
}
.product-heading {
    margin-bottom: 44px;
}
.product-slider {
    position: relative;
}
.product-slider .common-arrow {
    top: 41%;
}
.product-slider .swiper-button-next {
    right: -5%;
}
.product-slider .swiper-button-prev {
    left: -5%;
}
/*****service-sec*****/
.service-sec {
    background-color: #0F1118;
    padding: 135px 0;
}
.service-img {
    margin-left: -7.5px;
    max-width: 748px;
    width: 100%;
    padding-right: 40px;
}
.service-text h2 {
    color: #F9F8F6;
}
.service-text p {
    color: #F9F8F6;
    margin: 40px 0;
}
.service-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.service-text li {
    color: rgba(249, 248, 246, 0.5);
    font-family: 'LamaSans-Light';
    font-size: 3.2rem;
    line-height: normal;
}
.service-text li a {
    color: rgba(249, 248, 246, 0.5);
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: from-font;
}
.service-text li a:hover {
    color: #F9F8F6;
}
.service-text {
    max-width: 671px;
    width: 100%;
    margin-left: auto;
}
/****about-sec*****/
.about-sec {
    padding: 200px 0 150px;
}
.about-left {
    max-width: 600px;
    width: 100%;
    padding-right: 40px;
}
.about-left p {
    margin: 74px 0 0;
}
.about-right p {
    margin: 40px 0 93px;
}
.about-right .common-btn {
    margin-top: 73px;
}
/*****gallery-sec*******/
.gallery-sec {
    padding-bottom: 142px;
    overflow-x: hidden;
}
.gallery-heading {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 110px;
    text-align: center;
}
.gallery-heading h2 {
    font-size: 6.4rem;
}
.gallery-heading ul {
    padding: 0;
    margin: 43px 0 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.gallery-heading li {
    color: #0F1118;
    font-family: 'LamaSans-Light';
    font-size: 2.4rem;
    line-height: normal;
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}
.gallery-heading li::after {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    background-color: #0F1118;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-heading li:first-child::after {
    display: none;
}
.gallery-heading li:first-child {
    padding: 0;
    margin: 0;
}
.gallery-heading li a {
    color: #0F1118;
}
.gallery-heading li a:hover {
    color: #dcc38f;
}
.gallery-heading h2 img {
    width: 90px;
}
.gallery-main {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
    padding: 0 20px;
}
.gallery-main::after {
    content: "";
    height: 44%;
    width: 100%;
    background: linear-gradient(0deg, #F9F8F6 0%, rgba(249, 248, 246, 0.00) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.gallery-main .col-3 {
    padding: 0 10px;
}
.gallery-main .row {
    margin: 0 -10px;
}
.each-gallery {
    overflow: hidden;
    margin-top: 20px;
}
.each-gallery img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
    transform: scale(1.1);
}
/*****footer-area   *****/
.footer-area {
    padding: 77px 0 20px;
    background-color: #0F1118;
}
.footer-reach p {
    color: #F9F8F6;
    font-family: 'LamaSans-Regular';
    font-size: 2.4rem;
    line-height: 34px; 
    letter-spacing: 0.24px;
}
.footer-reach p a {
    color: #F9F8F6;
    text-decoration: underline;
    text-underline-position: under;
}
.footer-reach p a:hover {
    color: #dcc38f;
    text-decoration: underline;
    text-underline-position: under;
}
.each-footer-info h5 {
    color: #F9F8F6;
    margin-bottom: 8px;
    font-family: 'LamaSans-Bold';
}
.each-footer-info p {
    color: #F9F8F6;
    margin-bottom: 0;
}
.each-footer-info p a {
    color: #F9F8F6;
}
.each-footer-info p a:hover {
    color: #dcc38f;
}
.each-footer-info table {
    max-width: 295px;
}
.each-footer-info td {
    color: #F9F8F6;
    display: inline;
}
.each-footer-info td strong {
    font-weight: normal;
    color: rgba(249, 248, 246, 0.4);
}
.footer-info {
    max-width: 615px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-social {
    border-top: 1px solid rgba(249, 248, 246, 0.15);
    padding-top: 18px;
    margin-top: 32px;
}
.footer-social ul {
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social li a {
    width: 31px;
    height: 31px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social li a:hover {
    background-color: #dcc38f;
    border-color: #dcc38f;
}
.footer-social .footer-wp a {
    border-color: #25D366;
}
.footer-social .footer-wp a:hover {
    background-color: #25D366;
    border-color: #25D366;
}
.footer-social .footer-wp a:hover img {
    filter: brightness(0) invert(1);
}
.footer-mark {
    max-width: 62%;
    margin-bottom: -20px;
}
.footer-policy p {
    color: rgba(249, 248, 246, 0.20);
    margin-bottom: 0;
    text-align: right;
}
.footer-policy p a {
    color: rgba(249, 248, 246, 0.20);
    line-height: 22px;
    letter-spacing: 0.16px;
}
.footer-policy p a:hover {
    color: #F9F8F6;
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 990px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.50);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 38%;
}
.modal-area .modal-content .col-lg-7 {
    width: 62%;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-area .popup-content p {
	margin: 15px 0 40px;
    line-height: 24px;
}
.modal-area .popup-content h2 {
    color: #1B1313;
}
.modal-area .popup-content {
    border-radius: 0;
    background-color: #F9F8F6;
    overflow: hidden;
    padding:  60px 80px;
    position: relative;
    color: #121212;
}
.modal-area .popup-content .common-btn {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
}
.modal-area .popup-content .common-btn::after {
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*=========================================diensten-list-start=========================================*/
.inner-banner-sec {
    position: relative;
}
.inner-banner-img {
    height: 100%;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    left: 0;
    bottom: 80px;
    transform: translateY(-50%);
    width: 100%;
}
/****breadcrumb-block***/
.breadcrumb-block {
    padding: 50px 0 10px;
}
.breadcrumb-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.breadcrumb-block li {
    color: #1B1313;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
}
.breadcrumb-block li::after {
    content: '';
    height: 90%;
    width: 1px;
    background-color: #1B1313;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    position: absolute;
    left: 0;
}
.breadcrumb-block li a {
    color: #dcc38f;
}
.breadcrumb-block li a:hover {
    color: #0F1118;
}
.breadcrumb-block li:first-child {
    padding-left: 0;
    margin-left: 0;
    color: #dcc38f;
    font-family: 'LamaSans-SemiBold';
}
.breadcrumb-block li:first-child a {
    color: #dcc38f;
}
.breadcrumb-block li:first-child a:hover {
    color: #0F1118;
}
.breadcrumb-block li:first-child::after {
    display: none;
}
/****service-list-sec***/
.service-list-sec {
    padding: 40px 0 146px;
}
.each-service-list {
    padding: 42px 0;
    border-top: 1px solid rgba(46, 42, 42, 0.2);
}
.each-service-list:last-child {
    padding-bottom: 0;
}
.each-service-list-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    padding-right: 30px;
}
.each-service-list-text p {
    margin: 20px 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-list-img {
    overflow: hidden;
    height: 445px;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list:hover .common-btn {
    color: #dcc38f;
}
.each-service-list:hover .common-btn::after {
    background-color: #dcc38f;
    background-image: url(../images/btn-arrow-white.svg);
}
.each-service-list:hover .each-service-list-img img {
    transform: scale(1.1);
}
/*=======================================overons pg start=========================================*/
/****overons-welcome-sec***/
.overons-welcome-sec {
    padding: 50px 0 122px;
}
.overons-welcome-img {
    max-width: 655px;
    width: 100%;
    padding-right: 40px;
}
.overons-welcome-text h2 {
    margin-bottom: 32px;
    color: #1B1313;
}
.overons-welcome-text p {
    margin-bottom: 30px;
}
.overons-welcome-img-small {
    max-width: 52%;
    margin-left: auto;
    margin-top: -25%;
}
.overons-welcome-img-big {
    padding-right: 50px;
}
.counter-block {
    margin-top: 130px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.each-counter {
    min-width: 157px;
}
.each-counter h6 {
    color: #121212;
    border-bottom: 1px solid rgba(46, 42, 42, 0.30);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
/******speciality-sec*****/
.speciality-sec {
    padding: 130px 0;
    background-color: #171313;
    overflow-x: hidden;
}
.speciality-text {
    max-width: 640px;
    width: 100%;
    padding-right: 30px;
}
.speciality-text h2 {
    color: #F9F8F6;
}
.speciality-text p {
    color: #F9F8F6;
    margin: 21px 0 0;
}
.acc-block {
    margin-top: 50px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
	border-top: 1px solid #2E2A2A;
	padding: 35px 0;
}
.acc-block li:last-child {
	border-bottom: 1px solid #2E2A2A;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li h4 {
    color: #fff;
	position: relative;
	cursor: default;
	padding-right: 28px;
    font-family: 'Montserrat-Regular';
    line-height: 24px;
}
.acc-block li h4::after {
    position: absolute;
    height: 16px;
    width: 8px;
    background-image: url(../images/acc-arrow.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: 5px;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.show_accordian h4::after {
	transform: rotate(90deg);
}
.acc-block p {
    margin-top: 19px;
    margin-bottom: 0;
    padding-right: 20px;
    letter-spacing: normal;
}
.speciality-img {
    max-width: 894px;
    width: 100%;
    margin-left: auto;
    padding-left: 40px;
}
/****mission-vision-sec****/
.mission-vision-sec {
    padding: 167px 0 150px;
}
.mission-vision-sec .col-lg-4 {
    padding: 0 40px;
}
.mission-vision-sec .row {
    margin: 0 -40px;
}
.mission-vision-sec h3 {
    margin: 25px 0 20px;
}
/*=======================================diensten-dtl pg start=========================================*/
/*****inner-header*****/
.inner-header {
    background-color: #171313;
}
/****inner-breadcrumb***/
.inner-breadcrumb {
    padding-top: 130px;
}
/******bk-btn-sec*****/
.bk-btn-sec .common-btn {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    top: 71px;
}
.bk-btn-sec .common-btn::after {
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}
/****dtl-welcome-sec****/
.dtl-welcome-sec {
    overflow-x: hidden;
    padding-top: 15px;
}
.dtl-welcome-text {
    max-width: 590px;
    padding-right: 30px;
    padding-top: 80px;
}
.dtl-welcome-text h2 {
    margin-bottom: 25px;
    color: #1B1313;
}
.dtl-welcome-img {
    max-width: 854px;
    width: 100%;
    margin-left: auto;
}
/*****dtl-info-sec****/
.dtl-info-sec {
    padding: 133px 0 155px;
}
.dtl-info-text {
    padding-top: 20px;
}
.dtl-info-text h2 {
    margin-bottom: 50px;
    color: #1B1313;
}
.dtl-info-text table {
    display: block;
}
.dtl-info-text tr {
    display: block;
}
.dtl-info-text td {
    display: block;
    margin-bottom: 20px;
    padding-left: 36px;
    position: relative;
}
.dtl-info-text td::after {
    content: "";
    height: 14px;
    width: 14px;
    position: absolute;
    top: 11px;
    left: 0;
    background-image: url(../images/info-tick.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.dtl-info-text td h4 {
    margin-bottom: 15px;
}
.dtl-info-text td:last-child {
    margin-bottom: 0;
}
.dtl-info-img {
    max-width: 640px;
    width: 100%;
    padding-right: 40px;
}
.dtl-info-img-small {
    max-width: 64%;
    margin-left: auto;
    margin-top: -75%;
}
.dtl-info-img-big {
    padding-right: 21%;
}
/****form-sec****/
.form-sec {
    padding: 126px 0;
    background-color: #171313;
}
.form-sec .row {
    align-items: center;
}
.form-info h2 {
    color: #F9F8F6;
    margin: 16px 0 113px;
    width: calc(100% + 80%);
    position: relative;
    z-index: 1;
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #2E2A2A;
}
.form-info { 
    max-width: 236px;
}
.form-info h6 {
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #2E2A2A;
    line-height: 14px;
    text-transform: capitalize;
}
.each-form-info {
    margin-bottom: 50px;
}
.each-form-info:last-child {
    margin-bottom: 0;
}
.each-form-info h6 {
    color: rgba(249, 248, 246, 0.50);
    margin-bottom: 10px;
    line-height: 26px;
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #2E2A2A;
}
.each-form-info p {
    color: #F9F8F6;
}
.each-form-info p a {
    color: #F9F8F6;
    line-height: 24px; /* 150% */
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #2E2A2A;
}
.each-form-info p a:hover {
    color: #F9F8F6;
    text-decoration: underline;
    text-underline-position: under;
}
.each-form-info p strong {
    font-weight: normal;
    font-size: 2rem;
    line-height: 31px;
}
.each-form-info td {
    color: #F9F8F6;
    display: inline;
}
.each-form-info td strong {
    font-weight: normal;
    color: rgba(249, 248, 246, 0.4);
}
.form-block h4 {
    color: #F9F8F6;
    line-height: 37px;
    letter-spacing: 0.48px;
    margin-bottom: 58px;
}
.form-block .form-group {
    position: relative;
    margin-bottom: 40px;
}
.form-block label {
    position: absolute;
    left: 0;
    top: 12px;
    background-color: transparent;
    z-index: 10;
    transition: all 0.4s ease;
    pointer-events: none;
    color: #F9F8F6;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 26px;
}
.form-block .form-style {
    resize: none;
    border: 0;
    border-bottom: 1px solid #2E2A2A;
    font-family: 'LamaSans-Light';
    line-height: 29px;
    font-size: 2.4rem;
    background-color: transparent;
    padding: 10px 0;
    color: #F9F8F6;
    width: 100%;
    border-radius: 0;
    transition: all 0.4s ease;
}
.form-block .form-style:focus {
    box-shadow: none;
}
.form-block textarea.form-style {
    height: 80px;
}
.form-block .focused label {
    color: rgba(249, 248, 246, 0.70);
    top: -20px;
}
.form-block .form-style.foto_upload, 
.form-block .form-style.photo_upload { 
    color: #F9F8F6;
    font-size: 1.6rem;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-img {
    max-width: 546px;
    width: 100%;
    border: 1px solid #2E2A2A;
    margin-left: -7%;
}
/*****related-service-sec****/
.related-service-sec {
    background-color: #F9F8F6;
}
.related-service-sec .service-text h2 {
    color: #1B1313;
}
.related-service-sec .service-text p {
    color: #1B1313;
}
.related-service-sec .service-text li {
    color: rgba(27, 19, 19, 0.60)
}
.related-service-sec .service-text li a {
    color: rgba(27, 19, 19, 0.60)
}
.related-service-sec .service-text li a:hover {
    color: #1B1313;
}
/*=======================================diensten-dtl pg start=========================================*/
/**map-sec***/
.map-sec {
    height: 450px;
}
/***contact-breadcrumb**/
.contact-breadcrumb {
    padding: 0;
    position: relative;
}
.contact-breadcrumb ul {
    position: absolute;
    top: 50px;
}
/***contact-form-sec***/
.contact-form-sec {
    background-color: #F9F8F6;
    padding: 0;
    overflow-x: hidden;
}
.contact-form-sec .form-img {
    max-width: 563px;
    margin-left: auto;
    border: 0;
    height: 100%;
}
.contact-form-sec .form-img img {
    height: 100%;
    object-fit: cover;
}
.contact-form-sec .row {
    align-items: initial;
}
.contact-form-sec .form-info h1 {
    color: #1B1313;
}
.contact-form-sec .form-info h4 {
    margin: 57px 0;
}
.contact-form-sec .form-info { 
    max-width: 236px;
    padding: 150px 0 100px;
}
.contact-form-sec .each-form-info {
    margin-bottom: 37px;
}
.contact-form-sec .each-form-info h6 {
    color: #1B1313;
    font-size: 1.8rem;
    line-height: 25px;
    letter-spacing: 0.18px;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: unset;
	text-transform: unset;
}
.contact-form-sec .each-form-info p {
    color: rgba(27, 19, 19, 0.60);
}
.contact-form-sec .each-form-info p a {
    color: rgba(27, 19, 19, 0.60);
}
.contact-form-sec .each-form-info p a:hover {
    color: #0F1118;
}
.contact-form-sec .each-form-info p strong {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: unset;
}
.contact-form-sec .each-form-info td {
    color: rgba(27, 19, 19, 0.60);
}
.contact-form-sec .each-form-info td strong {
    color: rgba(27, 19, 19, 0.60);
}
.contact-form-sec .form-block {
    max-width: 416px;
    width: 100%;
    padding: 150px 0 100px;
}
.contact-form-sec .form-block h4 {
    color: #1B1313;
    line-height: normal;
    letter-spacing: normal;
    margin: 60px 0;
}
.contact-form-sec .form-block .form-group {
    position: relative;
    margin-bottom: 40px;
}
.contact-form-sec .form-block label {
    color: #1B1313;
}
.contact-form-sec .form-block .form-style {
    border-color: rgba(23, 19, 19, 0.20);
    color: #1B1313;
}
.contact-form-sec .form-block .focused label {
    color: rgba(27, 19, 19, 0.70);
}
.contact-form-sec .form-block .form-style.foto_upload, 
.contact-form-sec .form-block .form-style.photo_upload { 
    color: #1B1313;
}
/*=======================================aanbod pg start=========================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 10px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #1B1313;
	font-size: 1.4rem;
	font-family: 'LamaSans-Medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #1B1313;
    opacity: 0.5;
}
.select-style {
    width: 100%;
    height: 60px;
    color: #1B1313;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    border: 1px solid rgba(23, 19, 19, 0.40);
    border-radius: 100px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'LamaSans-Medium';
	background-color: #1B1313;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(23, 19, 19, 0.40);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 3;
}
.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: #1B1313;
    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: #1B1313;
    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 #1B1313;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1B1313;
    border-color: #1B1313;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 20px;
    background-color: rgba(27, 19, 19, 0.5);
	font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #1B1313;
    border-color: #1B1313;
    color: #F9F8F6;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1B1313;
}
.hidden-filter::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.hidden-filter::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.total_search_records {
	margin-top: 30px;
}
.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 40px;
    position: fixed;
    top: 0;
    width: 600px;
    right: 0;
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #1B1313;
    border: 1px solid #1B1313;
    color: #F9F8F6;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(27, 19, 19, 0.5);
    border-color: rgba(27, 19, 19, 0.5);
    color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #1B1313;
    /* font-family: 'LamaSans-Regular'; */
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 220px;
}
.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: #1B1313;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(27, 19, 19, 0.4);
    border-color: rgba(27, 19, 19, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #1B1313;
}
.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: #1B1313;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(23, 19, 19, 0.40);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #1B1313;
    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(27, 19, 19, 0.8);
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #1B1313;
}
.filter-btn {
    min-height: 60px;
    min-width: 60px;
    border: 1px solid rgba(23, 19, 19, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}
.filter-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    transition: all 0.5s;
}
.aanbod-filter-left h6 {
    color: #1B1313;
    font-family: 'LamaSans-Light';
}
.aanbod-filter-left h6 strong {
    font-size: 2.4rem;
    font-weight: normal;
}
.aanbod-filter-sec.aanbod-filter-active {
    position: relative;
    z-index: 99;
}
.mobile-filter-close h6 {
    color: #1B1313;
    font-size: 1.6rem;
}
.clear-filter-main {
    padding: 20px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 15px;
    width: 50%;
}
.hidden-filter {
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    background-color: #fff;
    z-index: 999;
    height: 100%;
    margin-top: 0;
    padding: 100px 40px;
    overflow-y: auto;
    clip-path: inset(0 0 0 100%);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.hidden-filter-active {
    clip-path: inset(0 0 0 0);
}
.filter-heading .common-btn {
    color: #0F1118;
    font-family: 'BerlingskeSerif-Lt';
    font-size: 4.8rem;
    line-height: normal;
}
.filter-heading .common-btn::after {
    left: 50%;
    transform: translateX(-50%);
}
.filter-heading {
    margin-bottom: 20px;
}
/******aanbod-product-sec*******/
.aanbod-product-sec {
    padding: 70px 0 113px;
}
.aanbod-product-sec .each-product {
    opacity: 1;
}
.aanbod-product-sec > .container > .row {
    margin: 0 -10px;
    row-gap: 70px;
}
.aanbod-product-sec > .container > .row > .col-lg-6 {
    padding: 0 10px;
}
/*=======================================aanbod-dtl pg start=========================================*/
/****aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn {
    position: relative;
}
.aanbod-dtl-bk-btn .common-btn {
    position: absolute;
    top: 40px;
    z-index: 1;
}
/*****aanbod-dtl-welcome-sec******/
.aanbod-dtl-welcome-sec {
    overflow-x: hidden;
    padding-bottom: 43px;
}
.aanbod-dtl-car-slider {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
}
.aanbod-dtl-car-slider .swiper-button-next {
    right: 7%;
}
.aanbod-dtl-car-slider .common-arrow {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.aanbod-dtl-info {
    padding-bottom: 35px;
    padding-top: 100px;
}
.aanbod-dtl-info h6 {
    color: #1B1313;
    /* font-family: 'LamaSans-Medium'; */
    font-family: 'LamaSans-Regular';
}
.aanbod-dtl-info h2 {
    font-family: 'LamaSans-Light';
    margin: 22px 0 5px;
    color: #1B1313;
    font-size: 3.8rem;
}
.aanbod-dtl-info ul {
    padding: 0;
    margin-bottom: 50px;
    list-style: none;
    display: flex;
    row-gap: 20px;
    column-gap: 10px;
    flex-wrap: wrap;
}
.aanbod-dtl-info li {
    color: #1B1313;
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    width: 49%;
    position: relative;
    padding-left: 25px;
    line-height: 30px;
}
.aanbod-dtl-info li strong {
    font-weight: normal;
    font-size: 2rem;
    /* font-family: 'LamaSans-Light'; */
    font-family: 'BerlingskeSerif-Lt';
}
.aanbod-dtl-info li::after {
    content: "";
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(../images/info-tick.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
}
.video-upload {
    display: flex;
}
.video-upload strong {
    color: #1B1313;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 28px; 
    border-radius: 100px;
    border: 1px solid rgba(23, 19, 19, 0.4);
    padding: 15px 28px;
    font-weight: normal;
    cursor: pointer;
}
.video-upload span {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid rgba(23, 19, 19, 0.4);
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/*****aanbod-dtl-desc-sec****/
.aanbod-dtl-spec .row {
    row-gap: 15px;
}
.each-aanbod-dtl-spec {
    width: 100%;
    min-height: 344px;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-dtl-spec h6 {
    color: rgba(27, 19, 19, 0.40);
    font-family: 'LamaSans-Medium';
    position: absolute;
    top: 30px;
    left: 30px;
}
.each-aanbod-dtl-spec h3 {
    font-family: 'LamaSans-Light';
}
.each-aanbod-dtl-spec h3 strong {
    font-weight: normal;
    display: block;
    font-size: 2rem;
    margin-top: 10px;
}
.each-aanbod-dtl-spec:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.aanbod-dtl-reach {
    background-color: #171313;
    padding: 27px 37px;
    height: 100%;
}
.aanbod-dtl-reach h6 {
    color: rgba(255, 255, 255, 0.40);
    font-family: 'LamaSans-Medium';
    margin-bottom: 30px;
}
.aanbod-dtl-reach h5 {
    color: #fff;
    font-family: 'LamaSans-Light';
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 21px;
}
.aanbod-dtl-reach h5 a {
    color: #fff;
}
.aanbod-dtl-reach h5 a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}
.share-btn {
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-top: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-btn:hover {
    opacity: 1;
}
.aanbod-dtl-reach-btn .common-btn {
    margin-bottom: 24px;
}
.aanbod-dtl-reach-btn .common-btn:last-child {
    margin: 0;
}
.aanbod-dtl-reach-btn .common-btn:hover {
    color: #dcc38f;
}
.aanbod-dtl-reach-btn .common-btn:hover::after {
    background-color: #dcc38f;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    padding: 125px 0 104px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn {
    border-bottom: 1px solid rgba(23, 19, 19, 0.10);
    margin-bottom: 50px;
    padding-bottom: 28px;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(27, 19, 19, 0.30);
    text-transform: none;
	font-size: 2.4rem;
    font-family: 'LamaSans-Light';
	line-height: normal;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover {
    color: #1B1313;
}
.tab-btn .tabs li.active {
    color: #1B1313;
}
.tab_content {
    display: none;
}
#tab2.tab_content h3 {
    margin-bottom: 20px;
}
#tab2.tab_content p {
    margin-bottom: 20px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 60px;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: center;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
	column-gap: 17px;
    row-gap: 40px;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 30%;
	position: relative;
    font-family: 'LamaSans-Medium';
    color: #1B1313;
	line-height: 26px;
    font-size: 1.6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    height: 100%;
}
.kenmerken-tab li strong {
    font-weight: normal;
    font-family: 'LamaSans-Light';
    margin-left: 5px;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #1B1313;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #1B1313;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 10px;
    font-family: 'LamaSans-Regular';
}
.dtl-tab-sec .bullet-panel ul li::after {
    top: 8px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 24px;
    border-right: 1px solid rgba(27, 19, 19, 0.4);
}
.block-dtls {
    width: calc(100% - 140px);
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
	text-transform: none;
    color: #0F0F0F;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid rgba(27, 19, 19, 0.4);
    background-color: #fff;
}
.tab-btm-btn{
    text-align: left;
    color: #1B1313;
    cursor: pointer;
    margin-top: 60px;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
	line-height: normal;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    opacity: 0.5;
}
/*****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 {
    background-color: #F9F8F6;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid rgba(0, 0, 0, 0.5);
	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 #0F1118;
}
.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;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1B1313;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
    font-family: 'LamaSans-Medium';
}
.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: 'LamaSans-Regular';
    color: #1B1313;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.kenmarken-popup-content li:after {
    opacity: 0;
}
/*****related-product-sec*****/
.related-product-sec {
    padding: 146px 0 150px;
    overflow-x: hidden;
}
.related-product-slider {
    margin-top: 44px;
    position: relative;
}
.related-product-slider .swiper-slide-active .each-product {
    opacity: 1;
}
.related-product-slider .swiper-button-next {
    right: 30%;
}
.related-product-slider .common-arrow {
    transform: translateY(-50%);
    margin: 0;
    top: 40%;
}
.privacy_section {
    padding: 120px 0 80px;
}
.acties-left-content p {
    margin-bottom: 10px;
}
.each-home-gal-img {
    height: 418px;
}
.each-home-gal-img img {
    height: 100%;
    object-fit: cover;
}
.home-gallery-slider::after {
    content: "";
    height: 44%;
    width: 100%;
    background: linear-gradient(0deg, #F9F8F6 0%, rgba(249, 248, 246, 0.00) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
/*=======================================bedankt pg start=========================================*/
.bedankt-banner-sec .banner-content {
    padding-bottom: 80px;
}
.modellen-tab-sec .tab_content p {
    margin-bottom: 10px;
}
.modellen-tab-sec .tab_content h3 {
    margin-bottom: 30px;
    margin-top: 20px;
}
.pricelistitem span {
    font-size: 1.8rem;
    line-height: 30px;
}
.each-aanbod-dtl-car-slider {
    height: 573px;
}
.each-aanbod-dtl-car-slider img {
    height: 100%;
    object-fit: cover;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

#loader_section,
.popup-opacity,
.tab-popup {
    position: fixed;
    height: 100vh
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 7.5px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1, .form-2 {
    display: none;
    padding: 50px 0;
    margin-top: 20px;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }
@media (max-width: 991px) {
    .form-1, .form-2 {
        padding: 0 !important;
    }
}
/* /iframe-footer/ */
.iframe-footer {
    border: 0;
    width: 100%;
    /* margin-bottom: 0; */
    height: 50px;
    display: block;
    /* border-radius: 10px;
    margin: 10px auto 55px;
    max-width: calc(100% - 24px); */
}

.aanbod-wp {
    color: #25D366;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 24px;
}
.aanbod-wp strong {
    font-weight: normal;
    padding: 11px 18px;
    border: 1px solid #25D366;
    border-radius: 100px;
    display: flex;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    column-gap: 5px;
}
.aanbod-wp:hover {
    padding-right: 48px;
}
.aanbod-wp:hover strong {
    color: #fff;
    background-color: #25D366;
    border: 1px solid #25D366;
}
.aanbod-wp:hover img {
    filter: brightness(0) invert(1);
}

.modellen-tab-sec .tab_content.prijslijst-tab p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.modellen-tab-sec .tab_content.prijslijst-tab p em {
    font-style: normal;
	width: 70%;
}
.modellen-tab-sec .tab_content.prijslijst-tab p span {
	width: 30%;
	text-align: end;
}
