@import "fonts.css";
@import "common-class.css";

body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}

.dblock {
	display: none;
}

#menu {
	display: none;
}

.mm-current {
	display: block !important;
}

/**********navbar******/
.header-area {
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 55px 0;
}

.desktop-nav {
	padding: 0;
}

.desktop-nav .navbar-brand {
	margin-left: 30px;
}

.desktop-nav .nav-item {
	margin-left: 80px;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
}

.desktop-nav .navbar-nav .nav-link {
	color: #fff;
	padding: 0;
}

.desktop-nav .navbar-nav .nav-link:hover,
.desktop-nav .navbar-nav .nav-link:focus,
.desktop-nav .navbar-nav .nav-item.active .nav-link {
	color: #fff;
}

.whatsapp_button {
	position: fixed;
	z-index: 99999999;
	right: 50px;
	bottom: 30px;
}

.whatsapp_button img {
	width: 50px;
}

#mobile-contact-bar {
	display: none;
}

.for-mob {
	display: none;
}

@media(max-width:991px) {
	.for-mob {
		display: block;
	}

	.for-desktop {
		display: none;
	}
}

/*************banner*********/
.banner-sec {
	position: relative;
	height: 100vh;
}

.each-banner-image img {
	display: none;
}

.banner-sec .swiper-container {
	height: 100%;
}

.each-banner-image {
	background-size: cover;
	height: 100%;
}

.banner-content {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	z-index: 1;
	text-align: center;
}

.banner-sec .swiper-pagination-bullet {
	width: 60px;
	height: 1px;
	border-radius: 0;
	background-color: #fff;
	opacity: 0.30;
}

.banner-sec .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner-sec .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.banner-sec .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
}

/*************************product********************/
.product-area {
	background-color: #181818;
	padding: 100px 0 120px;
}

.section-heading p {
	color: #fff;
	margin-top: 40px;
}

.section-heading {
	max-width: 950px;
	width: 100%;
	margin: auto;
}

.product-slider-wrap {
	margin-top: 100px;
	position: relative;
}

.product-content h3 {
	color: #fff;
	font-size: 48px;
	margin-top: -34px;
	/*margin-left: -15px;*/
}

.product-content span {
	font-size: 17px !important;
}

/*.product-content td {
	font-size: 32px !important;
}*/

.each-product {
	padding: 0 20px;
	text-align: left;
}

.product-content table {
	width: 100%;
	margin-top: 30px;
}

.product-content tr:first-child td {
	padding-bottom: 30px;
	vertical-align: top;
}

.product-content td:last-child {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 8px;
}

.product-content td:first-child {
	width: 60%;
	text-align: left;
}

.product-content td,
.product-content tr:last-child td p {
	font-family: 'NunitoSansBold';
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}

.product-content td span {
	font-family: 'NunitoSansLight';
}

.product-content tr:last-child td p {
	color: #fff;
	opacity: 0.5;
}

.product-content tr:last-child td p span {
	font-family: 'NunitoSansRegular';
}

.product-slider-wrap .common-arrow {
	top: 40%;
}

.product-slider-wrap .swiper-button-prev {
	left: -12%;
}

.product-slider-wrap .swiper-button-next {
	right: -12%;
}

/***************************middle sec**********************/
.middle-sec {
	background-color: #1c1c1c;
	padding: 100px 0 180px;
	overflow: hidden;
}

.left-area li {
	font-size: 36px;
	font-family: 'NunitoSansRegular';
	letter-spacing: 0.75px;
	margin-bottom: 25px;
}

.left-area {
	padding-left: 20px;
	padding-bottom: 60px;
}

.left-area a {
	opacity: 0.2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.left-area li a:hover {
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.middle-sec-wrap {
	position: relative;
}

.left-area h4 {
	margin-bottom: 90px;
}

.right-image-area-wrap img {
	display: none;
}

.right-image-area-wrap {
	position: absolute;
	top: 0;
	width: 50vw;
	height: 100%;
	right: 0;
	padding-right: 0;
}

.right-image-bottom-content {
	margin-top: 30px;
	margin-right: 60px;
}

.right-image-bottom-content p {
	color: #fff;
}

/**********************upper sec*********************/
.content-panel h2 {
	color: #1c1c1c;
}

.content-panel p {
	margin: 30px 0 60px;
}

.footer-upper-sec {
	background-color: #f4f4f4;
}

.content-wrapper {
	width: 100%;
	max-width: 600px;
}

.content-panel {
	padding-left: 130px;
	padding-top: 130px;
}

.upper-slider-area .swiper-button-next {
	right: 40px;
}

.bottom-block {
	background-color: #1c1c1c;
	padding: 50px 40px 50px 70px;
}

.bottom-txt-wrap {
	margin-top: 30%;
}

.bottom-txt {
	max-width: 530px;
	width: 100%;
	display: inline-block;
}

.bottom-txt-wrap p {
	color: #fff;
}

.arrow-right {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	float: right;
	border: 1px solid #fff;
}

.arrow-right img {
	width: 17px;
	height: 17px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.bottom-txt-wrap a:hover .arrow-right {
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.bottom-txt-wrap a:hover .arrow-right img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/***************************footer*********************/
.footer-area {
	background-color: #181818;
	overflow: hidden;
	position: relative;
}

.each-footer-content p {
	line-height: 34px;
	margin-top: 40px;
	white-space: nowrap;
}

.each-footer-content p a,
.each-footer-content p {
	color: rgb(255, 255, 255, 0.5);
}

.each-footer-content {
	padding: 110px 0;
}

.each-footer-content {
	position: relative;
	padding-left: 140px;
}

.each-footer-content:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #434343;
}

.footer-area .col-lg-4 {
	-ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width: 39%;
}

.footer-area .col-lg-8 {
	-ms-flex: 0 0 61%;
	flex: 0 0 61%;
	max-width: 61%;
}

.copyright-panel {
	position: absolute;
	padding: 55px 40px 40px 70px;
	bottom: 0;
}

.copyright-panel:after {
	position: absolute;
	top: 0;
	width: 50vw;
	height: 1px;
	content: '';
	background-color: #434343;
	right: 0;
}

.footer-logo {
	margin-top: -60px;
}

.copyright-panel img {
	width: 18px;
	height: 18px;
}

.copyright-panel a {
	margin-right: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.copyright-panel a:hover {
	opacity: 0.5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/************************service dtl******************/
.common-header {
	position: relative;
	background-color: #181818;
}

.common-header .desktop-nav .navbar-brand {
	margin-left: 0;
}

.service-dtl-middle-sec {
	border-bottom: 1px solid #434343;
}

.service-dtl-top-sec .bottom-block p {
	color: #fff;
	margin-top: 30px;
}

.service-dtl-top-sec .content-panel {
	padding-top: 0;
}

.service-dtl-bottom-sec {
	border-bottom: 1px solid #434343;
}

.service-dtl-top-sec .bottom-block {
	padding: 130px 140px;
}

.txt-btn {
	font-family: 'NunitoSansRegular';
	color: #1c1c1c;
	font-size: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.txt-btn:hover {
	color: #1c1c1c;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.txt-btn .arrow-right {
	border: 1px solid #1c1c1c;
	width: 65px;
	height: 65px;
	margin-left: 20px;
	float: none;
}

.txt-btn .arrow-right img {
	width: 20px;
	height: 20px;
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
	transform: rotate(180deg);
}

.txt-btn:hover .arrow-right {
	background-color: #1c1c1c;
}

.txt-btn:hover .arrow-right img {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}

.service-dtl-top-sec .col-lg-6:first-child {
	position: static;
}

.service-dtl-top-sec {
	position: relative;
}

.back-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 130px;
	padding-top: 70px;
}

.service-dtl-top-sec .content-panel p {
	margin-bottom: 0;
}

.form-styl {
	resize: none;
	background-color: #272727;
	border-radius: 0;
	border: 0px;
	padding: 25px;
}

.form-panel-cover .form-group {
	margin-bottom: 30px;
}

.form-area .common-btn {
	margin-top: 12px;
}

.form-styl:focus {
	box-shadow: none;
	background-color: #272727;
	color: #fff;
}

.form-styl:placeholder {
	color: #fff;
}

.form-styl:-ms-input-placeholder {
	color: #fff;
}

.form-styl::placeholder {
	color: #fff;
}

.contact-form-sec {
	background-color: #181818;
	padding: 100px 0;
}

.form-panel-cover label,
.form-styl {
	font-family: 'NunitoSansRegular';
	color: #fff;
	font-size: 16px;
}

.foto_upload {
	padding: 0;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}

.form-panel-cover label {
	margin-bottom: 20px;
}

.form-panel-cover textarea.form-control {
	height: 175px;
}

.form-panel-cover h2 {
	margin-bottom: 70px;
}

.form-panel-cover {
	padding-right: 100px;
	padding-left: 100px;
}

.form-panel-cover .txt-btn {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.form-panel-cover .txt-btn .arrow-right {
	border: 2px solid #fff;
	background-color: #fff;
}

.form-panel-cover .txt-btn:hover .arrow-right {
	background-color: transparent;
}

.form-panel-cover .txt-btn .arrow-right img {
	transform: rotate(0deg);
}

/*****************************contact**********************/
.map-area,
.contact-map-sec .bottom-block {
	/*height: 470px;*/
	height: 496px;
}

.contact-dtls h4 span img {
	width: 13px;
	height: 13px;
	/*margin-right: 25px;*/
}

.contact-dtls h4 span {
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 25px;
}

.contact-map-sec .bottom-block {
	position: relative;
	padding: 50px 50px 0;
}

.contact-map-sec .contact-dtls:last-child {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding-left: 50px;
}

.opening-time {
	padding: 0 130px;
}

.opening-time h2 {
	color: #1c1c1c;
}

.opening-time table {
	width: 100%;
	margin-top: 60px;
}

.opening-time .contact-table {
	margin-top: 0;
}

.opening-time td {
	font-size: 24px;
	font-family: 'NunitoSansRegular';
	width: 100%;
	display: block;
	padding: 24px 0;
	border-top: 1px solid #d9d9d9;
}

.opening-time .contact-table td:last-child {
	padding-top: 40px;
}

.opening-time td span {
	float: right;
	text-align: right;
}

.opening-time td:first-child span {
	/*	margin-top: -17px;*/
}

.opening-time .contact-table td:first-child span {
	margin-top: 0px;
}

.opening-time td a,
.opening-time td {
	color: #1c1c1c;
}

.opening-time td:last-child a {
	display: inline-block;
	width: 100%;
	/*margin-top: 20px;*/
}

.opening-time .txt-btn .arrow-right {
	float: right;
	background-color: #fff;
	border: 1px solid #fff;
	margin-top: -20px;
}

.opening-time .txt-btn .arrow-right img {
	transform: rotate(0deg);
}

.opening-time .txt-btn:hover .arrow-right img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}

.opening-time .txt-btn:hover {
	color: #1c1c1c;
}

.contact-bottom-area {
	background-color: #1c1c1c;
	padding: 140px 0;
	border-bottom: 1px solid #434343;
}

.contact-bottom-content p {
	color: #fff;
	margin: 30px 0 50px;
}

.contact-bottom-area .common-wrapper {
	padding-right: 0;
}

.contact-bottom-content {
	padding-right: 100px;
	padding-left: 90px;
}

.contact-bottom-content .txt-btn {
	color: #fff;
}

.contact-bottom-content .txt-btn .arrow-right {
	border: 2px solid #fff;
}

.contact-bottom-content .txt-btn .arrow-right img {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
	transform: rotate(0deg);
}

.contact-bottom-content .txt-btn:hover .arrow-right {
	background-color: #fff;
}

.contact-bottom-content .txt-btn:hover .arrow-right img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}

/**************************overons******************/
.counter-box {
	width: 90px;
	height: 90px;
	border: 2px solid #fff;
	border-radius: 100%;
	display: inline-block;
}

.counter-txt {
	align-items: center;
	justify-content: center;
	display: flex;
	height: 100%;
}

.counter-sec h4 {
	display: inline-block;
	margin-left: 20px;
}

.counter-sec {
	background-color: #181818;
	padding: 130px 0;
}

.counter-box h3 {
	font-family: 'NunitoSansRegular';
	color: #fff;
	font-size: 24px;
}

.overons-middle-area .common-wrapper {
	padding-left: 0;
}

.overons-middle-area {
	background-color: #181818;
}

.overons-middle-wrap {
	padding-right: 100px;
}

.team-member-sec {
	background-color: #f4f4f4;
	padding: 50px 0 100px;
}

.team-member-sec h2,
.team-member-sec h4 {
	color: #1c1c1c;
}

.member-left-area p {
	color: #9e9e9e;
	margin-top: 25px;
}

.member-slider h4 {
	margin-top: 15px;
}

/*.member-slider{
	padding-right: 100px;
}*/
.member-left-area {
	max-width: 540px;
	width: 100%;
}

.member-sec-heading {
	padding-bottom: 50px;
}

.each-member-slide {
	/*	cursor: pointer;*/
	padding-right: 30%;
}

.member-image {
	position: relative;
}

/*.member-image:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(255,255,255,0.5);
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}*/
.each-member-slide:hover .member-image:after {
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*.teampicture:first-child {
    margin-right: 177px;
}*/
/********************************service listview***********************/
.service-listview-sec {
	background-color: #181818;
	padding: 120px 0;
	border-bottom: 1px solid #434343;
}

.service-listview-sec .txt-btn {
	color: #fff;
}

.service-listview-sec .txt-btn .arrow-right {
	border: 2px solid #fff;
	background-color: #fff;
}

.service-listview-sec .txt-btn .arrow-right img {
	transform: rotate(0deg);
}

.service-listview-sec .txt-btn:hover .arrow-right {
	background: transparent;
}

.listview-heading h2 {
	margin-bottom: 40px;
}

.service-listview-sec .listview-block-content h3 {
	color: #fff;
	font-size: 36px;
}

.service-listview-sec .col-xl-4 {
	-ms-flex: 0 0 27%;
	flex: 0 0 27%;
	max-width: 27%;
}

.service-listview-sec .col-xl-8 {
	-ms-flex: 0 0 73%;
	flex: 0 0 73%;
	max-width: 73%;
}

.listview-block-content p {
	color: #fff;
	margin: 30px 0;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 100px;
}

.listview-block-content {
	margin-top: -25px;
	margin-left: -25px;
}

.listview-block {
	padding-right: 20px;
	padding-left: 20px;
}

.listview-block {
	margin-bottom: 80px;
	padding-left: 30px;
}

.listview-block .txt-btn .arrow-right {
	border: 2px solid #fff;
	background-color: transparent;
}

.listview-block .txt-btn .arrow-right img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.listview-block .txt-btn:hover .arrow-right {
	background-color: #fff;
}

.listview-block .txt-btn:hover .arrow-right img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}

/****************************aanbod********************/
.aanbod-product .each-product {
	margin-bottom: 100px;
}

.aanbod-product {
	border-bottom: 1px solid #434343;
	padding: 0 0 120px;
}

.filter-right-wrap p {
	color: #fff;
}

.filter-sec {
	background-color: #181818;
	padding: 120px 0;
}

.filter-right-wrap {
	max-width: 340px;
	margin-left: auto;
}

.white-btn.txt-btn .arrow-right {
	background-color: #fff;
	border: 2px solid #fff;
}

.white-btn.txt-btn .arrow-right img {
	transform: rotate(0deg);
}

.white-btn.txt-btn:hover .arrow-right {
	background-color: transparent;
}

.filter-sec .white-btn.txt-btn .arrow-right {
	margin-left: 0;
	margin-top: 30px;
}

.filter-panel {
	margin-top: 100px;
}

.filter-panel h5 {
	font-family: 'NunitoSansRegular';
	color: #fff;
	font-size: 60px;
	margin-top: 10px;
}

.filter-view-area h4 {
	display: inline-block;
}

.filter-view-area a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.filter-view-area a:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.filter-view-area a span {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.filter-view-area a:hover span {
	background-color: #272727;
	border: 2px solid #272727;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.filter-view-area span {
	width: 65px;
	height: 65px;
	border: 2px solid #fff;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	margin-left: 20px;
}

.filter-view-area {
	margin-top: 30px;
}

.filter-view-area a {
	margin-left: 80px;
}

.select-style {
	width: 100%;
	background: url(../images/drop.svg) no-repeat 92% center/10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #fff;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	background-color: #272727;
	border-radius: 0;
	border: 0;
}

/********************filter menu***************/
.right-side-menu {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100vh;
	right: -100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 99;
	/*background: rgb(0,0,0,0.5);*/
}

.overflw {
	background: rgb(0, 0, 0, 0.5);
}

.right-side-menu.open-side {
	right: 0px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.right-side-menu .select-style {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 0 10px;
	height: auto;
	line-height: normal;
	margin-bottom: 40px;
	background: url(../images/drop.svg) no-repeat right/8px;
}

.filter-menu-wrap {
	background: #1c1c1c;
	height: 100vh;
	padding: 100px 80px 0;
	position: relative;
}

.filter-menu-heding {
	margin-bottom: 100px;
}

.filter-menu-wrap .each-select-box option {
	background-color: #1c1c1c;
}

.close-area {
	position: absolute;
	top: 30px;
	right: 50px;
	display: none;
}

.close-area img {
	width: 18px;
	height: 18px;
}

/***************************aanbod dtl***********************/
.aanbod-dtl-top-area table {
	width: 100%;
}

.aanbod-dtl-top-area td {
	vertical-align: top;
}

.aanbod-dtl-top-area td:first-child {
	width: 60%;
}

.aanbod-dtl-top-area td:first-child h2 {
	font-family: 'NunitoSansBold';
}

.aanbod-dtl-top-area td:last-child {
	text-align: right;
}

.aanbod-dtl-top-area {
	background-color: #181818;
	padding: 100px 0 40px;
}

.aanbod-dtl-top-area .txt-btn {
	color: #fff;
	margin-top: -15px;
	display: inline-block;
	margin-left: 9%;
	white-space: nowrap;
}

.aanbod-dtl-top-area .txt-btn .arrow-right img {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}

.aanbod-dtl-top-area .txt-btn .arrow-right {
	background-color: transparent;
	border: 2px solid #fff;
}

.aanbod-dtl-top-area .txt-btn:hover .arrow-right {
	background-color: #fff;
}

.aanbod-dtl-top-area .txt-btn:hover .arrow-right img {
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}

/*********************slider***************/
.aanbod-dtl-slider,
.aanbod-dtl-middle-area {
	background-color: #181818;
}

.aanbod-dtl-slider .dtl-slider-wrap {
	position: relative;
}

.aanbod-dtl-slider .swiper-slide-next .dtl-slider-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
}

.aanbod-dtl-slider .swiper-slide-prev .dtl-slider-wrap:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
}

.aanbod-dtl-slider .common-arrow {
	margin-top: 0;
	transform: translateY(-50%);
	/* width: 50px; */
	/* height: 50px; */
	border: 0px;
}

.aanbod-dtl-slider .swiper-button-next {
	right: 9%;
}

.aanbod-dtl-slider .swiper-button-prev {
	left: 9%;
}

.aanbod-dtl-slider .common-arrow img {
	width: 30px;
	height: 30px;
}

.aanbod-dtl-middle-area {
	padding: 100px 0;
}

.each-dtl-price {
	background-color: #232323;
	padding: 30px 0px 0;
	height: 300px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.each-dtl-price h4 {
	color: #929292;
	margin-left: 30px;
}

.each-dtl-price h3 {
	font-family: 'NunitoSansRegular';
	text-align: center;
	margin-top: 60px;
}

.aanbod-dtl-sec-heading {
	margin-bottom: 30px;
}

.each-dtl-price h2 {
	font-size: 48px;
	font-family: 'NunitoSansBold';
}

.price-right-wrapper h3 {
	text-align: left;
	margin: 20px 0 90px;
}

/*.aanbod-dtl-middle-area .col-lg-7{
	-ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
}
.aanbod-dtl-middle-area .col-lg-5{
	-ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}*/
.aanbod-dtl-middle-area .txt-btn.border-btn {
	white-space: nowrap;
	float: right;
	color: #fff;
	display: block;
	background: transparent;
	border: 0;
	border-radius: 0;
	/* width: 100%; */
	margin-bottom: 50px;
	cursor: pointer;
}

.aanbod-dtl-middle-area .txt-btn.border-btn .arrow-right {
	border: 1px solid rgba(255, 255, 255, 0.25);
	width: 45px;
	height: 45px;
}

.aanbod-dtl-middle-area .txt-btn.border-btn .arrow-right img {
	width: 16px;
	height: 16px;
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
	transform: rotate(0deg);
}

.aanbod-dtl-middle-area .txt-btn.border-btn:hover .arrow-right {
	background-color: #fff;
	border: 1px solid #fff;
}

.aanbod-dtl-middle-area .txt-btn.border-btn:hover .arrow-right img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}

.price-right-wrapper .col-lg-6:nth-child(even) h4,
.price-right-wrapper .col-lg-6:nth-child(even) h3 {
	text-align: right;
}

.price-top-part {
	border-bottom: 1px solid #3d3d3d;
	margin-bottom: 0;
	height: 304px;
	padding: 30px 30px 0;
}

.price-top-part.each-dtl-price h4 {
	margin-left: 0;
}

.each-dtl-price .d-table {
	width: 100%;
}

.each-dtl-price .d-table .txt-btn.white-btn {
	color: #fff;
	display: block;
	background: transparent;
	border: 0;
	border-radius: 0;
	width: 100%;
	margin-bottom: 50px;
	cursor: pointer;
}

.group-btn .white-btn.txt-btn .arrow-right {
	float: right;
	margin-left: 0;
	margin-top: -20px;
}

.group-btn {
	padding-top: 0;
}

.btn-wrap {
	max-width: 260px;
	margin: auto;
	width: 100%;
}

.group-btn .white-border-btn .arrow-right {
	background-color: transparent;
}

.group-btn .white-border-btn .arrow-right img {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}

.each-dtl-price .d-table .txt-btn.white-btn.white-border-btn {
	margin-bottom: 0;
}

.contact-right-info {
	background-color: #fff;
	position: relative;
	padding: 30px;
}

.contact-right-info .contact-dtls h4 {
	color: #1c1c1c;
	margin-left: 0;
}

.contact-right-info .contact-dtls h4 span {
	border: 1px solid rgba(28, 28, 28, 0.25);
	margin-left: 15px;
}

.contact-right-info .contact-dtls h4 span img {
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}

.contact-right-info .contact-dtls:first-child {
	margin-bottom: 95px;
	margin-top: 0;
}

.contact-right-info .contact-dtls {
	margin-top: 10px;
}

.contact-right-info .contact-dtls a {
	color: #1c1c1c;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.contact-right-info .contact-dtls a:hover {
	color: rgba(28, 28, 28, 0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.dtl-left-logo {
	position: absolute;
	bottom: 40px;
}

.ph-img {
	transform: rotate(100deg);
}

/*********************tab******************/
.aanbod-detail-tab-sec {
	background-color: #181818;
	padding-bottom: 100px;
}

.each-tab-part {
	border-bottom: 1px solid #434343;
	padding: 50px 0;
}

.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}

.aanbod-detail-tab-sec .bullet-panel li:after {
	padding-left: 15px;
	background-size: 7px;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url('../images/bullet.svg');
	background-repeat: no-repeat;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.aanbod-detail-tab-sec .tab-content ul li {
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
	word-break: break-word;
}

.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
	color: #fff;
	font-family: 'NunitoSansRegular';
}

.aanbod-detail-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position: relative;
	font-family: 'NunitoSansRegular';
}

.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
}

.bullet-panel {
	margin-bottom: 20px;
}

.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet.svg');
	background-repeat: no-repeat;
	background-position: left top 8px;
	padding-left: 20px;
	background-size: 7px;
	color: #fff;
	font-family: 'NunitoSansRegular';
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.kenmerken-tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	font-family: 'NunitoSansRegular';
}

.each-tab-part h4 {
	margin-bottom: 40px;
}

.bullet-panel h4 {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}

.bullet-panel {
	padding-top: 30px;
}

.each-tab-part .white-btn {
	color: #fff;
}

.each-tab-part .white-btn .arrow-right {
	border: 1px solid rgba(255, 255, 255, 0.25);
	width: 45px;
	height: 45px;
	background-color: transparent;
	margin-left: 30px;
}

.each-tab-part .white-btn .arrow-right img {
	width: 16px;
	height: 16px;
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
	transform: rotate(90deg);
}

.each-tab-part .white-btn:hover .arrow-right img {
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}

.each-tab-part .white-btn:hover .arrow-right {
	background-color: #fff;
}

.each-tab-part p {
	color: #fff;
}

.tab-content {
	max-width: 930px;
	width: 100%;
}

.aanbod-dtl-contact-form {
	background-color: #1c1c1c;
}

.aanbod-dtl-product {
	border-bottom: 1px solid #434343;
	padding-bottom: 120px;
}

.aanbod-dtl-product .product-slider-wrap {
	margin-top: 80px;
}

.aanbod-dtl-product .txt-btn.white-btn {
	color: #fff;
}

/***************************aanbod2********************/
.aanbod-list2 .product-content table {
	margin-top: 130px;
}

.aanbod-list2 .product-content h3 {
	margin-top: 0px;
	/*margin-left: -85px;*/
}

.aanbod-list2 .each-product {
	margin-bottom: 60px;
}

.aanbod-list2 .each-product:last-child {
	margin-bottom: 30px;
}

/***********************pop up*******************/
.modal-area .modal-content {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.modal-area .modal-dialog {
	max-width: 750px;
	margin-top: 12%;
}

.modal-area .listview-block-content {
	max-width: 620px;
	width: 100%;
}

.modal-area .listview-block-content .txt-btn {
	color: #fff;
}

.modal-area .listview-block .txt-btn .arrow-right img {
	transform: rotate(0deg);
}

.modal-area #myModal {
	padding-left: 0px !important;
}

.modal-area .listview-block-content p {
	margin-top: 20px;
}

.modal-area .listview-block {
	margin-bottom: 0;
}

.modal-area .listview-block-content h2 {
	font-family: 'NunitoSansBold';
}

.modal-area .close {
	position: absolute;
	top: 20px;
	right: 25px !important;
	opacity: 1;
}

.modal-area .close img {
	max-width: 20px;
}

#loader_section {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 99999999999;
	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;
}

.star_icon h4 {
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.star_icon p img {
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}

.star_icon p {
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #fff;
	padding-bottom: 6px;
	word-break: break-word;
}

.photo_contnt li img {
	width: 15px;
	margin-left: 5px;
}

.cursor {
	cursor: pointer;
}

#menu {
	display: none;
}

.mm-current {
	display: block !important;
}

.morgan_footer {
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}

.mm-slideout {
	z-index: unset;
}

.modal_area .modal_close_img img {
	max-height: 35px;
}

.modal_area .modal_close_img {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 45px;
	height: 45px;
	background: #1c1c1c;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
}

.modal_area .modal-dialog {
	max-width: 580px;
	margin: 10% auto 0;
}

.modal_area .modal-body {
	padding: 0px;
}

.modal_area .modal-content h2 {
	color: #000;
	font-size: 27px;
	font-family: 'NunitoSansBold';
	line-height: normal;
}

.modal_area .modal-content p {
	margin-top: 25px;
	font-size: 17px;
}

.modal_area .modal-content {
	border-radius: 0px;
	border: none;
}

.pop_up_img {
	vertical-align: top;
}

.popup_content {
	padding: 9%;
}

.button-btn {
	background: #1c1c1c;
	color: #FFF;
	border-color: #1c1c1c;
}

.error_background {
	background-color: #121212;
	height: 148px;
}

.error_top {}

.cookie_div {
	position: fixed;
	bottom: 0;
	z-index: 999999;
	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: #fff;
	font-weight: bold;
	border: 0;
	padding: 13px 25px;
	margin: 5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}

.mm-slideout {
	z-index: unset;
}

.form-1,
.form-2,
.form-3 {
	display: none;
	margin-top: 15px;
}

/*****************for mobile menu*************/
#menu.mm-menu {
	background: #121212;
	border-color: rgba(255, 255, 255, 0.2);
	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.2);
}

.left-area .sub_active a {
	opacity: 1;
}


.service-listview-sec .col-xl-8 .row {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.service-listview-sec>.col-xl-8>.col-lg-4 {
	flex: 0 0 auto;
}

.service-listview-sec .row::-webkit-scrollbar {
	height: 7px;
}

.service-listview-sec .row::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #3e3e3e;
}

.service-listview-sec .row::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #292929;
}


.line1,
.line2,
.line3 {
	width: 30px;
	height: 1px;
	background-color: #fff;
	position: relative;
}

.line1:after,
.line2:after,
.line3:after {
	position: absolute;
	top: -2px;
	left: 5px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	content: '';
	border-radius: 100%;
}

.line2 {
	margin-top: 7px;
}

.line3 {
	margin-top: 7px;
}

.tab-content {
	height: 200px;
	overflow: hidden;
}

.read_more {
	cursor: pointer;
}

.opening-time {
	padding-top: 40px;
	padding-bottom: 40px;
}

.opening-time-bottom-image img {
	display: none;
}

.opening-time-bottom-image {
	height: 394px;
}

.financieren_cnt {
	height: auto;
}

.calsty {
	width: 100%;
	height: 1250px;
	padding: 0px;
	border: none;
}

.top_rotate {
	transform: rotate(270deg) !important;
}

.right_arrw {
	position: absolute;
	top: 38%;
	right: -90px;
	width: auto;
	height: auto;
	transform: translatey(10px);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	display: none;
}

.gallery-slider .swiper-pagination-progressbar {
	background: #3e3e3e;
	position: absolute;
	width: 100%;
	height: 7px;
	margin-top: 40px;
	border-radius: 10px;
}

.gallery-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #292929;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
	border-radius: inherit;
}

.contact-map-sec .opening-time td:first-child {
	padding-bottom: 50px;
}

.verckocht-page-wrap {
	min-height: 35vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member-slider .common-arrow {
	display: none;
}

html {
	font-size: 62.5%;
}

.widget-btn-area {
	bottom: 2rem;
	left: 3rem;
	z-index: 99;
}

.widget-btn {
	border-radius: 10px;
	background: #00cfac;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	padding: 1.3rem 2.5rem;
	font-size: 1.6rem;
	font-family: 'NunitoSansBold';
	cursor: pointer;
	color: #fff;
}

.widget-btn span:after,
.widget-mobile span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}

.widget-content {
	background: #1c1c1c;
	padding: 4.5rem;
	-webkit-box-shadow: -5px 1px 17px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0, 0, 0, 0.2);
	box-shadow: -5px 1px 17px 3px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	width: 51rem;
	display: none;
}

.arw-rotate {
	margin-top: -2.5rem;
	margin-bottom: 1rem;
	transform: rotate(-90deg);
	cursor: pointer;
}

.widget-content h4,
.widget-content h5 {
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}

.widget-content h4 {
	font-family: 'NunitoSansRegular';
	font-size: 2.4rem;
}

.widget-content h5 {
	font-family: 'NunitoSansRegular';
	font-size: 1.5rem;
	margin: 1.5rem 0 5.4rem;
}

.widget-content h5 span {
	text-decoration: underline;
	color: #00cfac;
}

.widget-content button,
.widget-mobile button {
	border-radius: 5px;
	color: #fff;
	border: 2px solid #00cfac;
	background: #00cfac;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	font-family: 'NunitoSansBold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}

.widget-content button:hover,
.widget-mobile button:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: #00cfac !important;
}

.monthly_amount {
	cursor: pointer;
}