/*-----------------fonts css-----------------------*/
@font-face {
	font-family: 'New Rail Alphabet Medium';
	src: url('../fonts/NewRailAlphabet-Medium.eot');
	src: url('../fonts/NewRailAlphabet-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/NewRailAlphabet-Medium.woff2') format('woff2'), url('../fonts/NewRailAlphabet-Medium.woff') format('woff'), url('../fonts/NewRailAlphabet-Medium.ttf') format('truetype'), url('../fonts/NewRailAlphabet-Medium.svg#NewRailAlphabet-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'New Rail Alphabet Bold';
	src: url('../fonts/NewRailAlphabet-Bold.eot');
	src: url('../fonts/NewRailAlphabet-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NewRailAlphabet-Bold.woff2') format('woff2'), url('../fonts/NewRailAlphabet-Bold.woff') format('woff'), url('../fonts/NewRailAlphabet-Bold.ttf') format('truetype'), url('../fonts/NewRailAlphabet-Bold.svg#NewRailAlphabet-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'New Rail Alphabet White';
	src: url('../fonts/NewRailAlphabet-White.eot');
	src: url('../fonts/NewRailAlphabet-White.eot?#iefix') format('embedded-opentype'), url('../fonts/NewRailAlphabet-White.woff2') format('woff2'), url('../fonts/NewRailAlphabet-White.woff') format('woff'), url('../fonts/NewRailAlphabet-White.ttf') format('truetype'), url('../fonts/NewRailAlphabet-White.svg#NewRailAlphabet-White') format('svg');
	font-weight: 300;
	font-style: normal;
}

/*-----------------fonts css-----------------------*/


/*-----------------Common css-----------------------*/

* {
	outline: none !important;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: #fb0303;
}

ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0px;
}

section {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

h1 {
	font-family: 'New Rail Alphabet Medium';
	font-size: 50px;
	color: #fff
}

h2 {
	font-family: 'New Rail Alphabet Medium';
	font-size: 24px;
	color: #ffffff;
}

h2 span {
	color: #a00e0e;
}

h4 {
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	color: #ffffff;
}

h4 span {
	color: #a00e0e;
}

h3 {
	font-family: 'New Rail Alphabet White';
	font-size: 24px;
	color: #fff
}

p {
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #f1f1f1;
}


/*=======button=======*/

.defaulte_btn {
	padding: 11px 40px;
	color: #ffffff;
	border-radius: 8px;
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	cursor: pointer;
	background: #293133;
	border: 0px;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
	max-width: 288px;
	width: 100%
}

.defaulte_btn:after {
	background: #a00e0e;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	content: '';
	right: 98%;
	transition: all 0.5s
}

.defaulte_btn:hover:after {
	right: 0px;
	transition: all 0.5s;
	background-color:#a00e0e;
}

.defaulte_btn span {
	position: relative;
	z-index: 22
}

.common_bg_styl {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.common_arrow {
	background: none !important;
}

.arrow_btn span {
	position: relative;
	padding-right: 30px
}

.arrow_btn span:after {
	position: absolute;
	top: 5px;
	right: -18px;
    background: url(../images/nxt_1.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 12px;
    height: 10px;
	content: '';
}


/*-----------------Common css-----------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #fff;
	overflow-X: hidden;
}

.dblock {
	display: none;
}

.header_topbar {
	width: 100%;
	background: #293133;
	position: relative;
	position: relative;
    overflow: hidden;
}

.header_topbar .col-lg-6 {
	position: relative;
}

.header_topbar:after {
	top: 0px;
	left: 11px;
	position: absolute;
	width: 90vw;
	background: #141819;
	height: 100%;
	content: '';
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
	margin-left: -50vw;
	z-index: 2
}

.contacts {
	float: right;
	width: 75%;
}

.contacts ul {
	font-size: 0px;
	text-align: right;
}

.contacts ul li {
	display: inline-block;
	padding-right: 25px;
}

.contacts ul li a table tr td {
	line-height: 2;
	font-family: 'New Rail Alphabet White';
	font-size: 15px;
	color: #fff;
}

.contacts ul li a table tr td:first-child {
	padding-right: 12px;
}

.social {
	float: right;
	position: relative;
	/*width: 25%;*/
	max-width:150px;
	width:100%;
}

.social:after {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100vw;
	background: #a00e0e;
	height: 100%;
	content: '';
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
}

.social ul {
	text-align: right;
	position: relative;
	z-index: 1;
	padding-bottom: 6px;
	padding-top: 5px;
}

.social ul li {
	display: inline-block;
	padding: 0px 10px;
}

.desktop_nav {
	background-color:#141819;
}
.desktop_nav .navbar-nav .nav-item {
	padding: 22px 3px;
	position: relative;
}

.dropdown_area {
	background: #2c3e50;
	padding: 15px 0px;
	position: absolute;
	z-index: 99;
	width: 100%;
	margin-left: -24px;
	top: 75px;
	border-top: 8px solid #fff;
	transition: all 0.5s;
	overflow: hidden;
	opacity: 0;
	text-align:center;
}

.dropdown_area li a {
	font-family: 'New Rail Alphabet Medium';
	font-size: 15px;
	line-height: 30px;
}

.desktop_nav .navbar-nav .nav-item:hover .dropdown_area {
	transition: all 0.5s;
	opacity: 1;
}

.desktop_nav .navbar-nav .nav-item:after {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: '/';
	color: #fff;
}

.desktop_nav .navbar-nav .nav-item:last-child:after {
	display: none;
}

.desktop_nav .navbar-nav .nav-item .nav-link {
	font-family: 'New Rail Alphabet Medium';
	font-size: 16px;
	color: #ffffff;
}
.desktop_nav .navbar-nav .nav-item .nav-link:hover {
	color: #dc1423;
}

.main_nav {
	position: relative;
	/*overflow: hidden;*/
	background-color: #141819;
}

.main_nav:before {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 89vw;
	background: #fff;
	height: 100%;
	content: '';
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
	margin-left: -50vw;
	z-index: 2
}

.main_nav:after {
	width: 100%;
	height: 6px;
	background: #dc1423;
	content: '';
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 0
}
.page_icon {
	position: relative;
	z-index: 9;
	/*padding-top: 10px;*/
}

.page_icon a img {
	max-width: 100%;
}

.page_icon ul li {
	display: inline-block;
	padding: 0px 8px
}

.page_icon ul li:first-child {
	margin-right: 15px
}

.logo_area {
	padding-top: 10px
}

.clr {
	clear: both
}

.slider_bg {
	height: 800px !important;
	display: table;
	width: 100%;
}

.banner_content {
	display: table-cell;
	vertical-align: middle
}

.welcm_div {
	background: #a00e0e;
	max-width: 220px;
	padding: 5px 15px;
	font-family: 'New Rail Alphabet Medium';
	border-right: 5px solid #ffffff;
	margin-bottom: 20px;
}

.banner_btn {
	margin-top: 20px;
	display: inline-block;
	margin-right: 20px;
}

.main_banner .swiper-button-prev {
	left: 0px;
}

.main_banner .swiper-button-next {
	right: 58px;
}

.home_middle_banner {
	width: 100%;
	padding: 30px 0px 60px;
	background-color:#141819;
}

.filter_frm {
	width: 100%;
	background: #f0f0f0;
	position: relative;
	margin-top: -102px;
	z-index: 2;
}

.filter_header {
	background: #293133;
	border-bottom: 4px solid #a00e0e;
	padding: 20px 0px;
	text-align: center;
}

.filter_body {
	padding: 40px 50px;
}

.select_styl1 {
	width: 100%;
	font-family: 'New Rail Alphabet White';
	color: #c2c0c0;
	font-size: 14px;
	height: 50px;
	background: #ffffff url('../images/dropdwn_arrow.png') no-repeat 90% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
	border-radius: 4px;
}

.filter_body .defaulte_btn {
	max-width: 100%;
	border-radius: 4px;
	padding: 13px 30px
}

.filter_body .defaulte_btn:after {
	right: 100%;
}

.filter_body .defaulte_btn:hover:after {
	right: 0px;
	transition: all 0.5s
}

.filter_body .form-group {
	margin-bottom: 2rem;
}

.header_banner_text {
	width: 100%;
	padding-left: 6%;
}

.header_banner_text ul {
	font-size: 0px;
	padding-bottom: 45px;
}

.header_banner_text ul li {
	display: inline-block;
	width: 50%;
	color: #ffffff;
	font-size: 18px;
	font-family: 'New Rail Alphabet Medium';
}

.header_banner_text ul li:nth-child(2) {
	padding-left:30px;
}
.header_banner_text ul li img {
	margin-right: 15px;
}

.header_banner_text h2 {
	color: #ffffff;
	margin-bottom: 30px;
}

.header_banner_text p {
	font-size: 16px;
	line-height: 22px;
	color:#ffffff;
}

.footer_sec {
	background-color: #141819;
	border-top: 6px solid #a00e0e;
	padding: 60px 0px;
	position: relative;
}

.each_footer_text {
	width: 100%;
	min-height: 120px;
}

.footer_content {
	width: 100%;
}
.social-section .social_link_block a img {
	/*max-height:44px;
	max-width:44px;
	padding-right:6px;*/
}

.footer_content p {
	color: #ffffff;
	margin-bottom: 30px;
}

.footer_content h4 img {
	margin-left: 8px;
}

.btn-outline-secondary {
	color: #ffffff;
	background-color: #dc1423;
	background-image: none;
	border-color: #dc1423;
}

.footer_content h4 {
	letter-spacing: 1.2px;
}

.footer_content form {
	margin-top: 30px;
}

.custom_styl {
	border-radius: 0px;
	height: 45px;
}
/************************************************************/
.footer_content table {
	width: 49%;
    display: inline-block;
}
.footer_content table tr td:nth-child(even){
	padding-left:30px;
}
.footer_sec .footer_table_area{
	padding-left:60px;
}
.footer_content  h4{
	margin-bottom:15px;
}
/********************************************/
.footer_content table tr td {
	font-size: 14px;
	color: #ffffff;
	font-family: 'New Rail Alphabet White';
	padding-bottom: 5px;
}

.footer_content table tr td:first-child {
	font-family: 'New Rail Alphabet Medium';
}
.address{
	width: 100% !important;
}
.address tr td {
	padding-bottom: 15px !important;
}

.each_footer_text span {
	display: inline-block;
	padding: 10px 8px;
	background: #464646;
	min-width: 45px;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.each_footer_text span:hover {
	background: #dc1423;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.each_footer_text table {
	width: 70%;
	margin-top: -30px;
	margin-bottom: 30px;
}

.each_footer_text table img {
	margin-top: 10px;
}

.each_footer_text table tr td {
	vertical-align: bottom;
}
.footer_upper_sec {
	width: 100%;
	padding: 45px 0px;
	background: #191f20;
}
.each_footer_ct {
	width: 100%;
	background-color: #293133;
	padding: 65px 50px;
	max-height: 240px;
}

.each_footer_ct table {
	width: 100%;
}

.text_ctn {
	padding-left: 20px;
}

.text_ctn h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.text_ctn p {
	color: #ffffff;
	margin-top: 10px;
}

.disten_sec {
	width: 100%;
	padding: 0px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	height: auto;
	background-color: #141819;
	position: relative;
    overflow: hidden;
}

.disten_sec:after {
	top: 0px;
	right: 0px;
	position: absolute;
	width: 82%;
	background: #141819;
	height: 101%;
	content: '';
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
}

.disten_txt {
	position: relative;
	z-index: 9;
	padding: 30px 0px;
	background: #141819;
}
.disten_txt p {
	font-size: 16px;
	color:#ffffff;
}

.disten_txt ul {
	width: 100%;
	font-size: 0px;
	margin-top: 45px;
}

.disten_txt ul li {
	font-family: 'New Rail Alphabet Medium';
	font-size: 24px;
	/*color: #fb0303;*/
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;*/
	display: inline-block;
	width: 50%;
	padding-bottom: 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}
.disten_txt ul li a {
	color:#fff;
}
.disten_txt ul li a img{
	filter: brightness(0) invert(1);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.disten_txt li a:hover img{
	filter: brightness(1) invert(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.disten_txt ul li span {
	display: inline-block;
	width: 75px;
}

.disten_txt ul li span img {
	max-height: 38px;
}

.disten_txt ul li a:hover {
	/*-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;*/
	-webkit-transition: all .5s;
	transition: all .5s;
	color:#dc1b24;
}

.each_footer_ct table tr td {
	vertical-align: middle;
}

.product_top_area {
	background: #293133;
}

.product_top_area .filter_header {
	border: 0px;
	padding: 12px 0px;
}

.product_top_area .filter_header h2 {
	text-align: left;
}

.angel_btn {
	background-color: #a00e0e;
	padding: 12px 30px;
	position: relative;
	overflow: visible;
	max-width: 280px;
}

.angel_btn:after {
	position: absolute;
	top: 0px;
	left: -18px;
	width: 50px;
	height: 100%;
	content: '';
	background-color: #a00e0e;
	z-index: 0;
	-moz-transform: skew(-18deg, 0deg);
	-webkit-transform: skew(-18deg, 0deg);
	-o-transform: skew(-18deg, 0deg);
	-ms-transform: skew(-18deg, 0deg);
	transform: skew(-18deg, 0deg);
}

.angel_btn:before {
	position: absolute;
	top: 0px;
	right: -18px;
	width: 50px;
	height: 100%;
	content: '';
	background-color: #a00e0e;
	z-index: 0;
	-moz-transform: skew(-18deg, 0deg);
	-webkit-transform: skew(-18deg, 0deg);
	-o-transform: skew(-18deg, 0deg);
	-ms-transform: skew(-18deg, 0deg);
	transform: skew(-18deg, 0deg);
}

/*.desktop_nav .navbar-nav .nav-item:before {
	position: absolute;
	top: 20px;
	content: '/';
	right: 10px;
}*/

.product_name {
	padding: 12px 22px 12px 30px;
}

.product-price {
	padding: 10px 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    right: 14px;
	background: #293133;
	padding: 14px 0px;
	z-index: 1;
	bottom: 0;
}

.product-price:after {
	position: absolute;
	top: 0px;
	left: -11px;
	width: 50px;
	height: 100%;
	content: '';
	background: #293133;
	z-index: 0;
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
}

.product-price p {
	position: relative;
	z-index: 99
}

.product_dtls_wrapper {
	padding: 22px;
	border: 1px solid #d9d9d9;
	background: #fbfbfb
}

.product_dtls_wrapper table {
	width: 100%;
}

.product_dtls_wrapper table tr td {
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	color: #000;
	position: relative;
}

.product_dtls_wrapper table tr td:after {
	position: absolute;
	width: 5px;
	height: 1px;
	background: #000;
	content: '';
	top: 50%;
	transform: translate(-50%);
	left: 92%;
}

.product_dtls_wrapper table tr td:last-child:after {
	display: none
}

.product_img img {
	width: 100%
}

.product_name h4 {
	font-size: 20px;
}

.product_price_wrapper {
	line-height: 1;
	background: #a00e0e;
}

.product-price p {
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 0px
}

.top_cars {
	/*margin-top: 70px;*/
	margin-bottom: 60px
}
.products_slider_area {
	padding: 60px 0px;
	background: #141819;
}
.products_btn .swiper-button-next,
.products_btn .swiper-button-prev {
	width: auto;
	height: auto;
	margin-top: -13px;
}
.product_top_area .container {
	width: 80%;
}
.products_slider_area .container {
	width: 80%;
}
/*--------------------------------------------diensten start----------------------------------------------------*/
.verkocht_banner {
	background-color:#141819;
	padding-bottom: 60px;
}
.diensten .btm_bordr {
	width: 100%;
	height: 61px;
	background-color: #293133;
}

.diensten .diensten_banner {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.diensten .diensten_overlay {
	/*background-color: rgba(39, 27, 29, 0.6);*/
	/*background-color: rgba(0, 0, 0, 0.3);*/
	width: 100%;
	height: 100%;
}

.diensten .diensten_overlay h1 {
	padding: 10% 0% 10%;
}
.verkocht_banner h1{
	padding: 10% 0 0px;	
}
.ozen_diensten {
	padding: 73px 0px 90px 0px;
	background-color: #141819;
}

.ozen_diensten h2 {
	font-size: 36px;
	color: #ffffff;
}


/*.ozen_diensten h2 span{
	color:#fb0303;
}*/

.ozen_diensten p {
	color: #ffffff;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	padding: 40px 15px 0px 0px;
	text-align: justify;
}

.Zoekopdracht .btm_bordr {
	width: 100%;
	background-color: #293133;
}

.Zoekopdracht .button {
	background-color: #a00e0e;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 0px;
	transform: skew(-15deg, 0deg);
	width: 100%;
	padding: 0px;
}

.Zoekopdracht .button2:hover {
	/*box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);*/
}

.Zoekopdracht .button2 span {
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	transform: skew(6deg, 0deg);
	display: inline-block;
	padding: 8% 0%;
	color: #fff;
}

.Zoekopdracht .button span:after {
    content: '';
    background: url(../images/next_2.svg) no-repeat;
    background-position: center;
    background-size: cover;
    /* max-height: 25px; */
    max-width: 24px;
    height: 12px;
    width: 100%;
    right: -56%;
    position: absolute;
    top: 23px;
    display: inline-block;
    /* background-repeat: no-repeat;*/
}


/*.zoekop_content span{
	color:#fb0303;
}
*/

.Zoekopdracht_img_content {
	width: 100%;
	position: relative;
	background-color: #141819;
}

.Zoekopdracht .container-fluid {
	padding-left: 0px;
}

.Zoekopdracht .container-fluid .col-md-6 {
	padding-left: 0px;
}

.zoekop_image {
	webkit-clip-path: polygon(0% 0%, 100% 0%, 77% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 77% 100%, 0% 100%);
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.zoekop_content {
	padding: 12% 0%;
	background-color: #141819;
}

.zoekop_content h2 {
	font-size: 30px;
	padding: 20px 0px 4% 0px;
	color: #ffffff;
}

.zoekop_content p {
	color: #ffffff;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	width: 70%;
	text-align: justify;
	/*padding-top: 4%;*/
}

.zoekop_content p:last-child {
	padding: 0%;
}

.zoekop_content:before {
	background-color: #141819;
}


/*--------------------------------------------diensten end----------------------------------------------------*/


/*--------------------------------------------diensten_sub1 start----------------------------------------------------*/

.Zoekopdracht .btm_bordr h2 {
	font-size: 24px;
	padding: 16px 0px;
	color: #fff;
}


/*.Zoekopdracht .btm_bordr h2 span{
	color:#d92249;
}
*/

.Zoekopdracht_img_content .diensten_sub_image {
	width: 100%;
	left: 0px;
	top: 0px;
	height: 440px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.Zoekopdracht_img_content .zoekop_content_para {
	width: 100%;
}

.Zoekopdracht .diensten_sub_img1 {
	width: 24%;
	-webkit-clip-path: polygon(0 0, 100% 0%, 72% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 72% 100%, 0% 100%);
	top: 10px;
	right: 0px;
	height: 250px;
	display: inline-block;
}

.Zoekopdracht .diensten_sub_img2 {
	width: 24%;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	top: 10px;
	right: 0px;
	height: 250px;
	display: inline-block;
}


/*--------------------------------------------diensten_sub1 end----------------------------------------------------*/


/*--------------------------------------------contact start----------------------------------------------------*/

.contact_map{
	width: 100%;
	min-height:300px;
}
.gm-style .map {
    max-width: 283px;
    background: #121212;
    padding: 15px;
}
.Zoekopdracht span {
	color: #fff;
}

.contact_details {
	padding: 4% 0% 2%;
	position: relative;
	background: #141819;
}

.contact_details .address table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.contact_details .address {
	width: 100%;
}

.contact_details .address table tr td {
	text-align: left;
	padding: 13px;
	font-size: 16px;
	font-family: 'New Rail Alphabet Medium';
	color: #fff;
	vertical-align: top;
}

.contact_details a:hover {
	color: #fb0303;
}

.contact_details .contact_time1 {
	width: 48%;
	display: inline-block;
}

.contact_details .contact_time1 h2 {
	font-size: 18px;
	padding: 13px 0px 13px 0px;
}

.contact_details .contact_time1 table tr,
.contact_details .contact_time1 table tr td {
	color: #fff;
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
}

.contact_details .contact_time1 table tr,
.contact_details .contact_time1 table tr td:last-child {
	padding: 2% 0% 0% 0%;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
}
.hw{
	padding-right:0px;
}

.contact_form {
	background-color:#293133;
	padding: 20px 27px 30px;
	margin: 10% 5%;
	border-radius: 5px;
	width: 88%;
}
.wr_cont {
	margin-top: 38%;
}

.contact_form .button {
	background-color: #a00e0e;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 5px;
	padding: 3% 16%;
}

.contact_form .button2:hover {
	/*box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);*/
}

.contact_form .button2 span {
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	display: inline-block;
	color: #fff;
}

.contact_form .section_heading h2 {
	color: #fff;
	font-family: 'New Rail Alphabet bold';
	font-size: 36px;
	position: relative;
	padding: 6px 0px 0px 20px;
}

.contact_form .section_heading p {
	font-family: 'New Rail Alphabet Medium';
	font-size: 24px;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	margin-bottom: 30px;
}
.contact_form textarea.form-control {
    height: 120px;
}
.contact_details .section_heading {
	padding: 3% 0px;
	position: relative;
    z-index: 0;
}

.contact_form .styl5 {
	padding: 20px;
}

.contact_details .wist_content {
	font-size: 30px;
	/*padding: 6% 0% 0% 5%;*/
	padding-top: 6%;
    padding-left: 15px;
}

.contact_details .wist_content h2 {
	font-size: 30px;
	color: #fff;
}

.contact_details .wist_content p {
	padding: 4% 32% 5% 0%;
	line-height: 24px;
	text-align: justify;
}

.contact_form .styl5::placeholder {
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #2b2a2a;
}

/*.contact_form .section_heading h2:before {
	content: '';
	background-position: center center;
	height: 50px;
	width: 26%;
	top: 4px;
	left: 0px;
	display: inline-block;
	border: 2px solid #363636;
	border-radius: 5px;
	position: absolute;
	z-index: -1;
}*/


/*--------------------------------------------contact end----------------------------------------------------*/


/*--------------------------------------------warkpaalets start----------------------------------------------------*/

.panel_image {
	-webkit-clip-path: polygon(0 0, 100% 0, 20% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 20% 100%, 0 100%);
	width: 100%;
	height: 650px;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.panel_content p {
	color: #121212;
	padding: 5% 30% 0% 0%;
	text-align: justify;
}

.panel_content {
	padding: 6% 0%;
}

.warkplaates_sub1_content .btm_bordr h2 {
	color: #fff;
	font-size: 24px;
	padding: 18px 0px;
}

.warkplaates_sub1_content .btm_bordr {
	width: 100%;
	height: 68px;
	background-color: #2c3e50;
}

.warkplaates_sub1_content1 .btm_bordr {
	width: 100%;
	height: 68px;
	background-color: #2c3e50;
}

.warkplaates_sub1_content1 .button {
	background-color: #fb0303;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 0px;
	transform: skew(-15deg, 0deg);
	width: 100%;
	padding: 0px;
}

.warkplaates_sub1_content1 .button2:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.warkplaates_sub1_content1 .button2 span {
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	transform: skew(6deg, 0deg);
	display: inline-block;
	padding: 8% 0%;
	color: #fff;
}

.warkplaates_sub1_content1 .button span:after {
	content: '';
	background: url('../images/arrow.png');
	background-position: center center;
	height: 39px;
	width: 100%;
	right: -75%;
	position: absolute;
	top: 14px;
	display: inline-block;
	background-repeat: no-repeat;
}

.warkplaates_sub1_content1 .andere_services h2 {
	color: #fff;
	font-size: 24px;
	padding: 18px 0px;
}


/*--------------------------------------------warkpaalets end----------------------------------------------------*/

.car_panel {
	padding: 3% 0% 1%;
	background-color: #141819;
}

.car_panel .car_caption h2 {
	background-color: #a00e0e;
	font-size: 18px;
	padding: 6px 0px 6px 40px;
	color: #fff;
	text-align: left;
	padding: 6px 30px;
}

.car_panel .car1 {
	position: relative;
	overflow: hidden;
}

.cars_mrgin {
	margin: 18px 0px;
}

.car_panel .car1 img {
	width: 100%;
	margin-top: -30px;
	/*margin-bottom: -17px;*/
}

.car_panel .car_details {
	background-color: #fbfbfb;
}

.car_panel .car_details p {
	color: #121212;
	font-size: 14px;
	padding: 20px 24px;
	text-align: left;
	margin-bottom: 0px;
}

.car_panel .row .col-md-4 .car1_background {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	top: 0;
	left: 0px;
	background-position: center;
	position: relative
}

.contact_time1 h4 {
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.man_img {
	width: 50%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 85%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	-webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.contact_time1 table {
	width: 100%;
}

.relative_sec {
	position: relative;
	z-index: 9;
}


.wrk {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	height: auto;
	background-color: #141819;
	overflow: hidden;
}

.wrk:after {
	top: 0px;
	right: -40px;
	position: absolute;
	width: 60%;
	background-color: #141819;
	height: 100%;
	content: '';
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
}

textarea {
	resize: none;
}

.crv_slider {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	padding: 0px 0px;
	background-color:#141819;
	z-index: 0;
}

.dr_cont {
	margin-top: 22%;
}
.photo_upload {
    width: 100%;
	min-height: 40px;
    padding: 8px 15px !important;
    font-family: 'New Rail Alphabet White';
    font-size: 14px;
    color: #dcdcdc;
}

.vac_listing {
	width: 100%;
	padding: 50px 0px 10px;
	background-color: #141819;
}

.each_vc_wrapper {
	width: 100%;
	background: #293133;
	position: relative;
	overflow-x: hidden;
}

.angl_dv {
	-webkit-clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%);
}

.vcr_text {
	padding: 30px 20px;
}

.vcr_text p {
	color: #ffffff;
}

.vcr_text h2 {
	margin-bottom: 20px;
}

.vcr_text .button {
	background-color: #a00e0e;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 5px;
	padding: 3% 16%;
	margin-top: 15px;
}

.each_vc_wrapper {
	margin-bottom: 30px;
}

.aanbod_filter {
	width: 100%;
	position: relative;
	padding-top: 70px;
	z-index: 9;
	background-color:#141819;
}

.aanbod_filter_heading {
	width: 100%;
	background-color: #293133;
	border-bottom: 4px solid #a00e0e;
	padding: 20px 30px;
	border-radius: 4px;
}

.aanbod_filter_frm {
	background: #f0f0f0;
	width: 100%;
	padding: 20px 30px 10px;
	border-radius: 0px 0px 4px 4px;
}


/*neo03*/

.select_styl1 {
	width: 100%;
	font-family: 'New Rail Alphabet White';
	color: #323232;
	font-size: 14px;
	padding: 13px 15px;
	background: url(../images/download.svg) #fff no-repeat 90% center;
	background-size: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
	border-radius: 4px;
}


/*===================================neo10=============================*/

.aanbod_details_list {
	background: #141819;
	padding: 20px 0px;
	border-bottom: 1px solid #fff;
}

.aanbod_details_list ul li {
	display: inline-block;
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	color: #fff;
	padding-right:40px;
	position: relative
}

.aanbod_details_list ul li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: '/';
	color: #fff;
}

.aanbod_details_list ul li:last-child:after {
	display: none
}

.heading {
	/*border-bottom: 1px solid #fff;*/
	padding-bottom: 15px;
}
.divider{
	margin:0;
	border-bottom:1px solid #fff;
}
.heading h2 {
	font-size: 30px;
	color: #fff;
}

.aanbod_slider_area {
	padding-top: 20px;
}

.thumbs {
	margin-top: 10px;
	overflow: hidden;
}

.thumbs img {
	width: 100%;
	margin-top: -13px;
	margin-bottom: -13px;
}

.aanbod_slider_area .swiper-button-next {
	right: 25px
}

.aanbod_slider_area .swiper-button-prev {
	left: 0px
}

.pink_btn {
	/*background: #fb0303;*/
	padding: 8px 14px;
	border-radius: 4px
}

.left {
	float: left;
	padding-top: 8px
}
.left h2 {
	font-size: 22px;
}

.right {
	float: right;
	text-align: right
}

.right h2 {
	font-size: 20px;
	color: #fff
}

.right p {
	font-family: 'New Rail Alphabet Medium';
	font-size: 15px;
	color: #fff;
	margin-bottom: 0px;
}

.each_btn {
	background: #293133;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 4px;
	cursor: pointer;
}

.each_btn table tr td {
	color: #fff;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
}

.each_btn table tr td:first-child {
	padding-right: 15px
}
.dtl-btn{
	background-color: #a00e0e;
}
.each_btn table tr td {
	font-family: 'New Rail Alphabet Bold';

}
.blue_btn {
	margin-top: 30px
}

.image_area {
	margin-top: 30px
}

.details_area {
	margin-top: 30px;
	padding-left: 20px
}

.details_area h2 {
	color: #fff;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.tables_area table {
	margin-bottom: 15px;
}
.tables_area table tr td:first-child {
	padding-right: 15px;
}

.social_btn_area {
	margin-top: 35px;
}

.social_btn_area h3 {
	font-family: 'New Rail Alphabet White';
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}

.social_btn_area ul {
	margin-top: 10px;
}

.social_btn_area ul li {
	display: inline-block;
	margin-right: 4px;
}

.social_btn_area img{
		margin-right: 10px;
}
/*.social_btn_area ul li:last-child {
	background: #2c3e50;
	color: #fff;
	padding: 10px 25px;
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
	border-radius: 4px;
	margin-right: 0px
}*/
.social_icons_panel{
	margin-bottom: 15px;
}
.tab_wrapper {
	padding: 35px;
	background: #293133;
	border-radius: 4px;
	margin-top: 10px
}

.tab_wrapper ul {
	font-size: 0px
}

.tab_wrapper ul li {
	width: 20%;
	display: inline-block;
	border-right: 1px solid #fff;
	padding-left: 25px;
}

.tab_wrapper ul li:nth-child(1) {
	width: 22%;
}

.tab_wrapper ul li:nth-child(2) {
	width: 30%;
}

.tab_wrapper ul li:nth-child(3) {
	width: 25%;
}

.tab_wrapper ul li:nth-child(4) {
	width: 20%;
}

.tab_wrapper ul li table tr td {
	vertical-align: middle
}

.tab_wrapper ul li table tr td:first-child {
	padding-right: 20px
}

.tab_wrapper ul li:last-child {
	border-right: 0px solid #fff
}

.tab_wrapper ul li table tr td h6 {
	font-family: 'New Rail Alphabet Medium';
	font-size: 16px;
	color: #fff;
}

.tab_wrapper ul li table tr td p {
	color: #fff;
	margin-bottom: 0px
}
.tab_wrapper ul li table {
	padding-right:20px;
}

.tabs_area {
    /* margin-top: 10px; */
    padding-top: 10px;
    /* margin-bottom: 10px; */
    padding-bottom: 40px;
    background-color: #141819;
}

.tabs_area .nav-tabs .nav-link:hover {
	border: 0px solid
}

.tabs_area .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #a00e0e;
	padding: 10px;
    border-radius: 4px;
	border: 0px solid transparent;
}
.tabs_area  .nav-item a:hover{
	color:#fff;
}
.tabs_area .tab_sec .nav-item:last-child{
	margin-right:0px;
}
.tabs_area .tab_sec .nav-item {
	width: 19%;
	text-align: center;
	margin-right: 1%;
	border-radius: 4px;
	background: #293133;
	font-family: 'New Rail Alphabet Medium';
	font-size: 16px;
	color: #fff;
}
.tabs_area .nav-tabs .nav-link {
    border: 0px solid transparent;
}

.tabs_area .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}
.mobileblock{
	background-color: #141819;
}
.tab-content {
	background-color: #191f20;
	padding: 20px 50px;
	margin-top: 10px
}

/*#home ul {
	list-style-image: url('../images/bullet.png');
}*/

#home ul li {
	line-height: 18px;
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	width: 45%;
	word-break: keep-all;
	color: #f1f1f1;
	display: inline-block;
}
.kenmerken_tab ul li:nth-child(odd) {
    background-image: url('../images/dot.svg');
    background-repeat: no-repeat;
    background-position: 0% 30%;
   padding-left: 20px;
    background-size: 8px;
}

#home ul li:nth-child(3n) {
	list-style: none;
}

.tab_content_wrapper h3 {
	font-size: 24px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tab_content_wrapper ul li {
	color: #f0f0f0;
	font-size: 14px;
	font-family: 'New Rail Alphabet White';
	padding: 0px 0px 10px 8px;
}

.tab_hedaing {
	border-bottom: 1px solid #929292;
	margin-bottom: 30px;
}
.tabs_area .bullet_panel li{
	position:relative;
	padding-left:25px;
}
.tabs_area .bullet_panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/dot.svg');
    background-repeat: no-repeat;
}


/*=================================*/

.no-overlay {
	background-color: transparent !important;
}

.Zoekopdracht .button2 span {
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	transform: skew(15deg, 0deg);
	display: inline-block;
	padding: 17px 0%;
	color: #fff;
}

.big-text.Zoekopdracht .button2 span {
	padding: 5% 0%;
}

.big-text.Zoekopdracht .button span::after {
	top: 12px;
}

.crv_img1 {
	width: 100%;
	position: relative;
	/*-moz-transform: skew(-12deg, 0deg);
	-webkit-transform: skew(-12deg, 0deg);
	-o-transform: skew(-12deg, 0deg);
	-ms-transform: skew(-12deg, 0deg);
	transform: skew(-12deg, 0deg);*/
	/*-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
	clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
	-webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}
.crv_img1:after{
	position: absolute;
	width: 100%;
	top:0;
	left: 0px;
	background: rgba(0, 0, 0, 0.3);
	content:'';
	height:100%;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.overlay_sec {
	position: absolute;
	width: 100%;
	top:39%;
	left:0;
	z-index: 9;
	height: 100%;
	font-family: 'New Rail Alphabet Medium';
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	-moz-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
}

.crv_img1:hover .overlay_sec {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.crv_img1:hover:after{
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.angel-btn-2 .angel_btn {
	padding: 17px 10px;
}

.car1_background p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}

.common-btn .button {
	background-color: #a00e0e;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 5px;
	padding: 3% 8%;
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
}

.car-background-content {
	/*width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
	padding: 0px 45px;
}
.car1_background{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.car-background-content h2 {
	margin-bottom: 20px;
}

.form-btn .button {
	width: 100%;
	display: block;
	background-color: #293133;
	padding: 14px 0px;
}

.form-btn .button:hover {
	/*background-color: #dc1423;*/
}

.aanbod-cars h4 {
	font-size: 18px;
}

.aanbod-cars .product_price_wrapper {
	/*overflow-X:hidden;*/
}

.aanbod-cars .product-price {
	padding: 10px 0px;
	position: absolute;
    width: 100%;
    top: 0px;
    right: 14px;
}

.aanbod-cars .product-price p {
	font-size: 16px;
}

.aanbod-cars .product-price::after {
	/*left: -12px;*/
	left:-15px;
}
.new_aanbod_area .product-price:after{
	width:20vw;
}
.aanbod-cars .product-price::after{}
.tables_area table tr td {
	color: #fff;
	padding-top: 10px;
}


/*-------------------------------------------overones start ----------------------------------------------------*/

.midle_ovelay_banner .midle_banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	top: 0;
	left: 0;
}

.midle_ovelay_banner .midle_banner .midle_banner_overlay {
	background-color: rgba(18, 18, 18, 0.7);
	width: 100%;
	height: 100%;
}

.midle_ovelay_banner .ovrlay_midle_content {
	width: 80%;
	margin: 0 auto 0;
	display: table;
	padding-bottom: 50px;
}

.midle_ovelay_banner .ovrlay_midle_content h2 {
	font-size: 36px;
	font-family: 'New Rail Alphabet White';
	color: #fff;
	padding: 10% 0% 8%;
	text-align: center;
}

.midle_ovelay_banner .ovrlay_midle_content span {
	font-family: 'New Rail Alphabet Bold';
}

.midle_ovelay_banner .overones_img {
	width: auto;
	margin: 0 auto 0;
	display: table;
}

.midle_ovelay_banner .ovrlay_midle_content p {
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	color: #fff;
	padding: 44px 0px;
	text-align: center;
}


/*-----------------------------------slider start------------------------------------------------*/

.midle_ovelay_banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url('../imges/arrow_prev.png');
	left: 10px;
	right: auto;
	width: 20px;
	height: 20px;
}

.midle_ovelay_banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url('../images/arrow_next.png');
}

.overons_slider {
	width: 100%;
	padding: 0px 0px;
	position: relative;
}

.main_overns_slider {
	width: 100%;
}

.mr_top {
	margin-top: 10px;
}

.overons_slider .swiper-button-next {
    right: 0px;
    opacity: 0.6;
    display: flex;
    align-items: center;
    background-color: #313133 !important;
	right: 0px;
    width: 50px;
    height: 50px;
    justify-content: center;
}

.overons_slider .swiper-button-next img {
	max-height: 18px;
    max-height: 18px;
}
.overons_slider .swiper-button-prev {
	left: 0px;
    opacity: 0.6;
    display: flex;
    align-items: center;
    background-color: #313133 !important;
	left: 0px;
    width: 50px;
    height: 50px;
    justify-content: center;
}
.overons_slider .swiper-button-prev img {
	max-height: 18px;
    max-height: 18px;
}

.overons_slider .swiper-slide:nth-child(n) {
	width: 30.5% !important;
}

.overons_slider .swiper-slide:nth-child(2n) {
	width: 39% !important;
}

.overons_slider .swiper-slide:nth-child(3n) {
	width: 30.5% !important;
}


/*---------------------------------------------overones  end ----------------------------------------------------*/


/****************************************collegue css**************************************/

.onez-collegue {
	padding: 50px 0px;
	background-color: #141819;
}

.onez-collegue .section_heading h3 {
	font-size: 36px;
	color: #fff;
	font-family: 'New Rail Alphabet Medium';
}

.onez-collegue .section_heading h3 span {
	color: #fb0303;
}

.member-slider-wrapper {
	margin-top: 50px;
	position: relative;
}

.member-slider-wrapper .swiper-button-next,
.member-slider-wrapper .swiper-button-prev {
	background: none;
}

.member-slider-wrapper .swiper-button-next {
	right: -50px;
}
.member-slider-wrapper .swiper-button-next img {
	max-height:20px;
	max-width:20px;
}

.member-slider-wrapper .swiper-button-prev {
	left: -45px;
	max-width: 20px;
    max-height: 22px;
}

.member-dtls h3 {
	font-size: 22px;
	font-family: 'New Rail Alphabet Bold';
	margin-top: 15px;
	margin-bottom: 0px;
	color: #fff;
}

.member-dtls p {
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	color: #fff;
}


/****************************************collegue css end**************************************/

.bed-content-height {
	height: 100vh;
}

.bed-content-text {
	vertical-align: middle;
}

.text-wrapper h1 {
	font-size: 65px;
}

.text-wrapper p {
	color: #fff;
	max-width: 590px;
	width: 100%;
}

.bedankt-bg {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -1;
}
.vacatures-details-content {
	border-bottom: 50px solid #293133;
}
.contact_details .address table tr td img {
	max-height:32px;
	max-width:32px;
}
.contact_details .address table tr:nth-child(2) td img, .contact_details .address table tr:nth-child(3) td img {
	transform:rotate(90deg);
}

.section-heading h2 {
	font-size: 36px;
	color: #fff;
}

.vacatures-titels {
	padding: 80px 0px;
	background-color: #141819;
}

.section-heading {
	padding-bottom: 50px;
}

.details-left tr td p,
.details-right tr td p {
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	text-align: justify
}

.details-left tr td p {
	margin-bottom: 26px;
}

.details-left tr td p span,
.details-right tr td p span {
	font-family: 'New Rail Alphabet Bold';
}

.details-right {
	margin-left: 50px;
}

.details-right tr td p {
	font-size: 16px;
	margin-bottom: 6px;
}

.social-section {
	max-width: 290px;
	margin-right: 0px;
	margin-left: auto;
}

.social-section ul li {
	display: inline-block;
	margin-right: 0px;
	vertical-align: top;
}

.social-section ul li:last-child {
	margin-right: 0px
}

.social-section ul li:last-child .common-btn .button {
	padding:0px;
	width: 133px;
	height: 38px;
    line-height: 38px;
}

.social-section h3 {
	color: #121212;
	margin-bottom: 10px;
}

.download-btn {
	margin-top: 20px;
}

.download-btn .button {
	padding: 10px 20px;
	background: #2c3e50;
	width: 100%;
	text-align: left
}

.download-btn .button img {
	margin-right: 10px;
}

.form-area {
	padding-left: 70px;
}

.form-area .contact_form {
	width: 100%;
	margin: 30px 0px;
	padding: 30px 40px;
}

.form-area .contact_form .section_heading {
	margin-bottom: 30px;
}
/*==========pop up===========*/
.mm-slideout {
z-index: unset;
}
.modal_area .modal_close_img img {
	max-height:30px;
	max-width:30px;
}
.modal_area .modal_close_img{
	position: absolute;
	top: 15px;
	right: 25px;
	height:100%;
}
.modal_area .modal-dialog {
max-width:70%;
margin-top:10%;
}
.modal_area .modal-body{ 
padding:0px;
}
.modal_area .modal-content p{
text-align: justify;
margin-top:30px;
margin-bottom: 50px;
color: #121212;
}
.modal_area .modal-content{
border-radius:0px;
border: none;
}
.pop_up_img{
vertical-align: top;
}
.popup_content{
padding-left: 30px;
padding-right: 60px;
}
/*=======pop up end==========*/
.aanbod_details {
    background-color: transparent;
    padding: 25px 5px 40px;
    margin:0px;
    border-radius: 5px;
    width: 100%;
}
#form_1 {
    display: none;
    margin-top: 15px;
}
#form_2 {
    display: none;
    margin-top: 15px;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 8px 0 6px 30px;
}
.privacy_background{
    background: #1c1c1c;
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
	padding: 35px 0;
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
	
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
.top_gapping{
	position: relative;
}
.aanbod_area{
	background:#2d2d2d;
	position:relative;
	padding-top:50px;
	padding-bottom: 50px;
	margin-top: -1px;
}
.onez-acties-text-content h2 {
	margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}
.onez-acties-text-content h2:before{
	display:none;
}
.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}
.error_top{
	padding:87px 0px;
}
.no_record {
    font-size: 24px;
    color: #121212;
    text-align: center;
    padding: 50px 0px;
    font-family: 'New Rail Alphabet Medium';
}
.cursor{
	cursor:pointer;
}
.morgan_footer {
    text-align: center;
    background: #000;
    padding: 7px 0px 5px;
}

.aanbod_dtls_sec {
	background: #141819;
}
.aanbod_dtls_sec .contact_form {
    padding: 30px 15px;
    width: 100%;
    margin-bottom: 30px;
}
.new_contact_area{
	width:100%;
}
.new_contact_area .contact_time1 table{
	width:35%;
	display:inline-block;
}
.new_contact_area .contact_time1{
	width:100%;
}

.new_contact_area .contact_time1 table tr td:first-child{
	padding-right:30px;
}
/*-----------list------------*/
.list_section{
	padding:20px 0px;
}
.allmenus h2{
	font-family: 'New Rail Alphabet Medium';
    font-size: 20px;
    color: #121212;
}
.allmenus ul li{
	font-family: 'New Rail Alphabet Medium';
    font-size: 14px;
    color: #121212;
}
.allpages{
	margin-top:30px;
}
.allpages h2{
	font-family: 'New Rail Alphabet Medium';
    font-size: 20px;
    color: #121212;
}
.allpages ul li{
	font-family: 'New Rail Alphabet Medium';
    font-size: 14px;
    color: #121212;
}
.overons_slider .btm_bordr {
	font-family: 'New Rail Alphabet Bold';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
    height: 60px;
    background-color: #293133;
    /*margin-bottom: 10px;*/
}
.overons_slider .btm_bordr h3{
	font-family: 'New Rail Alphabet Bold';
}
.overons_slider .btm_bordr h3 span{
	color: #a00e0e;
}
.btm_brown{
    background-color: #141819;
}
.desktop_nav .navbar-nav .active>.nav-link{
	color:#dc1423;
}
.main_nav .col-lg-5{
	max-width: 33.33%;
}
.contacts ul li a table tr td:hover{
	color:#999999;
}
.new_aanbod_area .product_name{
	/*background-color: #a00e0e;*/
}
.new_aanbod_area .product_price_wrapper {
    /*background: #2c3e50;*/
}
.new_aanbod_area .aanbod-cars .product-price {
    bottom: 0px;
	align-items:center;
	justify-content:center;
	display: flex;
}
.new_aanbod_area .button2{
	min-width:130px;
}
.new_aanbod_area .button2:hover{
	background-color:#000;
	color:#fff;
}
.contact_form .form-group{
	margin-bottom:10px;
}
.image_wrapper{
	position:relative;
	cursor:pointer;
}
.image_wrapper::after{
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.7);
	opacity:0;
	content:'';
	width: 100%;
    height: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	
}
.image_wrapper:hover::after{
	opacity:1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.vac_listing .each_vc_wrapper .button2{
	/*min-width: 200px;
    padding: 13px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;*/
}
.vac_listing .each_vc_wrapper .button2:hover{
	/*background-color:#121212;
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;*/
}
.modal_area .defaulte_btn:after {
    right: 100%;
}
.modal_area .defaulte_btn:hover:after {
    right: 0px;
    transition: all 0.5s;
}
.popup_content h2 {
    color: #121212;
}
.bedankt-bg .bed-content-text{
	padding-left: 50px;
}
.bedankt-bg .text-wrapper p{
	margin:10px 0px 50px;
}
.ozen_diensten table {
	width:100%;
}
.ozen_diensten table tr td:nth-child(odd){
	padding-right:30px;
}
.ozen_diensten table tr td:nth-child(even){
	padding-left:30px;
}
.contacts li:first-child table tr td img {
	transform:rotate(90deg);
}
.contacts table td img {
	max-height:20px;
	max-width:20px;
}
.social a img {
	max-height:16px;
	max-width:16px;
}
.social a:nth-child(3) img {
	max-height:22px;
}
.main_banner .swiper-button-next{
	right:0px;
}
.main_banner .swiper-button-prev{
	left:0;
}
.main_banner .common_arrow{
	background-color:#3c4649 !important;
	opacity:0.8;
	padding:30px;
	align-items: center;
    display: flex;
	justify-content: center;
}
.main_banner .common_arrow img {
	max-height:10px;
	max-width:10px;
}
.footer_content table td img {
	max-height:30px;
	max-width:22px;
}
.footer_content table tr:nth-child(2) td img, .footer_content table tr:nth-child(3) td img {
	transform:rotate(90deg);
}
.each_footer_text a img {
	max-height: 60px;
	width: 80%;
	max-width:22px;
}
.footer_table_area .each_footer_text .sm_footer {
	max-height:50px;
    max-width: 100%;
    padding-left: 50px;
}
.aanbod_slider_btm_area {
	background-color:#141819;
}
#loader_section{
display:none;
width:100%;
position: fixed;
top: 0;
background: #000000b8;
z-index: 9999;
height: 100vh;
padding: 30vh 0px;
}
#loader_section p{
color:#fff;
font-size:18px;
text-align: center;
}
#loader_section img{
width: 100px;
margin-bottom: 25px;
}
.details_area .tables_area table td img {
	max-height:20px;
	max-width:20px;
}
.details_area .tables_area table:first-child td img {
	transform:rotate(90deg);
}
.aanbod_head_btn {
	background-color:#A00E0E;
	border-radius:4px;
	padding:12px 15px;
	color:#fff;
	border:2px solid #A00E0E;
	cursor:pointer;
}

.products_btn2 .swiper-button-prev {
	margin-top: -13px;
	margin-left: -115px;
}
.products_btn2 .swiper-button-prev img {
	max-height:18px;
	max-width:18px;
}
.products_btn2 .swiper-button-next {
	margin-top: -13px;
	margin-right: 270px;
}
.products_btn2 .swiper-button-next img {
	max-height:18px;
	max-width:18px;
}
.products_btn .swiper-button-next img {
	max-height:18px;
	max-width:18px;
}
.products_btn .swiper-button-prev img {
	max-height:18px;
	max-width:18px;
}
.aanbod_slider_area .slider_part .swiper-button-next img{
	max-height:18px;
	max-width:18px;
}
.aanbod_slider_area .slider_part .swiper-button-prev img{
	max-height:18px;
	max-width:18px;
}
.aanbod_slider_area .slider_part .swiper-button-next {
    opacity: 0.6;
    display: flex;
    align-items: center;
    background-color: #313133 !important;
	right: 0px;
    width: 50px;
    height: 50px;
    justify-content: center;
}
.aanbod_slider_area .slider_part .swiper-button-prev {
    opacity: 0.6;
    display: flex;
    align-items: center;
    background-color: #313133 !important;
	left: 0px;
    width: 50px;
    height: 50px;
    justify-content: center;
}

/********new add********/
.product_top_area .col-lg-6 .filter_header{
	padding-left:40px;
}
.products_slider_area .product_img{
	margin-top: -30px;
    overflow: hidden;
}
.products_slider_area .product_dtls{
	margin-top: -30px;
    position: relative;
}
.side-logo-header{
	position:fixed;
	top:50%;
	z-index:99;
	right:0;
}
.side-logo-header img{
	max-height: 120px;
}
.products_slider_area .each_product{
	overflow: hidden;
}
.product_top_area .filter_header h2{
	white-space:nowrap;
	margin-left:12%;
}
.footer_table_area .each_footer_text img{
	max-width:20px;
	max-height:20px;
}
.side-logo-footer{
	position: absolute;
    top: 60px;
	right: 8%;
}

.new_aanbod_area .product_name{
	padding-left:20px;
	padding-right:20px;
}
.new_aanbod_area .product_price_wrapper{
	margin-top: -30px;
    position: relative;
}
.car_caption{
	margin-top: -30px;
    position: relative;
}
.aanbod_dtls_sec .defaulte_btn {
    background: #a00e0e;
	border-radius: 5px;
    max-width:100%;
    height: 57px;
    line-height: 57px;
    padding: 0px;
}
.aanbod_dtls_sec .defaulte_btn:after{
	right: 100%;
	background: #000;
}
.aanbod_dtls_sec .defaulte_btn:hover:after{
	right: 0%;
}
.aanbod_big{
	overflow: hidden;
}
.aanbod_big img{
	margin-top: -40px;
    margin-bottom: -40px;
}
.aanbod-heading{
	padding:15px 0px;
}
.aanbod-heading h2{
	margin-top:10px;
}
.zoekop_image img{
	display:none;
	width:100%;
}
.ozen_diensten table tr td{
	width:50%;
	vertical-align:top;
}
.diensten-slider-top-area{
	margin-top:-1px;
	position:relative;
}
.wrk .contact_form .defaulte_btn:after{
	right: 100%;
	background: #000;
}
.wrk .contact_form .defaulte_btn:hover:after{
	right: 0%;
}
.wrk .contact_form .button2:hover{
	box-shadow:none;
}
.wrk .contact_form{
	padding:45px 30px 35px;
}
.diensten-slider-top-area .product_top_area .filter_header h2{
	margin-left:30px;
}
.diensten-product-area .product_top_area .filter_header h2{
	margin-left:30px;
}
.diensten-product-area .product_top_area .container{
	width:100%;
}
.diensten-slider-top-area .product_top_area .container{
	width:100%;
}
.vac_listing .defaulte_btn {
    background: #a00e0e;
    border-radius: 5px;
    max-width: 208px;
    height: 47px;
    line-height: 47px;
    padding: 0px;
}
.vac_listing .defaulte_btn:after{
	right: 100%;
	background: #000;
}
.vac_listing .defaulte_btn:hover:after{
	right: 0%;
}
.details-left tr td p:first-child{
	margin-bottom:10px;
}
.social-section .social_link_block td:nth-child(1){
	background-color:#3e6d99;
}
.social-section .social_link_block td:nth-child(2){
	background-color:#3e5a99;
}
.social-section .social_link_block td:nth-child(3){
	background-color:#27d365;
}
.social-section .social_link_block td{
	margin-right: 5px;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
}
.social-section .social_link_block td img{
	max-height:18px;
	max-width:18px;
}
.contact_form .defaulte_btn:after{
	right: 100%;
	background: #000;
}
.contact_form .defaulte_btn:hover:after{
	right: 0%;
}
.wist_content h2 span{
	color: #fff;
}
.car_panel .cars_mrgin .defaulte_btn{
	max-width:130px;
}
.car_panel .cars_mrgin .defaulte_btn:after{
	right: 100%;
	background: #fff;
}
.car_panel .cars_mrgin .defaulte_btn:hover:after{
	right: 0%;
}
.car_panel .cars_mrgin .defaulte_btn:hover{
	color:#000;
}
.aanbod_filter .defaulte_btn:after{
	right: 100%;
	background: #000;
}
.aanbod_filter .defaulte_btn:hover:after{
	right: 0%;
}
.aanbod_filter .defaulte_btn{
	border-radius:5px;
}
.products_slider_area .arrow-div{
	display:none;
}
.form-control{
	color: #2b2a2a;
	font-family: 'New Rail Alphabet Medium';
}
.form-control::placeholder{
	color: #2b2a2a;
}
.mobile-only{
	display: none;
}
.plannen_button {
	font-size: 17px; 
	background-color: #a00e0e; 
	padding: 11px 14px; 
	border-radius: 5px;
}
.back-btn span:after{
	transform: rotate(180deg);
}
.diagonal_img img{
/*-moz-transform: skew(12deg, 0deg);
    -webkit-transform: skew(12deg, 0deg);
    -o-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    transform: skew(12deg, 0deg);*/
}
.whatsapp_button {
    position: fixed;
    bottom: 0px;
    width: 225px;
    z-index: 9999;
    right: 50px;
}
.whatsapp_link {
    display: flex;
    align-items: center;
}
.whatsapp_button_content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 35px;
    position: absolute;
}
.whatsapp_button_content img {
    width: 25px;
}
.whatsapp_button_content p {
    margin: 0;
    margin-left: 15px;
    font-size: 16px;
    color: white;
}
#mobile-contact-bar {
    display: none;
  }
  .calsty {
    width: 100%;
    height: 1250px;
    padding: 0px;
    border: none;
}
.grecaptcha-badge{
	display:none !important;
}
.ozen_diensten iframe {
	width: 100%;
	height: 1050px;
	border: none;
}
.each_footer_ct {
	max-height: max-content;
}
.each_footer_ct img{
	width: 150px;
}