@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'widescreen_trialex_regular';
    font-size: 1.6rem;
    color: #fff;
	background: #071116;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.menu-navigation{
	padding-top: 12rem;
}
/*******************************index***************************/
.header-area{
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(5, 5, 5, 0.51) 32%, rgba(14, 14, 14, 0.78) 83%);*/
	padding: 2.5rem 0 3rem;
	position: fixed;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo img{
	width: 30rem;
}
.menu-right{
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 4rem;
}
.menu-right ul{
	display: flex;
	align-items: center;
	column-gap: 4rem;
}
.header-area .nav_menu_right_part{
	padding: .8rem 1.4rem;
	background: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	cursor: pointer;
}
.header-area .nav_menu_right_part.active a.d-inline-block{
	opacity: 0;
	cursor: default;
}
.header-area .nav_menu_right_part.active{
	background: transparent;
  	box-shadow: none;
}
.header-area .nav_menu_right_part.active .menu-icon::after, .header-area .nav_menu_right_part.active .menu-icon::before, 
.header-area .nav_menu_right_part.active .menu-icon div {
  background-color: #fff;
}
.menu-block a{
	color: #071116;
	text-transform: uppercase;
}
.menu-right li a{
	text-transform: uppercase;
	color: #F1F4F7;
	font-family: 'widescreen_trialex_medium';
}
.inner-header{
	/*background: #071116;*/
	background: #3A515C;
}
.sticky-hidden{
	position: fixed;
	z-index: 99;
	background: #3A515C;
}
/****banner-sec****/
.banner-sec{
	height: 100vh;
	overflow: hidden;
}
.banner-sec .swiper, .home-each-banner, .home-each-banner img{
	height: 100%;
}
.home-each-banner img{
	object-fit: cover;
}
.banner-content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    width: 100%;
}
.banner-sec::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(7, 17, 22, 0.40);
	z-index: 1;
}
.banner-sec::before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(7, 17, 22, 0.00) 0%, #071116 96.49%);
	z-index: 2;
}
.banner-content h1 {
	margin-bottom: 3rem;
}
.banner-btm-scroll {
    position: absolute;
    bottom: 4%;
    z-index: 5;
    cursor: pointer;
	text-align: center;
	width: 100%;
}
.banner-btm-scroll a {
	font-family: 'widescreen_trialex_regular';
    color: #fff;
    font-size: 12px;
	text-transform: uppercase;
}
/* ******* sponsore ****** */
.home-sponsor{
	background: #071116;
	padding: 12rem  0;
}
.home-sponsor ul{
	display: flex;
	justify-content: center;
	column-gap: 10%;
	align-items: center;
}
.home-sponsor li img{
	max-height: 4rem;
  	max-width: 8rem !important;
  	object-fit: contain;
}
/****product-sec****/
.product-left {
    max-width: 45rem;
	margin: 10rem 0 29.5rem;
	position: relative;
    z-index: 2;
}
.product-left h2 {
	margin-top: 2.5rem;
}
.product-left p {
	color: #F7FAF6;
	margin: 2rem 0 6.5rem;
}
.product-sec .select-style {
    width: 100%;
    color: rgba(247, 250, 246, 0.25);
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    border: 1px solid rgba(247, 250, 246, 0.25);
    font-size: 1.4rem;
    background: url(../images/home-filter-down-arrow.svg) no-repeat 92% center / 11px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-transform: uppercase;
    padding: 1.6rem 2.8rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.product-sec .select-style:focus{
	color: #F7FAF6;
	border-color: #F7FAF6;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
	background: url(../images/home-filter-white-btn.svg) no-repeat 92% center / 11px;
}
.product-sec .select-style option {
    background-color: #0E0F0E;
    width: 100%;
    border: none;
	font-family: arial;
}
.home-filter .row {
	margin-top: 2rem;
	/* width: 100% ; */
}
.home-filter-btn {
	display: flex;
	align-items: center;
	background-color: transparent;
	border: 1px solid #F7FAF6;
	color: #F7FAF6;
	font-family: 'widescreen_trialex_medium';
	font-size: 1.4rem;
	text-transform: uppercase;
	padding: 1.6rem 2.8rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    justify-content: center;
}
.home-filter-btn:hover {
	background-color: #3A515C;
	border-color: #3A515C;
}
.home-filter-btn img {
    margin-right: 1rem;
    width: 1.4rem;
}
.home-filter .txt-btn:hover {
	color: #F7FAF6;
}
.slider-img {
    position: relative;
	max-height: 34rem;
	height: 100%;
}
.slider-img img{
	height: 100%;
	object-fit: cover;
}
.slider-img ul {
    display: flex;
    justify-content: end;
    padding-right: 2rem;
    position: absolute;
    bottom: -2rem;
    right: 0;
}
.slider-price-sec {
    background: #19252B;
    padding: 3.7rem 1.5rem 1.7rem;
	position: relative;
}
.slider-price-sec::after{
	position: absolute;
    left: 50%;
    top: -3.2rem;
    transform: translateX(-50%);
    height: 3.2rem;
    width: 6.4rem;
    background-color: #fff;
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-swiper-left:hover .slider-price-sec::after,
.product-swiper-right:hover .slider-price-sec::after{
	opacity: 1;
}
.slider-price-sec p {
    color: rgba(247, 250, 246, 0.50);
    font-size: 1.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slider-price-sec h6 {
    color: #F7FAF6;
    font-size: 2rem;
    margin-top: 0.5rem;
    height: 27px;
    overflow: hidden;
	margin-bottom: 2rem;
	font-family: 'widescreen_trialregular';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-side-arrow {
    height: 4.6rem;
    width: 4.6rem;
    background-color: rgba(247, 250, 246, 0.2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.slider-price-sec ul{
	display: flex;
	column-gap: 1.1rem;

}
.slider-price-sec li{
	font-family: 'widescreen_trialregular';
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.50);
	height: 2.3rem;
}
.product-side-arrow img {
    width: 1.1rem;
}
.product-right {
	padding-left: 8rem;
}
.product-slider  .swiper-wrapper{
	height: 165rem !important;
}
.product-slider .each-slider ,
.product-slider .swiper-backface-hidden .swiper-slide{
	height: calc(165rem / 3) !important;
}
.product-sec {
	position: relative;
}
/*.slider-price-table{
	display: none;
}*/
.slider-price-table table{
	width: 100%;
}
.slider-price-table td{
	font-family: 'widescreen_trialregular';
	font-size: 1.4rem;
	color: rgba(25, 29, 35, 0.50);
}
.slider-price-table tr td:nth-child(4){
	color: rgba(0, 154, 255, 1);
}
.product-slider::before {
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	height: 25%;
	width: 100%;
	background: linear-gradient(0deg, rgba(7, 17, 22, 0.00) 0%, #071116 96.49%);
	z-index: 2;
	pointer-events: none;
}
.product-slider::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -3px;
	height: 25%;
	width: 100%;
	background: linear-gradient(180deg, rgba(7, 17, 22, 0.00) 0%, #071116 96.49%);
	z-index: 2;
	pointer-events: none;
}
.product-slider .common-arrow {
    border-radius: 100px;
    width: 46px;
    height: 46px;
    border: 1px solid #F7FAF6;
	visibility: hidden;
}
.product-slider .common-arrow img {
	filter: brightness(1) invert(1);
}
.each-slider:hover .slider-price-sec h6,
.each-slider:hover .slider-price-sec p{
	color: #191D23;
}
.each-slider:hover .slider-price-sec{
	background: #FFF;
}
/*.service-slider-btm .swiper-slide-active .each-service-slider-img{
	margin-left: 3rem;
}
.service-slider-btm .swiper-slide-active .swiper-slide + .swiper-slide {
	margin-right: 3rem;
}*/
/* ***************** service sec ************** */
.service-slider-sec{
	padding-top: 14rem;
}
.service-slider-heading{
	text-align: center;
	max-width: 85rem;
	margin:0 auto 7.4rem;
}
.service-slider-heading h2{
	margin-bottom: 3rem;
}
.each-service-slider{
	height: 70rem;
	border-right: 1px solid #3A515C;
	position: relative;
	border-top: 0;
}
.each-service-slider-img img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-slider-img{
	height: 75%;
	position: absolute;
	margin: 3rem;
	margin-bottom: 0;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 2rem;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-slider-content{
	position: absolute;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	top: 6rem;
	z-index: 2;
	width: 100%;
}
.service-slider-sec .common-arrow{
	top: -3.5rem;
	display: none;
}
.service-slider-sec .swiper-button-next{
	right: 2rem;
}
.service-slider-sec .swiper-button-prev{
	left: auto;
	right: 8rem;
}
.each-service-slider:hover .each-service-slider-img{
	height: calc(100% - 4rem);
}
.service-slider-btm{
	position: relative;
}
.service-slider-btm::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(58, 81, 92, 0.00) 0%, #3A515C 100%);
	z-index: 0;
}
.each-service-slider-img::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #071116 0%, rgba(7, 17, 22, 0.00) 100%);
	content: "";
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-slider:hover .each-service-slider-img::after{
	opacity: 1;
}
.service-slider-sec .swiper{
	border-top: 1px solid #3A515C;
}
.service-slider-btm .akker_btn_cls{
	position: relative;
	z-index: 2;
	margin-top: 6rem;
}
/****text-slider****/
.text-slider-sec {
	background: #3A515C;
	padding: 18rem 0 0;
}
.text-slider-top {
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.text-slider {
	display: inline-block;
	animation: 15s slide infinite linear;
}
.text-slider li {
	padding-left: 3rem;
	color: #F7FAF6;
	position: relative;
	font-family: 'widescreen_trialex_bold';
	font-size: 1.6rem;
    text-transform: uppercase;
}
.text-slider li::after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	background-image: url(../images/tick.svg);
	height: 1.5rem;
	width: 1.5rem;
	background-position: center;
	background-repeat: no-repeat;
}
.text-slider ul {
	display: flex;
	column-gap: 15rem;
	margin-right: 13rem;
	padding: 2.2rem 0 2.9rem;

}
.text-slider-top:hover .text-slider {
	animation-play-state: paused;
}
@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
/* ************* home-about *********** */
.home-about{
	background: #3A515C;
	padding: 10rem 0 21rem;
}
.home-about-heading{
	margin-bottom: 5.7rem;
}
.home-about-lft-img-1{
	padding-left: 7.6rem;
	padding-right: 4rem;
}
.home-about-lft-img-2{
	width: 50rem;
	margin-top: -12.5rem;
}
.home-about-right{
	padding-left: 3rem;
}
.home-about-right h2{
	margin-top: 3rem;
}
.home-about-right p{
	margin-top: 3rem;
}
.home-about-right .akker_btn_cls{
	margin-top: 6rem;
}
/* *********** insta-sec ******** */
.insta-sec{
	padding: 11rem 0 12rem;
}
.insta-img{
	position: relative;
}
.insta-heading p{
	margin-bottom: 1rem;
}
.insta-heading{
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
  	width: 100%;
}

/* ******** footer-area ************* */
.footer-area{
	padding-top: 10rem;
}
.footer-left-top a{
	font-size: 2.4rem;
	font-family: 'widescreen_trialex_bold';
}
.footer-area a:hover{
	text-decoration: underline;
}
.footer-right-top{
	max-width: 60rem;
	margin-left: auto;
	margin-right: 0;
}
.footer-right-top ul{
	display: flex;
	justify-content:space-between;
	column-gap: 1rem;
}
.footer-right-top li span{
	color: rgba(249, 248, 246, 0.40);
}
.footer-right-top h6{
	margin-bottom: 1.2rem;
	text-transform: uppercase;
	font-family: 'widescreen_trialex_bold';
}
.footer-btm{
	border-top: 1px solid #2E2A2A;
	padding: 2.4rem 0;
	margin-top: 3.9rem;
}
.footer-btm-right ul{
	display: flex;
	column-gap: 1rem;
	justify-content: end;
}
.footer-btm-right li:last-child a{
	border-color: rgba(37, 211, 102, 1);
}
.footer-btm-right li a{
	height: 3.1rem;
	width: 3.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-btm-right li img{
	width: 1.1rem;
}
.footer-btm-lft a:hover{
	text-decoration: none;
}
.footer-btm-lft a{
	color: rgba(249, 248, 246, 0.2);
}

/* ************** Diensten_List ************* */
.inner-banner{
	height: 45rem;
	background-size: cover;
	background-position-x: center;
	background-position-y: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
}
.inner-banner::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(7, 17, 22, 0.40);
	content: "";
	z-index: -1;
}
.inner-banner::before{
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 50%;
	width: 100%;
	background: linear-gradient(180deg, rgba(7, 17, 22, 0.00) 0%, #071116 96.49%);
	content: "";
	z-index: -1;
}

.inner-banner-conten{
	position: relative;
	z-index: 5;
}
.diensten-list-banner-btm{
	padding-top: 8.6rem;
}

.diensten-list-right{
	padding-left: 3rem;
}
.diensten-list-img{
	height: 43rem;
	overflow: hidden;
}
.diensten-list-img img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-list-content{
	padding-left: 3rem;
}
.diensten-list-content h2{
	margin-bottom: 3.5rem;
}
.diensten-list-content p{
	margin-bottom: 8rem;
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-list-img:hover img{
	transform: scale(1.1);
}
.diensten-list-sec{
	position: relative;
	padding: 12rem 0;
	z-index: 1;
}
.diensten-list-sec::after{
	position: absolute;
	left: 0;
	height: 50%;
	bottom: 0;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(58, 81, 92, 0.00) 0%, #3A515C 100%);
	z-index: -1;
}
.diensten-list-sec .flex-row-reverse .diensten-list-content{
	padding-left: 0;
}
.diensten-list-sec .flex-row-reverse .diensten-list-img{
	margin-left:3rem ;
}
.each-diensten-list:first-child{
	border: 0;
}
.each-diensten-list{
	padding: 5rem 0;
	border-top: 1px solid #62696C;
}

/* ************** diensten-dtl ************ */
.back-btn{
	padding-top: 16rem;
	margin-bottom: -3rem;
}
.back-btn a{
	color: #fff;
	padding-left: 2.5rem;
}
.back-btn .txt-btn::after{
	background-image: url(../images/back-arrow.svg);
	left: 0;
	right: auto;
}
.back-btn .txt-btn:hover::after{
	left: -.5rem;
}
.diensten-dtl-top{
	padding-bottom: 10rem;
}
.diensten-dtl-top-lft{
	padding-right: 8rem;
	padding-top: 8rem;
}
.diensten-dtl-top-lft h2{
	margin-bottom: 3rem;
}
.diensten-dtl-top-right {
	height: 100%;
	min-height: 50rem;
}
.diensten-dtl-mid-lft{
	padding-right: 4rem;
}
.diensten-dtl-top-right img{
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-top-img{
	max-width: 52rem;
}
.diensten-dtl-btm-img{
	max-width:34rem;
	margin-right: 0;
	margin-left: auto;
	margin-top: -4rem;
}
.diensten-dtl-mid{
	padding: 8.9rem 0;
}
.diensten-dtl-mid-right li{
	position: relative;
	padding-left: 3rem;
}
.diensten-dtl-mid-right li:after{
	position: absolute;
	left: 0;
	top: .5rem;
	background-image: url(../images/list-icon.svg);
	height: 2rem;
	width: 2rem;
	background-size: 2rem;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
}
.diensten-dtl-mid-lft{
	margin-top: 3rem;
}
.diensten-dtl-mid-right h2{
	margin-bottom: 4rem;
}
.diensten-dtl-mid-right li strong{
	font-family: 'widescreen_trialex_bold';
}
.diensten-dtl-mid-right ul{
	display: flex;
	flex-direction: column;
	row-gap: 4rem;
}
.diensten-dtl-slider{
	background-color:#3A515C ;
	padding-bottom: 14rem;
}
.diensten-dtl-slider::after{
	display: none;
}
.diensten-dtl-slider .each-service-slider{
	border-color: #727171;
}
.diensten-dtl-slider .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .each-service-slider{
	border: 0;
}
.diensten-dtl-slider .swiper{
	border-top-color: #727171;
	border-bottom:1px solid #727171
}
/*.diensten-dtl-slider .each-service-slider-img{
	bottom: 3rem;
}
.diensten-dtl-slider .each-service-slider{
	height: 46rem;
}
.diensten-dtl-slider .each-service-slider:hover .each-service-slider-img {
    height: calc(100% - 6rem);
}
.diensten-dtl-slider .each-service-slider-content{
	top: 3rem;
}*/
/* ******************* overons ********* */
.over-ons-top{
	padding-top: 12rem;
}
.overons-top-1{
	padding-left: 7.3rem;
}
.overons-top-2 {
	max-width: 23rem;
	height: 22rem;
	margin-top: -18%;
}
.overons-top-2 img{
	height: 100%;
	object-fit: cover;
}
.overons-mid{
	padding-top: 4rem;
}
.overons-mid-right{
	height: 100%;
	padding-left: 6.5rem;
}
.overons-mid-right ul{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
/*	justify-content: space-between;*/
}
.overons-mid-right li{
	border-bottom: 1px solid #3A515C;
	padding: 4.3rem 0 4.2rem;
}
.overons-mid-right li:last-child{
	border: 0;
}
.overons-mid-right li h4{
	font-family: 'widescreen_trialex_bold';
	margin-bottom: 1.5rem;
}
.overons-mid-heading{
	text-align: center;
	margin-bottom: 10rem;
}
.overons-mid-lft{
	height: 63rem;
}
.overons-mid-lft img{
	height: 100%;
	object-fit: cover;
}
.overons-team-slider{
	position: relative;
	padding-top: 14rem;
}
.overons-team-slider:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(58, 81, 92, 0.00) 0%, #3A515C 100%);
	z-index: -1;
}
.team-heading{
	margin-bottom: 5.7rem;
}
.team-heading-right{
	padding-left: 6.4rem;
}
.each-man-slider-content{
	margin-top: 2rem;
}
.each-man-slider-content h6{
	font-family: 'widescreen_trialex_bold';
	 text-transform: uppercase;
	 font-size: 1.6rem;
}
.each-man-slider-content p{
	font-size: 1.4rem;
}
.each-man-slider-img{
	height: 39rem;
}
.each-man-slider-img img{
	height: 100%;
	object-fit: cover;
}
/******* gallery ******/
.gallery{
	background: #3A515C;
	padding: 17rem 0 14rem;
}
.gallery h2{
	text-align: center;
	margin-bottom: 10rem;
}
.gallery_2{
	height: calc(75% - 1.5rem);
	margin-bottom: 1.5rem;
}
.gallery_3{
	height: 25% ;
}
.gallery_4{
	height: calc(70% - 1.5rem);
	margin-bottom: 1.5rem;
}
.gallery_5{
	height: 30%;
}
.each-gall-img img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gall-img{
	overflow: hidden;
}
.each-gall-img:hover img{
	transform: scale(1.1);
}
.gallery .row{
	height: 67rem;
}
/*********** contact *************/
.map{
	height: 45rem;
}
.map:after{
	display: none;
}
.form-heading{
	padding-right: 6rem;
}
.form-heading p{
	margin: 3.2rem 0;
}
.form-sec{
	padding:11rem 0 6.4rem;
}
.form-sec .form-group label {
    font-size: 1.4rem;
    color: #fff;
    line-height: 22px;
    margin-bottom: 1.4rem;
}
.form-sec .form-group {
    margin-bottom: 3rem;
}
.form-sec .form-styl {
	resize: none;
	border: 1px solid #9F9F9F;
	background: rgba(31, 46, 53, 0.80);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 0;
    font-size: 1.6rem;
    color:#fff;
	padding: 1.6rem 2rem;
	font-family: 'widescreen_trialex_regular';
	text-transform: uppercase;
}
.form-sec .form-styl:focus {
    border: 1px solid #FFF;
	background: rgba(31, 46, 53, 0.80);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-sec .form-styl:placeholder {
	color: #9F9F9F;
	opacity: 1;
}
.form-sec .form-styl:-ms-input-placeholder {
	color: #9F9F9F;
	opacity: 1;
}
.form-sec .form-styl::placeholder {
    color: #9F9F9F;
    opacity: 1;
}
.foto_upload{
	color: #9F9F9F !important;
}
.form-sec .form-styl:focus:-ms-input-placeholder{
	color: #fff;
	font-family: 'widescreen_trialex_medium';
}
.form-sec .form-styl:focus::placeholder{
	color: #fff;
	font-family: 'widescreen_trialex_medium';
}
.form-sec textarea.form-styl {
	min-height: 20rem;
}
.form-sec .akker_btn_cls:hover {
    border-color: #fff;
}

.form-right{
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
	padding-left: 2rem;
}
.form-right table{
	width: 100%;
}
.form-right tbody{
	display: flex;
	flex-direction: column;
	row-gap: 8.4rem;
}
.form-right td img{
	width: 3.7rem;
}
.form-right td h6{
	margin-bottom: 1.5rem;
}
.form-right td a:hover{
	text-decoration: underline;
}
.form-right tr td:first-child{
	width: 3rem;
}
.form-right tr{
	display: flex;
	column-gap: 6rem;
	align-items: center;
}
/********** aanbod-dtl ******/
.aanbod-dtl-lft-top{
	padding-top: 8rem;
}
.aanbod-dtl-lft-top ul{
	display: flex;
	column-gap: 5rem;
	margin: 3.9rem 0 5rem;
}
.aanbod-dtl-lft-top p{
	font-family: 'widescreen_trialex_bold';
	margin-bottom: 1.6rem;
}
.aanbod-dtl-lft-top li:last-child h4{
	font-family: 'widescreen_trialex_regular';
	color: #727171;
}
.aanbod-dtl-lft-mid table{
	width: 100%;
}
.aanbod-dtl-lft-mid{
	margin-right: 6.5rem;
	border-bottom: 1px solid #787878;
	padding-bottom: 4rem;
	margin-bottom: 5.7rem;
}
.aanbod-dtl-lft-mid p {
	color: #727171;
}
.aanbod-dtl-lft-mid p span{
	font-family: 'widescreen_trialex_bold';
	margin-bottom: 1rem;
	display: block;
	color: #fff;
}
.aanbod-man-right-contact img{
	width: 1.7rem;
	margin-right: 1.7rem;
}
.aanbod-man-right-contact a:hover{
	text-decoration: underline;
}
.aanbod-dtl-lft-btm{
	max-width: 50rem;
	padding-right: 2rem;
}
.aanbod-man-img{
	height: 14rem;
}
.aanbod-man-img{
	height: 100%;
	object-fit: cover;
}
.aanbod-man-right{
	padding-left:2rem ;
}
.aanbod-man-right h4{
	font-family: 'widescreen_trialex_bold';
	text-transform: uppercase;

}
.aanbod-dtl-lft-btm {
	height: 100%;
}
.aanbod-man-right{
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.aanbod-dtl-lft-btn ul{
	display: flex;
	column-gap: 2rem;
	margin-top: 3.9rem;
}
.aanbod-dtl-lft-btn li{
	width: 48%;
}
.small-car{
	/* height: 17rem; */
	margin-top: 1.5rem;
}
.small-car img{
	/* height: 100%; */
	/* object-fit: cover; */
}
.overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 3rem);
  	height: calc(100% - 1.2rem);
	transform: translate(-50% , -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	content: "";
	background: rgba(255, 255, 255, 0.50);
	color: #111;
	font-size: 1.6rem;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 12rem 0 9rem;
	overflow-x: clip;
	
}
.tab-btn {
   padding-bottom: 3.2rem;
    border-bottom: 1px solid rgba(120, 120, 120, 1);
    margin-bottom: 3rem;
}
.dtl-tab-sec .nav-tabs{
	border-bottom: 1px solid #787878 ;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	background-color: transparent;
    border: 0;
	text-transform: none;
	line-height: 20px;  
    letter-spacing: normal;
	width: 100%;
	padding: 0;
	color: #727171;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 7.3rem;
    margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #FFF;

}
/****dtl-tab-content****/
.kenmerken-tab ul li {
	color: #fff;
	font-size: 1.5rem;
	width: 30%;
	margin: 2rem 0 0;
	position: relative;
	padding-left: 1.2rem;
}
/*.kenmerken-tab ul {
	display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    justify-content: space-between;
}*/
.kenmerken-tab {
	position: relative;
}
.kenmerken-tab ul li {
  	width: 48%;
  	display: inline-block;
  	vertical-align: top;
}
.kenmerken-tab::before{
	left: 60%;
}
.bullet-panel h4 {
    border-bottom: 1px solid #F7FAF6;
    padding-bottom: 2rem;
	color: #F7FAF6;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    color: #fff;
    margin-bottom: 1rem;
}
.kenmerken-tab li:after,
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: .75rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.kenmerken-tab ul li:last-child:after{
	display: none;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #fff;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    color: #1A1D1A;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #F7FAF6;
}
.each-onderhoud-block p {
    margin: 1rem 0 3rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.aanbod-dtl-form{
	position: relative;
	padding: 4rem 0;
}
.aanbod-dtl-form:after{
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(13, 15, 16, 0) 0%, #3A515C 100%);
	z-index: 0;
}
.aanbod-dtl-form::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #071116;
	z-index: 0;
	opacity: .8;
}
.aanbod-dtl-form .row{
	position: relative;
	z-index: 2;
}
.annbod-product-slider {
	padding: 8.4rem 0 14rem;
	background: #3A515C;
}
.aanbod-product-slider-wrap{
	position: relative;
	max-width: 112rem;
	margin: auto;
}

.annbod-product-slider .swiper-button-prev{
	left: -18%;
}
.annbod-product-slider .swiper-button-next{
	right: -18%;
}

/*======filter=======*/
.cursor{
    cursor: pointer;
}
.filter-left h6{
    font-size: 2rem;
}
.filter-left h2{
    line-height: normal;
}
.each-filter{
   border: 1px solid rgba(255, 255, 255, 0.3); 
   margin-bottom: 1rem;
}
.filter-left select, .sort-by select{
    padding: 1.4rem 3rem 1.4rem 1.2rem;
    border: 1px solid rgba(247, 250, 246, 0.25);
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/home-filter-down-arrow.svg) #071116 no-repeat 94% center;
    color: rgba(247, 250, 246, 0.25);
    font-family: 'widescreen_trialex_bold';
    font-size: 1.4rem;
}
.filter-left select:focus{
	border: 1px solid #fff;
	color: #fff;
}
.filter-left select:focus, .sort-by select:focus{
	background: url(../images/home-filter-white-btn.svg) #071116 no-repeat 94% center;
}
.filter-left select option, .sort-by select option{
    font-family: arial;
}
.each-filter h5{
	font-size: 2.4rem;
    font-family: 'widescreen_trialex_bold';
    color: #fff;
}
.each-filter h4{
	padding: 1.8rem 3rem 1.8rem 1.4rem;
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-family: 'widescreen_trialex_bold';
    text-transform: uppercase;
    color: rgba(247, 250, 246, 0.25);
}
.each-filter h4.active{
	color: #fff;
}
.each-filter.d-flex{
	justify-content: space-between;
	border: 0;
}
.each-filter.d-flex h4{
	width: 45%;
}
.each-filter h4:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    content: '';
    width: 1rem;
    height: 1rem;
   	background: url(../images/home-filter-down-arrow.svg) no-repeat center / contain;
}
.each-filter h4.active:after{
   background: url(../images/home-filter-white-btn.svg) no-repeat center / contain;
}
.filter-content{
    display: none;
    padding: 0 1.2rem;
}
.filter-content.show-div {
    display: block;
    margin: 1.8rem 0;
}
.aanbod-filter label{
    margin-bottom: 1.5rem;
    display: block;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.aanbod-filter h3{
	color: #fff;
}
.aanbod-filter .form-check-input{
    width: 2.1rem;
    height: 2.1rem;
    margin-top: 0;
    margin-right: 1.5rem;
    border-color: #182139;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: transparent;
}
.aanbod-filter .form-check-input:checked {
    background-color: #0064ff;
    border-color: #0064ff;
}
/*.price-range{
    z-index: 1;
    height: 2px;
}
.price-range > .track{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: #C6C6C6;
}
.price-range > .range{
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: #C6C6C6;
}
.price-range > .thumb{
    position: absolute;
    z-index: 3;
    width: 10px;
    height: 10px;
    background-color: #fff;
    cursor: pointer;
}
.price-range > .thumb.left{
    left: 25%;
    transform: translate(-5px, -5px);
}
.price-range > .thumb.right{
    right: 25%;
    transform: translate(5px, -5px);
}*/
/*.multi-range-slider input[type="range"]{
    position: absolute;
    -webkit-appearance: none;
    pointer-events: none;
    z-index: 2;
    height: 20px;
    width: 100%;
    opacity: 0;
    width: calc(100% + 10px);
    left: -5px;
    top: -10px;
}
.multi-range-slider input[type="range"]::-webkit-slider-thumb{
    pointer-events: all;
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 0 none;
    background-color: #00FFCB;
    -webkit-appearance: none;
    cursor: pointer;
}
.multi-range-slider input[type="range"]::-moz-range-thumb{
    pointer-events: all;
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 0 none;
    background-color: #00FFCB;
    cursor: pointer;
}*/
.reset-btn img{
	width: 1.1rem;
}
.make_sticky {
    position: sticky;
    top: 0;
}
.make_sticky_onscroll {
    height: calc(100vh - 140px);
    overflow-y: auto;
    top: 140px;
}
/* width */
.make_sticky_onscroll::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.make_sticky_onscroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.make_sticky_onscroll::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.make_sticky_onscroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.my-jquery-slider,
.my-js-slider{
    position: relative;
    margin: 7px 0 18px 0;
}
.auto-overview-tag {
    margin-right: .5rem;
    margin-bottom: 1rem;
    padding: .5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #3c3d3f;
    border-radius: 50px;
    background: #fff;
}
.auto-overview-tag:hover {
    background: #fff;
}
.clear-filter a{
    text-decoration: underline;
}
.clear-filter button{
    background: transparent;
    border: 0;
    color: #0064ff;
}
.reset-btn{
    font-size: 1.14rem;
    text-transform: uppercase;
}
.filter-top-part p{
	max-width: 51rem;
	margin-left: auto;
	margin-right: 0;
}
.filter-top-part{
	padding-bottom: 11rem;
}
	/************** thankyou *********/
.thanyou-banner{
	position: relative;
	height: 100%;
	z-index: 2;
	display: block;
}
.thanyou-banner .inner-banner-content{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	max-width: 83rem;
	transform: translate(-50% , -50%);
	z-index: 5;
	text-align: center;
}
.thanyou-banner .inner-banner-content h1{
	margin-bottom: 3rem;
}
.thanyou-banner::before,
.thanyou-banner::after{
	z-index: 2;
}
/*******************************popup***************************/
.modal-area .modal-dialog {
    max-width: 61%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(10, 21, 32, 0.5);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #3A515C;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content p {
    margin: 3rem auto 5rem;
	max-width: 85rem;
	width: 100%;
	color: #F7FAF6;
}
.modal-area .popup-content {
    text-align: center;
    padding: 9rem 3rem ;
    background-color: #3A515C;
}
.modal-area .popup-content h1 {
	font-family: 'widescreen_trialex_medium';
}
.modal-area .popup-content h1 strong {
	font-family: 'widescreen_trialex_bold';
}
.filter-left {
	max-width: 42rem;
	margin-top: -15rem;
}
.aanbod-list-sec{
	position: relative;
}
.aanbod-list-sec::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 21%;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(58, 81, 92, 0.00) 6%, #3A515C 98%);
    pointer-events: none;
    padding-bottom: 7rem;
}
.error_top, .privacy_section{
	padding-top: 12rem;
}




/*******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.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
    margin-bottom: 3rem;
}
.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;
  margin: 0 auto 10px;
  padding: 2rem 0;
} 


.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: 3rem;
    align-items: center;
    color: #fff;
  }
.calsty { 
  border: 0; 
  width: 100%; 
  height: 775px;
  background: transparent; 
}
.google-review {
    background-color: #ffffff;
    padding: 35px 0px;
}
.contact-header{
	background: #3A515C;
}
.map-section {
    margin-top: 9rem;
}
         
		 
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
  	font-family: "Nunito Sans", sans-serif;
}
.widget-btn{
	border-radius: 10px;
  	background: #3A515C;
	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.7rem;
  	cursor: pointer;
  	color: #fff;
  	font-weight: 600;
}	
.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-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: #3A515C;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #3A515C;
  	background: #3A515C;
	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: #fff !important;
	border-color: #fff !important;
	color: #3A515C !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}
