@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #0A1520;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.8rem;
	background-color: #F5F5F5;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/* #page{
	overflow: hidden;
} */
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/********fixed-chat*******/
.fixed-chat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.fixed-chat a {
    border-radius: 100px;
    background: #F5F5F5;
    width: 71px;
    height: 71px;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.20));
}
.fixed-chat a img {
    width: 37px;
}
/********header-area*******/
.header-area {
    /* position: absolute; */
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-wrap {
	border-radius: 60px;
	overflow: hidden;
	border: 1.5px solid rgba(0, 0, 0, 0.05);
	background: #FFF;
	padding: 13px;
	margin: 13px 26px;
}
.menu-mid ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-mid li a {
    color: #0D0D0D;
}
.menu-mid li a:hover {
	color: #D9B573;
}
.menu-mid li {
    margin: 0 20px;
    display: inline-block;
}
.header-btn.common-btn::after {
    background-image: url(../images/header-call.svg);
}
.header-logo img {
    width: 240px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
	column-gap: 21px;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
}
.hamburger {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #F1EADF;
    height: 48px;
    width: 48px;
    border-radius: 100px;
    overflow: hidden;
}
.hamberger-wrap div {
    background-color: #000000;
    height: 1px;
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hamberger-wrap div:nth-child(even){
    margin: 6.5px 0;
	width: 20px;
}
.hamburger.active .hamberger-wrap div {
	display: none;
	width: 20px;
	position: relative;
	top: 3px;
}
.hamburger.active .hamberger-wrap .hamberger1 {
    transform: translateY(4px) rotate(135deg);
	display: block;
	width: 20px;
}
.hamburger.active .hamberger-wrap div:nth-child(even) {
	display: block;
	transform: translateY(-4px) rotate(-135deg);
}
.hamberger-wrap {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
/****mega-menu****/
.mega-menu {
	position: fixed;
    top: -200vh;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 52px);
    /* / height: calc(100vh - 180px); / */
    background-color: #fff;
    padding: 58px 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 30px;
    overflow: hidden;
	margin-top: 20px;
	height: auto;
}
.mega-menu.active {
    top: 112px;
}
.mega-menu-wrap {
    height: 100%;
    overflow: hidden;
}
.mega-menu-nav::-webkit-scrollbar,
.mega-menu-info::-webkit-scrollbar {
    display: none;
}
.mega-menu .container,
.mega-menu .row,
.mega-menu .col-lg-6 {
    height: 100%;
}
.mega-menu-nav {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}
.mega-menu-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 37px;
}
.mega-menu-nav li {
	color: #0D0D0D;
	font-size: 3.6rem;
    margin-bottom: 22px;
	line-height: 44px;
	letter-spacing: 0.36px;
}
.mega-menu-nav li a {
    color: #0D0D0D;
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.active {
    color: #D9B573;
}
.menu-right {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding-left: 30px;
    align-items: end;
    column-gap: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.each-menu-right h4 {
	color: #000;
	margin-bottom: 15px;
}
.each-menu-right a {
	color: rgba(0, 0, 0, 0.50);
	line-height: 26px;
	letter-spacing: 0.18px;
}
.each-menu-right {
    width: 45%;
}
.each-menu-right.each-footer-right {
	width: 45%;
}
.each-menu-right.each-footer-right h4 {
	color: #000;
}
.each-menu-right.each-footer-right td,
.each-menu-right.each-footer-right p {
    color: rgba(0, 0, 0, 0.50);
}
.each-menu-right .footer-social li a {
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.each-menu-right .footer-social li a:hover {
    border-color: #D9B573;
}
.each-menu-right .footer-social li a:hover img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.each-menu-right .footer-wp:hover {
    background-color: #25D366 !important;
	border-color: #25D366 !important;
}
.menu-img img {
	border-radius: 30px;
	overflow: hidden;
}
body.overflow {
    overflow: hidden !important;
	position: relative;
}
body.overflow::after {
	content: "";
	height: 100vh;
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(7.5px);
}
.menu-top .footer-mid-wp-wrap {
	margin-top: 35px;
	margin-bottom: 46px;
	background-color: rgba(37, 211, 102, 0.7);
    width: 192px;
	display: none;
}
.menu-top {
	margin-top: -42%;
}
.menu-top .footer-mid-wp span {
    height: 38px;
    width: 38px;
}
.menu-top .footer-mid-wp span img {
    width: 14px;
}   
.menu-top .footer-mid-wp-part-info p {
	font-size: 1.4rem;
	line-height: 16px;
	letter-spacing: 0.14px;
}
.menu-top .footer-mid-wp-part-info {
    margin-left: 10px;
}
.menu-mobile-img {
	display: none;
}
.each-menu-right a:hover {
	color: #D9B573;
}
.each-menu-right.each-menu-mobile-right {
    display: none;
}
.each-menu-right .footer-social ul {
	justify-content: start;
}
/********banner-sec*******/
.banner-sec {
	overflow: hidden;
	position: relative;
}
.banner-checkbox {
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner-checkbox img {
	height: 100%;
}
.banner-content h1 {
	margin-bottom: 55px;
}
.banner-mobile-vector {
	display: none;
}
.banner-content {
	position: relative;
}
.banner-vector {
    position: absolute;
    right: 35%;
    bottom: -10px;
}
.banner-content .common-btn::after {
    background-image: url(../images/banner-btn-car.svg);
}
.marquee-wrapper{
	max-width: 560px;
	width: 100%;
	margin-left: auto;
}
/* .marquee-wrapper .marquee-block{
	height: 913px;
	overflow: hidden;
	position: relative;
}
.marquee-inner {
	display: block;
	position: relative;
}
.marquee-inner.to-left{
	animation: marqueeTop 10s linear infinite;
}
.marquee-item{
	display: block;
	margin: 8px;
	overflow: hidden;
	border-radius: 30px;
	transition: all 0.8s linear;
}
.marquee-inner:hover {
	animation-play-state: paused;
}
@keyframes marqueeTop{
	0% {
		top: 0;
	}
	100% {
		top: -100%;
	}
} */

.marquee-item {
	display: block;
	margin: 8px;
	overflow: hidden;
	border-radius: 30px;
}
.banner-slider {
    overflow: hidden;
    position: relative;
    height: 913px;
}
.marquee-wrapper {
    position: relative;
    height: 100%;
}
.marquee-block {
    position: relative;
    height: 100%;
}
.marquee-inner {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
}
/********product-sec*******/
.product-sec {
    background-color: #0D0D0D;
    padding: 120px 0 82px;
    overflow: hidden;
	position: relative;
	z-index: 0;
}
.product-sec h2,
.product-sec p {
	color: #F5F5F5;
}
.product-sec p {
	margin-bottom: 0;
}
.product-sec h2 {
	margin-bottom: 20px;
}
.product-sec .border-btn {
	border-color: #D9B573;
	color: #F5F5F5;
}
.product-sec .common-btn::after {
	background-image: url(../images/banner-btn-car.svg);
}
.product-sec .border-btn::after {
	background-color: transparent;
}
.product-sec .border-btn:hover {
	background-color: #D9B573;
	color: #0D0D0D;
}
.product-left {
	position: relative;
}
.product-vector {
	position: absolute;
	right: 19%;
}
.product-mobile-vector {
	display: none;
}
.product-top {
	margin-bottom: 140px;
	position: relative;
}
.product-slider-wrap {
	margin: 0 -50%;
}
.each-product-info {
	/* padding: 15px 20px; */
	padding: 15px 0;
}
.each-product-img {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.each-product-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.product-plus {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-plus img {
	width: 104px;
}
.each-product:hover .product-plus {
	opacity: 1;
}
.each-product-title h3 {
    color: #F5F5F5;
    height: 43px;
    overflow: hidden;
    margin-bottom: 10px;
}
.each-product-title p {
	color: rgba(245, 245, 245, 0.5);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-btm {
	margin-top: 35px;
}
.each-product-btm .col-7 {
	width: 73%;
}
.each-product-btm .col-5 {
	width: 27%;
}
.each-product-btm table {
    width: 100%;
}
.each-product-btm tr {
    /* display: flex;
    justify-content: space-between; */
}
.each-product-btm td {
    line-height: normal;
}
.each-product-btm td span {
	font-size: 1.8rem;
	color: rgba(245, 245, 245, 0.5);
	line-height: 26px;
	letter-spacing: 0.18px;
}
.each-product-btm td h6 {
	font-size: 1.8rem;
	color: #F5F5F5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 26px; 
	letter-spacing: 0.18px;
	font-family: 'HelveticaNeue-Medium';
}
.each-product-btm h4 {
	color: #F5F5F5;
	font-family: 'HelveticaNeue-Regular';
}
.each-product-btm p {
	color: rgba(245, 245, 245, 0.5);
	margin-bottom: 0;
}
.product-slider .swiper-wrapper{
	justify-content: center;
}
.product-slider .swiper-button-prev {
	left: 30%;
}
.product-slider .swiper-button-next {
	right: 30%;
}
.product-slider .common-arrow {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider .common-arrow:hover {
	background-color: #D9B573;
}
.product-slider .common-arrow:hover img {
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.product-swiper-pegi {
	margin-top: 80px;
	position: relative;
}
.swiper-btm-pegi .swiper-pagination {
	bottom: -8px;
}
.swiper-btm-pegi .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #fff;
    position: relative;
	opacity: 1;
	justify-content: center;
    align-items: center;
    display: inline-flex;
	margin: 0 10px !important;
}
.swiper-btm-pegi .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	border: 1px solid #D9B573;
	border-radius: 50%;
	opacity: 0;
}
.swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #D9B573;
    border-radius: 10px;
}
.swiper-btm-pegi .swiper-pagination-bullet-active::after {
	opacity: 1;
}
.swiper-btm-pegi .swiper-pagination-bullets-dynamic {
    overflow-x: clip;
    overflow-y: visible;
}
/********service-sec*******/
.service-sec {
	background-color: #F1EADF;
	padding: 95px 0 130px;
	position: relative;
	z-index: 0;
}
.service-title {
    max-width: 905px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 88px;
	position: relative;
}
.service-title p {
	margin: 27px 0 43px;
	color: #0D0D0D;
}
.service-title .common-btn::after {
	background-image: url(../images/service-login.svg);
}
.service-vector {
    position: absolute;
    left: 26%;
    bottom: -15px;
}
.service-block {
	position: relative;
	z-index: 1;
}
.each-service-block {
	border-radius: 30px;
	overflow: hidden;
	height: 457px;
}
.each-service-block-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px 35px;
}
.each-service-block-hover-info {
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	background-color: #D9B573;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-block:hover .each-service-block-hover-info {
	top: 0;
}
.each-service-block-hover-info .common-btn {
    max-width: max-content;
}
.each-service-block-hover-info .common-btn:hover {
	background-color: #F5F5F5;
	color: #0D0D0D;
}
.each-service-block-info h3 {
	color: #F5F5F5;
}
.service-frame {
	margin-bottom: 44px;
}
.each-service-block-info-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 40px;
}
.each-service-block-info-wrap p {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
	margin: 25px 0 45px;
	color: #0D0D0D;
}
.each-service-block-img {
	height: 100%;
}
.each-service-block-img img {
	height: 100%;
	object-fit: cover;
}
.service-slider {
    position: relative;
    z-index: 1;
}
.service-swiper-pegi {
    margin-top: 50px;
	position: relative;
}
.service-slider .swiper-btm-pegi .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #0D0D0D;
    position: relative;
	opacity: 1;
	justify-content: center;
    align-items: center;
    display: inline-flex;
	margin: 0 10px !important;
}
.service-slider .swiper-btm-pegi .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	border: 1px solid #D9B573;
	border-radius: 50%;
	opacity: 0;
}
.service-slider .swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #D9B573;
    border-radius: 10px;
	width: 8px;
}
.service-slider .swiper-btm-pegi .swiper-pagination-bullet-active::after {
	opacity: 1;
}
/********marquee-sec*******/
.marquee-sec {
	padding: 38px 0;
	position: relative;
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	/* display: inline-block; */
	display: flex;
	animation: 15s slide infinite linear;
}
.marque-txt li {
	/* display: inline list-item; */
	display: inline-block;
	color: #0D0D0D;
	font-size: 1.8rem;
	line-height: 18px;
	padding-left: 40px;
	position: relative;
	margin-left: 50px;
}
.marque-txt ul {
	list-style-type: none;
	margin-bottom: 0;
}
.marque-txt li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    background-image: url(../images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.marquee-sec::after {
	position: absolute;
	content: '';
	background-color: rgba(13, 13, 13, 0.48);
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.5px;
}
/********about-sec*******/
.about-sec {
	position: relative;
	z-index: 0;
}
.about-sec-wrap {
	padding: 130px 0;
	position: relative;
	z-index: 1;
}
.about-checkbox {
	position: absolute;
	width: 100%;
}
.about-img img,
.about-mobile-img img {
	border-radius: 30px;
	overflow: hidden;
}
.about-mobile-img {
	display: none;
}
.about-title {
	position: relative;
}
.about-vector {
    position: absolute;
    right: 30%;
    top: 10%;
}
.about-info p {
	margin: 45px 0 80px;
	color: #0D0D0D;
}
.about-info {
    padding-left: 42px;
}
.counter-wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 35px;
}
.each-counter {
	display: flex;
	column-gap: 20px;
}
.each-counter img {
	width: 50px;
}
.counter-wrap {
	margin-top: 80px;
}
.about-info .common-btn::after {
	background-image: url(../images/counter-btn.svg);
}
.each-counter-info h4 {
	font-family: 'HelveticaNeue-Regular';
}
.each-counter-info h6 {
	font-size: 1.8rem;
	color: rgba(13, 13, 13, 0.5);
	line-height: 26px;
	letter-spacing: 0.18px;
}
.about-mobile-vector {
	display: none;
}
/********footer-area*******/
.footer-area {
    background-color: #0D0D0D;
    padding: 130px 0 0;
    position: relative;
    overflow: hidden;
	z-index: 0;
}
.footer-area .row {
    margin-bottom: 72px;
    z-index: 1;
    position: relative;
}
.footer-mid-wp-wrap {
    border-radius: 41.5px;
	background-color: rgba(37, 211, 102, 0.30);
    width: 266px;
    padding: 10px;
	display: flex;
	align-items: center;
}
.footer-mid-wp a {
    display: flex;
    align-items: center;
}
.footer-mid-wp span {
    background-color: #25D366;
    height: 52px;
    width: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-mid-wp span img {
    width: 20px;
}
.footer-mid-wp-part-info {
    margin-left: 20px;
}
.footer-mid-wp-part-info p {
	margin-bottom: 0;
	color: #fff;
	font-family: 'HelveticaNeue-Medium';
}
.footer-mid-wp-part-info p strong {
	font-weight: normal;
	font-family: 'HelveticaNeue-Regular';
}
.footer-right {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.each-footer-right {
	width: 33%;
}
.each-footer-right h4 {
    color: #fff;
    margin-bottom: 16px;
}
.each-footer-right a {
	line-height: 26px;
	letter-spacing: 0.18px;
}
.each-footer-right td {
	vertical-align: top;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 26px;
	letter-spacing: 0.18px;
}
.each-footer-right tr td:first-child {
	padding-right: 20px;
}
.each-footer-right p {
    color: #FFF;
    margin-bottom: 0;
    margin-top: 20px;
}
.footer-logo img {
	width: 240px;
}
.each-footer-right a:hover {
	color: #D9B573;
}
.footer-social ul {
    justify-content: end;
	column-gap: 14px;
    display: flex;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}
.footer-social li {
    margin: 0;
}
.footer-social li a {
    height: 35px;
    width: 35px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.footer-social li a:hover {
	background-color: #D9B573;
	border-color: #D9B573;
}
.footer-wp:hover {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
}
.footer-btm {
	position: relative;
	padding: 20px 0 5px;
}
.footer-btm::after {
    position: absolute;
    content: '';
    left: -239px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.31);
    height: 1px;
    width: 100vw;
}
.footer-btm .row {
	margin-bottom: 0;
}
.footer-btm a {
	line-height: 26px;
	letter-spacing: 0.18px;
	color: rgba(255, 255, 255, 0.62);
}
.footer-btm a:hover {
	color: #D9B573;
}
.footer-block {
	margin-top: -13%;
}
/******************************diensten-list******************************/
main {
	margin-top: 122px;
}
/***inner-header***/
/* .inner-header {
	position: relative;
} */
/***inner-banner***/
.inner-banner {
    padding: 0 25px;
	position: relative;
}
.inner-banner-img {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.inner-banner-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.inner-banner-content {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 0 50px;
}
.inner-banner-content h1 {
	color: #F5F5F5;
}
/***diensten-list-sec***/
.diensten-list-sec {
	padding: 96px 0 131px;
	position: relative;
}
.diensten-checkbox {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 54%;
    opacity: 0.4;
    z-index: -1;
}
.diensten-list-wrapper{
	padding: 0 86px;
}
.diensten-list-title {
	text-align: center;
	position: relative;
}
.diensten-vector {
    position: absolute;
    right: 27%;
    top: 55%;
}
.each-diensten-list .col-lg-5{
	width: 45%;
}
.each-diensten-list .col-lg-7{
	width: 55%;
}
.each-diensten-list-img{
	height: 392px;
}
.each-diensten-list-img img{
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
    overflow: hidden;
}
.each-diensten-list-content{
	padding-left: 47px;
}
.each-diensten-list-content p{
	margin: 35px 0 36px;
	color: #0D0D0D;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.diensten-list-area{
	margin-top: 146px;
}
.diensten-list-area .each-diensten-list-area:nth-child(even) .each-diensten-list-content{
	padding-left: 0;
	padding-right: 49px;
}
.each-diensten-list-area{
	margin-top: 107px;
}
/* .each-diensten-list-area .common-btn:hover {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
} */
.each-diensten-list-area a:hover .common-btn {
	background-color: #D9B573;
	border-color: #D9B573;
	color: #0D0D0D;
}
.diensten-list-area .each-diensten-list-area:first-child{
	margin-top: 0;
}
/******************************diensten-dtl******************************/
/***back-btn***/
.back-btn {
    padding-top: 71px;
}
.back-btn .col-lg-7{
	width: 56%;
}
.txt-btn {
    color: #0D0D0D;
    line-height: 26px;
    letter-spacing: 0.18px;
    position: relative;
    top: 0;
	padding-left: 58px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn::after {
    content: "";
    height: 44px;
    width: 44px;
    position: absolute;
    left: 0;
    background-image: url(../images/back-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid rgba(13, 13, 13, 1);
    border-radius: 50%;
}
.txt-btn:hover{
	color: #D9B573;
}
.txt-btn:hover::after{
	background-color: #D9B573;
	border-color: #D9B573;
}
/***diensten-dtl-top-sec***/
.diensten-dtl-top-area .col-lg-5{
	width: 44%;
}
.diensten-dtl-top-area .col-lg-7{
	width: 56%;
}
.diensten-dtl-top-img {
    padding-right: 50px;
    margin-top: -37px;
}
.diensten-dtl-top-img img{
	border-radius: 30px;
	overflow: hidden;
}
.diensten-dtl-top-content{
	padding-top: 69px;
}
.diensten-dtl-top-content h2{
	margin-bottom: 22px;
}
.diensten-dtl-top-content p:last-child{
	margin-bottom: 0;
}
/***diensten-dtl-mid-sec***/
.diensten-dtl-mid-title{
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}
.diensten-dtl-vector{
	position: absolute;
    right: 20%;
	top: -12%;
}
.diensten-dtl-mid-sec{
	padding: 128px 0 130px;
	position: relative;
	z-index: 0;
}
.diensten-dtl-mid-area table{
	width: 100%;
}
.diensten-dtl-mid-area tr{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.diensten-dtl-mid-area td {
	width: 32.1%;
    text-align: center;
    border: 1px solid rgba(13, 13, 13, 0.10);
    border-radius: 30px;
    overflow: hidden;
    background: #F1EADF;
    margin-right: 26px;
    padding: 37px 30px 52px;
	transition: all 0.5s;
}
.diensten-dtl-mid-area td:hover {
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.diensten-dtl-mid-area td:last-child{
	margin-right: 0;
}
.diensten-dtl-mid-area td p{
	margin-bottom: 0;
}
.diensten-dtl-mid-area td h4{
	margin-bottom: 24px;
}
/***form-sec***/
.form-sec{
	position: relative;
	padding: 110px 0 144px;
	z-index: 0;
}
.form-sec::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(13, 13, 13, 0.90);
}
.form-area{
	position: relative;
	z-index: 1;
}
.form-left {
	margin-top: 35px;
}
.form-left-heading h2{
	color: #F5F5F5;
}
.form-left-heading p{
	color: #F5F5F5;
	margin: 11px 0 76px;
	width: 100%;
    max-width: 576px;
}
.form-left-area .menu-right{
	padding-left: 0;
	overflow-y: hidden;
    overflow-x: hidden;
	row-gap: 34px;
}
.form-left-area .each-menu-right h4 {
    color: #fff;
}
.form-left-area .each-menu-right a {
    color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-left-area .each-menu-right a:hover {
	color: #D9B573;
}
.form-left-area .each-menu-right.each-footer-right td, .form-left-area .each-menu-right.each-footer-right p{
	color: #fff;
}
.form-right {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	padding: 98px 65px 65px;
	max-width: 723px;
    margin: 0 auto;
    margin-right: 0;
    width: 100%;
}
.form-group {
	position: relative;
	margin-bottom: 33px;
	padding-bottom: 10px;
}
.form-group.textarea-div {
	margin-bottom: 25px;
}
.form-right label {
	position: absolute;
	left: 0;
	top: 10px;
	background-color: transparent;
	z-index: 10;
	transition: transform 150ms ease-out, opacity 150ms ease-out;
	pointer-events: none;
	width: 100%;
	color: rgba(13, 13, 13, 0.60);
	font-family: 'HelveticaNeue-Regular';
	line-height: 26px;
	letter-spacing: 0.18px;
	font-size: 1.8rem;
}
.form-right .focused label {
	transform: translateY(-125%);
	color: rgba(13, 13, 13, 0.60);
	top: 2px;
}
.form-styl{
	resize: none;
	border: 0;
	font-family: 'HelveticaNeue-Regular';
	color: #0D0D0D;
	background-color: transparent;
	padding: 6px 0;
  	transition: border 150ms ease-out;
  	border-bottom: 1.5px solid rgba(13, 13, 13, 0.60);
}
.form-styl:focus{
	border-color: #0D0D0D;
}
.form-styl.filled {
  	border-color: #0D0D0D;
}
.form-group.focused .form-styl{
	padding-top: 5px;
	font-family: 'HelveticaNeue-Regular';
	line-height: 26px;
	letter-spacing: 0.18px;
	font-size: 1.8rem;
}
.form-styl:placeholder {
	color: #0D0D0D;
}
.form-styl:-ms-input-placeholder {
	color: #0D0D0D;
}
.form-styl::placeholder {
	color: #0D0D0D;
}
.form-right .common-btn {
	border: 0;
	background-color: transparent;
}
.form-right p {
	max-width: 600px;
	margin-bottom: 92px;
}
textarea.form-styl{
	height: 85px;
}
.form-sec .about-line {
	display: none;
}
.form-right .border-btn{
	border: 1px solid #D9B573;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-right .border-btn::after{
	background-color: transparent;
}
.form-right .common-btn{
	padding: 10px 15px 10px 44px;
}
.form-right .common-btn::after{
	background-image: url(../images/form-btn-icon.svg);
}
.form-right .border-btn:hover{
	background: #D9B573;	
}
.mobile-form-left-area{
	display: none;
}
/***diensten-dtl-service-sec***/
.diensten-dtl-service-sec{
	background: #F5F5F5;
	padding: 125px 0 80px;
	position: relative;
	overflow: hidden;
}
.diensten-dtl-service-sec .service-title {
    margin-bottom: 59px;
}
.diensten-dtl-checkbox {
    position: absolute;
    width: 100%;
    bottom: 0;
}
/******************************vacatures-list******************************/
.vacatures-list-sec .diensten-vector {
    right: 25%;
    top: 51%;
}
.vacatures-list-sec .diensten-checkbox {
    height: 50%;
    opacity: 0.3;
}
/******************************vacatures-dtl******************************/
.diensten-dtl-mid-sec.vacatures-dtl-mid-sec {
    padding: 99px 0 130px;
}
.vacatures-dtl-mid-sec .diensten-dtl-mid-area td h4 {
    margin-bottom: 9px;
}
.vacatures-dtl-mid-sec .diensten-dtl-mid-area td {
    width: 47.5%;
    margin-right: 36px;
	text-align: start;
	padding: 51px 39px 53px;
}
.vacatures-dtl-mid-sec .diensten-dtl-mid-area td ul {
    list-style: none;
	margin: 0;
    padding-left: 5px;
}
.vacatures-dtl-mid-sec .diensten-dtl-mid-area td li{
	position: relative;
	padding-left: 14px;
}	
.vacatures-dtl-mid-sec .diensten-dtl-mid-area td li::after{
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	background-color: #0A1520;
	width: 5px;
	height: 5px;
	background-size: 6px;
	border-radius: 100%;
}
.vacatures-dtl-mid-sec .diensten-dtl-mid-area td:last-child{
	margin-right: 0;
}
.form-right .common-btn.cv-btn{
	margin-left: 6px;
	width: auto;
}
.form-right .common-btn.cv-btn::after{
	background-image: url(../images/cv-btn-icon.svg);
}
.vacatutr-buttons {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
/******************************aanbod-list******************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 60px 0 0;
    background-color: #F5F5F5;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #0D0D0D;
	font-size: 1.4rem;
	font-family: 'HelveticaNeue-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: #D9B573;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(254%) hue-rotate(356deg) brightness(87%) contrast(95%);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #0D0D0D;
    font-family: 'HelveticaNeue-Medium';
    font-size: 1.8rem;
	background-color: transparent;
    border: 1px solid #0D0D0D;
    border-radius: 41px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 15px 15px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'HelveticaNeue-Medium';
	background-color: #0D0D0D;
}
.filter-content {
    display: none;
    background-color: #F5F5F5;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #0D0D0D;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    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: #0D0D0D;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'HelveticaNeue-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #0D0D0D;
    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 #0D0D0D;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D9B573;
    border-color: #D9B573;
}
.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: #F5F5F5;
    border-radius: 41px;
    background-color:#D9B573;
	font-family: 'HelveticaNeue-Medium';
    font-size: 1.4rem;
    border: 1px solid #D9B573;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
	color: #D9B573;
}
.auto-overview-tag:hover img {
	filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(254%) hue-rotate(356deg) brightness(87%) contrast(95%);
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
	position: fixed;
	left: 26px;
	top: 95px;
	background-color: #D9B573;
	width: calc(100% - 51px);
	z-index: 5;
	margin-top: 0;
	padding: 15px 0;
	border-radius: 41px;
	overflow: hidden;
  }
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	padding: 10px 24px;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F5F5F5;
}
.mobile-show-filter .common-btn::after {
	display: none;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #F5F5F5;
    border-radius: 100%;
    color: #0D0D0D;
    border: 1px solid #F5F5F5;
    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: #D9B573;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F5F5F5;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #D9B573;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #D9B573;
	border-color: #D9B573;
  	color: #F5F5F5;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F5F5F5;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #F1EADF;
    border-color: #F1EADF;
	color: #0D0D0D;
}
.auto-overview-filter-result .common-btn::after {
	display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-list-product-sec****/
.product-sec.aanbod-list-product-sec {
	background-color: #F5F5F5;
	padding: 70px 0 120px;
}
.aanbod-list-product-sec .col-lg-6 {
	padding: 0 13.5px;
}
.aanbod-list-product-sec > .container > .row {
	margin: 0 -13.5px;
	row-gap: 60px;
}
.aanbod-list-product-sec .each-product-title h3 {
	color: #0D0D0D;
}
.aanbod-list-product-sec .each-product-title p {
	color: rgba(13, 13, 13, 0.5);
}
.aanbod-list-product-sec .each-product-btm td span {
    color: rgba(13, 13, 13, 0.5);
}
.aanbod-list-product-sec .each-product-btm td h6 {
	color: #0D0D0D;
}
.aanbod-list-product-sec .each-product-btm h4 {
	color: #0D0D0D;
}
.aanbod-list-product-sec .each-product-btm p {
	color: rgba(13, 13, 13, 0.5);
}
/******************************aanbod-dtl******************************/
/****aanbod-dtl-back-btn****/
.back-btn.aanbod-dtl-back-btn {
	padding-top: 45px;
  }
/****aanbod-dtl-banner****/
.aanbod-dtl-banner {
	padding-top: 25px;
	padding-bottom: 30px;
	position: relative;
	z-index: 0;
}
.aanbod-dtl-top-img img {
	border-radius: 30px;
	overflow: hidden;
}
.aanbod-dtl-lft .common-arrow {
	border-color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-lft .common-arrow img {
    filter: brightness(0) invert(1);
}
.aanbod-dtl-lft .common-arrow:hover {
	background-color: #D9B573;
	border-color: #D9B573;
}
.aanbod-dtl-lft .common-arrow:hover img {
	filter: brightness(1) invert(0);
}
.aanbod-dtl-right-top,
.aanbod-dtl-right-btm-left,
.aanbod-dtl-right-btm-right {
	border-radius: 30px;
	overflow: hidden;
}
.aanbod-dtl-right-top {
    height: 100%;
}
.aanbod-dtl-right-top img {
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-right-btm-left img,
.aanbod-dtl-right-btm-right img {
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-right-btm-right {
	position: relative;
}
.plus {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
    width: 100%;
    text-align: center;
}
.plus p {
	color: #FFF;
	margin-bottom: 0;
}
.aanbod-dtl-banner .col-lg-7 {
	padding-right: 15px;
}
.aanbod-dtl-right .col-lg-12 {
    padding-bottom: 7.5px;
}
.aanbod-dtl-right-btm-right::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}
.opacity:after{
	display: none;
}
.aanbod-dtl-right-btm-right .plus img{
	height: 100%;
}
.aanbod-dtl-right .col-lg-12 {
	height: 70%;
}
.aanbod-dtl-right .col-lg-6 {
	height: 34%;
}
.aanbod-dtl-right-btm-left,
.aanbod-dtl-right-btm-right {
	height: 100%;
}
.aanbod-dtl-banner .col-lg-7,
.aanbod-dtl-banner .col-lg-5,
.aanbod-dtl-banner .col-lg-6,
.aanbod-dtl-banner .col-lg-12 {
	padding: 7.5px;
}
.aanbod-dtl-banner .row {
	margin: -7.5px;
	height: 100%;
}
/****aanbod-dtl-car****/
.aanbod-dtl-car-top {
	margin-bottom: 30px;
}
.aanbod-dtl-car-top ul {
	list-style-type: none;
}
.aanbod-dtl-car-top p {
    color: rgba(13, 13, 13, 0.5);
    margin-bottom: 0;
    margin-top: 6px;
}
.aanbod-dtl-car-top li h6 {
	font-size: 1.8rem;
	color: rgba(13, 13, 13, 0.50);
	line-height: 26px;
	letter-spacing: 0.18px;
}
.aanbod-dtl-car-top li h6 strong {
	font-weight: normal;
	color: #0D0D0D;
	font-family: 'HelveticaNeue-Medium';
}
.aanbod-dtl-car-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	column-gap: 15px;
	padding-left: 0;
	margin-bottom: 0;
}
.aanbod-dtl-car-top-price h4 {
	font-family: 'HelveticaNeue-Regular';
}
.aanbod-dtl-car-top-price p {
	margin-bottom: 0;
}
.aanbod-dtl-car-btm .common-btn {
	padding: 10px 24px;
}
.aanbod-dtl-car-btm .border-btn::after {
	display: none;
}
.aanbod-dtl-car-btm ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
	margin-bottom: 0;
}
.share-btn img {
	padding-right: 10px;
}
.mobile-share-btn {
	display: none;
}
.mobile-share-btn .border-btn::after {
	display: none;
}
.mobile-share-btn .common-btn {
	padding: 10px 24px;
}
.mobile-share-btn img {
    padding-right: 10px;
}
.share-social-media-button .a2a_dd {
	padding: 11px 24px !important;
}
.share-social-media-button .a2a_dd:hover {
	background-color: #D9B573 !important;
	color: #0D0D0D !important;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 120px 0;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li {
    position: relative;
    font-family: 'HelveticaNeue-Regular';
    font-size: 2.4rem;
	color: rgba(13, 13, 13, 0.5);
    padding-bottom: 3px;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
	line-height: 32px;
	letter-spacing: 0.24px;
}
.tab-btn ul.tabs li.active span{
	color: #0D0D0D;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
/****tab-content****/
.Kenmerken-tab {
	position: relative;
}
.Kenmerken-tab::before, .Kenmerken-tab::after {
    content: "";
    position: absolute;
    height: calc(100% + 20px);
    width: 1px;
    left: 32%;
    top: 0;
    border-right: 1px solid rgba(13, 13, 13, 0.1);
}
.Kenmerken-tab::before {
    left: 64%;
}
.Kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 33px;
    padding-left: 0;
    margin-bottom: 0;
	justify-content: center;
}
.Kenmerken-tab li {
	font-family: 'HelveticaNeue-Regular';
    color: #0D0D0D;
    width: 14%;
	margin-bottom: 43px;
    line-height: 26px;
	letter-spacing: 0.18px;
    /* display: flex;
    flex-wrap: wrap; */
	display: block;
	position: relative;
    padding-left: 19px;
}
.Kenmerken-tab li:nth-child(even) {
    color: rgba(13, 13, 13, 0.5);
	padding-left: 0;
	word-break: break-word;
    padding-right: 20px;
}
.Kenmerken-tab li:nth-child(even)::after{
	display: none;
}
.Kenmerken-tab li::after {
	background-size: 7px;
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	background-image: url(../images/tab-bullet.svg);
	background-repeat: no-repeat;
}
.bullet-panel h4 {
    border-bottom: 1px solid #D9B573;
    padding-bottom: 10px;
    color: #D9B573;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab_hedaing { 
    margin-bottom: 20px;
}
.bullet-panel ul {
    list-style-type: none;
    padding-left: 0;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #0D0D0D;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/tab-bullet.svg);
    background-repeat: no-repeat;
}
.tab_content p {
    margin-bottom: 0;
	color: #0D0D0D;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9B573;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D9B573;
    border-left: 0;
    padding: 20px 15px 20px;
    min-height: 200px;
}
.left-bg-block h6 {
    color: #F5F5F5;
	font-size: 1.8rem;
}
.block-dtls h6 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.block-dtls p {
	font-size: 1.6rem;
}
.each-onderhoud-block p {
    line-height: 30px;
    margin-bottom: 20px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	background-color: #F5F5F5;
	position: relative;
	padding: 126px 0 160px;
  }
.aanbod-product-sec-check-box {
    position: absolute;
    width: 100%;
    top: 0;
}
.aanbod-dtl-product-sec .product-top {
	text-align: center;
	margin-bottom: 73px;
  }
.aanbod-dtl-product-sec .product-top h2 {
	color: #0D0D0D;
}
.aanbod-dtl-product-sec .each-product-title h3 {
	color: #0D0D0D;
}
.aanbod-dtl-product-sec .each-product-title p {
	color: rgba(13, 13, 13, 0.5);
}
.aanbod-dtl-product-sec .each-product-btm td span {
	color: rgba(13, 13, 13, 0.5);
}
.aanbod-dtl-product-sec .each-product-btm td h6 {
	color: #0D0D0D;
}
.aanbod-dtl-product-sec .each-product-btm h4 {
	color: #0D0D0D;
}
.aanbod-dtl-product-sec .each-product-btm p {
	color: rgba(13, 13, 13, 0.5);
}
.aanbod-dtl-product-sec .swiper-btm-pegi .swiper-pagination-bullet {
	background-color: #0D0D0D;
}
.aanbod-dtl-product-sec .swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #D9B573;
}
.aanbod-dtl-product-sec .product-slider .common-arrow {
	border-color: #0D0D0D;
}
.aanbod-dtl-product-sec .product-slider .common-arrow img {
    width: 12px;
    filter: brightness(2) invert(1);
}
.aanbod-dtl-product-sec .product-slider .common-arrow:hover {
	border-color: #D9B573;
}
/******************************contact******************************/
/****map****/
.map {
	height: 500px;
}
.inner-banner-img.map::after {
	display: none;
}
/****contact-form-sec****/
.form-sec.contact-form-sec {
	background-color: #F5F5F5;
	padding: 130px 0 163px;
}
.contact-form-sec.form-sec::after {
	display: none;
}
.contact-form-sec .form-left-heading h2 {
	color: #0D0D0D;
}
.contact-form-sec .form-left-heading p {
	color: #0D0D0D;
}
.contact-form-sec .form-left-area .each-menu-right h4 {
	color: #0D0D0D;
}
.contact-form-sec .form-left-area .each-menu-right a {
	color: #0D0D0D;
}
.contact-form-sec .form-left-area .each-menu-right.each-footer-right td, 
.contact-form-sec .form-left-area .each-menu-right.each-footer-right p {
    color: #0D0D0D;
}
.contact-form-sec .form-left-area .each-menu-right a:hover {
	color: #D9B573;
}
/******************************over-ons******************************/
/****over-ons-top-sec****/
.over-ons-top-sec{
	padding: 98px 0 23px;
	overflow: hidden;
}
.over-ons-top-area .col-lg-7 {
	width: 60%;
}
.over-ons-top-area .col-lg-5 {
	width: 40%;
}
.over-ons-top-left-content{
	margin-top: 59px;
}
.over-ons-top-left-title{
	position: relative;
	margin-bottom: 37px;
}
.over-ons-top-left-content p{
	margin-bottom: 0;
	width: 100%;
    max-width: 735px;
	color: #0D0D0D;
}
.over-ons-top-right-img .row{
	margin: 0 -9px;
}
.over-ons-top-right-img .col-6{
	padding: 0 9px;
}
.each-over-ons-top-img{
	margin-bottom: 16px;
}
.each-over-ons-top-img img{
	border-radius: 15px;
	overflow: hidden;
}
.over-ons-top-right{
	margin-top: 41px;
}
.over-ons-top-sec .diensten-dtl-vector {
    right: 29%;
    top: -7%;
}
.over-ons-top-sec .counter-wrap{
	flex-wrap: wrap;
	row-gap: 34px;
	width: 100%;
    max-width: 569px;
	margin-top: 91px;
}
.over-ons-top-sec .each-counter{
	width: 45%;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec{
	overflow: hidden;
}
.over-ons-mid-sec .diensten-dtl-mid-area{
	position: relative;
	z-index: 1;
}
.over-ons-mid-sec .diensten-dtl-mid-area td {
    padding: 55px 45px 45px;
}
.over-ons-mid-sec .diensten-dtl-mid-title {
    margin-bottom: 49px;
}
.over-ons-mid-sec .diensten-dtl-vector {
    right: 21%;
    top: 20%;
}
/****man-info-sec****/
.man-info-sec{
	padding-bottom: 130px;
	position: relative;
	z-index: 0;
}
.man-info-sec .diensten-dtl-checkbox {
    height: 100%;
    opacity: 0.8;
    bottom: 35%;
}
.man-info-wrapper{
	padding: 0 8%;
	position: relative;
    z-index: 1;
}
.man-info-area .row{
	align-items: center;
}
.man-info-content h2{
	margin-bottom: 35px;
}
.man-info-content p{
	width: 100%;
    max-width: 670px;
	color: #0D0D0D;
}
.man-info-img{
	padding-left: 36px;
}
.man-info-img img{
	border-radius: 30px;
	overflow: hidden;
}
/****over-ons-gallery-slider****/
.over-ons-gallery-slider {
	padding-bottom: 13px;
    overflow: hidden;
	position: relative;
	z-index: 0;
}
.over-ons-gallery-slider-wrap {
    margin: 0 -24px;
}
.each-over-ons-gallery:hover img {
    transform: scale(1.1);
}
.each-over-ons-gallery{
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.each-over-ons-gallery img {
	height: 100%;
	object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-gallery-slider .swiper-slide{
	height: auto;
} 
/******************************aanbod-list******************************/
/****verkocht-top****/
.verkocht-top {
	padding-top: 46px;
}
.verkocht-top p {
	margin-bottom: 0;
	margin-top: 10px;
}
/****verkocht-product-sec****/
.product-sec.aanbod-list-product-sec.verkocht-product-sec {
	padding-top: 45px;
}
.verkocht-product-sec .each-product:hover .product-plus {
    opacity: 0;
}
/******************************bedankt******************************/
/****bedankt-banner-sec****/
.bedankt-banner-sec .banner-content h1 {
    margin-bottom: 20px;
}
.bedankt-banner-sec .banner-content p {
	margin-bottom: 74px;
}
.bedankt-banner-sec .banner-content .common-btn::after {
    background-image: url(../images/bedankt-prev.svg);
	background-size: 14px;
}
/******************************popup******************************/
/****popup****/
.modal-area .modal-dialog {
	max-width: 55%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(7.5px);
}
.modal-area .modal-content {
    border: 0;
    background-color: transparent;
	position: relative;
}
.modal-content .popup-content .common-btn {
	margin-top: 48px;
}
.modal-content .popup-content .common-btn::after {
    background-image: url(../images/bedankt-prev.svg);
	background-size: 14px;
}
.modal-content .modal-main-content {
	border-radius: 30px;
	overflow: hidden;
}
.modal-area .popup-content {
	padding: 75px 45px 60px 45px;
	background-color: #fff;
}
.modal-area .popup-content p {
	margin-bottom: 0;
}
.modal-area .pop-up-image {
	height: 100%;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content h2 {
	color: #0A1520;
	margin: 18px 0 24px;
}
.modal-area .popup-content li {
    position: relative;
    padding-left: 20px;
}
.modal-area .popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/popup-bullet.svg);
    background-repeat: no-repeat;
    background-size: 6px;
}
.modal-area .popup-content ul {
	margin-bottom: 15px;
	list-style-type: none;
	padding-left: 0;
}
.close-img {
    position: absolute;
    top: -26px;
    right: -27px;
    height: 62px;
    width: 62px;
    background-color: #D9B573;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	border-radius: 100%;
}
.close-img img{
	width: 30px;
}
#tab5 iframe{
	height: 900px;
}















