@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    overflow-x: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
#page{
	overflow: hidden;
}
html{
	font-size: 62.5%;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/*************side area**********/
.mini-right-nav ul{
    display: flex;
    flex-direction: column;
}
.mini-right-nav li{
	padding: 0;
	width: 60px;
	display: inline-block;
	position: relative;
}
.mini-right-nav li a{
  	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
/*	background-color: #266380;*/
	background-color: #0a0a0a;
    margin: 0 0 5px;
}
.mini-right-nav span {
	font-family: 'NunitoSansRegular';
	font-size:14px;
	bottom: 0;
	letter-spacing: 0.5px;
	right: 60px;
	line-height: 60px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s; 
	display: none; 
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	content: '';
	background-color:#266380;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav li.whtasapp-nav span{
  	background-color: #44AB28;
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px 0 35px;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
	color:#fff;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
}
.mini-right-nav{
	position: fixed;
	/*top: 43%;*/
	z-index: 999;
	right: 12px;
	bottom: 10px;
}
.car-dtl-right {
    margin-top: 1rem;
}
.car-dtl-right  li {
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'NunitoSansRegular';
    color: #fff;
    vertical-align: middle;
    margin-right: .5rem;
}
.car-dtl-right li:first-child{
    margin-right: .8rem;
}
.car-dtl-right li a {
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
}
.car-dtl-right li a img {
	width: 2.4rem;
    height: auto;
	margin-right: 2px;
}
.car-dtl-right.position-absolute{
	bottom: 1.5rem;
  	left: 1.5rem;
}
/*****************header****************/
.header-area {
	padding: 10px 35px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    animation-duration: 0.5s;
	animation-timing-function: linear;
}
.social-icon{
    font-size: 0;
    display: none;
}
.social-icon a{
    background: #1d1d1c;
    opacity: 0.5;
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-icon a img{
    width: 15px;
}
.social-icon a:hover{
    opacity: 1;
}
.desktop-nav{
/*    padding-left: 50px;*/
}
.desktop-nav ul{
    padding: 25px;
}
.desktop-nav li{
    font-family: 'NunitoSansBold';
    font-size: 16px;
    display: inline-block;
    margin-right: 80px;
    letter-spacing: 0.4px;
}
.desktop-nav li a:hover{
	opacity: 0.6;
}
.header-area .mw-100{
/*    width: 200px;*/
    width: 250px;
}
main{
	padding-top: 104px;
}
.banner-sec, .inner-banner-sec{
	margin-top: -104px;
}
/*************banner*************/
.banner-sec{
	position: relative;
	height: 100vh;
}
.each-banner{
	position: relative;
}
.banner-content{
	opacity: 0;
}
.banner-content.active{
	opacity: 1;
}
.each-banner img.w-100{
	height: 100%;
	object-fit: cover;
}
.banner-content {
	position: absolute;
	left: 0;
	top: 58%;
    transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.banner-heading-wrap{
    /*max-width: 780px;*/
    width: 100%;
    margin-left: 20px;
}
.header-btn{
    color: #fff;
    background:transparent;
    border-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: 20px;
    margin-top: 30px;
}
.header-btn:hover{
    border:1px solid #fff;
	border-radius: 0;
    background: #fff;
    color: #1c1c1c;
}
.txt-btn h6{
    color: #fff;
    font-family: 'NunitoSansBold';
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.5px;
}
.txt-btn span{
    width: 84px;
    height: 84px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn img{
    width: 23px;
}
.txt-btn:hover span{
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover span img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
/*============product==========*/
.product-sec{
    background: #181818;
    padding: 70px 0 100px;
    position: relative;
  	z-index: 0;
}
.sec-heading p{
    color: #fff;
    margin-top: 45px;
}
.sec-heading{
    max-width: 950px;
    width: 100%;
    margin: 0 auto 70px;
}
.product-slider{
    position: relative;
}
.product-img, .each-dtl-top-car{
	overflow: hidden;
}
.product-img img, .each-dtl-top-car img{
	margin: -12% 0;
}
.product-slider .swiper-button-next{
    right: 5%;
}
.product-slider .swiper-button-prev{
    left: 5%;
}
.product-sec .common-btn{
    margin-top: 100px;
}
.product-dtl{
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
}
.product-dtl h5{
    font-family: 'AvenirLight';
    font-size: 20px;
	height: 50px;
	overflow: hidden;
}
.product-dtl h6{
    font-size: 15px;
    height: 50px;
    overflow: hidden;
}
.product-dtl .text-end h5, .product-dtl .text-end h6{
	height: auto;
}
.price-area {
    padding: 35px 0;
    position: relative;
}
.price-area:after {
    position: absolute;
    bottom: 0;
    content: '';
    background: #e7e7e7;
    height: 1px;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.product-dtl table{
    width: 100%;
}
.product-dtl td {
    padding: 20px 20px 30px;
    width: 33.33%;
    border-left: 1px solid #e7e7e7;
}
.product-dtl td:first-child {
    padding-left: 0;
    border-left: 0;
}
.product-dtl td span{
    display: block;
    color: #1c1c1c;
}
/*============service============*/
.service-sec {
    position: relative;
    padding: 100px 0;
}
.service-sec:before {
    content: '';
    background: #f5f5f5;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: -1;
}
.service-sec h2 {
    font-size: 85px;
    color: #1e1e1e;
    margin-bottom: 80px;
    letter-spacing: 1px;
}
.left-content p {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: 70px;
	margin-top: -7px;
}
.service-slider{
    margin-left: 90px;
}
.each-block{
    position: relative;
    overflow: hidden;
}
.each-block img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-block:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.block-heading{
    position: absolute;
    bottom: 30px;
    left: 0;
    padding-left: 30px;
}
.service-sec .swiper-button-prev {
    left: 0;
}
.service-sec .swiper-button-next {
    right: 0;
}
/*=======content=======*/
.content-wrap{
    max-width: 840px;
    width: 100%;
    padding: 40px 13%;
}
.content-sec h3 {
	color: #fff;
}
.content-sec p {
    margin: 40px 0 50px;
	color: #fff;
}
.content-sec {
	background-color: #1c1c1c;
}
.block-image img{
    height: 100%;
    object-fit: cover;
}
/*==========counter===========*/
.counter-sec {
    position: relative;
    padding: 7% 0;
}
.counter-sec:before {
    content: '';
    background: #f5f5f5;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: -1;
}
.home-counter{
    background-color: #f5f5f5
}
.home-counter::before {
    background-color: #fff !important;
    z-index: 0;
}
.count-col{
    display: flex;
    justify-content: space-evenly;
}
.count-box h5:first-child {
    border: 2px solid #1c1c1c;
    width: 94px;
    height: 94px;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.count-box h5 {
    display: inline-block;
}
.home-counter .count-box.aos-init.aos-animate h5 {
    color: #1e1e1e !important;
    border-color: #1e1e1e !important;
}
.home-counter .count-box.aos-init.aos-animate span {
    color: #1e1e1e !important;
}
.counter-sec .col-lg-3:nth-child(1) .count-box span, .counter-sec .col-lg-3:nth-child(1) .count-box h5,
.counter-sec .col-lg-3:nth-child(2) .count-box span, .counter-sec .col-lg-3:nth-child(2) .count-box h5 {
    color: #1c1c1c;
    border-color: #1c1c1c;
}
.counter-sec .col-lg-3:nth-child(3) .count-box, .counter-sec .col-lg-3:nth-child(4) .count-box {
    text-align: right;
}
.counter-sec .col-lg-3:nth-child(4) .count-box{
    margin-right: 7%;
}
/*==============footer==========*/
.review-block{
	margin-bottom: 80px;
}
.footer-area{
    background: #181818;
    padding-top: 80px;
    padding-bottom: 80px;
}
.each-info h5 {
    font-size: 25px;
    font-family: 'MontserratRegular';
    color: #fff;
    margin-bottom: 85px;
/*    margin-bottom: 25px;*/
    letter-spacing: 0.75px;
}

.footer-area li, .each-info p{
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #7e7e7e;
    letter-spacing: 0.4px;
    line-height: 34px;
    margin-bottom: 0;
}
.each-info{
    /*margin-bottom: 100px;*/
    margin-bottom: 30px;
}
.footer-area a {
    color: #7e7e7e;
}
.footer-area a:hover {
    color: #fff;
}
.footer-area .col-lg-5 .each-info{
    margin-left: 60px;
}
.footer-social img{
    width: 24px;
}
.footer-social a{
    margin-right: 10px;
}
.footer-email{
    padding-left: 25px;
}
.each-info.aos-init.aos-animate span {
    padding-right: 20px;
}
.brand-area{
   /* margin-left: -120px;*/
    margin-top: 50px;
}
.brand-area img{
    width: 120px;
    margin: 0px 3px 20px;
/*    height: 50px;*/ 
}
.cookie-area{
    padding: 70px 0;
    border-top: 1px solid #878787;
}
.cookie-area li{
    font-family: 'nexabook';
    display: inline-block;
    margin-left: 50px;
}
.cookie-area img, .footer-logo img{
    width: 247px;
}
.footer-area .col-xl-7{
	padding-left: 8%;
}
/***fix-whatsapp***/
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

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

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

.notifcation {
	position: relative;
}

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

/*==============================popup start====================================*/
.modal-area .modal-dialog {
	max-width: 44%;
	margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
	border: 0;
	border-radius: 0;
	background-color: #f5f5f5;
	position: relative;
}
.modal-area .popup-content p {
	margin: 40px 0 50px;
}
.modal-area .popup-content {
	padding: 21% 15%;
	background-color: #f5f5f5;
}
/*==============================contact page start====================================*/
.inner-banner-sec {
	padding: 14% 0 6%;
}
.inner-banner-content {
	padding-left: 0;
	text-align: center;
}
.inner-banner-content span {
	text-align: center;
}
/***contact-info-sec****/
.contact-info-sec {
	background-color: #1e1e1e;
}
.contact-info-block {
	padding: 13% 16%;
}
.contact-info-block h4 {
	font-family: 'Sambosa';
	font-size: 36px;
	margin-bottom: 30px;
}
.contact-info-block p {
	color: #fff;
}
.contact-dtl-block {
	margin-top: 80px;
}
.contact-dtl-block h6 {
	font-family: 'NunitoSansBold';
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}
.contact-dtl-block table {
	width: 100%;
}
.contact-dtl-block table td {
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	vertical-align: top;
	padding-bottom: 17px;
}
.contact-dtl-block table td:nth-child(even) {
	padding-left: 135px;
}
.contact-dtl-block table td a {
	color: rgba(255, 255, 255, 0.5);
}
.contact-dtl-block table td a:hover {
	color: rgba(255, 255, 255, 1);
}
.contact-dtl-block table td span {
	margin-right: 16px;
	margin-bottom: 10px;
	float: left;
}
.contact-dtl-block table td img {
	width: 20px;
}
.contact-map-info table {
	width: 100%;
}
.contact-map-info table td {
	vertical-align: top;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 26px;
	line-height: 28px;
}
.contact-map-info table td span {
	float: left;
	margin-right: 20px;
}
/***contact-form-sec****/
.contact-form-sec .col-lg-6:nth-child(1){
	position: relative;
    z-index: 1;
}
.form-styl {
	resize: none;
	background-color: #fff;
	font-family: 'NunitoSansRegular';
	border: 0;
	border-radius: 0;
	color: #121212;
	font-size: 16px;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #b7b7b7;
}
.form-styl:focus {
	box-shadow: none;
	color: #121212;
	opacity: 1;
	border-color: #b7b7b7;
}
.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
textarea.form-styl {
	height: 90px;
}
.contact-form-sec .contact-form-wrap h4 {
	color: #1c1c1c;
	margin-bottom: 40px;
	font-family: 'NunitoSansRegular';
}
.contact-form-sec .contact-form-wrap {
	max-width: 846px;
	width: 100%;
	padding: 7% 10%;
	position: relative;
	background: #fff;
	margin: 90px -160px 90px auto;
	box-shadow: -16.728px 18.579px 43px 0px rgb(0 0 0 / 6%);
	-webkit-box-shadow: -16.728px 18.579px 43px 0px rgb(0 0 0 / 6%);
	-moz-box-shadow: -16.728px 18.579px 43px 0px rgb(0, 0, 0, 0.06);
}
.contact-form-sec .form-group {
	margin-bottom: 20px;
}
.contact-form-sec .common-btn {
	margin-top: 10px;
}
.form-image img {
	height: 100%;
	object-fit: cover;
}
/***contact-btm-sec***/
.contact-btm-sec .common-font h4 {
    color: #1c1c1c;
}
.contact-btm-sec .left-content p {
    margin: 35px 0;
}
.contact-btm-sec .left-content {
    padding-right: 40px;
    max-width: 360px;
    width: 100%;
}
.contact-btm-sec .service-slider {
    padding-right: 11%;
}
/*==============================service page start====================================*/
.common-font h4 {
    font-family: 'Sambosa';
    font-size: 36px;
    color: #fff;
}
.service-list-sec {
	background-color: #191919;
}
.each-service-list {
	background-color: #191919;
}
.service-list-text {
	max-width: 910px;
	width: 100%;
	margin: 0 auto;
    padding: 10% 18% 8%;
	position: relative;
    background: #fff;
	box-shadow: -16.728px 18.579px 43px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -16.728px 18.579px 43px 0px rgba(0, 0, 0, 0.06);
}
.service-list-image {
	width: calc(100% + 380px);
    margin-left: -380px;
}
.service-list-text h4 {
	color: #1c1c1c;
}
.service-list-text p {
	margin: 35px 0 60px;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-list:nth-child(even) {
	background-color: #f5f5f5;
}
.each-service-list:nth-child(even) .service-list-image {
	margin-left: 0;
}
.each-service-list:nth-child(even) .service-list-text {
	text-align: right;
}
/*==============================aanbod-dtl page start====================================*/
.each-collectie-gal-box img {
	height: 100%;
  	object-fit: cover;
  	margin: -11.5% 0;
}
.each-collectie-gal-box{
	overflow: hidden;
}
.each-collectie-gal-box a{
	display: block;
}
.collectie-dtl-gallery .col-md-7{
	width: 60%;
}
.collectie-dtl-gallery .col-md-5{
	width: 40%;
}
.collectie-dtl-gallery .common-btn{
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-transform: uppercase;
}
.collectie-dtl-gallery .common-btn:hover{
	background: #000;
}
/**top**/
.aanbod-dtl-top-sec {
	padding:40px 0;
	background-color: #1c1c1c;
}
.aanbod-dtl-top-sec .common-wrap{
    padding-left: 2.8%;
    padding-right: 4%; 
}
.aanbod-dtl-top-sec h3 {
	color: #fff;
	margin-bottom: 10px;
}
.aanbod-dtl-top-name h5 {
	/*padding-left: 70px;*/
	color: #fff;
    min-width: 330px;
}
.aanbod-dtl-top-price h5 {
	font-family: 'NunitoSansBold';
/*	padding-right: 25%;*/
	padding-right: 2%;
	color: #fff;
}
.dtl-top-slider .swiper-button-prev {
	left: 5%;
}
.dtl-top-slider .swiper-button-next {
	right: 5%;
}
.aanbod-dtl-inner-wrap {
	padding-left: 4%;
	padding-right: 4%;
}
/*.aanbod-dtl-top-sec .common-btn{
	max-width: 100%;
}
.aanbod-dtl-top-sec .aanbod-dtl-top-name{
	padding-left: 18px;
}
.car-detail-wrap{
	max-width: 980px;
	width: 100%;
}
.car-detail-wrap td:first-child{
	width: 30%;
    padding-right: 20px;
}
.car-detail-wrap td:nth-child(2){
	width: 30%;
	border-left: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	text-align: center;
}
.car-detail-wrap td:last-child{
	width: 40%;
}*/
.nap_weblabel{
    width: 70px;
}
.car-detail-wrap table{
	width: 100%;
	text-align: center;
}
.car-detail-wrap td{
	border-left: 1.5px solid #fff;
	width: 55%;
/*	width: 40%;*/
    vertical-align: middle;
    padding: 0 20px;
}
.car-detail-wrap td:nth-child(2){
	width: 60%;
}
/****info sec***/
.aanbod-dtl-info-sec {
	background-color: #1c1c1c;
    /*margin-top: 70px;*/
    padding: 50px 0 30px;
}
.aanbod-dtl-info-block {
    background-color: #fff;
    /*padding: 40px;
    height: 100%;*/
    margin-right: 20px;
   /* padding-bottom: 70px;
    padding-right: 0px;*/
    padding: 88px 40px;
}
.man-block{
	height: 309px;
}
.man-block img{
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-info-block h5 {
	margin-bottom: 45px;
    font-family: 'NunitoSansBold';
}
.aanbod-dtl-info-block ul{
	font-size: 0;
}
.aanbod-dtl-info-block ul li {
	padding-bottom: 5px;
	word-break: break-word;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
}
.aanbod-dtl-info-block ul li:nth-child(even) {
	color: rgba(0, 0, 0, 0.75);
	font-family: 'NunitoSansRegular';
}
.aanbod-dtl-info-block ul li:nth-child(even):first-letter{
  text-transform: capitalize;
}
.aanbod-dtl-info-block ul li span{
	float: right;
	width: 66%;
}
.each-aanbod-cont-info {
	padding: 20px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	margin-top: 20px;
	color: #fff;
}
.each-aanbod-cont-info img {
	width: 30px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	margin-right: 22px;
}
.each-aanbod-cont-info p {
	margin-bottom: 0;
	margin-top: 2px;
	color: #fff;
    font-size: 15px;
}
.each-aanbod-cont-info table {
	width: 100%;
}
.each-aanbod-cont-info table td:nth-child(odd) {
	width: 10%;
}
.each-aanbod-cont-info table td:nth-child(even) {
	width: 90%;
}
.each-aanbod-cont-info td a {
	color: #fff;
	font-family: 'NunitoSansBold';
    font-size: 16px;
}
.each-aanbod-cont-info td a:hover {
	opacity: 0.6;
}
.aanbod-dtl-info-contact h5 {
	margin-bottom: 25px;
	color: #fff;
	font-family: 'Sambosa';
}
.aanbod-dtl-info-contact {
	/*margin-left: 7%;*/
}
.aanbod-dtl-info-interesse{
    /*margin-top: 55px;*/
}
.aanbod-dtl-info-wrap{
	/*margin-top: -103px;*/
	position: relative;
	z-index: 1;
	margin-top: 0;
}
/**aanbod-dtl-gal*****/
.aanbod-dtl-gallery-sec {
	padding: 20px 0;
	background-color: #1c1c1c;
}
.aanbod-dtl-gallery-wrap {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.aanbod-dtl-gallery-sec .gallery-img {
	margin: 0 10px 20px 10px;
	overflow: hidden;
}
.aanbod-dtl-gallery-sec .gallery-img img{
	margin: -12% 0;
}
.aanbod-dtl-gallery-sec .less-gallery-images .col-6:last-child .gallery-img{
	position: relative;
}
.aanbod-dtl-gallery-sec .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background:#000;
	opacity: 0.4;
}
.aanbod-dtl-gallery-sec .gallery-image-content{
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.aanbod-dtl-gallery-sec .gallery-image-content img{
	width: 40px;
	margin: 0 0 15px;
}
.aanbod-dtl-gallery-sec .more-gallery-images{
	display: none;
}
.aanbod-dtl-gallery-sec .foto h5 {
	color: #fff;
}

/****tab sec***/
.dtl-tab-sec {
	background-color: #1c1c1c;
	padding-bottom: 50px;
}
.dtl-tab-sec .nav-tabs {
    border-bottom: 0;
    justify-content: space-between;
} 
.dtl-tab-sec .tab-content ul li:first-letter{
  text-transform: capitalize;
}
.dtl-tab-sec .tab-btn .nav-item{
	width: 16%;
}
.dtl-tab-sec .nav-link {
    text-align: center;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #fff !important;
	background-color: transparent !important;
	border-radius: 0;
	border: 0;
	width: 100%;
	padding: 0 0 10px;
}
.dtl-tab-sec .nav-link.active{
	background-color: #fff !important;
	color: #1c1c1c !important;
}
.dtl-tab-sec .tab-btn .nav-link span{
    border: 1px solid #fff;
  	padding: 20px 0;
  	display: block;
}
.tab-content-wrapper {
	background-color: #fff;
	/*padding: 60px 60px 50px;*/
	padding: 0 !important;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    font-family: 'NunitoSansBold';
}
.bullet-panel:last-child h5 {
	/*text-transform: initial;
	border-bottom: 0;*/
}
.tab-content-wrapper .form-group{
	margin-bottom: 30px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .tab-content ul li, .dtl-tab-sec .tab-content .kenmerken-tab td {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
	width: 49%;
    /*float: left;*/
	display: inline-block;
    vertical-align: top;
}
.dtl-tab-sec .bullet-panel li:after, .kenmerken-tab td:nth-child(odd):after {
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
}
.kenmerken-tab ul {
	font-size: 0;
}
.kenmerken-tab ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 9px;
    padding-left: 20px;
    background-size: 8px;
    color: rgba(0, 0, 0, 0.5);
}
.kenmerken-tab.col-lg-6:last-child table{
	margin-left: auto;
}
.dtl-tab-sec .tab-content .kenmerken-tab td:nth-child(odd){
	padding-right: 170px;
	padding-left: 20px;
	color: rgba(0, 0, 0, 0.5);
	position: relative;
}
.kenmerken-tab td{
	vertical-align: top;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-family: 'NunitoSansRegular';
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1c1c1c;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'NunitoSansBold';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'NunitoSansBold';
}
.opties-contact-area .each-aanbod-cont-info {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-top: 20px;
}
.opties-contact-area .each-aanbod-cont-info:nth-child(1) {
	background-image: url(../images/opties-contact.jpg);
}
.opties-contact-area .each-aanbod-cont-info:nth-child(2) {
	background-image: url(../images/opties-contact2.jpg);
}
.opties-contact-area{
	margin-top: 30px;
	max-width: 410px;
	width: 100%;
}
.opties-share {
    margin-top: 30px;
}
.opties-share a {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    margin-right: 46px;
}
.opties-share a:last-child {
    margin: 0;
}
.opties-share a:hover {
    opacity: 0.6;
}
.opties-share a img {
    width: 24px;
    margin-right: 10px;
}
.related-product-sec{
	border-bottom: 1px solid #2b2b2b;
}
/************************services-detail page starts*****************************/
/****header-area****/
.inner-head{
    background-color: #0c0c0c;
}
/****back-btn-sec****/
.back-btn-sec{
	background-color: #191919;
	padding-top: 80px;
}
.back-btn-area .common-btn{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.back-btn-area .common-btn:hover{
	background-color: #fff;
	color: #1c1c1c;
}
.back-btn-area{
	padding-right: 8%;
}
/****service-dtl-top-sec****/
.service-dtl-top-sec{
	background-color: #191919;
	padding: 40px 0;
    position: relative;
    z-index: 1;
}
.service-stl-top-wrap{
	position: relative;
}
.serv-dtl-top-txt h4{
	margin-bottom: 25px;
}
.serv-dtl-top-txt p{
	color: #fff;
	margin-bottom: 130px;
}
.serv-dtl-top-img{
	padding: 75px 0 0 13%;
	z-index: 2;
	position: relative;
}
.serv-dtl-top-txt{
	padding-left: 16%;
	z-index: 2;
	position: relative;
}
.serv-dtl-top-head{
	padding-left: 17%;
}
.service-dtl-top-sec:after{
	content: "";
	width: 100%;
	height: 130px;
	bottom: 0;
	position: absolute;
	z-index: -1;
	background-color: #fff;
}
/****finance-sec****/
.finance-sec{
    padding-bottom: 4.5%;
}
.fianance-head h4{
    color: #111111;
}
.finance-sec table {
    width: 100%;
}
.finance-sec td{
    width: 50%;
    padding: 3% 3% 3% 0;
    vertical-align: top;
}
.finance-sec td:nth-child(even) {
    padding: 3% 0 3% 3%;
}
.finance-sec td p {
    text-align: justify;
}
.finance-wrap {
    padding: 0 0 0 7.5%;
}
/************************aanbod page starts*****************************/
/****aanbod-filer-sec****/
.aanbod-filer-sec{
	background-color: #191919;
	padding: 5.5% 0 7% 0;
}
.aanbod-filer-sec .select-style {
    color: #fff;
    border: 2px solid #fff;
    padding: 0 15px;
    width: 100%;
    background: url(../images/down-arrow.png) #191919 no-repeat 92% center/10px;
    border-radius: 0;
    height: 50px;
    line-height: 48px;
    font-family: 'MontserratRegular';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
/*    border-radius: 50px;*/
}
.aanbod-filer-sec option{
	font-family: arial;
}
.filter-right-area {
    /*width: 100%;
    max-width: 595px;
    margin-left: auto;*/
}
.filter-right-area .col-lg-3{
	width: 20%;
	padding-left: 10px;
}
.filter-right-area button img{
	width: 20px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.filter-right-area button {
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    border: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.aanbod-filer-sec h4{
	font-family: 'MontserratRegular';
	margin-bottom: 10px;
}
.aanbod-filer-sec h5{
    font-family: 'montserratthin';
	color: #fff;
}
.filter-right-area .col-lg-2 {
    width: 12%;
	padding-left: 6px;
}
.filter-right-area .col-lg-5 {
    width: 44%;
	padding: 0 6px;
}
.filtar-main {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 25px;
	margin: 0 15px;
}
.reset-btn {
    margin-top: 10px;
    text-align: right;
}
.reset-btn a{
    color: #fff;
}
.reset-btn a:hover{
    opacity: 0.7;
}
/****aanbod-product-sec****/
.aanbod-product-sec{
    padding-bottom: 6.5%;
    background-color: #191919;
}
.aanbod-product-sec .col-xl-4{
    padding: 0 20px;
}
.aanbod-product-sec .each-product{
    margin-bottom: 53px;
}
.aanbod-product-sec .common-wrap, .aanbod-filer-sec .common-wrap{
    padding-left: 2%;
    padding-right: 3%;
}
/************************verkocht page starts*****************************/
/****verkocht-product-sec***
.verkocht-product-sec{
    padding-top: 8%;
}*/
.aanbod-filer-sec.verkocht-filer-sec{
	padding: 5.5% 0 5.5% 0;
}
.verkocht-filer-sec .filter-right-area{
	margin-top: 0px;
}
/************************over-ons page starts*****************************/
/****over-ons-top-sec****/
.over-ons-top-txt h4{
    color: #1c1c1c;
}
.over-ons-top-sec .col-lg-7{
    width: 54%;
}
.over-ons-top-sec .col-lg-5{
    width: 46%;
}
.over-ons-top-txt{
    padding: 50px 13%;
}
.over-ons-top-txt h4{
    margin-bottom: 7%;
}
.over-ons-top-img{
    height: 100%;
}
.over-ons-top-img img{
    height: 100%;
    object-fit: cover;
}
/****ons-team-sec****/
.ons-team-sec{
	background-color: #171717;
	padding: 5.5% 0 10% 0;
}
.ons-team-sec .common-wrap{
	padding-right: 0;
}
.team-slider{
	position: relative;
}
.ons-team-head h4{
	margin-bottom: 5.3%;
}
.team-slider-content h5,
.team-slider-content h3,
.team-slider-content p{
	color: #fff;
}
.team-slider-content h5{
	padding-bottom: 10px;
}
.team-slider-content p{
	padding: 25px 0 110px 0;
}
.ons-team-sec .container-fluid{
    padding-right: 0;
}
.team-slider-content{
	position: relative;
	margin-right: 18%;
}
.team-slider-content .common-arrow {
	top: auto;
    bottom: 0;
}
.team-slider-content .swiper-button-next.common-arrow {
    right: 0;
}
.team-slider-content .swiper-button-prev.common-arrow {
    left: 0;
}
.team-slider-area .swiper-slide .each-slide:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #1c1c1c;
    opacity: 0.5;
}
.team-slider-area .swiper-slide-active .each-slide:after {
    opacity: 0;
}
/****footer-upper-slider****/
.footer-upper-slider .swiper-button-next.common-arrow{
    right: 0;
}
.footer-upper-slider .swiper-button-prev.common-arrow{
    left: 0;
}
.footer-upper-slider-head h4{
/*    color: #1c1c1c;*/
    color: #fff;
}
.footer-upper-slider-head{
    padding: 80px 0;
}



/* loader */
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
}
#loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
}
#loader_section img{
    width: 100px;
    margin-bottom: 25px;
}

/****(light)morgen footer start****/

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

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

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}
.add_morgan_footer_margin {
    height: 100px !important;
}
/*****(light)morgen footer end********/

/*********tab**************/
.kenteken_np{
/*    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);*/
    background-repeat: no-repeat;
    background-position: 0% 0%;
/*    padding: 4px 0 6px 30px;*/
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'PointBook';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}

/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.privacy_section p{
	word-break: break-word;
}
#menu3 iframe{
	width: 100%;
    height: 1198px;
}
.footer-upper-sec{
	position: relative;
	margin-bottom: -2px;
    background-color: #171717;
}
.bottom-fade:after{
	position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
    height: 420px;
    z-index: 1;
    content: '';
    background-image: url(../images/banner-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bottom-fade:after{
	position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
    height: 420px;
    z-index: 1;
    content: '';
    background-image: url(../images/banner-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.team-slider-area .swiper-slide .each-slide:after{
	background color comment kore dao
}
.team-slider-area .swiper-slide .each-slide img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.team-slider-area .swiper-slide-active .each-slide img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}  
.banner-heading-wrap h1{
	font-family: 'Sambosa';
}
.banner-heading-wrap h5{
	font-family: 'NunitoSansBold';
	color: #fff;
	margin-top: 20px;
}
.banner-sec .swiper-pagination-bullet{
	width: 100px;
	height: 4px; 
	border-radius: 0;
	background-color: #fff;
	opacity: 0.30;
}
.banner-sec .swiper-pagination-bullet-active{
	opacity: 1;
}
.banner-sec .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 10px;
}
.banner-sec .swiper-horizontal>.swiper-pagination-bullets{
	bottom: 50px;
}
.desktop-nav .nav-item {
    font-size: 17px;
}
.desktop-nav .navbar-nav {
   margin-left: auto!important;
    margin-right: -75px;
}
.desktop-nav .navbar-nav .nav-link {
    color: #fff;
    padding: 0;
}
.desktop-nav.navbar-light .navbar-nav .nav-link:focus, .desktop-nav.navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
}
.overons-counter-content{
    padding-left: 10%;
}
.overons-counter-content.counter-team{
	padding-left: 14%;
}
.overons-counter-content h4{
	color: #99897c;
	font-family: 'CollectionFree';
	font-size: 70px;
	margin-bottom: 30px;
}
.overons-counter-content h5 {
	margin-top: 60px;
	letter-spacing: 2.5px;
}
.overons-counter-content h5 a{
	color: #99897c;
	position: relative;
	transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	text-transform: uppercase;
}
.overons-counter-content h5 a:hover{
	padding-left: 12px;
}
.overons-counter-content h5 a:before, .overons-counter-content h5 a:after{
	position: absolute;
    content: "›";
    transform: translateY(-50%);
    transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    font-size: 30px;
    top: 50%;
}
.overons-counter-content h5 a:before{
	left: -10px;
    opacity: 0;
}
.overons-counter-content h5 a:after{
	opacity: 1;
    margin-left: 8px;
}
.overons-counter-content h5 a:hover:before{
	opacity: 1;
    left: 0px;
}
.overons-counter-content h5 a:hover:after{
	opacity: 0;
}
.count-mob-div{
    display: flex;
    justify-content: space-around;
}
.count-mob{
    display: none;
}
#menu3 p{
	display: none;
}
.aanbod-dtl-info-block .nap_weblabel {
    width: 60px;
}
/*.tab-content-wrapper .kenmerken-tab ul li:nth-child(even) span{
	float: right;
	width: inherit;
}
*/
#menu3 iframe .section_title_calculator h2{
	margin-top: 50px !important;
}
.price-area .col-5 h6 p{
	font-family: 'AvenirLight';
	font-size: 20px;
}
/*#menu3 h2{
	color: #1c1c1c;
	padding-bottom: 20px;
	padding-left: 54px;
}*/
.tab-content-wrapper .tab-pane:not(#menu3){
	padding: 60px;
}
#menu3{
	padding: 60px 0 10px;
} 
#menu3 #ros-wrapper{
	padding-left: 10%;
}
@media(max-width: 1399.98px){
	#menu3 #ros-wrapper{
		padding-left: 6.2%;
	}
}
@media(max-width: 1199.98px){
	#menu3 #ros-wrapper{
		padding-left: 4.3%;
	}
}
@media(max-width:991px){
	.tab-content-wrapper .tab-pane:not(#menu3){
		padding: 20px 10px;
	}
	#menu3{
		padding: 15px 15px 0px;
	}
}
.dtl-tab-sec .tab-btn .fixed-wp .nav-link span{
	background-color: #25D366;
	border-color: #25D366;
}
.dtl-tab-sec .fixed-wp img{
	width: 16px;
  	margin-right: 6px;
}
