@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'Calibri-Regular';
    font-size: 1.6rem;
	background-color: #010101;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/*****header-area******/
.header-area {
	position: fixed;
	padding: 20px 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-wrap {
	border-radius: 16px;
	padding: 8px 40px;
	background-color: #010101;
	border: 1px solid transparent;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky .header-wrap {
	border-color: #2D2D2D;
}
.header-wrap.active {
	border-color: #2D2D2D;
}
.header-logo img {
	width: 192px;
}
.header-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 36px;
}
.header-nav li {
	margin: 0;
	padding: 0;
    font-family: 'Calibri-Regular';
	font-size: 1.6rem;
	line-height: normal;
}
.header-nav li::after {
	display: none;
}
.header-nav li a {
	position: relative;
	padding-bottom: 5px;
}
.header-btn .common-btn {
	top: 5px;
}
.menu-bar {
    position: relative;
    max-width: 30px;
	height: 30px;
    width: 100%;
	margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #BD7F32;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 6px;
    right: 0;
}
.menu-bar div {
	width: 80%;
}
.menu-bar::after {
	width: 60%;
}
.menu-bar.active div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
	width: 100%;
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
	width: 100%;
}
/*****mobile-menu********/
.mobile-header-menu {
	position: absolute;
	top: 95px;
	background-color: #010101;
	height: 70vh;
	width: 100%;
	left: 0;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid #2D2D2D;
	clip-path: inset(0 0 100% 0);
	left: 50%;
    transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-header-menu-wrap {
	height: 100%;
	overflow-x: auto;
}
.mobile-header-menu-wrap::-webkit-scrollbar {
	background-color: #101010;
	width: 8px;
	border-radius: 10px;
}
.mobile-header-menu-wrap::-webkit-scrollbar-thumb {
	background-color: #2c2c2c;
	border-radius: 10px;
}
.mobile-header-menu ul {
	flex-direction: column;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-header-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-header-menu li {
	padding: 0;
	font-size: 2rem;
	margin-bottom: 20px;
}
.mobile-header-menu li:last-child {
	margin-bottom: 0;
}
.mobile-header-menu li::after {
	display: none;
}
.mobile-header-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.body-blur {
	height: 100vh;
	width: 200vh;
	position: fixed;
	top: 0;
	left: 0;
	backdrop-filter: blur(10px);
	opacity: 0;
	pointer-events: none;
	z-index: 98;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.body-blur-active {
	opacity: 1;
	pointer-events: all;
}
/****fix-wp***/
/*.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 97;
    bottom: 20px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
/*****banner-sec***/
.banner-sec {
	position: relative;
}
.banner-wrap::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(1, 1, 1, 0.00) 0%, #010101 100%);
	z-index: 1;
}
.banner-video, .each-banner {
	height: 907px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
	bottom: 70px;
    z-index: 2;
    width: 100%;
	text-align: center;
}
.banner-content img {
	margin-bottom: 10px;
	width: 374px;
}
.banner-content h1 {
    margin-bottom: 104px;
}
.banner-sec .sec-mark {
    bottom: -18%;
    left: 0;
    z-index: 1;
}
/****product-sec***/
.product-sec {
	padding: 120px 0 60px;
	position: relative;
}
.product-heading {
	margin-bottom: 50px;
}
.product-heading h3 {
	margin-bottom: 15px;
}
.slider-control {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 55px auto 0;
}
.slider-control .common-arrow {
	position: initial;
	margin: 0;
}
.each-product-img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.each-product-text {
	border-radius: 10px;
	background-color: #2D2D2D;
	padding: 15px 22px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-model h6 {
	color: #fff;
    font-family: 'Calibri-Bold';
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 0.64px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}
.product-model ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap; 
}
.product-model li {
	position: relative;
	color: rgba(255, 255, 255, 0.70);
	font-family: 'Calibri-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	margin-right: 6px;
	padding-right: 6px;
}
.product-model li::after {
    content: "";
    height: 65%;
    width: 1px;
    background-color: #fff;
    right: 0;
    top: 4px;
    position: absolute;
}
.product-model li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.product-model li:last-child::after {
	opacity: 0;
}
.product-price h6 {
	color: #BD7F32;
    font-family: 'Switzer-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.70);
    font-family: 'Switzer-Light';
	font-size: 1.6rem;
	line-height: 24px; 
}
.product-plus {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-color: #BD7F32;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text {
	background-color: #BD7F32;
}
.each-product:hover .product-price h6 {
	color: #fff;
}
.each-product:hover .product-plus {
	opacity: 1;
}
.product-sec .sec-mark {
	bottom: 0;
	right: 0;
}
/****service-sec*****/
.service-sec {
	position: relative;
	padding: 60px 0 50px;
	background-color: #2D2D2D;
}
.service-heading-wrap {
	max-width: 417px;
	width: 100%;
	margin: 0 auto 48px;
	position: relative;
	z-index: 2;
}
.service-heading h2 {
	margin: 15px 0 24px;
}
.service-heading p {
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.7);
}
.service-slider {
	position: relative;
	margin-top: -195px;
}
.service-slider .swiper {
	padding-bottom: 200px;
}
.each-service {
	border-radius: 10px;
	overflow: hidden;
	height: 431px;
	position: relative;
}
.each-service-img {
	height: 100%;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 27px;
}
.each-service-title h3 {
	color: #fff;
	margin-bottom: 5px;
}
.each-service-text {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	background-color: #BD7F32;
	border-radius: 10px;
	z-index: 1;
	padding: 27px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-text h3 {
	color: #fff;
}
.each-service-text p {
	margin: 18px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service:hover .each-service-text  {
	top: 0;
}
.service-sec .service-big-mark {
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
}
.service-sec .service-big-mark img {
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.service-sec .service-small-mark {
	right: 0;
	top: auto;
	bottom: -23%;
	left: auto;
	height: auto;
	z-index: 1;
}
.service-sec .container {
	position: relative;
	z-index: 2;
}
.service-slider .swiper-slide {
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-slider .center-slide {
	bottom: -195px;
}
.service-slider .slider-control {
	display: none;
}
.service-slider .common-arrow {
	background-color: #010101;
}
.service-slider .common-arrow:hover {
	background-color: #BD7F32;
}
/******about-sec****/
.about-sec {
	position: relative;
	padding-top: 110px;
	overflow: hidden;
}
.about-text {
	max-width: 470px;
	width: 100%;
	padding-bottom: 174px;
}
.about-text p {
	margin: 24px 0 52px;
	color: rgba(255, 255, 255, 0.70);
}
.about-text h3 {
	margin-bottom: 19px;
}
.about-img {
	max-width: 590px;
	width: 100%;
	margin-left: auto;
	margin-right: 15%;
	position: relative;
}
.about-img::after {
    content: "";
    bottom: 0;
    height: calc(100% + 50vw);
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(180deg, #BD7F32 0%, rgba(189, 127, 50, 0.00) 100%);
    z-index: -1;
    width: 100vw;
    left: 40%;
}
.about-sec .sec-mark {
	bottom: 0;
	left: 0;
}
.about-year {
	border-radius: 10px;
	background-color: #2D2D2D;
	padding: 25px;
	width: 210px;
	position: absolute;
	left: -123px;
	top: 123px;
}
.about-year h5 {
	color: #BD7F32;
    font-family: 'Calibri-Regular';
	font-size: 2.4rem;
	letter-spacing: normal;
}
/***usp-sec*****/
.usp-sec {
	background-color: #BD7F32;
	padding: 56px 0;
}
.usp-sec table {
	width: 100%;
}
.usp-sec tr {
	display: flex;
	justify-content: space-between;
}
.usp-sec td {
	padding: 0 75px;
	position: relative;
	width: 34%;
}
.usp-sec td::after {
	content: "";
	height: 80%;
	width: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.usp-sec td h3 {
	color: #fff;
	font-size: 4rem;
	letter-spacing: normal;
}
.usp-sec td h6 {
	padding-left: 10px;
}
.usp-sec td p {
	color: rgba(255, 255, 255, 0.70);
	margin: 16px 0 0;
}
.usp-sec td:first-child {
	padding-left: 0;
}
.usp-sec td:last-child {
	padding-right: 0;
}
.usp-sec td:last-child::after {
	opacity: 0;
}
/****review-sec****/
.review-sec {
	padding: 80px 0;
}
.review-wrap {
	padding: 0 45px;
}
/***footer-area****/
.footer-area {
	padding: 33px 0 20px;
	background-color: #2D2D2D;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.footer-area .sec-mark {
	left: 0;
	bottom: 0;
	z-index: 1;
}
.footer-area .container {
	z-index: 2;
	position: relative;
}
.footer-logo {
	display: none;
}
.each-insta {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.each-insta::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/f-insta.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-insta:hover::after {
	opacity: 1;
}
.footer-info {
	display: flex;
	gap: 20px;
	max-width: 673px;
	width: 100%;
	margin-left: auto;
	justify-content: space-between;
	padding-left: 40px;
}
.each-footer-info h5 {
	margin-bottom: 40px;
}
.each-footer-info p {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 0;
}
.each-footer-info p a {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-info p a:hover {
	color: #BD7F32
}
.each-footer-info td {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-info td:nth-child(odd) {
	padding-right: 20px;
}
.footer-btm {
	position: relative;
	margin-top: 40px;
	padding-top: 19px;
}
.footer-btm::after {
	content: "";
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.70);
	width:100vw;
	margin-left:-50vw;
	left:50%;
	height: 1px;
}
.footer-policy p {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 0;
}
.footer-policy p a {
	color: rgba(255, 255, 255, 0.70);
}
.footer-policy p a:hover {
	color: #BD7F32;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 8px;
}
.footer-social li a {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(189, 127, 50, 0.85);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li a:hover {
	background-color: #BD7F32;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 1115px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(1, 1, 1, 0.40);
	backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 16px;
    background-color: #BD7F32;
	position: relative;
}
.modal-content-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 39%;
}
.modal-content .col-lg-7 {
    width: 61%;
}
.modal-area .popup-content p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.70);
}
.modal-area .popup-content h2 {
	font-family: 'Calibri-Bold';
	margin-top: 10px;
}
.modal-area .popup-content ul {
    margin: 20px 0;
}
.modal-area .popup-content li {
	color: rgba(255, 255, 255, 0.70);
    margin-bottom: 14px;
	font-family: 'Calibri-Bold';
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content {
    padding: 75px 50px;
}
.pop-up-image {
	position: relative;
	padding: 30px 40px 0 20px;
	display: flex;
	align-items: end;
	height: 100%;
}
.pop-up-image::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(1, 1, 1, 0.00) 0%, #010101 100%);
	z-index: 1;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}
.close-img {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
	height: 42px;
	width: 42px;
	background-color: #2D2D2D;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 10px;
	z-index: 3;
}
.close-img img {
	width: 17px;
}
/*===========================service-list pg start===============================*/
/***inner-banner-sec***/
.inner-banner-sec {
	position: relative;
}
.inner-banner-img {
	height: 100%;
}
.inner-banner-sec img {
	height: 100%;
	object-fit: cover;
}
.inner-banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(1, 1, 1, 0.00) 0%, #010101 100%);
}
.inner-banner-content {
	position: absolute;
	bottom: 70px;
	width: 100%;
	z-index: 1;
}
/****service-list-sec****/
.service-list-sec {
	padding-top: 120px;
}
.each-service-list {
	position: relative;
	margin-bottom: 112px;
}
.each-service-list:last-child {
	margin-bottom: 0;
}
.each-service-list::after {
	content: "";
	height: 100%;
	width: 12%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url(../images/list-right-mark.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: -1;
}
.each-service-list-wrap {
	max-width: 1180px;
	width: 100%;
}
.each-service-list-img {
	padding-right: 28px;
	overflow: hidden;
	height: 350px;
}
.each-service-list-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.each-service-list-text h3 {
	color: #fff;
}
.each-service-list-text p {
	margin: 32px 0 44px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service-list-wrap:hover .common-btn {
	background-color: #BD7F32;
}
.each-service-list:nth-child(even) .row {
	flex-direction: row-reverse;
}
.each-service-list:nth-child(even)::after {
	right: auto;
	left: 0;
	background-image: url(../images/list-left-mark.svg);
}
.each-service-list:nth-child(even) .each-service-list-wrap {
	margin-left: auto;
}
.each-service-list:nth-child(even) .each-service-list-img {
	padding-left: 28px;
	padding-right: 0;
}
/*===========================service-dtl pg start===============================*/
/****bk-btn-sec****/
.bk-btn-sec {
	padding-top: 160px;
	position: relative;
}
.bk-btn .common-btn {
	position: relative;
	padding-left: 40px;
}
.bk-btn .common-btn::before {
	position: absolute;
	top: 50%; 
	left: 21px;
	transform: translateY(-50%);
	content: "";
	background-image: url(../images/back-btn-arw.svg);
	width: 10px;
	height: 10px;
	background-size: 10px;
	background-position: center center;
	background-repeat: no-repeat;
}
/**dtl-desc-sec***/
.dtl-desc-sec {
	padding: 44px 0 120px;
}
.dtl-desc-text {
	max-width: 610px;
	padding-right: 40px;
}
.dtl-desc-text h2 {
	margin-bottom: 44px;
}
.dtl-desc-text p:last-child {
	margin-bottom: 0;
}
.dtl-desc-text h6 {
	font-family: 'Calibri-Bold';
}
.each-desc-img {
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
}
.each-desc-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-desc-img:hover img {
	transform: scale(1.1);
}
.dtl-desc-img {
	max-width: 670px;
	width: 100%;
	margin-left: auto;
}
.dtl-desc-img .row.g-3 .col-6 {
	width: 39%;
}
.dtl-desc-img .row.g-3 .col-6:last-child {
	width: 61%;
}
/*****why-us-sec****/
.why-us-img {
	position: relative;
	max-width: 637px;
	width: 100%;
	margin-left: auto;
}
.why-us-img::after {
    content: "";
    bottom: 0;
    height: 100%;
    position: absolute;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(189, 127, 50, 0.00) 0%, #BD7F32 100%);
    z-index: -1;
    width: 100vw;
    right: 40%;
}
.why-us-text {
	padding-bottom: 120px;
	max-width: 600px;
	width: 100%;
	padding-left: 65px;
}
.why-us-text h2 {
	margin: 19px 0 40px;
}
.why-us-text table {
	width: 100%;
}
.why-us-text td {
	width: 100%;
	display: block;
	padding: 0;
	margin-bottom: 32px;
	cursor: default;
}
.why-us-text td:last-child {
	margin-bottom: 0;
}
.why-us-text td li {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.why-us-text td h6 {
	font-family: 'Calibri-Bold';
	margin-bottom: 13px;
	color: rgba(255, 255, 255, 0.70);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.why-us-text td p {
	color: rgba(255, 255, 255, 0.70);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom: 0;
}
.why-us-text td:hover p, .why-us-text td:hover h6, .why-us-text td:hover li {
	color: #fff;
}
.why-us-text ul {
    padding-left: 27px;
}
.why-us-text li {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 8px;
}
.why-us-text li::marker {
	color: rgba(255, 255, 255, 0.70);
}
/****form-sec****/
.form-sec {
	padding: 97px 0;
	position: relative;
}
.form-sec::after {
	content: "";
	background: linear-gradient(180deg, rgba(45, 45, 45, 0.70) 0%, #2D2D2D 79.87%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.form-sec .container {
	position: relative;
	z-index: 2;
}
.form-heading {
	margin-bottom: 50px;
	max-width: 515px;
	width: 100%;
}
.form-heading h2 {
	margin: 14px 0;
}
.form-heading p {
	color: rgba(255, 255, 255, 0.70);
}
.form-block .form-group {
	margin-bottom: 32px;
}
.form-block .form-style {
	resize: none;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 10px;
	font-family: 'Calibri-Regular';
    background-color: #2D2D2D;
	color: #fff;
    font-size: 1.6rem;
    padding: 22px;
}
.form-block .form-style:placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-block .form-style::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-block .form-style:focus {
    box-shadow: none;
	border-color: #fff;
    color: #fff;
    background-color: #2D2D2D;
}
.form-block .form-style:focus::placeholder {
    color: #fff;
}
.form-block .form-style.photo_upload,
.form-block .form-style.foto_upload {
	color: rgba(255, 255, 255, 0.50);
}
.form-block textarea.form-style {
    height: 140px;
}
.form-block .common-btn {
	width: 100%;
}
.form-info .each-footer-info {
	margin-bottom: 50px;
}
.form-info .each-footer-info:last-child {
	margin-bottom: 0;
}
.form-sec .sec-mark {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 47%;
	z-index: 1;
}
.form-sec .sec-mark img {
	height: 100%;
	object-fit: cover;
	object-position: right center;
}
/****related-service-sec****/
.related-service-sec {
	padding-top: 120px;
}
.related-service-sec h2 {
	text-align: center;
	margin-bottom: 80px;
}
/*===========================contact===============================*/
/****map****/
.map {
	height: 600px;
}
/****contact-form-sec****/
.contact-form-sec {
    background-color: #010101;
    margin-top: 120px;
    padding-bottom: 128px;
}
.contact-form-sec::after {
	display: none;
}
/*===========================over-ons===============================*/
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding-top: 120px;
	position: relative;
	overflow: hidden;
}
.over-ons-top-sec .sec-mark {
    top: 85px;
    right: 12%;
    height: 100%;
}
.over-ons-top-sec .sec-mark img {
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.over-ons-top-info {
    width: 100%;
    max-width: 605px;
}
.over-ons-top-info h3 {
	margin-bottom: 13px;
}
.over-ons-top-info h2 {
	margin-bottom: 47px;
}
.over-ons-top-info p {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 90px;
}
.over-ons-top-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 708px;
    margin-right: 0;
    margin-left: auto;
	height: 100%;
}
.over-ons-top-img img {
	height: 100%;
	object-fit: cover;
}
/****overons-usp-sec****/
.usp-sec.overons-usp-sec {
    margin-top: -68px;
    position: relative;
	padding: 47px 0;
}
.usp-sec.overons-usp-sec td h6 {
    padding-left: 0;
}
.usp-sec.overons-usp-sec td {
    padding: 36px 125px;
}
.usp-sec.overons-usp-sec td:first-child {
	padding-left: 58px;
}
.usp-sec.overons-usp-sec td:last-child {
	padding-right: 0;
}
/****overons-mid-sec****/
.overons-mid-sec {
	padding: 115px 0 120px;
}
.overons-mid-sec .col-lg-6 {
	width: 39.22%;
}
.overons-mid-sec .col-lg-3 {
	width: 30.39%;
}
.overons-mid-sec h2 {
	text-align: center;
	margin-bottom: 106px;
}
.overons-mid-info {
	display: flex;
    flex-direction: column;
    height: 100%;
	row-gap: 195px;
}
.each-overons-mid-info {
    border-radius: 10px;
    background-color: #2D2D2D;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 37px 22px 35px;
	cursor: pointer; 
}
.each-overons-mid-info:hover {
	background-color: #BD7F32;
}
.each-overons-mid-info h3 {
	font-size: 4rem;
	letter-spacing: normal;
	color: #fff;
	line-height: 48px;
}
.each-overons-mid-info h6 {
	margin-bottom: 15px;
    padding-left: 5px;
}
.each-overons-mid-info p {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 0;
}
.overons-mid-img {
	position: relative;
}
.overons-mid-img::after {
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(1, 1, 1, 0.00) 88.92%, #010101 100%);
}
.overons-mid-three-blank {
	display: none;
}
/****overons-gal-sec****/
.overons-gal-sec {
	position: relative;
	padding-bottom: 33px;
}
.overons-gal-sec h2 {
	text-align: center;
	margin-bottom: 75px;
}
.each-overons-gal {
	display: grid;
	row-gap: 22px;
	overflow: hidden; 
}
.each-overons-gal img {
	border-radius: 10px;
	overflow: hidden; 
}
.each-gal-big-img {
	height: 568px;
}
.each-gal-big-img img {
	height: 100%;
	object-fit: cover;
}
.overons-gal-logo {
	position: absolute;
    top: 53%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: #010101;
    padding: 12px 15px;
	width: 312px;
}
.overons-gal-logo img {
	width: 282px;
}
.overons-gal-area .row {
	margin: 0 -9px;
}
.overons-gal-area .col-4 {
	padding: 0 9px;
}
.overons-gal-big-img {
	height: 308px;
	overflow: hidden;
}
.overons-gal-small-img {
	height: 238px;
	overflow: hidden;
}
.overons-gal-big-img img,
.overons-gal-small-img img {
	height: 100%;
	object-fit: cover;
}
.each-gal-big-img,
.overons-gal-big-img,
.overons-gal-small-img {
	border-radius: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gal-big-img img,
.overons-gal-big-img img,
.overons-gal-small-img img { 
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gal-big-img:hover img,
.overons-gal-big-img:hover img,
.overons-gal-small-img:hover img {
	overflow: hidden;
	transform: scale(1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*===========================aanbod-dtl===============================*/
/****aanbod-delen-btn****/
.aanbod-delen-btn {
    margin-top: -49px;
	padding-bottom: 32px;
}
.aanbod-delen-btn .common-btn {
	position: relative;
	z-index: 1;
}
/**********aanbod-top-slider-sec**********/
.aanbod-top-slider-sec {
    padding-bottom: 24px;
	position: relative;
	overflow-x: clip;
}
.aanbod-top-slider-sec .sec-mark {
    top: -24%;
    right: 0;
    height: calc(100% + 38%);
    width: 17%;
}
.aanbod-top-slider-sec .sec-mark img {
	height: 100%;
	object-fit: cover;
}
.aanbod-top-slider,
.each-top-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .each-top-slider-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.aanbod-top-slider .swiper-slide-active .each-top-slider-img::after {
    opacity: 0;
}
.aanbod-top-slider .swiper-button-next {
    right: 23%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 23%;
}
/**********aanbod-mid-sec**********/
.aanbod-mid-area {
	border-radius: 10px;
	overflow: hidden;
	background: #2D2D2D;
	padding: 24px;
}
.aanbod-mid-dtls .col-lg-4 {
	width: 35%;
}
.aanbod-mid-dtls .col-lg-8 {
	width: 65%;
}
.aanbod-mid-left h4 {
	font-family: 'Calibri-Bold';
}
.aanbod-mid-left h6 {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 15px;
}
.aanbod-mid-left ul {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	column-gap: 24px;
}
.aanbod-mid-left li {
	list-style-type: none;
}
.transparent-btn {
	border: 1.5px solid rgba(255, 255, 255, 0.20);
	padding-top: 13px;
	padding-bottom: 13px;
}
.aanbod-mid-right {
    padding: 0 36px;
}
.aanbod-mid-right table {
	width: 100%;
}
.aanbod-mid-right td {
    padding-right: 29px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-mid-right td strong {
	font-weight: normal;
    display: block;
}
.aanbod-mid-right td:last-child {
	text-align: end;
	padding-right: 0;
}
.aanbod-mid-right td:last-child strong {
	color: #BD7F32;
}
.mob-aanbod-mid-btm {
	display: none;
	margin-top: 25px;
}
.mob-aanbod-mid-btm ul {
    padding-left: 0;
    display: flex;
    column-gap: 15px;
    margin-bottom: 0;
}
.mob-aanbod-mid-btm li {
    list-style-type: none;
}
.mob-aanbod-mid-btm-price h6 {
	font-size: 1.4rem;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.70);
}
.mob-aanbod-mid-btm-price h6 strong {
	font-weight: normal;
	color: #BD7F32;
}
.aanbod-contact {
    display: flex;
    align-items: center;
    column-gap: 17px;
}
.aanbod-contact-img {
    border-radius: 79px;
    overflow: hidden;
    width: 78px;
    height: 75px;
}
.aanbod-contact-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	object-position: top;
}
.aanbod-contact-info h5 {
	color: #FFF;
	font-family: 'Widescreen-SemiBold';
	font-size: 2.4rem;
	line-height: 40px; 
	letter-spacing: 0.48px;
	margin-bottom: 7px;
}
.aanbod-contact-info p {
	margin-bottom: 7px;
}
.aanbod-contact-info p:last-child {
    margin-bottom: 0;
}
.aanbod-contact-info a {
	font-family: 'WidescreenTrial-Regular';
	letter-spacing: 0.32px;
	color: rgba(255, 255, 255, 0.60);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-contact-info a:hover {
	color: #BD7F32;
}
/**********dtl-tab-sec**********/
.dtl-tab-sec {
	padding: 118px 0 120px;
	position: relative;
	overflow-x: clip;
}
.dtl-tab-sec .sec-mark {
    top: -40px;
}
.tab-wrap {
    padding: 0 49px;
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 64px;
    border: 0;
    row-gap: 12px;
    margin: auto;
    justify-content: center;
	margin-bottom: 83px;
}
ul.tabs li {
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    font-size: 2.4rem;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.60);
    letter-spacing: 0.48px;
}
.tab-btn ul li.common-btn {
    padding: 0;
    background: transparent;
}
.tab-btn ul li.common-btn.active {
    color: #fff;
}
.tab-btn ul li:hover {
	color: rgba(255, 255, 255, 0.60);
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #010101;
}
.kenmerken-tab td {
    width: 25%;
    padding: 53px 72px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    border-right: 1.5px solid rgba(255, 255, 255, 0.15);
}
.kenmerken-tab td:nth-child(4n) {
    border-right: 0;
}
.kenmerken-tab td h6,
.kenmerken-tab td p {
	font-size: 1.8rem;
	line-height: normal;
	letter-spacing: 0.36px;
}
.kenmerken-tab td h6 {
	margin-bottom: 16px;
}
.kenmerken-tab td p {
	color: rgba(255, 255, 255, 0.50);
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab td p {
    color: rgba(255, 255, 255, 0.70);
    line-height: 20px;
	margin-bottom: 0;
}
.kenmerken-tab td h4 {
    font-family: 'Inter-Medium';
    color: #FFF;  
    line-height: 20px;
    margin-top: 9px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #BD7F32;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
	top: 9px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BD7F32;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #BD7F32;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0; 
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
}
.tab-btm-btn {
    text-align: center;
    margin-top: 62px;
}
.tab-btm-btn .common-btn {
	line-height: 24px;
    letter-spacing: 0.32px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(1, 1, 1, 0.2);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 20px;
    background-color: #010101;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #010101;
    box-shadow: 0px 0px 25px 0px rgba(189, 127, 50, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(189, 127, 50, 1);
    overflow: hidden;
}
.kenmarken-popup-close {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
}
.kenmarken-popup-close img {
    width: 18px;
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
	border: 0;
    padding: 0;
	padding-top: 9px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model h3 {
	font-family: 'Calibri-Regular';
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmarken-popup-content h4 {
    margin-bottom: 8px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(247, 240, 236, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/**********aanbod-btm-sec**********/
.aanbod-btm-sec {
    padding: 116px 0 32px;
}
.aanbod-btm-sec h2 {
	margin-bottom: 92px;
}
/*===========================aanbod-list===============================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 196px 0 70px;
	position: relative;
}
.aanbod-filter-sec .sec-mark {
    top: 0;
    right: 0;
}
.aanbod-filter-title {
    margin-bottom: 58px;
}
.aanbod-filter-title h3 {
    margin-bottom: 8px;
}
.aanbod-filter-main {
    position: relative;
    z-index: 2;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: rgba(255, 255, 255, 0.70);
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: rgba(189, 127, 50, 1);
}
.filter-reset a:hover img {
    filter: invert(45%) sepia(95%) saturate(339%) hue-rotate(353deg) brightness(97%) contrast(89%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    padding: 0 35px 0 24px;
    background: url(../images/filter-arrow.svg) no-repeat 89% center / 12px;
    background-color: #2D2D2D;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.aanbod-filter-sec .select-style:hover,
.aanbod-filter-sec .select-style.show {
	background-color: #BD7F32;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option {
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.aanbod-filter-left .row {
	column-gap: 12px;
}
.filter-content {
    display: none;
    background-color: #BD7F32;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #BD7F32;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.6rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #010101;
    border-color: #010101;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color: #BD7F32;
    font-size: 1.4rem;
    border: 1px solid #BD7F32;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 99px;
    background-color: #010101;
    border: 1px solid #2D2D2D;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 10px;
    border-radius: 10px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #BD7F32;
    border: 1px solid #BD7F32;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #BD7F32;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #2D2D2D;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #2D2D2D;
	margin-left: 18px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover .filter-count {
	background-color: #BD7F32;
    border-color: #BD7F32;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #BD7F32;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #BD7F32;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
} 
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	background-color: #BD7F32;
	border: 1px solid #BD7F32; 
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
  }
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: transparent;
	border-color: #BD7F32;
  }
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 32px;
}
.aanbod-product-area > .row {
	row-gap: 50px;
}
/*===========================verkocht===============================*/
.verkocht-top-sec {
	padding: 191px 0 83px;
	position: relative;
}
.verkocht-top-sec .sec-mark {
    top: 0;
    right: 0;
}
.verkocht-top-right {
	text-align: end;
}
/*===========================thank-you===============================*/
.thank-you-banner .banner-content h1 {
	font-family: 'Switzer';
}
.thank-you-banner .common-btn {
	font-family: 'Switzer-Regular';
	padding-left: 31px;
	padding-right: 31px;
}
/*******************STYLE FOR DEVELOPER*************************/

/*******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: 1.8rem;
	text-align: center;
  }
  #loader_section img{
	width: 100px;
	margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
	  background: #000000;
	  width: 100%;
	  height: 50px;
	  display: block;
	  text-align: center;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
	  background: #202020;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
	  height: 31px;
	  padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
	  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	  background-repeat: no-repeat;
	  background-position: left;
	  padding: 4px 10px 6px 30px;
	  color: #000;
	  background-size: contain;
  }
  .star_icon{
	  margin-bottom: 30px;
  }
  .star_icon h4{
	  padding-bottom: 10px;
	  text-transform: uppercase;
	  padding-top: 15px;
	  margin-bottom: 15px;
	 /* color: #1c1c1c;*/
	  border-bottom: 1px solid #181716;
	  padding-bottom: 10px;
  }
  .star_icon p img{
	  width: 15px;
	  margin-top: -3px;
	  margin-right: 5px;
  }
  .star_icon p{
	  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;
  }
  .aanbod-loader {
	  width: 45px;
	  height: 40px;
	  background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
				linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
				linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
	  background-size: 10px 400%;
	  background-repeat: no-repeat;
	  animation: matrix 1s infinite linear;
	}
	@keyframes matrix {
	  0% {
		background-position: 0% 100%, 50% 100%, 100% 100%
	  }
	
	  100% {
		background-position: 0% 0%, 50% 0%, 100% 0%
	  }
	}
	.load_aanbod{
	  justify-content: center;
	  display: flex;
	  column-gap: 30px;
	  align-items: center;
	  color: #fff;
	}
  
  
  .carpass-img {
	  width: 115px;
  }
  
  
  .fix-wp {
	  position: fixed;
	  height: 48px;
	  width: 48px;
	  background-color: #25D366;
	  border-radius: 100%;
	  z-index: 98;
	  bottom: 20px;
	  right: 30px;
  }
  .fix-wp img {
	  width: 22px;
  }
  .fix-wp a {
	  display: block;
	  height: 100%;
	  width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  
  .fix-wp a img {
	  width: 26px;
  }
  .dfQxaY {
	  opacity: 0 !important;
  }
  .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: 3vw;
	  font-size: small;
  }
  
  .notifcation {
	  position: relative;
  }
  
  .alert-number {
	  display: none;
	  position: absolute;
	  bottom: 28px;
	  left: 16px;
	  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;
  }
  
  .calsty {
	  width: 100%;
	  height: 700px;
  }
  .lfCQiA {
	display: none !important;
  }
.privacy_section {
    padding: 150px 0 40px;
}
.footer-logo img{
	max-width: 150px;
}
.verkocht-section .each-product:hover .each-product-text {
  background-color: #2D2D2D;
}