@import "fonts.css";
@import "common-class.css";

body {
	padding: 0px;
	margin: 0px;
	color: #F3F3F3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	background-color: #02001A;
}

html {
	font-size: 62.5%;
}

#mobile-contact-bar {
	display: none;
}

.add_morgan_footer_margin {
	height: 45px !important;
}

/****captcha****/
.grecaptcha-badge {
	display: none;
}
/* =========	fix- whatsapp =====  */
/* .fix_whatsapp{
	position: fixed;
	right: 20px;
	top: 60%;
	z-index: 2;
} */
.fix_whatsapp {
    position: fixed;
    right: 20px;
    z-index: 2;
    bottom: 40px;
}
.fix_whatsapp a{
	width: 53.354px;
	height: 53.362px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #11D100;
}
.fix_whatsapp a img{
	width: 25px;
}
/* ========= header =========== */
.header_area {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	background: rgba(2, 0, 26, 0.15);
	backdrop-filter: blur(10px);
	padding: 16px 0;
	border-bottom: 2px solid rgba(243, 243, 243, 0.08);
}
.header_area ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.menu_left ul {
	display: flex;
	column-gap: 38px;
}
.menu_right ul {
	display: flex;
	column-gap: 38px;
}
.header_area a {
	color: #F3F3F3;
	font-family: 'neue_montrealmedium';
	letter-spacing: 0.32px;
	font-size: 1.8rem;
}
.header_area li a:hover {
	opacity: 0.5;
}
.menu_logo img {
	width: 250px;
}
.menu_logo {
	width: max-content;
	margin: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_right_sec{
	display: flex;
	justify-content: end;
	column-gap: 38px;
}
.menu_right {
	display: flex;
	justify-content: end;
	align-items: center;
	column-gap: 38px;
}
.menu {
	background-color: transparent;
	border-radius: 100%;
	height: 78px;
	width: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events: none
}
/* .mega_menu{
	display: none;
} */
.mega_menu ul{
	position: relative;
	padding-top: 120px;
	margin-bottom: 60px;
}
.mega_menu ul a{
	font-family: 'bodoni_mtregular';
	font-size: 3.6rem;
	line-height: 58px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	position: relative;
}
.mega_menu ul a::after{
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 4px;
	width: 0;
	content: "";
	background-color: #F3F3F3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mega_menu ul a:hover::after{
	width: 100%;
}
.mega_menu li{
	margin-bottom: 18px;
}
.menu img {
	width: 37px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events: all;
}
.mega_menu{
	padding-left: 90px;
	padding-right: 50px;
}
.active_menu {
	background-color: #F3F3F3;
	pointer-events: all;
	position: relative;
	z-index: 10;
}
.active_menu img {
	filter: invert(1);
	-webkit-filter: invert(1);
	transform: rotate(-45deg);
}
.language a {
	color: rgba(243, 243, 243, 0.43);
}
.language a span.actiove_language {
	color: #F3F3F3;
}
.header_area::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: transparent;
	content: "";
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sticky_header {
	backdrop-filter: unset;
}
.sticky_header:after {
	height: 100%;
	background: #02001A;
}
.header_area .row {
	position: relative;
	z-index: 2;
}
.mega_menu {
	right: -100%;
	/* display: block; */

	position: fixed;
	height: 100vh;
	width: 43%;
	background: #02001A;
	
	top: 0;
	z-index:0;
	/* display: none; */
	overflow-y: scroll;
	overflow-x: clip;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mega_menu_active {
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mega_menu_overlay{
	position: fixed;
	left: -100%;
	top: 0;
	height: 100vh;
	width: 57%;
	background: rgba(1, 0, 14, 0.60); 
	backdrop-filter: blur(7px);
	z-index: 10;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* display: none; */
	/* opacity: 0; */
	z-index: 5;
}
.mega_menu_overlay_active{
	/* opacity: 1; */
	left: 0;
}
.header_area_active .menu_right{
	opacity: 0;
	pointer-events:none;
}
.header_area_active .menu_logo,
.header_area_active .menu_left{
	opacity: .3;
	pointer-events:none;
}
.mega_menu_btm.footer_mid a{
	margin-left: 0;
	text-align: left;
	color: rgba(243, 243, 243, 0.50);
	font-family: 'neue_montrealregular';
}
.mega_menu_btm.footer_mid a:hover{
	color: #fff;
	opacity: 1;
}
/* ===== banner ==== */
.banner-video,
.each-banner {
	height: 850px;
}
.banner-video video {
	height: 100%;
	display: block;
	object-fit: cover;
}
.home_banner {
	position: relative;
}
.home_banner_content {
	position: initial;
    /* left: 50%;
    bottom: 76px; */
    transform: translateX(0);
    text-align: center;
    /* z-index: 2; */
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
}
.home_banner_content h1 {
    max-width: 990px;
    margin: 0 auto;
    font-size: 4.5rem;
    letter-spacing: normal;
}
.home_banner_content .common_btn {
	margin-top: 36px;
	color: #02001A;
}
.home_banner .common_btn {
	background-color: #F3F3F3;
}
.home_banner .common_btn:hover::after {
	background-color: #02001A;
}
.home_banner .common_btn:hover {
	background-color: transparent;
}
.home_banner .common_btn:hover .hover_content {
	color: #F3F3F3;
}
.each_prodct_slide{
	border-radius:5px;
	border: 1px solid rgba(243, 243, 243, 0.33);
	background: rgba(2, 0, 26, 0.36);
	backdrop-filter: blur(10px);
	overflow: hidden;
	padding-bottom: 20px;
}
.slider-heading{
	margin-bottom: 72px;
	text-align: center;
}
.each_prodct_slide_content{
	padding-left:23px ;
	padding-right: 23px;
}
.heading_bg{
	position: relative;
}
.heading_bg::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 226px;
	content:"";
	width: 100%;
	background-image: linear-gradient(180deg, rgba(2, 0, 26, 0.00) 0%, #02001A 100%), url(../images/heading_bg.svg);
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}
.pruduct_slider{
	padding-top: 96px;
		padding-bottom: 50px;
}
.each_prodct_slide_content_btm{
	border-top: 1px solid rgba(243, 243, 243, 0.30);
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 23px;
}
.each_prodct_slide_content_heading{
	padding-top: 24px;
}
.each_prodct_slide_content_heading h6{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.each_prodct_slide_content_heading p{
	color: rgba(243, 243, 243, 0.53);
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.each_prodct_slide_img{
	overflow: hidden;
}
.each_prodct_slide_img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each_prodct_slide:hover .child-slider .common-arrow {
	opacity: 1;
}
.child-slider .common-arrow {
	opacity: 0;
}
.child-slider .swiper-slide{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.child-slider .swiper-slide:hover{
	transform: scale(1.1);
}
.child-slider .swiper-button-prev{
	left: 20px !important;
}
.child-slider .swiper-button-next{
	right: 20px !important;
}
.child-slider .common-arrow img{
	width: 10px;
}
.child-slider .common-arrow {
    width: 27px;
    height: 27px;
	top: 55%;
}
.each_prodct_slide_content_btm ul{
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	justify-content: space-between;
	list-style: none;
	color: rgba(243, 243, 243, 0.70);
	line-height: 22px; 
	letter-spacing: 1.6px;
	font-family: 'neue_montrealregular';
	position: relative;
}
.each_prodct_slide_content_btm li span{
	display: block;
	color: #F3F3F3;
}
.each_prodct_slide_content_btm li {
	position: relative;
	line-height: 22px; /* 137.5% */
	letter-spacing: 1.6px;
}
.each_prodct_slide_content_btm li:nth-child(2){
	border: 1px solid rgba(243, 243, 243, 0.30);
	border-top: 0;
	border-bottom:0;
	padding-left:5%;
	padding-right: 5%;
}

.each_prodct_slide:hover .common_btn::after {
    top: 0;
    transform: translate3d(0px, 0, 0px) skew(0deg, 7deg) scale(1.8);
    height: 200%;
}
.each_prodct_slide:hover .common_btn {
    border-color: #fff;
}
.each_prodct_slide:hover .common_btn .hover_content {
    color: #02001A;
}
.each_prodct_slide:hover .common_btn .hover_content {
    opacity: 1;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

















.common_btn span:not(.common_btn b span){
	color: rgba(243, 243, 243, 0.70);
}
.pruduct_slider .swiper-button-next{
	right: -50px;
}
.pruduct_slider .swiper-button-prev{
	left: -50px;
}
.pruduct_slider .swiper-scrollbar{
	height: 1.7px;
	background: rgba(243, 243, 243, 0.16);
	border-radius: 0;
	width: 80%;
}
.pruduct_slider .swiper-scrollbar-drag{
	background-color: rgba(243, 243, 243, 1);
	border-radius: 0;
	cursor: grab;
}
.scrollbar_sec{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 32px;
}
/* ======== service-sec ======= */
.service_content{
	max-width: 650px;
	margin: auto;
	text-align: center;
	padding: 93px 0 120px;
}
.service_content p{
	margin: 36px 0 36px;
}
.each-service-slide-content{
	padding: 65px;
	max-width: 662px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
	transform: translateY(19%);
	position: relative;
	z-index: 5;
}
.each-service-slide{
	position: relative;
}
.each-service-slide::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(1, 0, 14, 0.61) 0%, rgba(1, 0, 14, 0.61) 100%);
	z-index: 2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: .2;
}
.each-service-slide:hover::after{
	opacity: 1;
}
.each-service-slide-content {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_slide .swiper-button-next{
	right: 45px;
}
.service_slide .swiper-button-prev{
	left: 45px;
}
.each-service-slide{
	height: 772px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-position:  0;
}
.each-service-slide-content p{
	margin: 20px 0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	visibility: hidden;
	height: 3lh;
}
.each-service-slide-content span{
	text-decoration: underline;
	color: #F3F3F3;
}
.each-service-slide:hover .each-service-slide-content{
	transform: translateY(0);
}
.each-service-slide:hover .each-service-slide-content p{
	visibility: visible;
}
.each-service-slide:hover{
	background-position: -140px  0;
}
.service_slide .swiper-slide-prev .each-service-slide-content{
	opacity: 0;
}
.home_overons_lft_image {
	height: 250px;
	width: 100%;
}
.home_overons_content{
	text-align: center;
	position: relative;
	z-index: 3;
	max-width: 490px;
	margin: 0 auto;
}
.home_overons_content h4{
	margin-bottom: 17px;
	margin-top: 50px;
}
.home_overons_content p{ 
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each_home_overons{
	padding-top: 165px;
}
.each_home_overons .home_overons_righ_image {
	margin-top: -164px;
    margin-left: -92px;
	width: 100%;
}
.each_home_overons .row {
	justify-content: center;
}
.home_overons_lft_image img,
.home_overons_righ_image img{
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
}
.overons_btn{
	text-align: center;
	margin-top: 44px;
}
.home_overons{
	padding-top: 118px;
}
/******marquee-sec*******/
.marquee-sec {
	padding: 31px 0 ;
	overflow: hidden;
	border-top: 1px solid #F3F3F3;
	margin-top: 93px;
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	display: flex;
	animation: 15s slide infinite linear;
}
.marque-txt ul {
	margin-bottom: 0;
}
.marque-txt li {
	display: inline-block;
	color: rgba(243, 243, 243, 1);
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 17px;
	padding-left: 30px;
	position: relative;
	margin-left: 143px;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: -3px;
    height: 100%;
    width: 100%;
    height: 22px;
    width: 22px;
    background-image: url(../images/star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/* ======= counter_bg ========= */
.counter_sec_wrap{
	padding: 225px 0 135px;
}
.counter_bg_content{
	max-width: 454px;
	text-align: center;
	margin: auto;
}
.counter_main{
	display: flex;
	justify-content: space-between;
	padding: 0 100px;
	margin-top: 58px;
}
.each-counter{
	text-align: center;
	flex-shrink: 0;
}
.counter_sec_wrap h6{
	font-family: 'neue_montrealregular';
	letter-spacing: 0.48px;
	text-transform: none;
}
.counter_bg_content h3{
	font-size: 5rem;
}
/* ============= instagram  ========= */
.insta_sec{
	padding-top: 130px;
}
.each_insta >img{
	border-radius: 5px;
}
.each_insta{
	position: relative;
}
.each_insta_content img{
	width: 17px;
}
.each_insta::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(1, 0, 14, 0.50) 0%, rgba(1, 0, 14, 0.50) 100%);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each_insta_content h6{
	font-family: 'neue_montrealregular';
	line-height: 32px;
	letter-spacing: 0.48px;
	text-transform: none;
}
.each_insta_content{
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    left: 50%;
    text-align: center;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each_insta:hover .each_insta_content{
	opacity: 1;
}
.each_insta:hover::after{
	opacity: 1;
}

/* ======= footer ====== */
.footer_right{
	display:grid;
	/*justify-content: end;*/
}
.footer_right ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 8px;
}
.footer_mid a{
	color: #F3F3F3;
	display: block;
	width: fit-content;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	line-height: 32px;
	letter-spacing: 0.48px;
	margin-bottom: 10px;
}
.footer_mid a:hover {
	opacity: 0.5;
}
.footer_right ul a{
	height: 35px;
	width: 35px;
	border: 1px solid rgba(243, 243, 243, 0.50);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ;
	-webkit-transition: all 0.5s ;
}
.footer_right ul a:hover{
	background-color: #F3F3F3;
	border-color: #F3F3F3;
}
.footer_right ul a img{
	transition: all 0.5s ;
	-webkit-transition: all 0.5s ;
	width: 19px;
	height: 19px;
}
.footer_right ul a:hover img{
	filter: invert(1);
	-webkit-filter: invert(1);
}
.footer_right td{
	vertical-align: top;
	font-family: 'neue_montrealregular';
  	font-size: 1.8rem;
  	letter-spacing: 0.48px;
  	padding-bottom: 10px;
}
.footer_right table{
	width: 100%;
}
.footer_right td:nth-child(odd){
	font-family: 'neue_montrealmedium';
	padding-right: 15px;
}
.footer-area{
	position: relative;
}
.footer_watermark{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	top: 32px;
	height: 100%;
}
.footer_watermark img{
	height: 100%;
}
.footer_logo img{
	width: 250px;
}
.footer-area{
	padding-top: 80px;
}
.footer-menu ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 30px;
	padding: 35px  0;
	border-bottom: 1.5px solid rgba(243, 243, 243, 0.30);	
	border-top: 1.5px solid rgba(243, 243, 243, 0.30);	
	font-size: 2.4rem;
	letter-spacing: 0.48px;
	line-height: 32px;
}
.footer-menu ul a{
	color: rgba(243, 243, 243, 0.50);
	font-size: 1.8rem;
}
.footer-menu ul a:hover{
	color: #F3F3F3;
}
.bovag-logo{
	text-align: center;
}
.bovag-logo img{
	width: 89px;
	margin-bottom: 50px;
}
/*=============================diensten-list page start=================================*/
.inner-banner-sec {
	position: relative;
}
.inner-banner-text {
	position: absolute;
	bottom: 60px;
	width: 100%;
	left: 0;
}
/****diensten-list-sec****/
.diensten-list-sec {
	padding: 190px 0 150px;
}
.each-diensten-list-img {
	border-radius: 10px;
	overflow: hidden;
}
.each-diensten-list-img img {
	transition: all 0.5s;
}
.each-diensten-list-text p {
	margin: 40px 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-diensten-list-text {
	padding-right: 40px;
    max-width: 500px;
}
.each-diensten-list {
	margin-bottom: 150px;
}
.each-diensten-list:last-child {
	margin-bottom: 0;
}
.each-diensten-list:nth-child(even) .each-diensten-list-text {
    padding-right: 0;
	padding-left: 40px;
    margin-left: auto;
}
.each-diensten-list:nth-child(odd) .row {
	flex-direction: row-reverse;
}
.each-diensten-list:hover .each-diensten-list-img img  {
	transform: scale(1.1);
}
/*=============================diensten-dtl page start=================================*/
/*****inner-header****/
.inner-header {
	border-bottom: 2px solid #1A1830;
}
/****bk-btn-sec****/
.bk-btn-sec {
	position: relative;
}
.bk-btn-sec .common_btn {
	position: absolute;
	top: 76px;
	z-index: 1;
	padding-left: 45px;
}
.bk-btn-sec .common_btn::before {
	content: "";
	height: 17px;
	width: 17px;
	background-size: 17px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/bk-btn-arrwo.svg);
	z-index: 3;
	transition: all 0.5s;
}
.bk-btn-sec .common_btn:hover::before {
	filter: brightness(0);
}
/****din-dtl-welcome-sec****/
.din-dtl-welcome-sec {
	padding-top: 76px;
}
.inner-main {
	margin-top: 104px;
}
.din-dtl-welcome-text {
	padding-top: 82px;
	padding-right: 40px;
	max-width: 600px;
}
.din-dtl-welcome-text h4 {
	margin-bottom: 39px;
}
.din-dtl-welcome-text p {
	margin-bottom: 32px;
}
.din-dtl-welcome-img {
	border-radius: 5px;
	overflow: hidden;
}
/****din-dtl-info-sec****/
.din-dtl-info-sec {
	padding: 80px 0 150px;
}
.din-dtl-info-img img {
	border-radius: 5px;
}
.din-dtl-info-text h2 {
	margin-bottom: 67px;
}
.din-dtl-info-img {
    padding-right: 40px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	padding: 26px;
	margin-bottom: 30px;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li h1 {
	padding-right: 10px;
	position: relative;
}
.acc-block li h6::after {
	position: absolute;
	height: 16px;
	width: 16px;
	background-image: url(../images/acc-plus.svg);
	background-size: 16px;
	content: "";
	top: 7px;
	right: 0;
	transition: all 0.5s;
}
.show_accordian h6::after {
	transform: rotate(45deg);
}
.acc-block h6 {
	letter-spacing: 0.48px;
	font-family: 'neue_montrealmedium';
	position: relative;
	text-transform: none;
	cursor: pointer;
	padding-right: 28px;
}
.acc-block p {
	margin-top: 15px;
	margin-bottom: 0;
	max-width: 550px;
	width: 100%;
}
/*****form-sec******/
.form-sec {
	padding: 74px 0;
}
.form-wrap {
	max-width: 670px;
	width: 100%;
	margin: 0 auto;
}
.form-heading {
	margin-bottom: 44px;
}
.form-heading h2 {
	margin-bottom: 12px;
}
.form-block .form-group {
	margin-bottom: 28px;
}
.form-block .form-style {
	resize: none;
    border: 1px solid rgba(243, 243, 243, 0.50);
    border-radius: 5px;
	font-family: 'neue_montrealregular';
    color: #F3F3F3;
    font-size: 1.6rem;
    padding: 18px 24px;
	letter-spacing: 0.32px;
	background: rgba(2, 0, 26, 0.36);
	backdrop-filter: blur(10px);
}
.form-block .form-style:placeholder {
	color: rgba(243, 243, 243, 0.50);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(243, 243, 243, 0.50);
}
.form-block .form-style::placeholder {
	color: rgba(243, 243, 243, 0.50);
}
.form-block .form-style:focus {
    box-shadow: none;
	border-color: #F3F3F3;
    color: #F3F3F3;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: rgba(255, 255, 255, 1);
}
.form-block .foto_upload {
	color: rgba(243, 243, 243, 0.50);
}
.form-block textarea.form-style {
    height: 158px;
}
.form-block .common_btn {
	background-color: transparent;
}
/****related-service-sec****/
.related-service-sec {
	padding: 150px 0;
}
.related-service-sec h2 {
	margin-bottom: 80px;
	text-align: center;
}
.related-service-slider .each-service-slide {
	height: 316px;
	border-radius: 10px;
	overflow: hidden;
	background-size: calc(100% + 20%);
}
.related-service-slider .each-service-slide-content {
	transform: translateY(35%);
	padding: 30px 35px;
}
.related-service-slider .each-service-slide:hover {
    background-position: 40% center;
}
.related-service-slider .each-service-slide-content p {
	-webkit-line-clamp: 2;
}
.related-service-slider {
	position: relative;
}
.related-service-slider .swiper-button-prev {
	left: -4%;
}
.related-service-slider .swiper-button-next {
	right: -4%;
}
/*=============================aanbod-list=================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 92px 0 80px;  
}
.filter_left_heading,
.filter_right_heading {
	margin-bottom: 24px;
}
.filter_left_heading h6,
.filter_right_heading h6 {
	font-family: 'neue_montrealmedium';
	text-transform: none;
}
.filter-right {
    max-width: 200px;
    margin-left: auto;
    margin-right: 0;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #F3F3F3;
	font-size: 1.4rem;
	font-family: 'neue_montrealregular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: rgba(243, 243, 243, 0.50);
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #F9F8F6;
    font-family: 'neue_montrealregular';
    font-size: 1.6rem;
	background-color: #02001A;
    border: 1px solid #F3F3F3;
    border-radius: 50px;
    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: 10px 10px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'neue_montrealmedium';
	background-color: #02001A;
}
.filter-content {
    display: none;
    background-color:#02001A;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #f3f3f3;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    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: #f3f3f3;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'neue_montrealmedium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #f3f3f3;
    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 #f3f3f3;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #02001A;
    border-color: #f3f3f3;
}
.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: #f3f3f3;
    border-radius: 6px;
    background-color:#02001A;
	font-family: 'neue_montrealmedium';
    font-size: 1.4rem;
    border: 1px solid #f3f3f3;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover img {
	filter: brightness(0);
}
.auto-overview-tag:hover {
	background-color: #f3f3f3;
	color: #02001A;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 18%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 90px;
    background-color: #02001A;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #f3f3f3;
	border-radius: 100%;
	color: #02001A;
    border: 1px solid #f3f3f3;
	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: #2D333F;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #f3f3f3;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #2D333F;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #2D333F;
	border-color: #2D333F;
  	color: #f3f3f3;
	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: #f3f3f3;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #f3f3f3;
    border-color: #f3f3f3;
	color: #02001A;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-list-product-sec****/
.pruduct_slider.aanbod-list-product-sec {
	padding-top: 0;
	padding-bottom: 115px;
}
.aanbod-list-product-sec .col-xl-4 {
	padding: 0 8.5px;
}
.aanbod-list-product-sec .row {
	margin: 0 -8.5px;
	row-gap: 40px;
}
/*=============================over ons start=================================*/
/****over_ons_marquee****/
.marquee-sec.over_ons_marquee{
	margin-top: 0;
	position: relative;
	padding: 0 0 146px;
	border-top: 0;
}
.over_ons_marquee::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 226px;
    content: "";
    width: 100%;
    background-image: linear-gradient(180deg, rgba(2, 0, 26, 0.00) 0%, #02001A 100%), url(../images/heading_bg.svg);
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}
.over_ons_marquee .marque-wrap{
	border-bottom: 1px solid #F3F3F3;
	padding: 19px 0;
	background-color: #02001A;
}
/****over-ons-intro-area****/
.over-ons-intro-content h3{
	margin-bottom: 15px;
}
.over-ons-intro-img{
	border-radius: 5px;
	overflow: hidden;
	max-width: 652px;
	width: 100%;
	margin-left: auto;
}
.over-ons-intro-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.over-ons-intro-img:hover img{
	transform: scale(1.1);
}
.over-ons-intro-content{
	max-width: 613px;
	width: 100%;
}
.over-ons-intro-content p{
	margin-bottom: 21px;
}
/****over-ons-counter-sec****/
.over-ons-counter-sec.counter-sec{
	margin-top: 80px;
	margin-bottom: 150px;
}
.over-ons-counter-sec .counter-wrap{
	max-width: 1050px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
.over-ons-counter-sec h3 {
	font-size: 3.6rem;
	letter-spacing: 1.8px;
}
.over-ons-counter-sec h6 {
	font-family: 'neue_montrealregular';
	line-height: 24px;
	letter-spacing: 0.48px;
	text-transform: none;
}
/****over-ons-btm-sec****/
.over-ons-btm-sec{
	padding: 199px 0 132px;
}
.over-ons-btm-heading{
	margin-bottom: 65px;
}
.over-ons-btm-wrap table{
	width: 100%;
}
.over-ons-btm-wrap tr{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: space-between;
}
.over-ons-btm-wrap td{
	background-color: #02001A;
	border: 1px solid rgba(255, 255, 255, 0.50);
	padding: 30px 52px;
	border-radius: 10px;
	width: 31.45%;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	backdrop-filter: blur(10px);
}
.over-ons-btm-wrap td:hover {
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.5);
}
.over-ons-btm-wrap h6{
	font-family: 'neue_montrealmedium';
	margin-bottom: 15px;
	line-height: 36px;
	text-transform: none;
	letter-spacing: 0.48px;
	color: #fff;
}
/*=============================contact page start=================================*/
/***map-sec***/
.map-sec {
	height: 500px;
}
/****contact-info-sec****/
.contact-info-sec{
	padding: 80px 0 0;
	margin-bottom: 150px;
}
.contact-info-wrapper{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 81px;
}
.each-contact-info{
	display: flex;
	align-items: center;
	column-gap: 30px;
	position: relative;
	padding: 0px 92px;
	border-right: 1px solid #F3F3F3;
}
.each-contact-info:first-child{
	padding-left: 0;
}
.each-contact-info:last-child{
	padding-right: 0;
	border: none;
}
.contact-info h6{
	font-family: 'neue_montrealregular';
	line-height: 32px;
	text-transform: none;
	letter-spacing: 0.48px;
}
.contact-info h6 a{
	color: #F3F3F3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 0.48px;
	font-size: 2.2rem;
}
.contact-info h6 a:hover{
	opacity: 0.5;
}
.contact-info-hour{
	max-width: 266px;
	width: 100%;
	margin: 0px auto;
	/* text-align: center; */
}
.contact-info-hour table{
	width: 100%;
}
/* .contact-info-hour tr{
	display: flex;
	justify-content: space-between;
} */
.contact-info-hour td{
	font-family: 'neue_montrealregular';
	font-size: 2.2rem;
	line-height: 3.2rem;
	color: #F3F3F3;
}
.contact-info-hour tr:last-child td{
	/* max-width: 100%;
	width: 100%; */
	/* text-align: center; */
}
.contact-info-hour td:first-child {
	padding-right: 47px;
}
/****contact-review-sec****/
.contact-review-sec {
	padding-top: 145px;
}
/*============== Aanbod detail ==============*/
/****aanbod-bk-btn****/
.aanbod-bk-btn.bk-btn-sec{
	margin-top: 104px;
	padding-top: 80px;
}
.aanbod-bk-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	column-gap: 20px;
}
.share{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.share:hover{
	opacity: 0.5;
}
.aanbod-bk-btn.bk-btn-sec .common_btn{
	position: relative;
	top: 0;
}
/****aanbod-slider-sec****/
.aanbod-slider-sec{
	margin-top: 22px;
}
.aanbod-slider-area .swiper{
	padding: 32px 0px;
}
.each-aanbod-slider{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.each-aanbod-slider::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(2, 0, 26, 50%);
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-slider-area .swiper-slide.swiper-slide-active .each-aanbod-slider{
	transform: scale(1.1);
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-shadow: 0px 0px 60px 7px #02001A;
	-webkit-box-shadow: 0px 0px 60px 7px #02001A;
}
.aanbod-slider-area .swiper-slide.swiper-slide-active .each-aanbod-slider::after{
	opacity: 0;
}
.each-aanbod-slider img{
	height: 100%;
	object-fit: cover;
}
.aanbod-slider-area .common-arrow{
	background-color: #02001A;
}
.aanbod-slider-area .common-arrow:hover{
	background-color: #FFFFFF;
}
.aanbod-slider-area .swiper-button-prev{
	left: 21%;
}
.aanbod-slider-area .swiper-button-next{
	right: 21%;
}
.aanbod-slider-area .swiper-backface-hidden .swiper-slide {
    transform: initial;
}
/****aanbod-car-dtl-sec****/
.aanbod-car-dtl-sec{
	margin-top: 80px;
	margin-bottom: 49px;
}
.car-pricing-area{
	display: flex;
	padding: 21px 35px;
	border: 1px solid rgba(243, 243, 243, 33%);
	border-radius: 5px;
	max-width: 75%;
	width: 100%;
	overflow: hidden;
}
.car-name{
	max-width: 200px;
    width: 100%;
    margin-right: 80px;
}
.car-name h4{
	font-family: 'bodoni_mtregular';
	text-transform: uppercase;
	letter-spacing: 1.8px;
}
.car-name p{
	color: rgba(243, 243, 243, 53%);
}
.car-pricing-area table{
	width:100%;
}
.car-pricing-area td p {
    color: rgba(243, 243, 243, .70);
    line-height: 22px;
    letter-spacing: 1.6px;
    margin-bottom: 4px;
}
.car-pricing-area td h6{
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 22px; 
	text-transform: none;
	letter-spacing: 1.6px;
}
.car-pricing-area td{
	padding: 0px 23px;
	position: relative;
}
.car-pricing-area td:first-child{
	padding-left: 0;
}
.car-pricing-area td:last-child{
	padding-right: 0;
}
.car-pricing-area td:not(:last-child)::after {
    position: absolute;
    right: 28%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(243, 243, 243, 30%);
    height: 50%;
    width: 1px;
    content: "";
}
.aanbod-person-area{
	padding: 7px 6px;
	border: 1px solid rgba(243, 243, 243, 33%);
    border-radius: 5px;
	max-width: 25%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aanbod-person-left{
	display: flex;
	column-gap: 14px;
	align-items: center;
}
.aanbod-person-img{
	max-width: 94px;
	width: 100%;
	border-radius: 2.5px;
	overflow: hidden;
}
.aanbod-person-content h6{
	font-family: 'neue_montrealregular';
    font-size: 1.6rem;
    line-height: 22px;
	text-transform: none;
	letter-spacing: 1.6px;
}
.aanbod-person-content p a{
	color: rgba(243, 243, 243, .70);
	line-height: 22px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 1.6px;
}
.aanbod-person-content p a:hover{
	color: #FFFFFF;
}
.aanbod-car-dtl-top {
    display: flex;
    column-gap: 14px;
	margin-bottom: 16px;
}
.aanbod-pricing-dtl-area{
	display: flex;
	align-items: center;
    padding: 21px 35px;
    border: 1px solid rgba(243, 243, 243, 33%);
    border-radius: 5px;
    max-width: 74%;
    width: 100%;
    overflow: hidden;
	column-gap: 62px;
}
.aanbod-pricing-dtl-heading{
	max-width: 412px;
	width: 100%;
}
.aanbod-pricing-dtl-heading h4{
	line-height: normal;
	font-family: 'abhaya_libreregular';
	text-transform: uppercase;
	letter-spacing: 1.8px;
}
.aanbod-pricing-dtl-heading p{
	color: rgba(243, 243, 243, 53%);
}
.aanbod-checkbox-area td{
	padding-bottom: 6px;
}
.aanbod-checkbox-area td input[type="checkbox"]{
	display: none;
}
.aanbod-checkbox-area td label{
	color: rgba(243, 243, 243, 53%);
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px; 
	letter-spacing: 0.32px;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	letter-spacing: 0.32px;
}
.aanbod-checkbox-area td label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #F3F3F3;
	border-radius: 3px;	
}
.aanbod-checkbox-area td input[type="checkbox"]:checked + label::before {
	content: "\2716";
	color: #F3F3F3;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	border-color: #F3F3F3;
}
.aanbod-checkbox-area td:nth-child(odd){
	padding-right: 67px;
	border-right: 1px solid rgba(243, 243, 243, 30%);
}
.aanbod-checkbox-area td .form-group{
	display: flex;
	align-items: center;
}
.aanbod-checkbox-area td:nth-child(even){
	padding-left: 26px;
}
.aanbod-checkbox-area td p{
	line-height: 22px;
	letter-spacing: 1.6px;
}
.tab-btn-right-mobile {
	display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding-bottom: 148px;
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 26px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
.tab-btn-right {
	margin-bottom: 54px;
}
.dtl-tab-sec .tab-btn .active .hover_content {
	display: none;
}
.dtl-tab-sec .tab-btn .active::after {
	display: none;
}
.dtl-tab-sec .d_active {
	background-color: #fff;
}
.dtl-tab-sec .d_active span {
	color: #02001A !important;
}
.dtl-tab-sec .d_active .hover_content {
	display: none;
}
.dtl-tab-sec .d_active::after {
	display: none;
}
/****tab-part****/
ul.tabs li {
    font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: #f3f3f3;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 50px;
	border: 1px solid #F3F3F3;
	max-width: max-content;
	display: inline-block;
	padding: 10px 40px;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #02001A;
	background-color: #f3f3f3;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 20px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
	min-width: 160px;
	padding-left: 15px;
	padding-right: 15px;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.tab-btn-right li a.mybtn1 {
	background-color: #F3F3F3;
	color: #02001A;
}
.tab-btn-right li a.mybtn1:hover {
	background-color: transparent;
}
.tab-btn-right li a.mybtn1:hover .hover_content {
	color: #F3F3F3;
}
.tab-btn-right li a.mybtn1:hover::after {
    background-color: #02001A;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab h4 {
	margin: 60px 0 50px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    width: 50%;
    position: relative;
    font-family: 'neue_montrealregular';
    color: #f3f3f3;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 18px;
    word-break: break-word;
    padding-right: 20px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(217, 217, 217, 0.5);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(243, 243, 243, 0.7);
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.kenmerken-tab li:last-child::after,
.kenmerken-tab li:nth-last-child(2)::after {
	display: none;
}
.bullet-panel h4 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #f3f3f3;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.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/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #f3f3f3;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    line-height: 30px;
    color: #02001A;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2.2rem;
}
.tab-btm-btn {
	margin-top: 55px;
}
.tab-btm-btn .common_btn {
	position: relative;
}
.kenmerken-tab-block-part {
	display: none;
}
/****aanbod-dtl-product****/
.aanbod-dtl-product .slider-heading {
	text-align: left;
}
/****aanbod-dtl-review-sec****/
.aanbod-dtl-review-sec {
	padding-top: 90px;
}
/*=============================vacature-list=================================*/
/****vacature-list-top****/
.vacature-list-top {
	padding-top: 85px;
}
.vacature-list-top h2 {
	font-family: 'bodoni_mtregular';
	line-height: 85px;
	letter-spacing: 2.4px;
}
.vacature-list-top p {
    max-width: 628px;
    margin-right: 0;
    margin-left: auto;
}
/****vacature-list-sec****/
.vacature-list-sec {
	padding-top: 120px;
}
/*=============================vacature-dtl=================================*/
.din-dtl-welcome-sec .din-dtl-welcome-text h6 {
	font-family: 'neue_montrealmedium';
	text-transform: none;
	letter-spacing: 0.48px;
	margin-bottom: 10px;
}
/****vacature-dtl-info-sec****/
.vacature-dtl-info-sec {
    padding-top: 60px;
	padding-bottom: 80px;
}
.vacature-dtl-info-sec td h6 {
    margin-bottom: 22px;
	text-transform: none;
	font-family: 'neue_montrealmedium';
	letter-spacing: 0.48px;
}
.vacature-dtl-info-sec table {
    width: 100%;
}
.vacature-dtl-info-sec tbody {
    display: flex;
    flex-wrap: wrap;
}
.vacature-dtl-info-sec tr {
    width: 50%;
    display: block;
}
.vacature-dtl-info-main li {
    font-family: 'open_sansregular';
    font-size: 1.6rem;
    line-height: 25.28px;
    letter-spacing: 0.32px;
    margin-bottom: 18px;
}
.vacature-dtl-info-sec td {
    max-width: 523px;
    display: block;
}
.vacature-dtl-info-sec tr:nth-child(odd) {
    border-right: 2px solid #1A1830;
    padding-right: 40px;
}
.vacature-dtl-info-sec tr:nth-child(even) td {
    margin-left: auto;
}
.vacature-dtl-info-sec tr:nth-child(even) {
    padding-left: 40px;
}
/*=============================verkocht=================================*/
/****verkocht-product-sec****/
.pruduct_slider.aanbod-list-product-sec.verkocht-product-sec {
	padding-top: 74px;
}
/*=============================bedankt=================================*/
/****bedankt-banner****/
.bedankt-banner .home_banner_content h3 {
	font-family: 'bodoni_mtregular';
}
.bedankt-banner .home_banner_content {
    bottom: 21%;
}
.bedankt-banner .home_banner_content p {
	max-width: 540px;
	margin: 12px auto 4px;
}
/*=============================popup=================================*/
.modal-area .modal-dialog {
    max-width: 51%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(1, 0, 14, 0.60);
	backdrop-filter: blur(7px);
}
.popup-top-content {
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    padding: 140px 140px 66px;
	text-align: center;
}
.popup-area {
    border-radius: 5px;
    background: #d9d9d9;
}
.popup-top-content h4 {
    font-family: 'bodoni_mtregular';
    text-transform: uppercase;
    line-height: 58px;
    letter-spacing: 1.8px;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 5px;
    background-color: #d9d9d9;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
}
.modal-area .popup-btm-content h6 {
    font-family: 'neue_montrealregular';
    font-size: 1.6rem;
    text-transform: none;
    color: #01000E;
    line-height: 25.28px;
    letter-spacing: 0.32px;
    margin-bottom: 25px;
}
.modal-area .popup-btm-content {
    margin: 57px 97px 47px;
}
.popup-btm-content li {
	font-family: 'neue_montrealregular';
	color: #01000E;
	line-height: 25.28px;
	letter-spacing: 0.32px;
	margin-bottom: 10px;
}
.modal-area .popup-btm-content p {
    color: #01000E;
    line-height: 25.28px;
    margin-top: 15px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -28px;
    z-index: 1;
    height: 60px;
    width: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img img {
    width: 20px;
    filter: brightness(0);
}



/********************************popup********************************/




/* .modal-area .popup-content {
    padding-top: 34px;
    overflow: hidden;
} */
/* .modal-area .popup-content p{
    color: #141414;
    margin-bottom: 0;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content ul {
    margin-left: 20px;
    list-style-type: disc;
}
.modal-area .popup-content li {
    line-height: 26px;
    margin-bottom: 10px;
    color: #141414;
}

.popup-info-btm p {
    margin-top: 17px;
} */

/***review_sec iframe******/
.review_sec .es-ai-summary-list-item-text {
    color: #F3F3F3;
}
.review_sec .iYMCkc .AISummaryContent__StyledCheckmark-sc-1rdgk7n-4 {
	fill: #F3F3F3;
}
.review_sec .kNdNA-D {
	color: #F3F3F3;
}
.review_sec .es-review-content-text {
	color: #F3F3F3;
}
.review_sec .kBfvhj {
	color: #F3F3F3;
}
.review_sec .cwZklo {
	color: #8B8B8E;
}
.review_sec .dqiKFy {
	color: #F3F3F3;
}
.review_sec .eWlnOb {
	color: #F3F3F3;
}
.privacy_section {
    padding: 130px 0 40px;
}

/*******loader*****/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	height: 100vh;
	padding: 30vh 0px;
  }
  #loader_section p{
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
  }
  #loader_section img{
	width: 100px;
	margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
	  background: #000000;
	  width: 100%;
	  height: 50px;
	  display: block;
	  text-align: center;
	  transition: 0.3s all;
	  position: relative;
  }
  
  .morgeninternet-footer:hover {
	  background: #202020;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
	  height: 30px;
	  padding-top: 15px;
  }


  






  
  
  /****aanbod dtl****/
  .kenteken_np{
	  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	  background-repeat: no-repeat;
	  background-position: left;
	  padding: 4px 10px 6px 20px;
	  color: #000;
	  background-size: contain;
  }
  .star_icon{
	  margin-bottom: 30px;
  }
  .star_icon h4{
	  padding-bottom: 10px;
	  text-transform: uppercase;
	  padding-top: 15px;
	  margin-bottom: 15px;
	 /* color: #1c1c1c;*/
	  border-bottom: 1px solid #181716;
	  padding-bottom: 10px;
  }
  .star_icon p img{
	  width: 15px;
	  margin-top: -3px;
	  margin-right: 5px;
  }
  .star_icon p{
	  padding-bottom: 6px;
	  word-break: break-word;
  }
  .photo_contnt li img{
	  width: 15px;
	  margin-left: 5px;
  }
  .star_icon h3 {
	  margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
	  margin: 0;
  }
  .bullet-panel h3 {
	  margin-bottom: 30px;
  }
  .cursor{
	  cursor:pointer;
  }
  .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;
	  }
  }
  .radio_filter .form-check-input {
	  display: none;
  }
  .aanbod-dtl-right-slide-top .common-btn{
	  background-color: #fbb969;
	  border-color: #fbb969;
  }
  .over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter{
	  border: none;
  }
  
  .carpass-img {
	  width: 115px;
  }
  
  
  #google_translate_element{
	  height: 0;
	  overflow: hidden;
  }
  .skiptranslate{
	  height: 0;
	  overflow: hidden;
	  visibility: hidden !important;
  }
  body {
	  top: 0 !important;
  }
  
  .translation-links a span {
	  text-transform: uppercase;
  }
  .calsty {
	  border: 0;
	  width: 100%;
	  height: 690px;
	  background: transparent;
  }
  @media (max-width: 992px) and (min-width: 768px) {
	  .calsty {
		  height: 954px;
	  }
  }
  @media (max-width: 767px) and (min-width: 488px) {
	  .calsty {
		  height: 716px;
	  }
  }
  @media (max-width: 487px){
	  .calsty {
		  height: 757px;
	  }
  }
  

/******glasscoating-pricing-sec*********/
.glasscoating-price {
	padding: 120px 0 85px;
}
.each-glasscoating {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding-top: 56px;
    padding-bottom: 54px;
    position: relative;
    height: 100%;
}
.each-glasscoating-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.each-glasscoating-info {
    padding: 0 54px;
}
.each-glasscoating-info p {
	margin: 62px 0;
	display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-glasscoating-info p:last-child {
	margin: 0;
	text-align: center;
}
.each-glasscoating-info h4,
.each-glasscoating-info h6 {
	text-align: center;
	font-family: 'actorregular';
}
.each-glasscoating-info h6 {
	letter-spacing: 0.48px;
	text-transform: none;
	line-height: 24px;
	margin-top: 15px;
}
.each-glasscoating-info p:last-child {
	margin-top: 15px;
	margin-bottom: 0;
}
.each-glasscoating:hover {
	box-shadow: 0px 4px 10px 5px rgba(255, 255, 255, 0.10);
}
.glasscoating-price .col-xl-4 {
	padding: 0 12px;
}
.glasscoating-price .row {
	margin: 0 -12px;
}
.hidden-filter .select-style{
	cursor:pointer;
}

/*****loading-screen****/
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #020017;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 30px;
	display: none;
}
.loading-screen.loading-remove {
	top: -100%;
}
.loading-logo {
    margin-bottom: 30px;
    overflow: hidden;
}
.loading-logo img {
	width: 350px;
    right: 0;
    position: relative;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.loading-logo.loading-logo-appear img {
    right: 0;
}
.loading-line {
    background-color: rgba(243, 243, 243, 0.16);
    height: 1px;
    width: 350px;
    position: relative;
}
.loading-line-fill {
    background-color: #F3F3F3;
    width: 0;
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
}
.floating-widget{
	position: fixed;
	right: 0;
	top: 32%;
	z-index: 999999;
}

/****aanbod-dtl****/
.aanbod-person-content ul {
	list-style-type: none;
	padding-left: 0;
}
.aanbod-person-content ul li {
    display: flex;
    align-items: center;
}
.aanbod-person-content ul li img {
    width: 20px;
    margin-right: 14px;
    margin-bottom: 2px;
}
.aanbod-person-content {
	padding-left: 20px;
}
.aanbod-person-content h6 {
	margin-bottom: 5px;
}

.aanbod-car-dtl-top-wrap {
	margin-bottom: 20px;
}
.car-name {
    max-width: 100%;
    margin-right: 0;
}
.car-name h4 {
	margin-bottom: 5px;
}

.tab-last-btn-part {
	margin-top: 50px;
}
.each-tab-last-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 40px;
    position: relative;
    height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.each-tab-last-btn ul {
    list-style-type: none;
    margin: 76px 0 46px;
    padding-left: 0;
}
.each-tab-last-btn li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.each-tab-last-btn li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 25px;
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/tab-tick.svg);
}
.each-tab-top h3 {
	position: relative;
}
.each-tab-top h3::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    height: 10px;
    width: 80px;
    margin: 0 auto;
    background-color: #f3f3f3;
    border-radius: 10px;
}
/* .custom-separator {
    width: 80px;
    height: 10px;
    border-radius: 10px;
	overflow: hidden;
	background-color: #f3f3f3;
} */
.each-tab-last-btn h6 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'bodoni_mtregular';
}
.each-tab-last-btn h3 {
    text-align: center;
    text-transform: none;
    margin: 40px 0;
}
.tab-last-btn-part .col-xl-4 {
	padding: 0 20px;
}
.tab-last-btn-part .row {
	margin: 0 -20px;
}
.tab-rounded-top {
    background-color: #dc3545;
    color: #f3f3f3;
    text-align: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.tab-last-btn-part p {
	margin-top: 40px;
}
.each-tab-mid {
	height: calc(100% - 24px);
}
.counter_sec{
	margin-bottom: 70px;
}



.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #F3F3F3;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 3.2rem 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #181716;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-1.8rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
  filter: invert(1);
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 46rem;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #F3F3F3;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #181716;
  border: 2px solid #F3F3F3;
  background: #F3F3F3;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: transparent !important;
  border-color: #F3F3F3 !important;
  color: #F3F3F3 !important;
}
.monthly_amount{
  cursor:pointer;
}