@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;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'montserratregular';
	src: url('../fonts/montserrat-regular-webfont.eot');
	src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Montserrat medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'montserratextralight';
    src: url('../fonts/montserrat-extralight-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@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;
}

body {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: 'montserratregular';
	font-size:15px;
	line-height:30px;
	color:#fff;
}
a{
	color:inherit;
}
a:hover{
	text-decoration:none;
	color:inherit;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
:focus{
	outline:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
}
h1{
	font-size:48px;
	color:#fff;
	font-family: 'montserratbold';
	letter-spacing: 5px;
}
h2{
	font-size:30px;
	color:#121212;
	font-family: 'montserratbold';
	position:relative;
}
h3{
	color:#fff;
	font-family: 'montserratbold';
	font-size:28px;
}
h4{
	font-size:24px;
    font-family: 'Montserrat medium';
}
h6{
	font-family: 'montserratbold';
}
p{
	font-family: 'New Rail Alphabet White';
	font-size:16px;
	margin:0px;
	line-height: 20px;
	color:#121212;
	text-align:justify;
}
.common-bg{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.common-btn{
	border:0px;
	border-radius:0px;
	font-family: 'montserratregular';
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#843333;
	max-width:255px;
	width:100%;
	text-align:center;
	padding:10px 0px;
	display:inline-block;
	position:relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor:pointer;
	/*margin-top:15px;*/
	margin-bottom:15px;
}
.common-btn:after{
	position:absolute;
	background:#121212;
	width:0%;
	height:100%;
	content:'';
	top:0px;
	left:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.common-btn:hover:after{
	width:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.common-btn span{
	position:relative;
	z-index:2;
}
.common-btn:hover span{
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.border-btn{
	border:2px solid #7c7c7c;
	background:transparent;
	font-size:16px;
	max-width:275px;
	font-family: 'montserratbold';
	text-transform: capitalize;
	padding: 0px;
    height: 55px;
    line-height: 55px;
}
.border-btn:hover{
	border:2px solid #fff;
}
.border-btn:after{
	background-color:#fff;
}
.border-btn span{
	color:#949494;
}
.border-btn:hover span{
	color:#121212;
}
.common-arrow{
	background:none;
	width:auto;
	height:auto;
}
.common-arrow::after{
	display:none;
}
.common-arrow img{
	max-height:15px;
	max-width:15px;
}
/*************side area**********/
.right-link{
	position:fixed;
	right:0px;
	z-index:99;
}
.common-styl{
	background:#843333;
	height:61px;
	line-height:61px;
	padding:0px 15px;
	margin-bottom:15px;
	margin-right: 0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	width:100%;
	max-width:350px;
	right:-292px;
}
.common-styl img{
	margin-right:15px;
	max-width:25px;
	max-height:25px;
}
.common-styl:hover{
	max-width:auto;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	right:0px;
}
.whatsaap{
	top:30%;
}
.call{
	top: calc(30% + 70px);
}
.mail{
	top: calc(30% + 140px);
}
.map{
	top: calc(30% + 210px);
}
.common-styl a{
	font-family: 'montserratregular';
	font-size:13px;
	color:#fff;
}
.common-styl a:hover{
	color:#000;
}
/***********navbar**********/
.desktop-menu{
	padding:75px 0px 25px;
	position:absolute;
	top:0;
	width:100%;
	z-index:2;
	/*overflow: hidden;*/
}
.desktop-menu .navbar-collapse{
	position:relative;
}
.desktop-menu .navbar-collapse:before {
    position: absolute;
    content: '';
    width: 6%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -4px;
    z-index: -1;
}
.desktop-menu .navbar-nav{
	position:relative;
	margin-top: -20px;
}
/*.desktop-menu .navbar-nav:after{
	position: absolute;
    content: '';
    width: 25%;
    height: 1px;
    background: #fff;
    right: -25%;
    bottom: -4px;
    z-index: -1;
}*/
.desktop-menu:after{
	position: absolute;
    content: '';
    width: 10%;
    height: 1px;
    background: #fff;
    right: 0px;
    bottom: 57px;
    z-index: -1;
}
.desktop-menu .navbar-brand img{
	max-height: 65px;
	margin-top:22px;
}
.desktop-menu .nav-item{
	padding:0 25px 15px;
	font-size:14px;
	font-family: 'montserratbold';
	border-bottom:0px solid #FFF;
}
/*.navbar-nav{
	border:0px solid yellow;
}*/
.desktop-menu .navbar-nav .nav-link{
	color:#fff;
	padding:0;
	position:relative;
}
.desktop-menu .navbar-nav .nav-item{
	position:relative;
}
.desktop-menu .navbar-nav .nav-item:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -4px;
    z-index: -1;
}
.desktop-menu .navbar-nav .nav-item.active{
	border-bottom:0px solid transparent;
}
.desktop-menu .navbar-nav .nav-item.active:after, .desktop-menu .navbar-nav .nav-item:hover:after{
	/*border-bottom:0px solid #fff;*/
	width: 40%;
    height: 4px;
    left: 30%;
    bottom: -4px;
}
/*.desktop-menu .navbar-nav .nav-link:after{
	content:'';
	width:0%;
	height:4px;
	position:absolute;
	left:0;
	background:#fff;
	bottom:0;
}

.desktop-menu .navbar-nav .nav-link:hover:after{
	width:100%;
}*/
.desktop-menu .navbar-collapse{
	border-bottom:0px solid #fff;
}
.desktop-menu .container{
	position:relative;
}
.header-social-icons img{
	max-height:20px;
	max-width:20px;
	margin-left: 20px;
}
.desktop-menu .header-social-icons{
	padding:0px;
	margin-top: -2px;
}
.desktop-menu .navbar-nav .nav-item.header-social-icons:hover:after{
	width:100%;
	left: 0px;
	height: 1px;
}
/**************banner**********/
.banner{
	position:relative;
}
.banner-content{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
}
.banner-content p{
	color:#fff;
	margin:40px 0px 60px;
	line-height: 26px;
}
.banner-wrapper:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,0.3);
}
.banner-content-wrapper{
	max-width:684px;
	width:100%;
}
.banner .swiper-pagination-bullet {
    width: 42px;
    height: 6px;
    border-radius: 0px;
    background: transparent;
	border:1px solid #fff;
	opacity:1;
	margin-right:15px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin-right:15px;
}
.banner .swiper-pagination{
	bottom:40px;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
/***********product slider**********/
.product-slider-section{
	padding:100px 0px;
}
.each-product-details h4, .each-product-details p{
	color:#fff;
}
.each-product-details p{
	font-family: 'montserratregular';
	font-size: 14px;
	margin-top: 7px;
	text-align: left;
	height: 23px;
	overflow-y: hidden;
}
.product-range {
    border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	padding: 12px 0px;
	margin: 20px 0px;
}
.each-product-details{
	padding: 20px;
    background: #121212;
}
.product-slider-section .common-arrow{
	width:60px;
	height:60px;
	background-color:#f5f5f5;
}
.product-slider-section .swiper-button-next{
	right:-80px;
}
.product-slider-section .swiper-button-prev{
	left:-80px;
}
.product-slider-area{
	position:relative;
	padding-top: 75px;
}
.each-product-details .product-range p{
	font-size:15px;
	margin: 0px;
}
 .each-product-details .product-range p span {
	margin: 0px 20px;
}
.each-product h6{
	font-size:24px;
	color:#fff;
}
.each-product{
	cursor:pointer;
}
.section-heading{
	border-top: 1px solid #843333;
}
.section-heading h2{
	margin-top: -20px;
}
.section-heading h2 .common-border span{
	color:#843333;
}
.section-heading h2 .common-border {
    background: #ffffff;
    padding: 0px 5%;
	letter-spacing: 2px;
}
.each-product h4:last-child{
	font-family: 'montserratregular';
}
.group-btn .common-btn{
	margin-right:26px;
}
.group-btn{
	margin-top:55px;
}
/*****************gallery***********/
.gallery .section-heading h2 .common-border{
	padding: 0px 38px;
}
.gallery{
	padding:65px 0px 0px;
}
.page-index {
	width: 100%;
	position: relative;
	margin-top: 65px;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
	position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    background-color:rgba(0,0,0,0.30);
	top: 0;
}
.text_styl{
	position: relative;
    top: 50%;
	transform:translateY(-50%);
	text-align: center;
    width: 100%;
}
.page-index .each-gallery:hover .overlay {
    background-color:rgba(0,0,0,0.75);
}
.text_styl h4{
	color: #fff;
    font-family: 'montserratbold';
    letter-spacing: 3px;
    border-bottom: 1px solid transparent;
	text-transform: uppercase;
}
.overlay .text_styl p {
	display: none;
	color: #ffffff;
    text-align: justify;
    line-height: 24px;
	font-size: 14px;
}
.page-index .each-gallery:hover .overlay .text_styl p {
	display:block;
}
.page-index .each-gallery:hover .overlay .text_styl{
	padding: 0px 70px;
}
.page-index .each-gallery:hover .overlay .text_styl h4{
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.page-index ul {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}
.page-index ul li {
	display: inline-block;
	width: 25%;
	position: relative;
	border-right: 5px solid #fff;
	/*overflow: hidden;*/
}
.page-index ul li:last-child{
	border-right:0px;
}
.overlay:after{
	position: absolute;
    top: 3%;
    left: 4%;
    width: 92%;
    height: 94%;
    content: '';
    border: 1px solid #fff;
	opacity:0;
	transition: .5s ease;
}
.page-index .each-gallery:hover .overlay:after{
	opacity:1;
	transition: .5s ease;
}
.page-index .common-arrow img{
	-webkit-filter: invert(100);
  	filter: invert(100);
	max-height: 25px;
    max-width: 25px;
}

/****************counter***********/
.left-image{
    /*margin-right: 90px;*/
    padding-left: 100px;
    width: 88%;
}
.counter-wrapper{
	padding-bottom:100px;
}
.counter-part{
	padding-left: 15px;
}
.left-content h4{
	font-size:28px;
	color:#843333;
	font-family: 'montserratbold';
	margin-bottom: 20px;
}
.left-content{
	background-color:#f5f5f5;
	width:66%;
	padding: 40px 120px 50px 0px;
}
.left-content p{
	margin-bottom:60px;
	line-height: 21px;
	text-align: justify;
	font-size: 14px;
}
.left-content{
	position: absolute;
    top: 100px;
}
.left-content:before{
	content: '';
    width: 40px;
    height: 100%;
    background-color: #f5f5f5;
    left: -40px;
    top: 0;
    position: absolute;
}
.each-counter-part h5{
	font-size:60px;
	color:#843333;
	font-family: 'montserratbold';
	margin-bottom: 25px;
}
.each-counter-part h6{
	font-size:30px;
	color:#121212;
	font-family: 'montserratbold';
	letter-spacing: 0.75px;
}
.each-counter-part{
	margin-bottom:120px;
}
.counter-part .col-md-6:nth-child(3) .each-counter-part{
	margin-bottom:0px;
}
.counter-part .col-md-6:nth-child(4) .each-counter-part{
	margin-bottom:0px;
}
.counter-area{
	padding: 115px 0px 100px;
	/*padding: 6% 0px 10%;*/
}
/*=================footer css=================*/
.footer-area {
	background: #121212;
	position: relative;
}
.footer-nav li a:hover{ 
	color: rgba(255,255,255,.5);
}
.footer-nav li a.active{
	color: rgba(255,255,255,.5);
}
.footer-red-area {
	padding: 80px 90px 80px 0px;
	z-index: 1;
}
.footer-red-area tr td{
	font-size:14px;
	font-family: 'montserratextralight';
	line-height:22px;
	padding-right: 25px;
}
.footer-red-area tr td:nth-child(2){
	padding-right: 0px;
}
.footer-red-area p span{
	font-family: 'montserratbold';
}
.footer-red-area table{
	margin-bottom:15px;
}
.footer-red-area h4, .footer-red-area p{
	color: #fff;
	margin-bottom: 15px;
}
.footer-red-area p{
	font-family: 'montserratextralight';
	font-size:14px;
}
.footer-right {
	padding: 30% 75px 0px 40px;
}
.footer-right p{
	font-size:14px;
	color: #fff;
	text-align: justify;
}
.footer-right h6 {
	margin-bottom: 25px;
}
.footer-social img{
	max-height:14px;
	max-width:14px;
}
.footer-social ul {
	padding-left: 0px;
	font-size: 0px;
}
.footer-social ul li {
	display: inline-block;
	width: 54px;
	background: #9d2727;
	margin-left: 9px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.footer-social li:last-child img{
	transform: rotate(90deg);
}
.footer-social ul li a span {
	height: 54px;
	display: table;
	width: 100%;
}
.footer-social ul li a span span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.footer-social ul li:hover {
	background: #272727;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.social {
	margin-top: 70px;
}

.footer-nav{ 
	padding: 20px 0px 60px;
}
.footer-nav ul {
	padding-left: 0px;
	margin-bottom:0px
}
.footer-nav ul li {
	display: inline-block;
	padding-right: 50px;
	text-transform: uppercase;
	font-family: 'montserratbold';
	color: #fff;
	font-size: 14px;
}

.footer-red-area {
	position: relative;
}
.footer-red-area a:hover{
	color:#8b8b8b;
}
.footer-red-area:before {
	position: absolute;
    width: 50vw;
    top: 0px;
    background: url(../images/footer-red-bg.jpg) no-repeat center center/cover;
    height: 100%;
    content: '';
    z-index: -1;
    right: 0;
}
/*******************logo slider**********/
/*=============logo slider===========*/
.logo_slider {
	position: absolute;
    top: 0;
    right: 0;
    width: 52vw;
	background: #f5f5f5;
	z-index: 1;
}
#logoParade {
	width: 100%;
	position: relative;
}
#logoParade div.scrollableArea a {
	display: block;
	float: none;
	padding-left: 60px;
	padding-right: 60px;
	display: table-cell;
	vertical-align: middle;
}
.logo_slider h4{
	text-align:center;
	letter-spacing: 2px;
}
.logoslider_part{
	padding: 10px 0px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #843333;
    border-color: #fff;
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color:#fff;
}
/**************inner header************/
.common-header{
	background-color:#121212;
	position: relative;
	padding: 30px 0px 25px;
}
/************inner banner********/
.inner-banner{
	position:relative;
}
.inner-banner .banner-content {
    text-align: center;
}
/****************contact*************/
.map-area{
	height:424px;
}
.contact-addresss h6{
	color:#121212;
	margin-bottom:10px;
}
.contact-addresss table td{
	color:#121212;
}
.contact-addresss tr td {
    font-size: 14px;
    font-family: 'New Rail Alphabet White';
    line-height: 20px;
    padding-right: 25px;
	color:#121212;
}
.contact-addresss tr td:nth-child(2) {
    padding-right: 0px;
}
.contact-addresss .left-content h4 {
    margin-bottom: 25px;
}
.contact-addresss .left-content p {
    margin-bottom: 35px;
    margin-right: 35px;
}
.contact-addresss .col-lg-6:last-child p {
    margin-bottom: 0px;
	margin-top:15px;
	text-align: left;
}
.form-styl {
	padding: 0px 25px;
	resize: none;
	background-color: #fff;
	border-radius: 0px;
	font-family: 'New Rail Alphabet Medium';
	border: 2px solid #ececec;
	min-height: 45px;
	color: #121212;
	font-size:14px;
	line-height:45px;
}

.form-wrapper .form-group {
	margin-bottom: 20px;
}

.form-wrapper .form-control:focus {
	box-shadow: none;
	border: 2px solid #ececec;
}

.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}

.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}

.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.photo_upload {
	color: #121212;
	line-height: 42px;
}
.foto_upload{
	color: #121212;
}
.contact-addresss h2{
	font-family: 'New Rail Alphabet White';
	margin-bottom: 80px;
}
.contact-addresss{
	padding: 100px 0px;
}

.form-area{
	-webkit-box-shadow:0px 5px 35px -5px rgba(219,216,219,1);
	-moz-box-shadow: 0px 5px 35px -5px rgba(219,216,219,1);
	box-shadow: 0px 5px 35px -5px rgba(219,216,219,1);
	padding: 50px 60px;
	margin-left: 40px;
}
.contact-addresss .left-image {
    padding-left: 65px;
}
.contact-addresss .left-content{
	padding-right: 65px;
	width: 74%;
	left: 15px;
	top: 70px;
	padding-bottom: 40px;
}
.opening{
	padding-left: 30px;
}
.contact-addresss .left-content .row.no-gutters p{
	margin:0px;
}
.contact-addresss .left-content .row.no-gutters .opening p{
	margin-top: 15px;
}
.image-wrapper{
	position: relative;
    margin-top:80px;
}
.contact-addresss .left-content a:hover{
	color: #843333;
}
/*********************btm slider***********/
.btm-slider{
	position: relative;
}
/*.btm-slider-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}*/
.btm-content-wrapper{
	max-width: 650px;
	width: 100%;
	background-color: #f5f5f5;
	/*padding: 65px 13% 65px 65px;*/
	padding: 40px 7% 40px 40px;
	margin-left: 80px;
}
/*.content-cover{
	max-width: 550px;
	width: 100%;
}*/
.btm-content h2{
	color: #843333;
	letter-spacing: 4px;
}
.btm-content h2 span{
	border-bottom: 1px solid #121212;
	padding-bottom: 12px;
}
.btm-content h4{
	font-family: 'montserratbold';
	color: #121212;
	margin: 20px 0px;
	letter-spacing: 3px;
}
.btm-content{
	padding: 4% 0px;
}
.btm-slider .common-arrow{
	width: 65px;
	height: 129px;
	background-color: rgba(18,18,18,0.50);
	z-index: 2;
}
.btm-slider .common-arrow img{
	-webkit-filter: invert(100);
  	filter: invert(100);
}
.btm-content-wrapper p{
	margin: 40px 0px;
	line-height: 28px;
}
.btm-slider .swiper-button-next{
	right: 0px;
}
.btm-slider .swiper-button-prev{
	left: 0px;
}
.btm-slider-content{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/***************aanbod*************/
.aanbod-product .product-slider-area {
    padding-top: 0px;
}
.aanbod-product {
    padding: 55px 0px 45px;
}
.aanbod-product  .col-lg-4 {
    padding-bottom: 55px;
}
.aanbod-bg-img{
	padding-right: 35px;
	padding-left: 35px;
}
.aanbod-bg-img h6{
	font-size: 18px;
	font-family: 'New Rail Alphabet White';
	position: relative;
	padding-bottom: 20px;
}
.aanbod-bg-img h6:after{
	position: absolute;
	bottom: 0;
	width: 65px;
	background-color: #fff;
	left: 0;
	height: 2px;
	content: '';
}
.aanbod-bg-img p{
	font-size: 14px;
	color: #fff;
	margin: 20px 0px 70px;
	line-height: 25px;
}
.aanbod-bg-img .common-btn:after{
	background: #fff;
}
.aanbod-bg-img .common-btn:hover span {
    color: #121212;
}
.aanbod-selectbox-section {
    padding: 35px 0px;
	background: #f5f5f5;
}
.aanbod-selectbox-section .col-lg-3 {
    max-width: 14%;
}
.aanbod-selectbox-section .form-control:focus {
	border: 2px solid #e7e7e7;
}
.aanbod-selectbox-section .form-control{
	background: url(../images/drop.svg) #fff no-repeat 90% center;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    font-family: 'montserratregular';
    font-size: 14px;
    width: 100%;
    min-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;
    background-color: #fff;
    color: #121212;
    background-size: 10px;
}
.aanbod-selectbox-section .common-btn{
	min-height: 45px;
	max-width:100%;
	padding: 0px;
}
/****************verkocht***********/
.verkocht-product .each-product {
	cursor:auto;
}
.verkocht-product .each-product-details {
    background: #f5f5f5;
}
.verkocht-product .each-product-details h4, .verkocht-product .each-product-details p{
	color:#121212;
}
.verkocht-product .product-range {
    border-top: 2px solid #cbcbcb;
    border-bottom: 2px solid #cbcbcb;
}
/*****************diensten listview************/
.diensten-content h2{
	margin-bottom:50px;
}
.diensten-content tr td:nth-child(odd){
	padding-right:145px;
}
.diensten-content tr td:nth-child(even){
	padding-left:45px;
	padding-right: 100px;
}
.diensten-content tr td{
	width:50%;
	vertical-align:top;
}
.diensten-content tr td p{
	line-height:28px;
}
.diensten-content{
	padding:80px 0px 100px;
}
/*======================dientsen listview==================*/
.listview {
	padding: 97px 0px;
    position: relative;
    margin-bottom: 8%;
}

.listing-text {
	padding: 18% 18% 90px 85px;
	position: relative;
	z-index: 1;
	background-color: #843333;
	left: 38%;
}
.listview .col-lg-6{
	max-width:46%;
}
.listing-text p{
	color:#fff;
	margin:25px 0px 65px;
}
.listview .container {
	position: relative;
}
.right-image {
	position: absolute;
	right: 0px;
	top: -115px;
	width: 50%;
	height: calc(100% + 230px);
}
.right-image img {
	display: none;
}
.listview_sec_wrapper {
	background: #f5f5f5;
	padding: 7% 0px 5px;
}
.listview:nth-child(even) .right-image {
	left: 0px;
	right: auto;
}
.listview:nth-child(even) .listing-text {
	left: -38%;
}
.listview .border-btn{
	border: 1px solid #fff;
	font-size:14px;
	font-family: 'montserratregular';
}
.listview .border-btn span {
    color: #fff;
}
.listview .border-btn:hover span {
    color: #121212;
}
/**************diensten dtls************/
.diensten-btn{
	background-color:#f5f5f5;
}
.diensten-btn{
	padding:45px;
}
.diensten-dtls-content{
	padding-top:55px;
	background-color:#f5f5f5;
}
.diensten-left-content h2, .diensten-left-content p{
	color:#fff;
	margin-bottom: 45px;
    line-height: 28px;
}
.diensten-left-content p{
	margin-bottom:100px;
}
.diensten-right-img img{
	display:none;
}
.diensten-dtls-image{
	background-color:#843333;
	position:relative;
}
.diensten-right-img{
	position:absolute;
	top:0;
	right:0;
	width:42%;
	height:100%;
}
.diensten-left-content{
	max-width: 620px;
    width: 100%;
    padding: 70px 0px 12%;
}
.diensten-form-area{
	position:relative;
	padding-top: 170px;
	padding-bottom: 45px;
}
.diensten-form-area .right-image {
   right: auto;
    left: 0;
    height: calc(100% + 100px);
    width: 66%;
    top: -36%;
}
.diensten-form-area .container{
	position:relative;
}
.diensten-form-area .form-area{
	-webkit-box-shadow: 10px 0px 35px -10px rgba(219,216,219,1);
	-moz-box-shadow: 10px 0px 35px -10px rgba(219,216,219,1);
	box-shadow: 10px 0px 35px -10px rgba(219,216,219,1);
	background-color: #fff;
	margin-left: 20px;
}
.right-image-content h2{
	color:#fff;
	font-family: 'montserratbold';
	margin-bottom:65px;
}
.right-image-content li{
	font-size:22px;
	color:#fff;
	font-family: 'montserratbold';
	padding-bottom: 15px;
    line-height: 40px;
}
.right-image-content li:last-child{
	padding-bottom:0px;
}
.right-image-content{
	width:100%;
	padding-left: 65px;
}
.right-content-list{
	width:100%;
	max-width:675px;
}
.common-gallery{
	padding-bottom:80px;
}
/*****************overons**********/
.overons-gallery{
	padding-top:95px;
}
.overons-content{
	background-color:#843333;
}
.overons-content h2, .overons-content p{
	color:#fff;
}
.each-bottom-img{
	height:250px;
}
.each-bottom-img img{
	display:none;
}
/****************/
.bottom-slider1{
	position:relative;
}
.bottom-slider1 .swiper-slide:nth-child(n){
	width:28% !important;
}
.bottom-slider1 .swiper-slide:nth-child(2n){
	width:22% !important;
}
.bottom-slider1 .swiper-slide:nth-child(3n){
	width:28% !important;
}
.bottom-slider1 .swiper-slide:nth-child(4n){
	width:22% !important;
}
/****************/
.bottom-slider2{
	position:relative;
}
.bottom-slider2 .swiper-slide:nth-child(n){
	width:22% !important;
}
.bottom-slider2 .swiper-slide:nth-child(2n){
	width:28% !important;
}
.bottom-slider2 .swiper-slide:nth-child(3n){
	width:22% !important;
}
.bottom-slider2 .swiper-slide:nth-child(4n){
	width:28% !important;
}
.bottom-slider-sec{
	padding-top:50px;
	padding-bottom: 35px;
}
.bottom-slider2{
	margin-top:10px;
}
.bottom-slider-sec .common-arrow{
	width:50px;
	height:115px;
	background-color:rgba(0,0,0,0.75);
	top: 57%;
    transform: translateY(-50%);
}
.bottom-slider-sec .common-arrow img{
	-webkit-filter: invert(100);
    filter: invert(100);
	max-height: 20px;
    max-width: 20px;
}
.bottom-slider-sec .swiper-button-prev{
	left:0;
}
.bottom-slider-sec .swiper-button-next{
	right:0;
}
/******************aanbod dtls************/
.aanbod-dtl-slider .swiper-button-next {
    right: 16.7%;
}
.aanbod-dtl-slider .swiper-button-prev {
    left: 16.7%;
}
.aanbod-dtl-slider .common-arrow{
	background: none;
    background-color: rgba(0,0,0,0.75);
    width: 60px;
    height: 60px;
}
.aanbod-dtl-slider .gallery-top .swiper-slide-prev {
    opacity: 0.4;
}
.aanbod-dtl-slider .gallery-top .swiper-slide-next {
    opacity: 0.4;
}
.aanbod-dtl-slider .gallery-top {
    background: rgba(0,0,0,0.9);
}

.aanbod-dtl-slider .new-thumb{
	margin: 0 auto;
    position: relative;
   width: 66%;
 
}
.aanbod-dtl-slider .diensten-btn{
	padding:30px 0px;
}
.aanbod-dtl-slider .common-arrow img {
    -webkit-filter: invert(100);
    filter: invert(100);
}
/*.card-header > a:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 20px;
	color:#f39200;
}
.card-header > a.collapsed:before {
    float: left !important;
    content:"\f067";
}*/
.new-thumb .card-body{
	padding:0px;
	/*margin-top:30px;*/
}
.new-thumb .card-header > a:hover, 
.card-header > a:active, 
.card-header > a:focus  {
    text-decoration:none;
}
.new-thumb .card-header{
	background: none;
    border: none;
	padding: 0px;
	margin-top:30px;
}
.new-thumb .card{
	border-width:0px;
}
.new-thumb #accordion{
padding-bottom:65px;
}
.foto-txt{
	position:relative;
}
.aanbod-dtl-slider .card-header > a .foto-txt span img {
	transform: rotate(-180deg);
}
.aanbod-dtl-slider .card-header > a.collapsed .foto-txt span img {
	transform: rotate(0deg);
}
.new-thumb li{
	width:25%;
	padding:0px 15px 30px;
	display:inline-block;
}
.new-thumb ul{
	font-size:0px;
}
.foto-txt{
	position: absolute;
    bottom: -20px;
	font-size:18px;
	color:#383838;
	font-family: 'montserratbold';
	padding-left: 15px;
}
.foto-txt img{
	max-height:15px;
	max-width:15px;
	-webkit-filter: invert(100);
  	filter: invert(100);
	margin-top: -5px;
    margin-left: 10px;
}
/*=============-aanbod_details start==============-*/
.aanbod_detail_tab_sec .nav-tabs {
    border-bottom: 0px;
}
.aanbod_detail_tab_sec .tab_sec .nav-item {
    border-bottom: none;
	width: 23.96%;
	margin: 10px 5px 0px;
    text-align: center;
    background-color: #843333;
    color: #fff;
	font-size:12px;
	font-family: 'montserratregular';
	display:inline-block;
}
.aanbod_detail_tab_sec .tab_sec .nav-item a:hover{
    color: #fff;
    background-color: #121212;
}

.aanbod_detail_tab_sec .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
	border:none;
	padding: 7px;
}
.aanbod_detail_tab_sec .nav-link.active {
    background-color: #000;
    color: #fff;
}
.aanbod_detail_tab_sec .tab_content_wrapper {
    padding:20px 40px;
}

.aanbod_detail_tab_sec .tab_content_wrapper h3{
    padding-bottom: 20px;
	color:#121212;
   border-bottom: 1px solid #121212;
   margin-bottom: 20px;
}
.aanbod_detail_tab_sec .tab-content ul li {
  	font-family: 'New Rail Alphabet Medium';
    font-size: 14px;
    color: #121212;
    padding-bottom: 6px;
	word-break: break-word;
}
.aanbod_detail_tab_sec .bullet_panel ul li {
    padding-left: 30px;
}
.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h4 {
    color: #121212;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
}
.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: 10px;
	font-family: 'montserratbold';
}
.kenmerken_tab ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
	font-family: 'New Rail Alphabet Medium';
}
.tab_content_wrapper p{
	color:#121212;
}
.tabber_area{
	padding-top:50px;
}
.bullet_panel{
	padding-bottom:20px;
}
/*************side-content*******/
.side-content .common-btn{
	font-size:12px;
	margin:55px 0px;
}
.side-content {
    background-color: #fff;
    padding:40px 50px;
   /* -webkit-box-shadow: 10px 10px 64px -30px rgba(0,0,0,0.29);
    -moz-box-shadow: 10px 10px 64px -30px rgba(0,0,0,0.29);
    box-shadow: 10px 10px 64px -30px rgba(0,0,0,0.29);*/
	-webkit-box-shadow: 0px 5px 15px 2px rgba(219,216,219,1);
    -moz-box-shadow: 0px 5px 15px 2px rgba(219,216,219,1);
    box-shadow: 0px 5px 15px 2px rgba(219,216,219,1);
	margin-top: -150px;
	margin-left: 50px;
}
.form-1 {
    display: none;
    margin-top: 15px;
}
.contact-info h6{
	color:#121212;
	font-size:18px;
	font-family: 'New Rail Alphabet White';
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.contact-info h6:after{
	content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #121212;
    left: 0px;
    bottom: 0px;
}
.contact-info li img{
	-webkit-filter: invert(100);
  	filter: invert(100);
	margin-right:30px;
	max-width:20px;
	max-height:20px;
}
.contact-info li{
	color:#121212;
	font-size:14px;
	font-family: 'New Rail Alphabet White';
	margin-bottom: 20px;
    margin-top: 10px;
}
.contact-info li a:hover{
	color:#843332;
}
.social-icons-area li{
	display:inline-block;
	margin: 0px;
}
.contact-info{
	padding-top:25px;
}

/***********************/
.aanbod_detail_tab_sec{
	background-color:#f5f5f5;
	padding:40px 0px;
}
.tab-heading h2{
	color:#383838;
	padding-left: 40px;
}
.tab-heading h2 span{
	color: #843333;
}
.divider{
	border-top:1px solid #121212;
	margin:35px 0px 40px;
}
.tab_sec .nav{
	display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 0px;
}
.aanbod_detail_tab_sec .bullet_panel li{
	position:relative;
}
.aanbod_detail_tab_sec .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;
}
.tab_sec{
	padding:0px 35px;
}
/*************pop up*************/
/*.mm-slideout {
z-index: unset;
}*/

.modal-area .close-img{
	position: absolute;
	top: -45px;
    right: -40px;
	z-index: 2;
}
.close-img img{
	max-height: 35px;
	max-width: 35px;
}
.modal-area .modal-dialog {
	max-width: 788px;
    width: 100%;
	margin-top:20%;
}
.modal-area .modal-body{ 
	padding:0px;
}
.modal-area .modal-content{
	border:none;
	border-radius: 0px;
	position:relative;
}
.modal-area .modal{
	padding-right:0px !important;
}
.modal-area .modal-content:after{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background-image:url('../images/modal-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	content:'';
	position:absolute;
	top: -70px;
    left: 70px;
    z-index: -1;
}
.popup-content h1{
	font-size:30px;
	color:#843333;
	letter-spacing: 0.2px;
}
.popup-content p{
	font-size:14px;
	font-family: 'New Rail Alphabet Medium';
	margin:40px 0px 55px;
}
.popup-content{
	padding: 50px 0px 50px 50px;
	max-width: 595px;
	width:100%;
}
/***************pop up end************/
/***************************************loader********************/
#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;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 4px 0 6px 30px;
}
.cursor
{
	cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}
.error_background {
	background-color: #121212;
}
.error_top
{
}
.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';
}
.car_static_block{
	cursor: default;
}
.dropdown-menu a{
	padding: 12px 15px;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu {
	padding: 0px;
	border-radius:0px;
	min-width: 220px;
	margin:0px;
	border:0px;
	background: #843333;
    color: #fff;
}
.dropdown-item{
	color:#fff;
}

.dropdown-menu a:hover{
	background-color: #202c3c !important;
	color:#fff;
}
#menu.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}
#menu.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after{
	border-color: #fff;
}
#menu.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}
.aanbod-dtls-contact-info{
	padding:60px 0px;
}
.each-gallery{
	cursor:pointer;
}
.each-product-details h4 {
	font-size: 18px;
}
#menu3 iframe{
	width:100%;
	height:1520px;
	border:0;
}
/*==================aanbod-dtl-new===================*/
.aanbod-dtl-bk-btn {
	bottom: -50px;
}
.aanbod-dtl-bk-btn .common-btn{
	position: relative;
	z-index: 1;
}
.aanbod-dtl-top-sec h2 {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
	margin-bottom: 30px;
	padding-right: 270px;
}
.aanbod-dtl-top-sec h4{
	color: #121212;
}
/***aanbod-dtl-gallery-sec"****/
.aanbod-dtl-gallery-sec {
	padding: 40px 0;
}
.aanbod-dtl-gallery-sec .olufsen_each_block {
	padding: 6px 4px 2px;
}
.aanbod-dtl-gallery-sec .swiper-button-prev{
	left: 5%;
}
.aanbod-dtl-gallery-sec .swiper-button-next{
	right: 5%;
}
.aanbod-dtl-gallery-sec .common-arrow img{
	max-height: 24px;
  	max-width: 24px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/***dtl-tab-sec***/
.dtl-tab-sec{ 
	padding-bottom: 4%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
	margin-bottom: 50px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-size: 16px;
    margin: 0;
    word-break: break-word;
    margin-right: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	background: rgba(28,28,28,0.7);
    border-radius: 0;
    padding: 12px 25px;
	height: 100%;
    border: 0;
    color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #843333;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #843333;
}
/*****dtl-tab-content******/
.dtl-tab-sec .tab-content ul li {
    color: #121212;
    margin-bottom: 15px;
    word-break: break-word;
    line-height: normal;
}
.dtl-tab-sec .kenmerken-tab ul li:nth-child(odd) {
   	background-image: url(../images/dot.svg);
	background-repeat: no-repeat;
	background-position: left top 4px;
	padding-left: 12px;
	background-size: 7px;
    color: rgba(18,18,18,0.6);
}
.dtl-tab-sec .kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 12px;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/dot.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 10px;
	color: #121212;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #843333;
    font-size: 16px;
    line-height: 24px;
}
.dtl-tab-sec .block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #843333;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.dtl-tab-sec .each-onderhoud-block h4 {
    color: #121212;
}
.dtl-tab-sec .each-onderhoud-block p {
    margin: 10px 0 30px;
}
.dtl-tab-sec .each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/***aanbod-contact****/
.new-contact-block {
	padding: 80px 0 30px;
}
.contact-dtl-heading {
	margin-bottom: 60px;
}
.contact-dtl-heading h2, .contact-form h2, .related-car h2 {
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}
.contact-dtl-heading h2:before, .contact-form h2:before, .related-car h2:before {
	position: absolute;
	top: 7px;
	left: -30px;
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #843333;
}
.contact-dtl-heading p {
	max-width: 500px;
	width: 100%;
}
.address-left h5{
	font-size: 18px;
  	color: #121212;
  	text-transform: uppercase;
}
.address-left h5, .address-left table{
	margin-bottom: 20px;
}
.address-left td {
	padding-bottom: 15px;
  	color: #121212;
  	vertical-align: top;
}
.address-left td img {
	width: 25px;
	margin-right: 15px;
	margin-top: -5px;
}
.address-left td span {
	height: 40px;
	width: 40px;
	background-color: #843333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}
.address-left a:hover{
	color: #843333;
}
.contact-form {
	max-width: 560px;
	width: 100%;
}
/*******related-car*****/
.related-car h4 span{
	display: block;
	margin-bottom: 7px;
}
.related-car h4{
	color: #121212;
}
.related-car p{
	height: 40px;
  	overflow: hidden;
}
.related-car p, .related-car td span{
	opacity: .4;
	font-family: 'Montserrat medium';
}
.related-car table{
	width: 100%;
}
.related-car td{
	padding: 10px 20px 10px 10px;
	color: #121212;
	vertical-align: top;
	position: relative;
}
.related-car td span {
	display: block;
}
.related-car td:first-child{
	padding-left: 0;
}
.related-car td:after {
	position: absolute;
  	top: 50%;
  	right: 10px;
	content: '';
	height: 70%;
	width: 2px;
	background: #843333;
	transform: translateY(-50%) rotate(20deg);
}
.related-car td:last-child:after{
	display: none;
}
.related-car{
	padding: 50px 0 80px;
}
.related-car .position-relative{
	margin: 0 -30px;
}
.related-car .swiper-button-prev{
	left: -5%;
}
.related-car .swiper-button-next{
	right: -5%;
}