@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lamasans-regular';
    font-size: 1.4rem;
    color: #fff;
	background-color: #151515;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.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);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/********************index*********************/
/****fixed-wp****/
.fixed-wp {
    border-radius: 41.5px;
    background-color: rgba(37, 211, 102, 0.30);
    width: 27.4rem;
    padding: 1rem;
	position: fixed;
	right: 2.5%;
	bottom: 2rem;
	height: 8.3rem;
	z-index: 99;
}
.fixed-wp a {
    display: flex;
    align-items: center;
}
.fixed-wp span {
    background-color: #25D366;
    height: 6.3rem;
    width: 6.3rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-wp span span img {
    width: 2.4rem;
}
.fixed-wp-part-info {
    margin-left: 2rem;
	margin-top: 1rem;
}
.fixed-wp-part-info h6 {
	font-size: 1.4rem;
	font-family: 'lama_sanssemibold';
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}
.home-btm-wp p {
    color: #fff;
    font-family: 'lamasans-medium';
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: uppercase;
}
/****header****/
.logo img{
	width: 8rem;
}
.menu-mid ul:not(.dropdown-menu ul){
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	background: rgba(21, 21, 21, 0.80);
	backdrop-filter: blur(15px); 
	padding: 5px 5px;
	border-radius: 10rem ;
	padding: 1re;
	position: relative;
}
.drop-down ,
.menu-right,
.menu-mid a {
	padding: 1rem 1.6rem;
	border-radius: 10rem ;
	cursor: pointer;
	color: #fff;
	font-family: 'lamasans-medium';
}
.menu-mid li img {
	width: 10px;
	margin-left: 1rem;
}
.dropdown-content-btm a {
	color: rgba(255, 255, 255, 0.50);
}
.dropdown-content-btm p a{
	padding: 0;
}
.menu-mid{
	max-width: fit-content;
	margin: 0 auto;
}
.drop-down:hover,
.menu-mid a:hover:not(.dropdown-box a){
	background-color: #222;
}
.header-area{
	position: absolute;
	left: 0;
	z-index: 9999;
	width: 100%;
	top: 0;
	padding: 3rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s ;
}
.header-area .akker_btn_cls {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.30);
	color: #fff;
}
.header-area .akker_btn_cls:hover {
	background-color: #E52528;
	border-color: #E52528;
}
.stiky{
	position: fixed;
	top: 0;
	left: 0;
	background: #1A1A1A;
	z-index: 99;
	padding: 1rem 0;
}
.dropdown-box{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	display: none;
}
.dropdown-img img{
	border-radius: 1rem;
}
.dropdown-box > .row{
	background: rgba(21, 21, 21, 0.80);
	backdrop-filter: blur(15px);
	padding: 3rem 2rem;
	border-top:1px solid rgba(255, 255, 255, 0.30) ;
	margin-right: 0;
	margin-left: 0;
}
.dropdown-box > .row:first-child{
	margin-top: 3rem;
	border-radius: 3rem 3rem 0 0;
	border-top: 0;
}
.dropdown-box > .row:last-child{
	margin-top: 0;
	border-bottom: 0;
	border-radius: 0 0 3rem 3rem ;
}
.dropdown-content-btm .white-btn {
    font-family: 'lamasans-medium';
}
.dropdown-content-btm a:hover:not(.border-btn){
	text-decoration: underline;
}
.dropdown-content h6{
	margin-bottom: 1.5rem;
}
.dropdown-content-btm p {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lamasans-medium';
	line-height: 21.07px;
}
.dropdown-content-btm .border-btn {
	color: #fff;
}
/*=======dropdwn========*/
header li.dropdown .dropdown-menu {
  	min-width: 18rem;
  	padding-top: 1rem;
}
header li.dropdown .dropdown-menu{
	font-size: inherit;
}
header li.dropdown:hover .dropdown-menu{
	display: block;
}
header .dropdown-menu li a{
	padding: 0 0 .2rem;
}
header li.dropdown .dropdown-menu a{
	border-bottom: 1px solid transparent;
	background-color: transparent !important;
  	color: #fff !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 0;
}
header li.dropdown .dropdown-menu a:hover{
	border-color: #fff;
}
/****home-banner****/
.home-banner {
	position: relative;
}
.banner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
}
.banner-content h1 span {
	color: #E52528;
}
.banner-top-wrap {
    max-width: 113rem;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 8rem;
    z-index: 1;
    left: 50%;
	transform: translateX(-50%);
}
.banner-top-part {
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.30);	
	background-color: rgba(21, 21, 21, 0.10);
	backdrop-filter: blur(15px);
	margin-right: 2rem;
	padding: 2.5rem 2.5rem 2rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.banner-top-part hr {
	position: absolute;
    left: -4.5rem;
    bottom: 0;
    width: 150%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.30);
    margin: 2.5rem 0 2rem;
    opacity: 1;
    height: 1px;
}
.banner-top-part:hover {
	background-color: rgba(21, 21, 21, 0.10);
	border-color: #fff;
}
.banner-top-part:hover hr {
	background-color: #fff;
}
.banner-top-part-info span {
	background-color: #E52528;
	width: 3.9rem;
	height: 3.9rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-top-part-info {
	display: flex;
	justify-content: space-between;
}
.banner-top-part p {
	max-width: 43rem;
	width: 100%;
	margin-top: 4rem;
}
.banner-top-part-info img {
	width: 2rem;
}
.banner-btn .txt-btn {
	color: #fff;
}
.banner-btn .txt-btn:before {
   	background-image: url(../images/banner-btm-txt-btn.svg);
   	width: 9px;
	height: 9px;
}
.banner-btn .txt-btn:hover::before {
    right: -1rem;
}
/****product-sec****/
.product-sec{
	background-color: #fff;
	padding: 7rem 0	;
}
.product-sec-content .home-mid-top-info{
	text-align: center;
	color: #151515;
}
.product-sec{
	position: relative;
}
.product-sec-content{
	position: relative;
	z-index: 10;
}
.trans-logo{
	position: absolute;
	left: 0;
	top: -5rem;
	z-index: 9;
	width: 77rem;
}
.each-home-product img:not( span img){
	border-radius: 2rem;
}
.each-home-product span{
	display: block;
	position: absolute;
	right: 4rem;
	top: 4rem;
}
.each-home-product {
	color: #151515;
	background-color:#F2F2F2 ;
	padding: 2rem;
	border-radius: 3rem;
	position: relative;
}
.each-home-product h4{
	padding: 2.8rem 0 1rem;
}
.each-product-intro{
	opacity: 1;
	overflow: hidden;
	display: none;
}
/****home-mid-sec****/
.home-mid-sec {
	position: relative;
}
/*.home-mid-sec::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #151515 100%);
    height: 23%;
    width: 100%;
    left: 0;
    top: 0;
}
.home-mid-sec::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #151515 100%);
    height: 77%;
    width: 100%;
    left: 0;
    bottom: 0;
}*/
.home-mid-bg{
	background-size: 0;
	position: relative;
}
.home-mid-bg:after{
	position: absolute;
	top: 0;
	content: '';
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../upload/page/1_content_image_1707479876270726963.jpg) no-repeat center /cover;
	opacity: .2;
}
.home-mid-info {
	padding: 9rem 0;
	position: relative;
	z-index: 1;
}
.home-mid-top-info {
	text-align: center;
}
.each-home-mid {
	border-radius: 30px;
	overflow: hidden;
}
.each-home-mid img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-mid:hover img{
	transform: scale(1.1);
}
.each-home-mid-info {
	margin-top: 2rem;
}
.each-home-mid-info h4 {
	color: #fff;
	margin-bottom: 1rem;
}
.home-mid-slider .swiper-button-next {
	right: -2%;
}
.home-mid-slider .swiper-button-prev {
	left: -2%;
}
.home-mid-slider .common-arrow {
	top: 26%;
}
.home-mid-slider-btn {
	margin-top: 7rem;
}


.home-mid-slider2 .swiper-button-next {
	right: -2%;
}
.home-mid-slider2 .swiper-button-prev {
	left: -2%;
}
.home-mid-slider2 .common-arrow {
	top: 26%;
}




.home-mid-top-info h2 {
	margin: 2rem 0 5.5rem;
}
.home-mid-top-info ul {
	display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 100px;
    background: #fff;
    backdrop-filter: blur(15px);
    padding: 0.5rem;
    max-width: 32rem;
    width: 100%;
    margin: 0 auto;
    column-gap: 1rem;
	height: 5rem;
	margin-bottom: 10.5rem;
}
.home-mid-top-info li a {
	color: #151515;
	font-family: 'lamasans-medium';
	padding: 10px 16px;
	display: inline-flex;
}
.home-mid-top-info li a:hover {
	border-radius: 100px;
	background-color: #E7E7E7;
}
/****about-sec****/
.about-sec {
	background-color: #fff;
	padding: 10rem 0;
}
.about-left-img,
.about-btm-img {
	border-radius: 3rem;
	overflow: hidden;
}
.about-right-info h2 {
	color: #151515;
}
.about-btm {
	padding-left: 30rem;
    margin-top: -30rem;
}
.about-btm-info h4,
.about-btm-info p{
	color: #151515;
}
.about-btm-info p {
	width: 100%;
	max-width: 50rem;
	margin: 2rem 0 4rem;
}
.about-btm-info .white-btn {
	background-color: transparent;
	border-color: rgba(21, 21, 21, 0.31);
	color: #151515;
	font-family: 'lamasans-medium';
}
.about-btm-info .white-btn:hover, .about-btm-info .white-btn:focus, .about-btm-info .white-btn.active {
	background-color: #E52528;
	border-color: #E52528;
	color: #fff;
}
.about-btm-info h4 span {
	color: #E52528;
}
.about-right-info {
	padding-left: 13.5rem;
}
.about-btm-info {
	padding-left: 11rem;
}
/****google-review****/
.google-review {
	padding: 8rem 0 10rem;
}
.google-review img {
    width: 100%;
}
/****insta-blog****/
.insta-vlog h3 {
	margin-bottom: 6rem;
}
.insta-vlog h3 span {
	color: #E52528;
}
/****footer****/
.footer-area {
	padding: 11rem 0 3rem;
}
.footer-logo img {
	width: 36.9rem;
}
.each-footer h6 {
	margin-bottom: 2.8rem;
}
.each-footer a,
.each-footer p {
	line-height: 21.07px;
}
.each-footer a:hover {
	text-decoration: underline;
}
.each-footer p {
	font-family: 'lamasans-medium';
	color: rgba(255, 255, 255, 0.5);
}
.footer-right hr {
	background-color: rgba(255, 255, 255, 0.30);
	margin: 4rem 0 3rem;
}
.footer-btm li {
    display: inline-block;
    margin-right: 2.3rem;
    font-size: 1.6rem;
    font-family: 'lamasans-medium';
}
.footer-btm-logo img {
	width: 7.3rem;
}
.each-footer-contact p{
	text-align: end;
	position: relative;
	left: -5rem;
	margin-left: -5rem;
}
/********************contact-us*********************/
/****contact-top****/
.contact-top {
	background-color: #fff;
}
.contact-top-wrap {
	position: relative;
	margin-top: -8rem;
}
.each-contact-top {
	background-color: #fff;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	padding: 2.5rem 3rem;
	height: 100%;
	margin-right: 2rem;
}
.each-contact-top h5 {
	color: rgba(21, 21, 21, 0.70);
	margin-top: 2rem;
}
.each-contact-mid-part {
	margin-top: 3.5rem;
}
.each-contact-mid-part p,
.each-contact-mid-part a {
	color: #000;
	font-size: 2rem;
	font-family: 'lamasans-medium';
}
.each-contact-mid-part a:hover {
	text-decoration: underline;
}
/****form-sec****/
.form-sec {
	background-color: #fff;
	padding: 10rem 0 8rem;
}
.form-sec h2 {
	color: #000;
    max-width: 50rem;
    margin: 0 auto 3.5rem;
}
 .form-styl {
	resize: none;
    font-family: 'lamasans-medium';
	border: 0;
    border: 1px solid rgba(0, 0, 0, 0.35);
    color: #000;
    font-size: 1.6rem;
    padding: 1rem 2rem;
	letter-spacing: normal;
	line-height: 24px;
	border-radius: 30px;
	backdrop-filter: blur(15px);
}
.faq-search-box .form-styl {
	border: 1px solid rgba(0, 0, 0, 0.35) !important;
    background-color: #fff;
    font-family: 'lamasans-regular';
    border: 0;
    resize: none;
    color: #11202f;
    font-size: 1.8rem;
    padding: 1.8rem;
    border-radius: 10px;
	opacity: 0.6;
}
.form-group {
	margin-bottom: 3rem;
	position: relative;
}
.form-styl:placeholder {
	color: #000;
	border-color: rgba(0, 0, 0, 0.35);
}
.form-styl:-ms-input-placeholder {
	color: #000;
}
.form-styl::placeholder {
	color: #000;
}
.form-styl:focus {
    box-shadow: none;
	border-color: rgba(0, 0, 0, 0.35);
    color: #000;
    background-color: #fff;
}
.palceholder{
	position: absolute;
	top: 11px;
	left: 20px;
	display: none;
	z-index: 5;
	background-color: #fff;
}
.star{
	color: red;
}
.form-main textarea.form-control {
    height: 13rem;
    overflow: hidden;
}
.select-style{ 
    background: url(../images/down-arrow.svg) no-repeat 96% center/15px;
    appearance: none;
}
/****map****/
.map {
	height: 49rem;
}
/****contact-us-insta-blog****/
.contact-us-insta-blog {
	padding-top: 9rem;
}
/********************Opdrachtgevers-detailview*********************/
/****back-btn****/
.back-btn{
	padding: 21rem 0 6rem;
}
.back-btn .txt-btn{
	padding-left: 2rem;
	font-family: 'lamasans-regular';
	text-decoration: underline;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.back-btn .txt-btn::before{
  top: 49%;
  right: auto;
  left: 0;
  background-image: url(../images/back.svg);  
  filter: brightness(0) invert(1);
}
.back-btn .txt-btn:hover{
	color: #E52528;
}
.back-btn .txt-btn:hover::before{
	left: -.5rem;
	filter: brightness(1) invert(0);
}
/****opdrachtgevers****/
.opdrachtgevers {
	padding-bottom: 24.8rem;
}
.opdrachtgevers-top-left h2 {
	font-family: 'dm_sansmedium';
	margin-bottom: 5.5rem;
}
.opdrachtgevers-top-right {
	padding-left: 10rem;
}
.opdrachtgevers-top-left p {
	color: rgba(255, 255, 255, 0.70);
}
.opdrachtgevers-top-right img{
	border-radius: 3rem;
	overflow: hidden;
}
.small-box{
	margin-top: 3rem;
}
.small-box-btm{
	position: absolute;
	width: 100%;
	max-width: 33rem;
	left: -22rem;
	bottom: -15rem;
}
.small-box-top{
	padding-right: 5rem;
}
/****Opdrachtgevers-detailview-mid****/
.Opdrachtgevers-detailview-mid {
	background-color: #fff;
	padding: 9rem 0 5rem;
}
.Opdrachtgevers-detailview-mid h2 {
	color: #000;
}
.each-Opdrachtgevers-detailview {
	border-radius: 3rem;
	overflow: hidden;
}
.each-Opdrachtgevers-detailview-info {
	margin-top: 2rem;
}
.each-Opdrachtgevers-detailview-info h4 {
	color: #000;
	margin-bottom: 2rem;
}
.each-Opdrachtgevers-detailview-info .txt-btn {
	color: rgba(0, 0, 0, 0.50);
}
.each-Opdrachtgevers-detailview-info .txt-btn::before {
	background-image: url(../images/grey-right-arrow.svg);
}
.Opdrachtgevers-detailview-mid .col-lg-4 {
	margin-bottom: 6rem;
	padding: 0 1.7rem;
}
.Opdrachtgevers-detailview-mid .row {
    margin: 0 -1.7rem;
}
/****Opdrachtgevers-detailview-slider****/
.Opdrachtgevers-detailview-slider {
	background-color: #0b0b0b;
	padding: 8rem 0;
	overflow: hidden;
}
.Opdrachtgevers-detailview-slider-wrap {
	margin: 0 -15rem;
}
.Opdrachtgevers-detailview-slider h2 {
	margin-bottom: 8rem;
}
.each-Opdrachtgevers-slider {
	border-radius: 3rem;
	overflow: hidden;
}
.each-Opdrachtgevers-slider-info {
	margin-top: 3rem;
}
.each-Opdrachtgevers-slider-info h6 {
	font-family: 'lamasans-regular';
	color: rgba(255, 255, 255, 0.70);
	margin-top: 1rem;
}
/********************about-us*********************/
/****about-us-banner****/
.about-us-banner .banner-content h4 {
	text-align: center;
	font-family: 'dm_sansregular';
	margin-top: 1rem;
}
/****over-ons-top****/
.over-ons-top {
	background-color: #0B0B0B;
	padding: 11rem 0 20rem;
}
.over-ons-top-right {
	border-radius: 3rem;
    overflow: hidden;
    position: relative;
    top: 11rem;
    right: -14rem;
}
.over-ons-top-left-info p {
	font-size: 1.6rem;
	margin: 4rem 0 4.5rem;
}
/****about-us-block****/
.about-us-block {
	background-color: #0b0b0b;
}
.about-us-block-wrap {
	/*margin-bottom: -17rem;*/
    position: relative;
    z-index: 1;
}
.each-about-us-block {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    max-width: 44rem;
    width: 100%;
    text-align: center;
    cursor: default;
    overflow: hidden;
    background-color: #f2f2f2;
  	background-size: 0;
  	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-us-block:hover {
	background-size: cover;
}
.about-us-bg-img {
	border-radius: 30px;
    overflow: hidden;
}
.each-slider-img {
	padding: 3rem;
	height: 100%;
	position: relative;
	z-index: 1;
	background-color: #151515;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-us-bg-img img {
	height: 100%;
	object-fit: cover;
}
.each-about-us-block:hover .each-slider-img {
	background-color: transparent;
}
.each-about-us-block::after, .each-about-us-block::before {
	content: '';
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(<path-to-image>);
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 0;
	display: none;
}
.each-about-us-block:hover::after{
	display: block;
}
.each-about-us-block::before{
	display: none !important;
	top: 0;
  	bottom: auto;
	height: 200px;
	background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #151515 100%);
}
.each-about-us-block h4 {
	margin: 4rem 0 3rem;
}
.each-about-us-block p {
	font-size: 1.6rem;
}
.about-us-block .each-slider-img img {
    width: 3.6rem;
}
.overons-about-section .each-slider-img{
	background-color: transparent;
}
.overons-about-section .each-about-us-block{
	background-color: #151515;
}
.each-about-us-block:hover{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/****about-us-mid****/
.about-us-mid {
	background-color: #fff;
	/*padding: 37rem 0 13.5rem;*/
	padding:  13.5rem 0 13.5rem;
	position: relative;
	overflow: hidden;
}
.overons-about-padding {
	padding: 37rem 0 13.5rem;
}
.about-us-btm-slider .swiper-button-next{
	right: -11rem;
}
.about-us-btm-slider .swiper-button-prev {
    left: -11rem;
}
.about-us-btm-slider .common-arrow {
    top: 8rem;
	height: auto;
	width: auto;
}
.about-us-mid .heading {
	margin-bottom: 8.5rem;
}
.about-us-mid .heading h1 {
	margin-bottom: 4rem;
	color: #000;
}
.about-us-mid .heading h5 {
	color: #000;
	font-family: 'lamasans-regular';
}
.about-us-mid .trans-logo {
    right: -64px;
    top: 30rem;
    width: 50rem;
    left: auto;
}
.each-about-us-btm-slider-img {
	background-color: #E52528;
    height: 3.2rem;
    max-width: 3.2rem;
    width: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}
.each-about-us-btm-slider-img img {
	width: 1.8rem;
}
.each-about-us-btm-slider {
	text-align: center;
}
.each-about-us-btm-slider h2 {
	color: #000;
	margin-bottom: 1rem;
}
.each-about-us-btm-slider p {
	color: rgba(0, 0, 0, 0.70);
	font-size: 1.6rem;
	padding: 0 2rem;
}
/****overons-man-slider****/
.overons-man-slider{
	padding: 11.5rem 0 10.5rem;
	background-color: #0B0B0B;
}
.each-man-slider-img {
	border-radius: 3rem;
	position: relative;
	overflow: hidden;
}
.slider-man-name{
	text-align: center;
	padding-top: 2.5rem;
	color: #fff;
}
.slider-man-name h4{
	font-family: 'lamasans-medium';
}
.slider-man-name p{
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lama_sansregular_italic';
	font-style: italic;
	margin-top: 1rem;
}
.each-man-slider-content {
	color: #fff;
	text-align: center;
	padding: 2rem 4rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 2;
	visibility:hidden; 
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-man-slider-content p {
	font-size: 1.6rem;
	font-family: 'lamasans-medium';
}
.each-man-slider-img::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	content: "";
	background: rgba(229, 37, 40, 0.9);
	transition: all 0.5s;
}
.social-icon img{
	width: 2.5rem;
}
.social-icon{
	display: flex;
	column-gap: 2rem;
	justify-content: center;
	margin-top: 3rem;
}
.each-man-slider:hover .each-man-slider-img::after{
	height: 100%;
}
.each-man-slider:hover .each-man-slider-content{
	opacity: 1;
	visibility:visible ;
}
.overons-man-slider .swiper-button-next{
	right:-6.7rem;
}
.overons-man-slider .swiper-button-prev {
    left: -6.7rem;
}
.overons-man-slider .common-arrow {
    top: 18rem;
}
.over-ons-top-right-part {
	border-radius: 3rem;
	overflow: hidden;
} 
.overons-man-slider .heading {
	margin-bottom: 8rem;
}
.overons-man-slider .heading h2{
	margin-bottom: 2.2rem;
}
.overons-man-slider .heading h5, .over-ons-top h5 {
	font-family: 'lamasans-regular';
}
/****about-us-slider****/
.about-us-slider {
	background-color: #fff;
	overflow: hidden;
}
.about-us-slider h2 {
	color: #000;
}
/********************expertises-detail*********************/
/****expertises-detail-back-btn****/
.expertises-detail-back-btn {
	background-color: #000;
}
.back-btn-right {
	text-align: end;
}
.back-btn-left .akker_btn_cls {
	padding: 1rem 2.8rem;
	font-size: 1.8rem;
	font-family: 'lamasans-medium';
}
/****expertises-detail-top****/
.expertises-detail-top {
	background-color: #000;
}
.each-expertises-detail-top h2 {
	font-family: 'dm_sansmedium';
	margin-bottom: 4rem;
}
/*.each-expertises-detail-top {
	margin-bottom: 3rem;
	padding: 3rem;
}*/
.each-expertises-detail-top p {
	font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.70);
    max-width: 64rem;
    width: 100%;
}
.each-expertises-detail-top a {
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.70);
}
.each-expertises-detail-top a:hover{
	color: #E52528;
}
/****expertises-detail-form-sec****/
.form-sec.expertises-detail-form-sec {
	background-color: #000;
	padding-bottom: 22rem;
	padding-top: 0;
}
.expertises-detail-form-sec h3 {
	margin-bottom: 2rem;
}
.form-left-img {
	border-radius: 3rem;
	overflow: hidden;
	height: 100%;
}
.form-left-img img {
	height: 100%;
	object-fit: cover;
}
.form-left-info h3 {
	font-family: 'dm_sansmedium';
	margin-bottom: 3.4rem;
}
.form-left-info {
	position: absolute;
    padding: 5rem 5rem 14rem;
    top: 0;
    left: 0;
}
.form-left-info li {
	font-size: 1.6rem;
	font-family: 'dm_sansmedium';
	position: relative;
	margin-bottom: 2rem;
    padding-left: 4.5rem;
}
.form-left-info li::after {
	content: "";
    position: absolute;
    background-image: url(../images/tick.svg);
    background-position: center center;
    background-size: 1.3rem;
    background-repeat: no-repeat;
    background-color: #E52528;
    border-radius: 10rem;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    top: 0rem;
}
.form-right {
	background-color: #151515;
	padding: 5rem;
	border-radius: 3rem;
	overflow: hidden;
	height: 100%;
}
.expertises-detail-form-sec .form-styl {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'dm_sansregular';
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background-color: transparent;
	padding: 1.2rem 1.7rem;
}
.expertises-detail-form-sec .form-group {
	margin-bottom: 3rem;
	position: relative;
}
.expertises-detail-form-sec .form-styl:placeholder {
	color: rgba(255, 255, 255, 0.50);
	border-color: rgba(255, 255, 255, 0.30);
}
.expertises-detail-form-sec .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.expertises-detail-form-sec .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.expertises-detail-form-sec .form-styl:focus {
    box-shadow: none;
	border-color: rgba(255, 255, 255, 0.30);
    color: rgba(255, 255, 255, 0.50);
}
.expertises-detail-form-sec .select-style {
    background: url(../images/form-down-arrow.svg) no-repeat 96% center/15px;
    appearance: none;
	background-color: #151515;
}
.expertises-detail-form-sec .select-style option {
	background-color: #151515;
}
/****expertises-detail-mid****/
.expertises-detail-mid {
	background-color: #fff;
}
.expertises-detail-mid-wrap {
	position: relative;
	top: -19rem;
}
.expertises-detail-mid-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.expertises-detail-mid-img {
	padding: 7.2rem 0;
	border-radius: 30px;
	overflow: hidden;
}
.expertises-detail-mid-info {
	position: relative;
    z-index: 1;
    max-width: 68rem;
    margin: 0 auto;
}
.expertises-detail-mid-info a {
	margin: 3rem 0 1.5rem;
	color: #E52528;
	text-decoration: underline;
	font-size: 2rem;
	font-family: 'lamasans-bold';
}
.expertises-detail-mid-info h6 {
	margin-bottom: 1rem;
	font-family: 'dm_sansmedium';
}
.expertises-detail-mid-info .akker_btn_cls {
	color: #fff;
	font-family: 'lamasans-medium';
	font-size: 1.6rem;
	text-decoration: none;
}
/****expertises-detail-block****/
.expertises-detail-block {
	background-color: #fff;
	padding: 0 0 26rem;
}
.expertises-detail-block h2 {
	color: #151515;
	margin-bottom: 7rem;
	margin-top: 1rem;
}
.expertises-detail-block .each-slider-img {
	background-color: #F2F2F2;
	height: 100%;
}
.expertises-detail-block .each-about-us-block::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 100%);
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
}
.expertises-detail-block .each-about-us-block h4 {
   color: #000;
   margin: 3rem 0 2rem;
}
.expertises-detail-block .each-about-us-block p {
	color: rgba(0, 0, 0, 0.70);
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 140px;
}
.expertises-detail-block .each-about-us-block:hover h4,
.expertises-detail-block .each-about-us-block:hover  p {
	color: #fff;
}
.expertises-detail-block .txt-btn {
	color: rgba(0, 0, 0, 0.3);
	margin-top: 2rem;	
	display: inline-block;
	font-size: 1.6rem;
}
/* .expertises-detail-block .txt-btn {
	width: 13px;
	height: 13px;
} */
.expertises-detail-block .txt-btn::before {
	background-image: url(../images/color-txt-btn.svg);
	opacity: 0;
	width: 13px;
	height: 13px;
}
.each-about-us-block:hover .txt-btn {
	color: #E52528;
}
.each-about-us-block:hover .txt-btn::before {
	opacity: 1;	
	right: 0;
}
.expertises-detail-block .trans-logo {
   	left: auto;
	right: 0;
	bottom: -19rem;
	width: 40rem;
	top: auto;
	pointer-events: none;
}
.subpage-details-slider .trans-logo{
	left: auto;
	right: -29rem;
	bottom: -19rem;
	width: 65rem;
	top: auto;
}
.subpage-details-slider{
	margin-top: -10rem;
}
#page{
	overflow: hidden;
}
/********************referenties*********************/
/****referenties-block****/
.each-referenties-block  a{
	color: inherit;
}
.referenties-block {
	background-color: #fff;
	padding: 13rem 0 10rem;
}
.referenties-block .heading h1 {
  margin-bottom: 4rem;
  color: #000;
}
.each-referenties-block {
	border-radius: 30px;
	overflow: hidden;
}
.each-referenties-block-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 3rem 4.5rem;
}
.each-referenties-block::before {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-referenties-block-mid-info {
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0, 0.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-referenties-block:hover .each-referenties-block-mid-info {
	top: 0;
}
.each-referenties-block-mid-info h2 {
	font-size: 3rem;
	margin-bottom: 4rem;
}
.each-referenties-block-mid-info .akker_btn_cls {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	padding-left: 1rem;
  	padding-right: 1rem;
}
.each-referenties-block-info-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	max-width: 32rem;
	margin: 0 auto;
}
/****referenties-filter****/
.referenties-filter {
	background-color: #fff;
}
.referenties-filter-wrap {
	position: relative;
	top: -12rem;
	max-width: 30rem;
	margin: 0 auto;
}
.referenties-filter-wrap .form-styl {
    font-family: 'dm_sansregular';
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
	border-radius: 5px;
}
.referenties-filter-wrap .select-style {
    background: url(../images/form-down-arrow.svg) no-repeat 96% center/15px;
	background-color: #151515;
}
.referenties-filter-wrap .select-style option {
	background-color: #151515;
}
/********************expertises-voertuigen*********************/
/****voertuigen-top****/
.voertuigen-top{
	background-color: #fff;
	margin: 0;
	padding-top: 6rem;
	padding-bottom: 4rem !important;
	overflow: hidden;
}
.voertuigen-top .trans-logo{
	top: -4rem;
}
.voertuigen-top .about-us-block-wrap, .voertuigen-btm .about-us-block-wrap{
	margin-bottom: 0;
}
.voertuigen-btm{
	padding-bottom: 12rem !important;
}
/****voertuigen-btm****/
.voertuigen-btm  .col-md-12 .each-about-us-block{
	text-align: left;
}
.voertuigen-btm .col-md-12 .each-slider-img{
	background-color:#151515;
	color: #fff;
	display: flex;
	align-items: center;
}
.voertuigen-btm .col-md-12 img{
	width: 20rem;
}
.voertuigen-btm .col-md-12 p{
	color: #fff;
	padding-right: 2rem;
}
.voertuigen-btm .col-md-12 h4{
	color: #fff;
}
/********************Opdrachtgevers*********************/
/****opdrachtgevers-top****/
.opdrachtgevers-top{
	padding: 6rem 0;
}
.opdrachtgevers-top .trans-logo{
	top: -4rem;
}
.opdrachtgevers-each-car{
	background-color: #F2F2F2;
	padding: 2rem;
	border-radius: 2rem;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
	transition: all 0.5s;
	-webkit-transition:  all 0.5s;
}
.opdrachtgevers-each-car-img{
	overflow: hidden;
	border-radius: 2rem;
}
.opdrachtgevers-top .txt-btn::before {
	background-image: url(../images/color-txt-btn.svg);
	opacity: 0;
}
.opdrachtgevers-each-car:hover .txt-btn::before {
	opacity: 1;	
	right: 0;
}
.opdrachtgevers-car-sec {
	padding-top: 9rem;
	position: relative;
	z-index: 10;
}
.opdrachtgevers-car-sec .txt-btn{
	color: #151515;
	text-align: left;
	font-size: 2.4rem;
	padding-right: 4rem;
}
.opdrachtgevers-each-car{
	text-align: left;	
	position: relative;
	/* / margin-bottom: 4rem; / */
}
.opdrachtgevers-each-car:hover{
	background-color: #151515;
	color: #E52528;
}
.opdrachtgevers-each-car:hover .txt-btn{
	color: #E52528;	
}
.opdrachtgevers-logo{
	position: absolute;
	right: 4rem;
	top: 4rem;
}
/********************offerte-aanvragen*********************/
/****offerte_aanvragen-top****/
.offerte_aanvragen-top{
	background-color: #fff;
}
.offerte_aanvragen-top .form-main{
	max-width: 113rem;
	background-color: #fff;
	margin: -9rem auto 0;
	position: relative;
	/* / top: -9rem; / */
	padding: 7.5rem;
	border-radius: 3rem;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}
.form-main ul{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 2rem;
	margin-bottom: 4rem;
}
/****ofr_aanvragen****/
.ofr_aanvragen-heading h2{
	margin-bottom: 9.4rem;
	text-align: center;
	color: #000000;
}
/********************referenties-detailview*********************/
/****aanbod-top****/
.aanbod-top{
	padding: 0 0 10rem;
}
.aanbod-top-left .swiper img{
	border-radius: 3rem;
}
.small-car img{
	border-radius: 2rem;
}
.small-car{
	padding: .7rem;
	background-color: #151515;
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
}
.aanbod-top-small-car{
	position: relative;
	z-index: 9;
	margin-top: -9rem;
	padding: 0 2rem;
}
.aanbod-top-left .swiper-button-next{
	right: -5.2rem;
}
.aanbod-top-left .swiper-button-prev{
	left:-5.2rem;
}
.overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	height: calc(100% - 1.2rem);
	width: calc(100% - 1.2rem);
	background: linear-gradient(0deg, rgba(49, 49, 49, 0.64) 0%, rgba(49, 49, 49, 0.64) 100%) ;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'lamasans-bold';
	font-size: 2.4rem;
	/* / margin: 2rem; / */
	border-radius: 2rem;
	transform: translate(-50% , -50%);
	cursor: pointer;
}
.aanbod-top-right{
	padding-left: 19%;
}


.aanbod-top-right .dtl-top-car-spec {
    padding-top: 3rem;
}

.aanbod-top-right{
	position: relative;
	height: 100%;
}
.aanbod-top-right h3 {
	font-family: 'lamasans-medium';
	margin-bottom: 2rem;
}
.aanbod-top-right .opdrachtgevers-top-left p{
	line-height: 2.5rem;
	padding-bottom: 15rem;
	font-size: 1.6rem;
}
.aanbod-top-right-btm ul{
	display: flex;
	column-gap: 1rem;
	margin-top: 2rem;
}
.aanbod-top-right-btm{
	position: absolute;
	bottom: 7rem;
}
/****referenties-detailview-google-review****/
.referenties-detailview-google-review {
	background-color: #fff;
}
.referenties-detailview-google-review h2 {
	color: #000;
	margin-bottom: 6rem;
}
.google-review-img-btn {
	margin-top: 6rem;
}
.google-review-img-btn .square-btn {
	margin-right: 4rem;
}
/********************tinkiezer*********************/
/****tinkiezer-banner****/
.tinkiezer-banner h5 {
	font-family: 'lamasans-regular';
	margin-top: 2rem;
	line-height: 30px;
}
.tinkiezer-banner a {
	font-family: 'lamasans-medium';
	color: #E52528;
	text-decoration: underline;
}
/****tinkiezer-top****/
.tinkiezer-top {
	background-color: #fff;
	padding-bottom: 8rem;
}
.configure-step ul{
	display: flex;
	max-width: 61rem;
	margin: 0 auto 4rem;
}
.configure-step li {
	font-family: 'lama_sanssemibold';
	height: 2.8rem;
	width: 2.8rem;
	background-color: #EFEFEF;
	color: rgba(0, 0, 0, 0.3);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	font-size: 1.6rem;
	position: relative;
}
.configure-step li.active{
	color: #fff;
	background-color: #E52528;
}
.configure-step li::before{
  content: '';
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50% );
  background-color: #EFEFEF;
  width: 5.3rem;
  height: 2px;
}
.configure-step li.active::before{
	background-color: #E52528;
}
.configure-step li:first-child::before{
	display: none;
}
.tinkiezer-each-step{
	background-color: #fff;
    max-width: 128rem;
    margin: -5rem auto 0;
    position: relative;
    z-index: 9;
    padding: 5rem 7.5rem;
    border-radius: 30px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}
.tinkiezer-heading {
	color: #000;
	text-align: center
}
.tinkiezer-heading h6{
	margin-top: 2rem;
	color: #121212;
}
.form-check-label{
	position: relative;
	width: 100%;
}
.form-check-input{
	bottom: 0;
}
.checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radiobtn{
	color: #000;
	font-size:2rem ;
	font-family: 'lamasans-medium';
	margin-left: 1.5rem;
}
.form-check .form-check-input{
	float: unset;
	margin:0;
	height: 2rem;
	width: 2rem;
	margin-top: .3rem;
}
.form-check .form-check-input:focus{
	box-shadow: none;
}
.form-check img{
	border-radius: 2rem;
	margin-bottom: 3rem;
}
.form-check input[type='checkbox']{
	appearance: none;
    height: 20px;
    width: 20px;
    position: relative;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    top: 0.3rem;
    border: 1px solid #898989;
}
.form-check input[type='checkbox']:checked:before{
	content: "";
	background-image: url(../images/tick.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
    background-color: #E52528; 
    width:20px; 
    height:20px; 
    top: -1px;
    left:-1px;
    position: absolute;
    display:flex; 
    align-items:center; 
    justify-content:center; 
    color:white; 
    border-radius: 100%;
}
.form-check input[type='checkbox']:checked + .radiobtn {
	color: #E52528;
}
.step-one-block {
	margin: 6.5rem 0 8rem;
}
.step-one-block-btn {
	text-align: center;
}
/********************step-6*********************/
.tinkiezer-step-one .form-main {
	margin-top: 8rem;
}
/********************step-5*********************/
.tinkiezer-step-five li h6 {
	font-family: 'dm_sansmedium';
	color: #000;
}
.tinkiezer-step-five {
/*	max-width: 52rem;*/
	margin: 0 auto;
}
.tinkiezer-step-five > ul {
	padding: 0 2.5rem;
	margin-top: 6.5rem;
	margin-bottom: 6.5rem;
}
.tinkiezer-step-five li {
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	justify-content: space-between;
    padding: 2rem 0;
}
.tinkiezer-step-five h3 {
	color: #000;
	font-family: 'dm_sansmedium';
	text-align: center;
}
.tinkiezer-step-five-part li {
	border-bottom: none;
	padding: 0;
}
.tinkiezer-step-five-part ul {
	display: flex;
	justify-content: space-between;
}
.tinkiezer-step-five-part ul {
	margin-top: 4rem;
}
.tinkiezer-step-five-part {
    max-width: 69rem;
    margin: 0 auto;
}
.tinkiezer-step-five-part .white-btn {
	background-color: transparent;
	border-color: rgba(21, 21, 21, 0.50);
	color: rgba(0, 0, 0, 0.5);
}
.tinkiezer-step-five-part .white-btn:hover {
	background-color: #E52528;
	color: #fff;
	border-color: #E52528;
}
.tinkiezer-step-five-part li img {
	margin-right: 1rem;
	opacity: 0.5;
}
.tinkiezer-step-five-part .white-btn:hover img{
	filter: invert(1) brightness(1);
	opacity: 1;
}
/********************step-3*********************/
.tinkiezer-step-three ul {
	display: flex;
/*    align-items: center;*/
    justify-content: space-between;
	margin: 7rem 0;
}
.tinkiezer-step-three li{
	color: #121212;
	font-family: 'lamasans-bold';
	font-size: 1.6rem;
	position: relative;
    padding-left: 3rem;
	width: 24.5%;
}
.tinkiezer-step-three li::after,
.tinkiezer-step-four li::after {
    position: absolute;
    content: "";
    background-image: url(../images/red-tick.svg);
    background-position: center;
    background-size: 2rem;
    background-repeat: no-repeat;
    left: 0;
    top: 1rem;
    height: 2rem;
    width: 2rem;
}
.tinkiezer-step-three-part .form-check input[type='checkbox'] {
    appearance: none;
    height: 20px;
    width: 20px;
    position: relative;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    top: 0.3rem;
    border: 1px solid #898989;
}
.tinkiezer-step-three .form-check li::after, .tinkiezer-step-four .form-check li::after{
	display: none;
}
.tinkiezer-step-three .form-check li, .tinkiezer-step-four .form-check li{
	width: 30%;
}
.tinkiezer-step-three .radiobtn, .tinkiezer-step-four .radiobtn{
	display: inline-block;
  	width: calc(100% - 4rem);
  	vertical-align: top;
}
.tinkiezer-step-three-part ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tinkiezer-step-three-part .radiobtn {
	font-size: 1.6rem;
	font-family: 'intermedium';
	width: calc(100% - 3rem);
}
.tinkiezer-step-three-part .form-check input[type='checkbox']:checked + .radiobtn {
    color: #000;
	font-size: 1.6rem;
    font-family: 'intermedium';
}
.tinkiezer-step-three-part li {
	padding-right: 8rem;
    max-width: 42rem;
}
.tinkiezer-step-three-part li:last-child {
	padding-right: 0;
}
.tinkiezer-step-three-part label{
	display: flex;
}
.tinkiezer-step-three-part ul{
	align-items:baseline;
	padding: 0 11rem 0 5rem;
}
.step-three-block-btn {
	margin-top: 5rem;
}
.step-three-block-btn ul {
	display: flex;
	justify-content: center;
}
.step-three-block-btn li {
	margin-right: 2rem;
}
.step-three-block-btn li:last-child {
	margin-right: 0;
}
.step-three-block-btn .white-btn {
	border-color: rgba(21, 21, 21, 0.50);
	background-color: transparent;
	color: rgba(21, 21, 21, 0.5);
}
.step-three-block-btn .white-btn:hover {
	background-color: #E52528;
	border-color: #E52528;
	color: #fff;
}
/********************step-4*********************/
.tinkiezer-step-four ul {
	max-width: 63rem;
	display: flex;
    justify-content: space-between;
	margin: 7rem auto;
}
.tinkiezer-step-four li {
	color: #121212;
	font-family: 'lamasans-bold';
	font-size: 1.6rem;
	position: relative;
    padding-left: 3rem;
	width: 44%;
}
.tinkiezer-step-four .form-check ul{
	max-width: 100%;
}
/********************step-2*********************/
.step-two-car{
	height: 34rem;
	margin:0 14rem;
	position: relative;
}
/*.step-two-car::after{
	position: absolute;
	right: -.5rem;
	top: -.5rem;
	height: 2.5rem;
	width: 2.5rem;
	background-image: url(../images/info-icon.svg);
	background-size: cover;
	background-position: center;
	content: "";
	z-index: 9;
	background-repeat: no-repeat;
}
.step-two-car .info-icon{
	position: absolute;
	right: -.5rem;
	top: -.5rem;
	height: 2.5rem;
	width: 2.5rem;
	background-image: url(../images/info-icon.svg);
	background-size: cover;
	background-position: center;
	content: "";
	z-index: 9;
	background-repeat: no-repeat;
	cursor: pointer;
}*/
.step-two-car .info-icon {
  position: absolute;
  left: 1rem;
  top: -1.6rem;
  height: 1rem;
  width: 1rem;
  background-image: url(../images/info-icon.svg);
  background-position: center;
  content: "";
  z-index: 9;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
  background-color: transparent;
}
.step-two{
	position: relative;
}
.step-two-img ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.step-two-img li{
	border-right: 1px solid #fff;
	position: relative;
	width: 100%;
	color: #fff;
	z-index: 5;
	height: 100%;
}
.step-two-img li span{
	position: absolute;
	bottom: 0;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50% );
	font-family: 'intermedium';
	padding: 1.6rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #151515;
	border-radius: 10rem;
}
.step-two-img li::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
}
.step-two-img li .akker_btn_cls{
	margin-top: -2rem;
	position: absolute;
	z-index: 10;
	left: 50%;transform: translateX(-50%);
}
.step-two-img li img{
	position: absolute;
	display: flex;
	background-color: red;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	height: 4rem;
	width: 4rem;
	padding: 1rem;
	border-radius: 50%;
}
.step-two-img li:nth-child(1)::after{
	background-color: rgba(0, 0, 0, 0.95);
	border-radius: 3rem 0 0 3rem;
	overflow: hidden;
}
.step-two-img li:nth-child(2)::after{
	background-color: rgba(0, 0, 0, 0.8);
}
.step-two-img li:nth-child(3)::after{
	background-color: rgba(0, 0, 0, 0.6);
}
.step-two-img li:nth-child(4)::after{
	background-color: rgba(0, 0, 0, 0.4);
}
.step-two-img li:nth-child(5)::after{
	background-color: rgba(0, 0, 0, 0.2);
	border-radius:0 3rem 3rem  0;
}
.step-two .tinkiezer-step-three-part ul{
	flex-wrap: wrap;
	padding: 7.5rem 0;
}
.step-two .tinkiezer-step-three-part li{
	width: 49%;
	max-width: 100%;
	padding-right: 0;
	margin-bottom: 6rem;
}

.inner-banner .banner-content{
	top: 54%;
}


/*******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 #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    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;
}
.acties-left-content p {
    color: black;
}
.listview-top-content.privacy_section h2 {
    color: #fff;
}
.listview-top-content.privacy_section p {
    color: #fff;
}

.acties-left-content {
    margin-top: 12rem;
}


.second-part1 h5 {
  padding-top: 33px;
}
.third-part1 h5 {
  padding-top: 25px;
}
.homeicon-trans-logo {
    position: absolute;
    left: 0;
    top: -5rem;
    z-index: 9;
    width: 77rem;
}
.home-icon-section {
    padding-top: 7rem;
}

.home-icon-section .txt-btn {
    color: rgba(0, 0, 0, 0.3);
    margin-top: 2rem;
    display: inline-block;
    font-size: 1.6rem;
}
.dtl-about .each-slider-img {
	background-color: transparent;
}
.dtl-about {
	background-color: transparent;
	background-size: cover;
}
.dtl-about:after
 {
 	display: block;
 }
.expertises-detail-block .dtl-about h4, 
.expertises-detail-block .dtl-about p {
	color: #fff;
}
.expertises-detail-block .dtl-about .txt-btn {
  color: #E52528;
}
.expertises-detail-block .dtl-about .txt-btn::before {
  opacity: 1;
  right: 0;
}
.dtl-about:hover {
	background-color: #F2F2F2;
	background-size: 0;
}
.dtl-about:hover:after {
	display: none;
}
.expertises-detail-block .dtl-about:hover h4 {
	color: #000;
} 
.expertises-detail-block .dtl-about:hover p {
	color: rgba(0, 0, 0, 0.70);
}
.expertises-detail-block .dtl-about:hover .txt-btn {
  color: rgba(0, 0, 0, 0.3);
}
.expertises-detail-block .dtl-about:hover .txt-btn::before {
  opacity: 0;
  right: 0;
}

.inner-banner-height{
	height: 12rem;
	overflow: hidden;
}

.inner-banner-height img{
	height: 100%;
    object-fit: cover;
}

.banner-btn span {
    color: #e52528;
}

.faq-top h5{
	color: #151515;
}
/*==============faq-page-starts===================*/
/****faq-banner****/
.faq-banner{
	padding-top: 3.5rem;
}
.faq-banner .banner-text{
	padding-top: 21rem;
}
.faq-banner .banner-img{
	width: 55%;
}
/****faq-ban-bottom-sec****/
.faq-ban-bottom-sec{
	padding-top: 4rem;
	position: relative;
	overflow: hidden;
}
.faq-ban-bottom-sec p{
	margin: 2rem 0 6.5rem 0;
}
.faq-ban-bottom-sec ul{
	width: 100%;
	max-width: 105.4rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.faq-ban-bottom-sec ul li{
	width: 49%;
	margin-bottom: 1.5rem;
}
.faq-ban-bottom-sec .akker_btn_cls{
	max-width: 100%;
	display: block;
	line-height: 2.2rem;
	background-color: #fff;
	color: #131f2c;
	border: 0.1rem solid #dbdfe9;
	padding: 0 4rem;
	text-align: left;
	position: relative;
}
.faq-ban-bottom-sec .akker_btn_cls:after{
	background-image: url(../images/next-blue.svg);
	background-size: 1.5rem;
	width: 1.5rem;
	background-position: center,center;
	background-repeat: no-repeat;
	position: absolute;
	right: 3.2rem;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	content: "";
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.faq-ban-bottom-sec .akker_btn_cls:active, .faq-ban-bottom-sec .akker_btn_cls:focus, 
.faq-ban-bottom-sec .akker_btn_cls:hover {
	background-color: #131f2c;
	border-color: #131f2c;
	color: #fff;
}
.faq-ban-bottom-sec .akker_btn_cls:active:after, .faq-ban-bottom-sec .akker_btn_cls:focus:after, 
.faq-ban-bottom-sec .akker_btn_cls:hover:after {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/****faq-footer-upper-sec****/
.faq-footer-upper-sec{
	position: relative;
	padding: 0;
	overflow: hidden;
}
.faq-footer-upper-sec .text-center{
	position: relative;
	z-index: 1;
}
.faq-footer-upper-sec .container{
	padding: 8.5% 0;
	position: relative;
}
.faq-question-img{
	position: absolute;
	width: 11.5%;
	bottom: 0;
	right: 23rem;
}
.faq-footer-upper-sec .text-center{
	width: 100%;
	max-width: 65rem;
	margin: 0 auto;
}
.faq-list ul {
    display: flex;
    font-size: 0;
}
.faq-list.faq-ban-bottom-sec li {
    width: 100%;
    vertical-align: top;
    border: 1px solid #dbdfe9;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    /* display: inline-block; */
    margin: 0 5px 10px;
    cursor: pointer;
    height: fit-content;
}
.faq-list li p{
	margin-bottom: 0;
	border-top: 1px solid #dbdfe9;
	margin-top: 0;
	padding: 3rem;
}
.faq-list .question-content{
	position: relative;
	padding: 3rem;
}
.faq-list .question-content span{
	display: inline-block;
	position: relative;
	padding-right: 2rem;
	width: 100%;
	font-size: 1.8rem;
}
.faq-list .question-content span:after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/next-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faq-list li p{
	display: none;
}
.faq-list .question-content:hover{
	background: #131f2c;
	border-color:#131f2c;
	color: #fff;
}
.faq-list .question-content:hover span:after{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.faq-list li.active p{
	display: block;
}
.faq-list li.active .question-content span:after{
	transform: rotate(90deg);
}


.expertises-right {
	background-color: #151515;
	border-radius: 3rem;
}

.heading2-home-car ul {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.banner-btn span {
    color: #fff;
 /*   border-left: 1px solid #fff;*/
    margin-left: 1rem;
    padding-left: 1rem;
    position: relative;
}
.banner-btn span::after {
	width: 100vw;
	background-color: #b32929;
	position: absolute;
	bottom: -2rem;
	left: -3rem;
	content: '';
	height: calc(100% + 4rem);
	border-left: 1px solid rgba(255, 255, 255, 0.30);
	z-index: -1;
  }
.banner-btn .txt-btn::before {
  background-image: url(../images/banner-btm-txt-btn.svg);
  width: 9px;
  height: 9px;
  z-index: 9;
}
.banner-top-part:hover .banner-btn span::after {
	border-left: 1px solid rgb(255, 255, 255);
}
.info-popup .modal-dialog{
	top:40%;
	color: #000;
}
.modal-content .info-close{
	float: right;
	width: 30px;
	border: none;
}








/****referenties-detailview****/
.aanbod-top-right {
	padding-left: 10%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.dtl-top-car-spec td {
	vertical-align: top;
	padding: 0 1rem 4rem;
	padding-left: 5rem;
	font-size: 1.8rem;
	font-family: 'lamasans-medium';
	color: #fff;
	letter-spacing: 0.1rem;
}
.dtl-top-car-spec td:first-child {
	padding-left: 0;
}
.aanbod-top .col-lg-7 {
	width: 47%;
}
.aanbod-top .col-lg-5 {
	width: 53%;
}
.dtl-top-car-spec td span {
	color: #aaaaaa;
	display: block;
	margin-bottom: 1rem;
}
.dtl-contact-box{
	background: linear-gradient(180deg, rgb(235, 235, 235) 100%, rgb(250, 250, 250) 0%);
}
.dtl-contact-box-wrap {
	/*border: 1px solid #fff;*/
	max-width: 85.5rem;
    background-color: #151515;
    border-radius: 1rem;
    padding: 2.5rem;
    position: relative;
    z-index: 5;
   /* top: 25rem;*/
}
.dtl-contact-man {
	max-width: 11rem;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 3rem;
}
.dtl-contact-man img {
	height: 100%;
	object-fit: cover;
}
.dtl-contact-man-info {
	margin: auto;
}
.dtl-contact-box-reach {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}
.dtl-contact-box-reach td {
    vertical-align: top;
    padding: 0 3rem;
    font-size: 1.8rem;
    font-family: 'lamasans-regular';
    color: #757575;
    position: relative;
}
.dtl-contact-box-reach td span {
	font-family: 'lamasans-medium';
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
/*.dtl-contact-box-reach td::after {
	content: '';
    height: 80%;
    width: 2px;
    background-color: #d91a30;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
}*/
.dtl-contact-box-reach td:first-child {
	padding-left: 0;
}
.dtl-contact-box-reach td:last-child {
	padding-right: 0;
}
.dtl-contact-box-reach td:last-child::after {
	display: none;
}
.dtl-contact-box-reach td a {
	color: #757575;
}
.dtl-contact-box-reach td a:hover {
	color: #d91a30;
}
/* .dtl-contact-box-btn .vdm_btn_cls {
	max-width: 100%;
	min-width: 100%;
	color: #121212;
	border-color: #e1e1e1;
	padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.dtl-contact-box-btn .vdm_btn_cls:hover,
.dtl-contact-box-btn .vdm_btn_cls:active,
.dtl-contact-box-btn .vdm_btn_cls:focus {
	color: #fff;
	border-color: #d91a30;
} */
.dtl-contact-box-btn .col-md-2 {
	width: 23%;
}
.dtl-contact-box-btn .col-md-5 {
	width: 38.5%;
}
.dtl-contact-box-btn .border-btn {
    border-color: #e1e1e1;
    color: #121212;
}
.dtl-contact-box-btn .border-btn:hover{
	background-color: #E52528;
    border: 1px solid #E52528;
	color: #fff;

}

.contactdetails-slider {
    position: relative;
    z-index: 5;
    /*top: 25rem;*/
}

.contactdetails-slider .common-arrow {
	height: 5rem;
    width: 5rem;
}

.contactdetails-slider .common-arrow img {
	width: 1.5rem;
}
.banner-btn ul 
{
	display: flex;
	justify-content: space-between;
}
.banner-btn ul li
{
	width: 50%;
}
.home-sider-firststbtn {
	margin-top: 6rem;
}

.expertises-detail-block .last-two-service-block {
    background-color: #151515 ;
}
.expertises-detail-block .last-two-service-block h4 {
    color: #fff;
}
.expertises-detail-block .last-two-service-block p {
    color: #fff;
}

.expertises-detail-block .last-two-service-block .txt-btn {
	    color: rgba(255, 255, 255, 0.50);
}



.each-about-us-block:hover .last-two-service-block .txt-btn {
    color: #E52528;
}

.details-left-section {
	margin-bottom: 3rem;
	padding: 3rem;
}
.details-right-section {
	margin-bottom: 3rem;
	padding: 3rem;
}
.product-middle {
	background-color: red;
	border-radius: 30px;
    overflow: hidden;
    height: 100%;
  
}

.product-middle  .each-referenties-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 4rem 2rem;
}
.product-middle .each-referenties-block:before {
	display: none;
}
.product-middle .each-referenties-block-info-wrap h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
}

.product-middle .each-referenties-block .akker_btn_cls {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.product-middle .each-referenties-block .akker_btn_cls:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.banner-top-part-info h2{
	font-size: 3rem;
}
.home-mid-top-info h1{
	color: #151515;
/*    font-size: 1.4rem;*/
}
.expertises-detail-block .each-about-us-block:hover h2, .expertises-detail-block .last-two-service-block h2{
	color: #fff;
}
.expertises-detail-block .about-us-block-wrap h2{
	height: 10rem;
}
.about-us-mid .swiper .each-about-us-btm-slider h2{
	height: 12rem;
}
.overons-middle h2{
	margin: 1.4rem 0;
}
.faq-search-box {
    position: relative;
    max-width: 83.5rem;
    width: 100%;
    margin: 0 auto;
}
.faq-search-box .search-btn {
    position: absolute;
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    background: transparent;
    border: 0;
    padding: 0;
}
.faq-search-box .form-styl {
    padding-left: 3.5rem;
    padding-right: 6rem;
}
.faq-search-box .search-btn img {
    width: 20px;
}
.bg_white{
	background-color: #fff;
}
.about-us-block-wrap .row{
	justify-content: center;
}
.aanbod-top .dtl-contact-box-reach{
	display: none;
}
.aanbod-top .contactdetails-slider .common-arrow{
	display: none;
}
.aanbod-top .dtl-contact-box-btn  .akker_btn_cls{
	font-size: 1.6rem;
	padding: 1.8rem 1.8rem;
}
.offerte_aanvragen-top .form-2{
	display: none;
}

/*=======NewContactBlock==============*/
.contact-block img.w-100{
	border-radius: 20px;
}
.contact-block td{
	font-family: 'lamasans-regular';
	font-size: 2.4rem;
	line-height: 145.833%;
	vertical-align: top;
	width: 50%;
	color: rgba(255, 255, 255, 0.75);
}
.contact-block a{
	color: rgba(255, 255, 255, 0.75);
	transition: all 0s;
  	-webkit-transition: all 0s;
}
.contact-block a:hover{
	color: #fff;
}
.contact-block table{
	width: 100%;
	margin-top: 30px;
}
.each-contact-block{
	padding: 100px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.each-contact-block:last-child{
	border-bottom: 0;
}
.contact-block .col-md-7 p{
	font-size: 2.4rem;
}
/*====================vacature=====================*/
.vacature-banner .text-center{
	padding-top: 13%;
	padding-bottom: 10%;
	z-index: 1;
}
.vacature-banner h1 span{
	color: #E52528;
}
.vacature-banner .position-absolute{
	background: rgba(0, 0, 0, 0.6);
}
.vacature-list{
	padding: 60px 0 90px;
	z-index: 1;
}
.vacature-list h2, .vacature-dtl-top h2{
	font-size: 4.8rem;
}
.vacature-list h2{
	color: #151515;
}
.each-list.d-block, .vacature-img1, .vacature-img2, .vacature-img3, .vacature-dtl-content .each-content, 
.vacature-dtl-content .position-absolute.h-100{
	border-radius: 30px;
}
.each-list.d-block{
	padding: 20px 24px 24px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
	background: #151515;
  	color: #E52528;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.img-div{
	height: 150px;
	border-radius: 20px;
}
.img-div img.h-100, .vacature-dtl-top img.h-100, .vacature-dtl-content .each-content img.h-100{
	object-fit: cover;
}
.each-list h4{
	margin-top: 25px;
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
.each-list h4:after{
	position: absolute;
	top: 9px;
	content: '';
	width: 15px;
	height: 15px;
	right: 0;
	background: url(../images/arrow.svg) no-repeat center /contain;
}
/*==============vacature-dtl============*/
.vacature-back-btn{
	padding: 200px 0 20px;
}
.vacature-back-btn a{
	color: #fff;
	font-family: 'lamasans-regular';
	font-size: 1.6rem;
	text-decoration: underline;
}
.vacature-back-btn a:before{
	position: absolute;
	width: 6px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	left: 0;
	background: url(../images/arrow2.svg) no-repeat center /contain;
}
.vacature-back-btn a:hover{
	color: #E52528;
}
.vacature-back-btn a:hover:before{
	background-image: url(../images/arrow3.svg);
}
.vacature-dtl-top h2, .vacature-dtl-top h3, .vacature-dtl-content h3{
	color: #fff;
	font-family: 'dm_sansmedium';
}
.vacature-dtl-top h2, .vacature-dtl-top h3{
	margin-bottom: 10px;
}
.vacature-dtl-top h3, .vacature-dtl-content h3{
	font-size: 3.2rem;
}
.vacature-dtl-top p{
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.6rem;
	line-height: 25px;
}
.vacature-dtl-top p span{
	color: #fff;
	font-family: 'lama_sanssemibold';
	margin: 14px 0;
  	display: block;
}
.vacature-img1{
	height: 216px;
	margin-right: 35px;
}
.vacature-img2 {
	height: 386px;
}
.vacature-img3{
	height: 260px;
	margin-top: -94px;
}
.vacature-dtl-content .each-content{
	background: #151515;
	padding: 40px;
}
.vacature-dtl-content h3{
	margin-bottom: 20px;
}
.vacature-dtl-content li, .vacature-dtl-content h6{
	color: #fff;
	font-family: 'dm_sansmedium';
	font-size: 1.6rem;
	line-height: normal;
}
.vacature-dtl-content li{
	position: relative;
	padding-left: 45px;
}
.vacature-dtl-content li:not(:last-child){
	margin-bottom: 22px;
}
.vacature-dtl-content li:before{
	position: absolute;
	top: -2px;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background: url(../images/checked.svg) no-repeat center /contain;
}
.vacature-dtl-content .mx-auto{
	max-width: 590px;
}
.vacature-dtl-content h4{
	font-family: 'dm_sansmedium';
	margin-top: 14px;
}
.vacature-dtl-content h4 a{
	color: #E52528;
}
.vacature-dtl-content h4 a:hover{
	text-decoration: underline;
}
.vacature-dtl-content .position-absolute.h-100{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.vacature-dtl-content .position-absolute.top-50{
	z-index: 1;
}