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

body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-family: 'PoppinsLight';
	background-color: #171717;
	color: #fff;
	top: 0 !important;
}

html {
	font-size: 62.5%;
}

.dblock {
	display: none;
}

#menu {
	display: none;
}

.mm-current {
	display: block !important;
}

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

.add_morgan_footer_margin {
	height: 100px !important;
}

/*****************for mobile menu*************/
#menu.mm-menu {
	background: #121212;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

#menu.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: #fff;
}

#menu .mm-listview>li:not(.mm-divider):after {
	background-color: rgba(255, 255, 255, 0.1);
}
/**** M-SUB-MENU****/
/* .mm-next:after {
    background-image: url(../images/next.svg);
	height: 1rem;
	width: 1rem;
	background-size: 1rem;
	border: none;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
 .mm-prev:before {
	background-image: url(../images/prev.svg);
	height: 1rem;
	width: 1rem;
	background-size: 1rem;
	border: none;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
} */

/* ==========================================
%%%%%%%%%%%%%%%%% Header %%%%%%%%%%%%%%%%%%%%
=============================================*/
.header-area{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 2rem 0;
    background-color: rgba(23, 23, 23, 0.75);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	background-color: rgba(23, 23, 23);
}
.inner-header{
	background-color: rgba(23, 23, 23);
	position: relative;
}
.header-area.inner-header.stiky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	background-color: rgba(23, 23, 23);
}
.flag{
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
}
.flag li{
	display: inline-block;
	margin-right: 1rem;
}
.flag li img{
	width: 1.8rem;
}
.header-area li a{
	font-size: 1.8rem;
	font-family: 'PoppinsRegular';
}
.header-area li a {
	position: relative;
	z-index: 0;
	color: #fff;
}
.header-area li a::after{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.7rem;
	content: "";
	background-color: #F92E22;
	clip-path: polygon(51% 7%, 100% 0%, 49% 93%, 0 99%);
	-webkit-clip-path: polygon(51% 7%, 100% 0%, 49% 93%, 0 99%);
	z-index: -1;
	transform: translate(-50% , -50%) rotate(10deg);
	transition:all 0.5s ease-in-out;;
	-webkit-transition:all 0.5s ease-in-out;;
}
.header-area a:hover:after{
	padding:2rem 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.left-menu ul{
	display: flex;
	gap: 8rem;
	justify-content: center;
}
.right-menu ul{
	display: flex;
	gap: 6rem;
	justify-content: center;
}
.flag li a:hover:after{
	display: none;
}
/* ==========================================
%%%%%%%%%%%%%%%%% index %%%%%%%%%%%%%%%%%%%%
=============================================*/
/* %%%%%%%%%%%% banner %%%%%%%%%% */
.banner-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	z-index: 2;
	text-align: center;
	width: 100%;
}
.banner-content h2{
	font-family: 'spectralextralight_italic';
	letter-spacing: 5px;
	margin: 6rem 0 3rem;
}
.banner-content .vdm_btn_cls{
	margin: 0 .9rem;
}
/* %%%%%%% product %%%%% */
.product-slider-headig{
	color: #fff;
	text-align: center;
	margin-bottom: 3.7%;
}
.product-slider{
	padding: 4.7%  0 3%;
}
.product-slider .common-arrow{
	top: 35%;
}
.product-slider .swiper-button-next{
	right: 3rem;
}
.product-slider .swiper-button-prev{
	left:3rem;
}
.product-table{
	margin-top: 6%;
}
.product-table table{
	width: 100%;
	max-width: 97rem;
	margin:0 auto;
}
.product-table td{
	position: relative;
	padding: 0 4rem;
	text-align: center;
	word-break: break-word;
}
.product-table td h6{
	letter-spacing: 1.6px;
	
}
.product-table td:first-child{
	padding-left: 0;
}
.product-table td:last-child{
	border: 0;
	padding-right: 0;
}
.product-table td::before{
	position: absolute;
	right:0;
	top: 0;
	content: '';
	height: fit-content;
	width: 8px;
	height: 100%;
	clip-path: polygon(86% 1%, 100% 0%, 33% 100%, 19% 100%);
	-webkit-clip-path: polygon(86% 1%, 100% 0%, 33% 100%, 19% 100%);
	background-color: rgba(255, 255, 255, 0.5);
}
.product-table td:last-child::before{
	display: none;
}
/* %%%%%%% home-mid-slider-top %%%%% */
.home-mid-slider-top{
	position: relative;
	z-index: 6;
	background-color: #282828;
	padding-top: 5.3%;
}

.home-mid-slider-top .row .col-lg-6{
	padding: 4rem 0;
}
.home-mid-slider-top .row .col-lg-6:first-child{
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.home-mid-slider-top .col-lg-6 p{
    max-width: 64rem;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 9%;
}
/* %%%%%%%%%%%%%%%%%	home-mid-slider	%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-mid-each-slider{
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.home-mid-slider{
	padding-top: 8rem;
	background-color: #282828;
}
.home-mid-slider .common-arrow{
	top: -1.5rem;
}
.home-mid-slider .swiper-button-prev{
	right: 6rem;
	left: auto;
}
.home-mid-each-slider::after{
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-mid-each-slider::before{
	position: absolute;
	top: 0%;
	left: 0;
	content: '';
	height: 4.2rem;
	width: .9rem;
	background-color: rgba(249, 46, 34, 1);
	z-index: 6;
}
.home-mid-each-slider-top-conent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-mid-each-slider-top-conent h5{
	font-family: 'PoppinsLight';
	position: relative;
	background-color: rgba(23, 23, 23, 0.75);
	width: 100%;
	padding: 1.1rem 0 1.1rem 3rem ;	
	letter-spacing: 3.5px;
}

.home-mid-each-slider-btm-conent h5{
	font-family: 'PoppinsLight';
	margin-bottom: 2.3rem;
}
.home-mid-each-slider-btm-conent{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 4.2rem 7.8rem 2.5rem 7.8rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-mid-each-slider-btm-conent p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    text-overflow: ellipsis;
	margin-bottom: 2rem;
}
.home-mid-each-slider:hover .home-mid-each-slider-top-conent{
	top: -100%;
}
.home-mid-each-slider:hover .home-mid-each-slider-btm-conent{
	left: 0;
	top: 0;
}
.home-mid-each-slider-btm-conent td{
	display: block;
	position: relative;
	width: 100%;
	width: 100%;
	font-family: 'PoppinsLight';
	letter-spacing: 1.6px;
	font-size: 1.6rem;
	padding-left: 3rem;
	margin-bottom: 1.5rem;
}
.home-mid-each-slider-btm-conent td::before{
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	background-position: center ,center;
	background-size: 2rem;
	top: .5rem;
	left: 0;
	content: '';
	border-radius: 5px;
	height: 1.5rem;
	width: 1.5rem;
	background-color: #fff;
	z-index: 6;
	position: absolute;
}
.home-mid-each-slider-btm-conent tr {
	display: inline-block;
	width: 49%;
}
.home-mid-each-slider-btm-conent tr:last-child{
	text-align: end;
}
.home-mid-each-slider-btm-conent tr:last-child td::before{
	display: none;
}

.home-mid-each-slider-btm-conent table{
	width: 100%;
}
.home-mid-each-slider-btm-conent .row{
	margin-top: 3.6rem;
}
.home-mid-slider .swiper-slide{
	padding-top: 4rem;
	transition: all 0.5s;
}
.home-mid-slider .swiper-slide-next{
	padding-top: 0rem;
}
/* %%%%%%%%%%%%%%%%	home-review-mid %%%%%%%%%%%%%%%% */
.home-review-mid{
	background-color:#282828 ;
	/* padding-top: 7%; */
	position: relative;
	z-index: 2;
}
.home-review-mid-content {
	max-width: 50rem;
	width: 100%;
	/* padding-right: 2rem; */
	padding: 4rem 2rem 3rem 0;
}
.home-review-mid-content p{
	margin: 5rem 0 3rem;
}
.home-review-mid-content-img{
	overflow: hidden;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	margin-right: 1rem;
}
.home-review-mid-content-img img{
	width: 4rem;
}
.home-review-mid-content .vdm_btn_cls{
	margin-top: 5rem;
}
.home-review-mid .col-lg-7{
	width: 57.8%;
	position: relative;
}
.home-review-mid .col-lg-7::before{
	position: absolute;
	right: 0;
	top: -50%;
	height: 100%;
	width: 92%;
	content: "";
	background-color:#171717;
	clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}
.home-mid-slider .container-fluid{
	position: relative;
	z-index: 5;
}
.home-review-mid-img{
	position: relative;
	height: 100%;
}
.home-review-mid-img img{
	height: 100%;
	object-fit: cover;
}
.home-review-top-img{
	position: relative;
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}
.home-review-top-img img{
	height: 100%;
	object-fit: cover;
}
.home-review-top-content{
	max-width: 52rem;
	width: 100%;
	margin-left:10%;
}
.home-review-top-content p{
	margin: 3rem 0 5rem;
}
.home-review-top-content li{
	position: relative;
	padding-left: 5rem;
	display: inline-block;
	width: 49%;
	margin-bottom: 4rem;
	letter-spacing: 1.6px;
}
.home-review-top-content li::after{
	position: absolute;
	display: flex;
	background-color: #fff;
	height: 2rem;
	width: 2rem;
	background-image: url(../images/tick.svg);
	background-size: 2rem;
	top: 0;
	left: 0;
	content: "";
	border-radius: 5px;
}
/* %%%%%%%%%%%%%%%%	google-review-sec %%%%%%%%%%%%%%%% */
.google-review-sec{
	padding: 9% 0 6.2%;
}
/* %%%%%%% footer %%%%% */
.footer-top{
	padding-bottom: 5.3%;
}
.ftr-menu li a{
	color: #fff;
	opacity: 0.5;
	font-size: 1.6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.ftr-menu li:not(:last-child){
	margin-bottom: 1.7rem;
}
.footer-left img{
	width: 24rem;
	margin-bottom: 1.8rem;
}
.footer-left h2{
	font-family: 'spectralextralight_italic';
}
.ftr-menu li a::after{
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.6rem;
	height: 2rem;
	content: "";
	transform: translateY(-50%);
	clip-path: polygon(51% 7%, 100% 0%, 49% 93%, 0 99%);
	-webkit-clip-path: polygon(51% 7%, 100% 0%, 49% 93%, 0 99%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 1;
}
.ftr-menu li a:hover{
	opacity: 1;
	padding-left: 2rem ;
}
.ftr-menu li a:hover:after{
	background-color: #F92E22;
}
.ftr-open h4 ,
.ftr-contact h4{
	font-family: 'LamaSansMedium';
	margin-bottom: 2rem;
}
.ftr-contact p {
	font-size: 1.6rem;
	font-family: 'VolvoNovumRegular';
	color: rgba(255, 255, 255, 0.60);
	margin-bottom:3rem;
}
.ftr-contact a {
	font-size: 1.6rem;
	font-family: 'VolvoNovumRegular';
	color: rgba(255, 255, 255, 0.60);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ftr-contact a:hover{
	text-decoration: underline;
}
.ftr-open table{
	width: 100%;
}
.ftr-open td{
	width: 100%;
	display: block;
	color: rgba(255, 255, 255, 0.6);
}
.ftr-open td span{
	font-family: 'LamaSansMedium';
}
.ftr-open{
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}
.footer-btm{
	max-width: 160rem;
	width: 100%;
	margin-top: 5.5%;
}
.sponsor ul{
	display: flex;
	gap: 2rem;
	width: 100%;
	justify-content: end;
}
.ftr-social ul{
	display: flex;
	gap: 1.2rem;
}
.ftr-social ul li img{
	width: 1.6rem;	
	filter: invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ftr-social ul li{
	display: flex;
	justify-content: center;
	align-content: center;
	height: 5rem;
	width: 5rem;
	border: 1px solid #fff;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ftr-social ul li:hover{
	background-color: #171717;
}
.ftr-social ul li:hover img{
	filter: invert(0);
}
.footer-top-each-box{
	display: flex;
	height: 100%;
	background-color: #282828;
	align-items: center;
	justify-content: center;
	padding: 6rem 0;
	gap: 2rem;
}
.footer-top-each-box hr{
	background-color: #fff;
	height: 1px;
	margin: 1rem 0 1.2rem;
	max-width: 23rem;
	width: 100%;
	opacity: 1;
}
.footer-top-each-box img{
	width: 3rem;
	margin-bottom: 2rem;
}
.footer-top-each-box-content{
	width: 100%;
    height: 100%;
    max-width: 30rem;
}
.footer-top-each-box-content table{
	width: 100%;
	max-width: 18rem;
}
.footer-top-each-box-content p{
	letter-spacing: 2px;
}
.footer-top-each-box-content td{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footer-top-each-box-content td span{
	display: block;
	margin-right: 1rem;
}
.footer-area{
	padding-bottom: 6.5%;
}
/* ==========================================
%%%%%%%%%%%%%%%%% diensten-detl %%%%%%%%%%%%%%%%%%%%
=============================================*/
.inner-header{
	background-color: #171717;
}
.inner-header.stiky{
	background-color: rgba(23, 23, 23, 0.75);
}
.back-btn .vdm_btn_cls{
	position: absolute;
	top: 4rem;
	left: 0;
	z-index: 3;
}
.back-btn .vdm_btn_cls:hover{
	border-color: #121212;
}
.diensten-dtl-review-mid {
	/* padding-top: 5%; */
	background-color: #fff;
}

.diensten-dtl-review-mid .col-lg-7::before {
	display: none;
}

.diensten-dtl-review-mid .home-review-mid-content{
	color: #171717;
    max-width: 61rem;
	padding: 16% 0;
}
.home-review-top .col-7{
	width: 50.6%;
}
.home-review-top .col-5{
	width: 49.4%;
}
.home-review-mid-img{
	clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%);
}

.diensten-dtl-review-top .home-review-top-content{
	max-width: 63rem;
}
.diensten-dtl-review-top .home-review-top-content li{
	width: 30%;
	padding-left: 4rem;
}
.destin-dtl-mid-slider{
	background-color: transparent;
	padding-bottom: 9%;
	position: relative;
}
.destin-dtl-mid-slider::after{
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	background-color: #F4F4F4;
}
.footer-top-white {
	margin-top: -5.2%;
}
.footer-top-white .footer-top-each-box{
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.footer-top-white td,
.footer-top-white .footer-top-each-box-content a ,
.footer-top-white .footer-top-each-box-content p{
	color: #171717;
}
.footer-top-white .footer-top-each-box hr{
	background-color: rgba(0, 0, 0, 0.25);
}
/* ======= diesten ===== */
.diesten{
	padding:  5% 0 11%;
	background-color: #F4F4F4;
}
.destin-wrap{
	margin-top: -4rem;
}

.diesten .home-mid-each-slider-btm-conent .row{
	margin-top: 28%;
}
.diensten-dtl-form.form-area{
	margin-top: 0;
	padding-top: 0;
}
.diensten-dtl-form .form-area-wrap{
	margin-top: -10%;
	position: relative;
}
.diensten-dtl-slider-top{
	background-color: transparent;
}

/* ==================annbod-dtl ============ */
/* .aanbod-dtl-back-btn .aanbod-dtl-back-btn .vdm_btn_cls{
	background-color: #fff;
} */
.show-more{
	display: none;
}
.aanbod-dtl-back-btn {
	padding: 4rem 0;
}
.aanbod-dtl-back-btn .vdm_btn_cls{
	position: relative;
	top: 0;
}
.aanbod-dtl-back-btn .vdm_btn_cls:hover{
	border-color: #fff;
}
.aanbod-top-slider{
	/* padding-top: 12%; */
}
.aanod-top-right{
	padding-left: 8%;
  	padding-bottom: 5%;
}
.aanod-top-right-top{
	margin-bottom: 2rem;
}
.aanod-top-right-top h2{
	font-family: 'poppinsbold';
}
.aanod-top-right-top h5{
	font-family: 'PoppinsLight';
	color: rgba(255, 255, 255, 1);
	opacity: .75;
}
.aanbod-top-slider 
.aanbod-table table{
	width: 100%;
}
.aanbod-top-slider .col-12 .swiper-button-prev ,
.aanbod-top-slider .col-xl-7 .swiper-button-prev{
	left: 3rem;
}
.aanbod-top-slider .col-12 .swiper-button-next ,
.aanbod-top-slider .col-xl-7 .swiper-button-next{
	right: 3rem;
}
.aanbod-top-slider .col-12 .common-arrow{
	top: 55%;
}
.aanbod-table tr{
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	display: block;
	padding: 1rem 0;
}
.aanbod-table td{
	vertical-align: top;
	display: inline-block;
	width: 49%;
	font-family: 'PoppinsMedium';
	line-height: 1.8;
}
.aanbod-table td:nth-child(even){
	color: #fff;
	font-family: 'PoppinsLight';
	opacity: .75;
}
.aanod-righ-mid {
	margin-bottom: 2rem;
}
.aanod-righ-mid h5{
	opacity: .75;
}
.aanod-righ-mid table{
	width: 100%;
}
.aanod-top-right-btm{
	margin-top: 4rem;
}
.aanod-top-right-btm a:first-child{
	margin-right: 1rem;
}
.small-car{
	position: relative;
	overflow: hidden;
}
.overley{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0.75);
	background-image: url(../images/add.svg);
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position:  center , center;
	cursor: pointer;
}
/*=============== over ons ===============*/
.inner-banner-content{
	position: absolute;
	top: 62%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0px 2rem;
}
.inner-banner-dot{
	width: 2.7rem;
	height: 2.9rem;
	background-color: #fff;
	clip-path: polygon(66% 0, 100% 0, 54% 100%, 23% 100%);
	margin: 0.6rem auto 1.3rem;
}
.inner-banner-content h2{
	font-family: 'spectralextralight_italic';
	letter-spacing: normal;
}
/*=============== over ons ===============*/
.inner-banner-dot{
	width: 2.7rem;
	height: 2.9rem;
	background-color: #fff;
	clip-path: polygon(66% 0, 100% 0, 54% 100%, 23% 100%);
	margin: 0.6rem auto 1.3rem;
}
.inner-banner-content h2{
	font-family: 'spectralextralight_italic';
}
.each-meet-team{
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-meet-team::after{
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	left: -100%;
	height: 100%;
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-meet-team:hover::after{
	left: 0;
}
.meet-team-content{
	position: absolute;
	top: 50%;
	left: -100%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	max-width: 52.2rem;
	margin: 0px auto;
	top: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-meet-team:hover .meet-team-content{
	left: 50%;
}
.meet-team-content h5{
	font-family: 'PoppinsLight';
	margin-bottom: .8rem;
}
.meet-team-content h6{
	font-size: 1.6rem;
	font-family: 'PoppinsLight';
	margin-bottom: 2.4rem;
}
.meet-team-content a{
	position: relative;
	padding-left: 2rem;
	font-size: 1.6rem;
	color: #fff;
	font-family: 'PoppinsRegular';
}
.meet-team-content a:hover{
	color: #F92E22;
}
.meet-team-content a::after{
	position: absolute;
	content: "";
	background-image: url("../images/red-phone.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%) ;
	filter:  brightness(0) invert(1);
	width: 1.1rem;
	height: 1.1rem;
}
.meet-team-content a:hover::after{
	filter:  brightness(1) invert(0);
}
.meet-team-content a.mail::after{
	background-image: url("../images/red-mail.svg");
}
.each-meet-team p{
	font-size: 1.6rem;
	color: #fff;
	margin-top: 2.6rem;
}
.meet-team-sec{
	padding: 7% 0;
	background-color: #F4F4F4;
}
.meet-team-sec::after{
	position: absolute;
	content: "";
	background-color: #171717;
	width: 100%;
	left: 0%;
	height: calc(100% - 20.6rem);
	top: 0;
}
.meet-team-sec h2{
	color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: 7.3rem;
}
.over-ons-btm{
	background-color: #F4F4F4;
	padding-bottom: 10%;
}
.over-ons-btm h2{
	color: #171717;
	text-align: center;
	margin-bottom: 7rem;
}
.over-ons-btm-img{
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	width: calc(100% + 33%);
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-btm-img img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-btm-img:hover img{
	transform: scale(1.1);
}
.over-ons-btm .swiper-button-next{
	right: 7%;
	top: 0;
	top: 2.8rem;
}
.over-ons-btm .swiper-button-prev{
	left: auto;
	right: 10%;
	top: 2.8rem;
}
.over-ons-btm .common-arrow{
	background-color: #171717;
	width: 6rem;
}
.over-ons-btm .common-arrow img{
	width: .8rem;
	filter: invert(1);
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 945px;
    margin: 12% auto 0;
    overflow: hidden;
}
.modal-area .modal {
	background-color: rgba(18,18,18,0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.popup-inner-content{
	padding: 3rem 2rem 3rem 17%;
}
.modal-area .popup-content {
    background-color: #fff;
}
.modal-area .popup-content h4{
	color: #171717;
	font-family: 'PoppinsLight';
	max-width: 28rem;
	width: 100%;
	letter-spacing: 4.8px;
}
.modal-area .popup-content p{
	color: #171717;
	padding: 3.1rem 0 2.5rem;
}
.modal-area .popup-content .vdm_btn_cls:hover{
	border-color: #171717;
}
.close-img {
    position: absolute;
    top: 0;
	right: 0;
    z-index: 1;
	font-size: 2rem;
	font-family: 'PoppinsMedium';
	height: 5rem;
	width: 5rem;
	background-color: #171717;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.close-img:hover {
	color: #fff;
}
.popup-content .border-btn{
    border-color: #fff;
}
.popup-content .border-btn:hover{
    border-color: #F7CC46;
}
.popup-inner-img::after{
	content: "";
	position: absolute;
	background-color: #FFFFFF;
	clip-path: polygon(17% 0, 0 0, 0 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: -1px;
}
.popup-inner-img img{
	height: 100%;
	object-fit: cover;
}
/* aanbod list filter area css strat */
.aanbod-list-filter {
	padding-top: 15rem;
	margin: 7rem 0px 7.5rem;
	border-top: 1px solid rgb(255 255 255 / 10%);
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.aanbod-list-filter-wrap .row {
	margin-right: 0;
	margin-left: 0;
}

.aanbod-list-filter-wrap .col-md-2 {
	padding-right: 0;
	padding-left: 0;
}

.aanbod-list-filter-wrap .row .col-md-2:first-child .product-select-option {
	padding-left: 0;

}

.product-select-option {
	width: 100%;
	border-right: 1px solid rgb(255 255 255 / 10%);
	padding: 4.5rem 4.4rem;
}

.product-select-option option{
	color: #171717;
}

.product-select-option .product-select-option-btn {
	width: 100%;
	background-color: transparent;
	border: none;
	padding-right: 2rem;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'PoppinsLight';
	cursor: pointer;
	background: url(../images/select-down-arrow.svg) transparent no-repeat 95% center/1rem;
	-webkit-appearance: none;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.product-cancle-option {
	padding: 4.5rem 4.4rem;
}

.product-cancle-option a {
	font-size: 1.2rem;
	font-family: 'PoppinsLight';
	letter-spacing: 1.2px;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all 0.5s;
}

.product-cancle-option a:hover {
	color: #F92E22;
}

/* aanbod2 list area css start here */
.aanbod-products-area {
	padding: 0px 0px 8rem
}

.each-aanbod-products-box {
	padding-bottom: 5.2rem;
	cursor: pointer;
}

.each-products-image-box {
	width: 100%;
	position: relative;
}
.each-products-image-box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.each-aanbod-products-box:hover .each-products-image-box::after{
	opacity: 1;
}
.each-products-image-text-contain {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all 0.5s;
}
.each-aanbod-products-box:hover .each-products-image-text-contain {
	opacity: 1;
}
.each-products-image-text-contain p {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'PoppinsRegular';
	position: relative;
}
.each-products-image-text-contain p::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.7rem;
	content: "";
	background-color: #F92E22;
	clip-path: polygon(51% 7%, 100% 0%, 49% 93%, 0 99%);
	z-index: -1;
	transform: translate(-50%, -50%) rotate(10deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	padding: 2rem 0;
}
.each-products-deatil {
	width: 100%;
}
.each-products-deatil h3 {
	font-size: 1.8rem;
	font-family: 'PoppinsMedium';
	letter-spacing: 1.8px;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	color: #fff;
	word-break: break-word;
}
.each-products-deatil p{
	height: 5rem;
	overflow: hidden;
	color: #fff;
	opacity: 0.6;
}
.each-products-deatil span {
	font-size: 1.2rem;
	font-family: 'PoppinsLight';
	letter-spacing: 1.2px;
	color: rgb(255 255 255 / 60%);
}
.each-products-deatil table {
	width: 100%;
	margin-top: 1rem;
	border-top: 1px solid rgb(255 255 255 / 60%);
	border-bottom: 1px solid rgb(255 255 255 / 60%);
}
.each-products-deatil tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.each-products-deatil td {

	vertical-align: top;
	font-size: 1.6rem;
	color: rgb(255 255 255 / 60%);
	letter-spacing: 1.2px;
	padding-right: 1rem;
}

.each-products-deatil td:last-child{
	padding-right: 0;
}

.each-products-details-down-text {
	display: flex;
	align-items: center;
}

.each-products-details-down {
	padding-top: 1.5rem;
}

.each-products-details-down-text h3 {
	padding: 0px;
	padding-right: 1rem;
	padding-left: 1.5rem;
}

.products-middle-content {
	padding-top: 7.3rem;
}
.each-products-details-down table{
	width: 100%;
	border: 0;
	margin-top: 0;
}
.each-products-details-down td{
	display: inline-block;
	padding-right: 4rem;
}
.each-products-details-down tr{
	border: 0;
	display: block;
	padding: 0;
}
.products-middle-content-left {
	border-right: 1px solid rgb(255 255 255 / 25%);
	padding: 1.2rem 0px;
}

/*.products-middle-content-left h2 {
	font-size: 3.2rem;
	font-family: 'PoppinsLight';
}*/

.products-middle-content-right {
	width: 100%;
	max-width: 568px;
	margin-left: auto;
}

.products-middle-content-right p {
	font-size: 1.2rem;
}

.products-middle-btn {
	text-align: center;
	padding-top: 5.6rem;
	padding-bottom: 10.8rem;
}

.products-middle-btn a {
	background-color: #fff;
	border: 1px solid #fff;
	font-family: 'intermedium';
	color: #171717;
	padding: 1rem 1.1rem;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.products-middle-btn a:hover {
	background-color: #171717;
	border: 1px solid #fff;
	color: #fff;
}
/* verkochat css start here */
.verkochat-products-area {
	background-color: #F4F4F4;
	color: #171717;
	padding: 7% 0;
}
.verkochat-products-area .each-products-deatil h3 {
	color: #171717;
	
}
.verkochat-products-area p {
	color: rgb(23 23 23 / 60%);
}

.verkochat-products-area table {
	border-color: rgb(23 23 23 / 50%);
}

.verkochat-products-area td {
	color: rgb(23 23 23 / 60%);
}

.verkochat-products-area .products-middle-content-left {
	border-right: 1px solid rgb(23 23 23 / 25%);
}

.verkochat-products-area .products-middle-content-right p {
	color: #171717;
}

.verkochat-products-area .products-middle-btn a {
	background-color: #171717;
	color: #fff;
}

.verkochat-products-area .products-middle-btn a:hover {
	background-color: #fff;
	color: #171717;
	border-color: #171717;
}

/*  */
.white-vertical-line {
	padding: 1.8rem 0 3.2rem;
}
/*%%%%%% Form Css Start Here 28 Aug %%%%%%*/
/* form area css start here */
.form-back-img{
	clip-path: polygon(0 0, 82% 0%, 99% 100%, 0% 100%);
}
.form-area {
	padding: 2rem 0;
	margin-top: -10%;
	position: relative;
}

.form-area-wrap {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	background-color: #282828;
	padding: 5% 6.5% 3.8%;
}

.from-wrapper .row{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
} 
.from-wrapper button{
	outline: none;
	border: none;
}
.from-wrapper .col-lg-6{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.form-heading-with-image{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 6.2rem;
}

.form-heading-image {
	width: 100%;
	max-width: 41px;
	min-height: 41px;
	border-radius: 50%;
	overflow: hidden;
}

.form-heading-text {
	color: #FFF;
	text-align: center;
	font-family: 'spectralextralight_italic';
	font-size: 3.2rem;
	letter-spacing: 6.4px;
	padding-left: 2.2rem;
}

.from-wrapper .form-group{
	padding-bottom: 1.5rem;
}

.from-wrapper .form-group label{
	font-family: 'PoppinsLight';
	font-size: 1.6rem;
	letter-spacing: 2.4px;
	color: #fff;
	padding-bottom: 1.3rem;
}

.form-styl {
    display: block;
    padding: 1.2rem 2.2rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #282828;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
	font-family: 'poppinsitalic';
	font-style: italic;
	letter-spacing: .2rem;
	resize: none;
}
.form-group .form-styl::placeholder{
	color: #282828;
	opacity: .25;
}
.form-group .form-styl:focus{
	border: 0;
	box-shadow: none;
}
.bedrijf{
	position: relative;
}
.bedrijf::after{
	position: absolute;
	content: "";
	background: url(../images/upload-01.png);
	width: 2.4rem;
	height: 2.4rem;
	background-size: 2.4rem;
	background-repeat: no-repeat;
	bottom: 2.3rem;
	left: auto;
	right: .8rem;
}

.textarea-box textarea::placeholder{
	color: rgb(40 40 40 / 25%);
}

/* white form css */
.white-form-wrap{
	background-color: #fff;
}

.white-form-wrap .form-heading-text{
	color: #171717;
}

.white-form-wrap .form-styl{
	background-color: #F4F4F4;
}

.white-form-wrap .form-group label{
	color: #171717;
}
.white-form-wrap .vdm_btn_cls:hover{
	background-color:  #171717;
	color: #fff;
}

/*%%%%%% Contact Page Css Start Here 28 Aug %%%%%%*/
/* contact-map-area css start */
.contact-map-area{
	overflow-x: hidden;
}

.contact-map-left-text{
	background-color: #171717;
	padding: 36% 0;
}

.contact-address h2{
	letter-spacing: 6.4px;
	padding-bottom: 4.5rem;
	color: #fff;
}

.contact-address p{
	letter-spacing: 2.4px;
	padding-bottom: 1rem;
	color: #fff;
}
.contact-address a span ,
.contact-address a{
color: #fff;
font-size: 1.6rem;
font-family: 'PoppinsLight';
transition: all .5s;
}

.contact-address a:hover{
	color: #F92E22;
}
.contact-address {
	padding-bottom: 3rem;
}

.contact-map-right-image{
	width: 100%;
	height: 100%;
	position: relative;
	clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* .contact-map-right-image::after{
	position: absolute;
	content: "";
	background-color: #171717;
	width: 30%;
	height: 100%;
	clip-path: polygon(0 0, 0 100%, 45% 0);
	-webkit-clip-path: polygon(0 0, 0 100%, 45% 0);
	top: 0;
	left: 0;
} */
.contact-opening-wrap .col-lg-6{
	width: 49.5%;
}
.contact-opening-area{
	background-color: #fff;
}

.contact-opening-left-image {
width :100%;
height: 100%;
position: relative;
}

.contact-opening-right-text{
	background-color: #fff;
}

.contact-opening-left-image::after{
position: absolute;
content: "";
background-color: #fff;
max-width: 31%;
width: 100%;
height: 100%;
left: auto;
right: 0;
top: 0;
clip-path: polygon(100% 0, 47% 0, 100% 100%);
-webkit-clip-path: polygon(100% 0, 47% 0, 100% 100%);
}
.contact-opening-right-text{
	padding-left: 16rem;
	width: 100%;
	max-width: 663px;
}
.contact-opening-right-text h2{
	letter-spacing: 6.4px;
	color: #171717;
	padding-bottom: 3rem;
}

.contact-opening-right-text table{
	width :100%;
	max-width: 34rem;
}

.contact-opening-right-text td{
	color: #171717;
	font-size: 1.6rem;
	font-family: 'PoppinsLight';;
}

.contact-opening-right-text tr:last-child td{
	padding-top: 2rem;
}

.contact-opening-right-text tr:nth-last-child(2) td{
	padding-top: 2rem;
}
.contact-opening-right-text p{
	color: #171717;
	font-size: 1.6rem;
	padding-top: 2rem;
}
.contact-form{
	padding-top: 0;
	padding-bottom: 10%;
}
/* ======= overons ======= */
.overons-review{
	padding-top: 0;
}
.overons-review .col-lg-7::before{
	display: none;
}
.overons-review-top{
	background-color: #fff;
	color: #171717;
}
.overons-review-top .home-review-top-img{
	padding: 21% 0;
	padding-left: 16%;
	background-color: #171717;
}
.overons-review-top .home-review-top-img li {
    position: relative;
    padding-left: 5rem;
    display: inline-block;
    width: 49%;
    margin-bottom: 4rem;
    letter-spacing: 1.6px;
	color: #fff;
}
.overons-review-top .home-review-top-img li::after {
    position: absolute;
    display: flex;
    background-color: #fff;
    height: 2rem;
    width: 2rem;
    background-image: url(../images/tick.svg);
    background-size: 2rem;
    top: 0;
    left: 0;
    content: "";
    border-radius: 5px;
}
.contact-map-left-text .ftr-social p{
	letter-spacing: 2.3px;
	margin-bottom: 1rem;
}

/*****tab section****/
.dtl-tab-sec{
	padding: 7% 0 0;
}
.dtl-tab-sec.tab-btn{
	margin-top: -5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #282828;
    background-color: #282828;
	text-transform: none;
    color: #fff;
    opacity: 1;
	padding: 2rem 2rem;
    border-radius: 0;
    letter-spacing: normal;
	border-radius: 0;
	width: 100%;
	font-size: 1.6rem;

}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'intermedium';
	font-size: 1.4rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 15%;
}
.dtl-tab-sec .vdm_btn_cls:after{
	display: none;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	border: 1px solid #fff;
	background-color: #fff;
	color: #171717;
}


/*==============dtl-tab-content===========*/

.dtl-tab-content-heading{
	text-align: center;
	
}
.dtl-tab-content-heading h2 {
	padding: 5rem 0 2rem;
	margin-bottom: 4rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'PoppinsLight';
    font-size: 1.8rem;
    color: #fff;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top .9rem;
    padding-left: 1.3rem;
    background-size: 0.9rem;
	font-family: 'PoppinsMedium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 1rem;
	font-family: 'PoppinsRegular';
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
	font-family: 'PoppinsLight';
	font-size: 1.8rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
	font-family: 'PoppinsLight';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: cover;
    position: absolute;
    top: 0.9rem;
    left: 0;
    content: '';
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #fff;
	font-family: 'LamaSansMedium';
	text-transform: none;
}
.each-onderhoud-block p {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'LamaSansMedium';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-top-area .vdm_btn_cls {
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.aanbod-dtl-product-wrap{
	background: #F5F5F5;
	padding: 8rem 3rem 3rem;
}
/* ========= vacatures-detail ======= */
.download-logo a{
	position: relative;
	padding-left: 4rem;
	font-family: 'PoppinsLight';
	letter-spacing: 1.7px;
	color: #171717;
	font-size: 1.2rem;
}
.download-logo a:hover{
	color: #F92E22;
}
.download-logo a:hover::after{
	background: url(../images/color-download.svg);
	width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem;
    background-repeat: no-repeat;
    bottom: 2.3rem;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.download-logo a::after{
	position: absolute;
    content: "";
    background: url(../images/download-logo.svg);
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem;
    background-repeat: no-repeat;
    bottom: 2.3rem;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*******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:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

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

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

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    font-family: 'PoppinsRegular';
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'PoppinsRegular';
    font-size: 1.8rem;
    color: black;
    padding-bottom: 1rem;
    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;
}

.form-1, .form-2 {
	display:none;
}
.privacy_section {
	padding : 8%;
}
.error_background{
	padding-top: 9%;
}
.header-area .active {
    filter: drop-shadow(-1px 1px 6px #fff);
}

.footer-top-white .ftr-open td{
	color: rgba(255, 255, 255, 0.6);
}

.verkocht-blank {
	margin-bottom: 10%;
}

#google_translate_element {
    height: 0;
    overflow: hidden;
}
.skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.diesten .home-mid-each-slider-btm-conent{
	padding: 9rem 9.4rem 2.5rem 7.8rem;
}
.diesten  .home-mid-each-slider-btm-conent p{
	margin-bottom: 0;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}

.foto_upload{
	color: #282828;
	opacity: .25;
}


.sponsor {
    margin-left: auto;
    max-width: 75rem;
}
.spon-img{
	object-fit: contain;
    height: 6rem;
   
    max-width: 100%!important;
}
.calsty {
    height: 955px !important;
}

.form-area-wrap .vdm_btn_cls{
	text-transform: capitalize;
}
.red-btn{
	background-color: #E93322;
	border-color: #E93322;
	color: #fff;
}
.banner-sec .vdm_btn_cls{
	width: 100%;
	max-width: 250px;
	margin-bottom: 1rem;
}
.ftr-social .footer-wp-btn {
    background-color: #25d366;
    border: #25d366;
    filter: unset;
}
.ftr-social .footer-wp-btn:hover {
    background-color: #25d366;
}
.ftr-social .footer-wp-btn img {
    filter: invert(0);
}

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
  .right-menu ul {
    padding-right: 2rem;
  }

.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #E93322;
	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 2.5rem;
  	font-size: 1.5rem;
  	font-family: 'PoppinsMedium';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.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: 51rem;
  	display: none;
}
.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-family: 'PoppinsMedium';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'PoppinsRegular';
	font-size: 1.5rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #E93322;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #E93322;
  	background: #E93322;
	padding: 1.2rem 2rem;
	font-size: 1.4rem;
	font-family: 'PoppinsMedium';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #E93322 !important;
}