body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
	background-color: #181818;
    /*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;
}
/*********lenis-css***********/
html.lenis, html.lenis body {
	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}
/*****header-area*****/
.header-area {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 21px 0;
    border-bottom: 1px solid #838383;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
    background-color: rgba(24, 24, 24, 0.5);
}
.header-logo img {
    /* width: 145px; */
	width: 280px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 0;
    top: 0;
	height: 100%;
}
.hamburger {
    padding: 0 45px;
    cursor: pointer;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hamburger div {
    background-color: #F9F8F6;
    height: 1px;
    width: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hamburger div:nth-child(even){
    margin: 6.5px 0;
}
.hamburger:hover div:nth-child(even) {
    margin: 0;
}
.hamburger.together div:nth-child(even) {
    margin: 0;
}
.header-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: end;
	height: 100%;
}
.header-nav li {
    font-family: 'Sora-Regular';
	color: #fff;
	font-size: 1.4rem;
	line-height: normal;
	text-transform: uppercase;
	height: 100%;
}
.header-nav li:last-child a {
	border-right: 1px solid #838383;
}
.header-nav li a {
	color: #fff;
	display: block;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 10px;
	min-width: 213px;
	border-left: 1px solid #838383;
	height: 100%;
}
.header-nav li a:hover {
	color: #fff;
	background-color: #283E33;
}
.header-nav {
    height: 100%;
}
.mega-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: calc(100vh - 86px);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu.active {
    top: 86px;
}
.mega-menu-wrap {
    height: 100%;
    overflow: hidden;
}
.mega-menu-wrap .fix-footer-wp-txt {
	background-color: #A68463;
}
.mega-menu-wrap .fix-footer-wp-txt .each-footer-info a:hover {
    color: #283E33;
}
.mega-menu-nav::-webkit-scrollbar,
.mega-menu-info::-webkit-scrollbar {
    display: none;
}
.mega-menu .container,
.mega-menu .row,
.mega-menu .col-lg-6 {
    height: 100%;
}
.mega-menu-nav {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
	background-color: #283E33;
	padding: 60px;
}
.mega-menu-list {
	margin-bottom: 44px;
}
.mega-menu-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mega-menu-list li {
    font-family: 'Sora-Regular';
    color: rgba(255, 255, 255, 0.70);
    font-size: 3.2rem;
    line-height: normal;
    margin-bottom: 40px;
	text-transform: uppercase;
}
.mega-menu-list li a {
    color: rgba(255, 255, 255, 0.70);
    position: relative;
    padding-right: 40px;
}
.mega-menu-list li a::after {
    content: "";
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    right: 0;
    opacity: 0;
}
.mega-menu-list li:last-child {
    margin-bottom: 0;
}
.mega-menu-list li a:hover{
    color: #fff;
}
.mega-menu-list li a:hover::after {
    opacity: 1;
}
.mega-menu .col-lg-4 {
	width: 39%;
	height: 100%;
}
.mega-menu .col-lg-8 {
	width: 61%;
}
.mega-menu-blank {
	background-color: rgba(24, 24, 24, 0.70);
	height: 100%;
	width: 100%;
}
.mega-menu .each-footer-info {
	margin-bottom: 25px;
}
.mega-menu .footer-social {
	margin-top: 45px;
}
/****fix-side-bar****/
.fix-side-bar {
	position: fixed;
	right: 0;
	z-index: 97;
	top: 30%;
}
.fix-side-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.fix-side-bar li {
	position: relative;
}
.fix-side-bar li > a {
	width: 60px;
	height: 60px;
	background-color: #283E33;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fix-side-bar li a img {
	width: 20px;
}
.fix-side-bar .fix-wp a {
	background-color: #6EE37A;
}
.fix-side-bar .each-footer-info {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.fix-side-bar .each-footer-info:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.fix-side-bar .each-footer-info p {
	font-size: 1.2rem;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Sora-Regular';
}
.fix-side-bar .each-footer-info h6 {
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-family: 'Sora-Regular';
}
.fix-location-text {
	background-color: #283E33;
	width: max-content;
    position: absolute;
    right: 100%;
	top: 0;
	padding: 15px 20px;
	clip-path: inset(0 0 0 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fix-location.visible .fix-location-text {
	clip-path: inset(0 0 0 0);
}
.fix-side-bar li:hover .fix-location-text {
	clip-path: inset(0 0 0 0);
}
/*****banner-sec***/
.banner-sec {
	position: relative;
	border-bottom: 1px solid #283E33;
}
.banner-wrap {
	position: relative;
    overflow: hidden;
}
.banner-sec::after {
	content: "";
	height: 63%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, rgba(24, 24, 24, 0.80) 100%);   
	z-index: 1;
}
.banner-video, .each-banner {
	height: 868px;
}
.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: 110px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 5px;
}
.banner-content p {
    margin-bottom: 30px;
    max-width: 796px;
}
.banner-content .fill-btn {
    margin-right: 11px;
}
.banner-content-wrap {
    max-width: 1000px;
}
.banner-scroll {
	position: absolute;
    bottom: -66px;
    width: 100%;
}
.scroll-down-btn {
    max-width: 142px;
    width: 100%;
    height: 142px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #283E33;
    border-radius: 50%;
	z-index: 2;
    cursor: pointer;
    overflow: hidden;
	color: #F9F8F6;
	font-family: 'Sora-SemiBold';
	font-size: 1.4rem;
    display: block;
	background-color: rgba(24, 24, 24, 0.10);
	backdrop-filter: blur(10px);
}
.scroll-down-btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #5E987B;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.scroll-down-btn span {
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-animation: scrollKey 3s ease-in-out infinite;
    animation: scrollKey 3s ease-in-out infinite;
}
.scroll-down-btn:hover:before {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.scroll-down-btn:hover {
	color: #fff;
}
@keyframes scrollKey {
    25% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,150%,0);
        transform: translate3d(-50%,150%,0)
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-100%,0);
        transform: translate3d(-50%,-100%,0)
    }
    75%,to {
        opacity: 1;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}
/*****product-sec****/
.product-sec {
	padding: 90px 0;
	position: relative;
	overflow-x: clip;
}
.product-heading {
	margin-bottom: 40px;
}
.product-heading h5 {
	margin-bottom: 10px;
}
.product-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-product-text {
	background-color: #232323;
	padding: 23px 30px;
	margin-top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text h4 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 2.2rem;
	line-height: 21px;
	margin-bottom: 10px;
	text-transform: none;
}
.each-product-text tr {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* .each-product-text tr {
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
} */
.each-product-text td {
	color: rgba(255, 255, 255, 0.70);
    font-family: 'Sora-Regular';
	font-size: 1.6rem;
	line-height: normal;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
}
.each-product-text td::after {
	content: "";
	height: 72%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.70);
}
.each-product-text td:last-child::after {
	opacity: 0;
}
.each-product-text td:last-child {
	padding-right: 0;
	margin-right: 0;
}
.each-product-text h5 {
	color: #fff;
}
.each-product-text h6 {
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.4rem;
	line-height: normal;
}
.each-product-img {
	position: relative;
}
.product-location {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 9px;
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(5px);
	text-align: center;
	min-width: 141px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-location h6 {
	color: #fff;
	font-size: 1.4rem;
	line-height: normal;
	margin-left: 6px;
}
.each-product:hover .each-product-text {
	background-color: #283E33;
}
.product-slider .common-arrow {
	top: 45%;
	transform: translateY(-50%);
}
.product-slider .swiper-button-next {
	right: 10%;
}
.product-slider .swiper-button-prev {
	left: 10%;
}
.product-btn {
	margin-top: 56px;
}
.sec-mark {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.product-sec .sec-mark {
	z-index: 1;
	top: -10%;
}
.product-slider {
	position: relative;
}
.product-sec .container {
	position: relative;
	z-index: 2;
}
/*****service-sec******/
.service-sec {
	position: relative;
	padding: 94px 0 157px;
}
.service-sec::after {
	content: "";
    height: 63%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, #181818 100%);
}
.service-heading {
	max-width: 644px;
	width: 100%;
	margin: 0 auto 80px;
}
.service-heading h5 {
	margin-bottom: 10px;
}
.service-heading p {
	font-family: 'Inter-Regular';
	margin-top: 16px;
}
.service-sec .container {
	position: relative;
	z-index: 2;
}
.service-main .row {
	row-gap: 17px;
}
.each-service {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(25px);
}
.each-service a {
    padding: 28px 43px;
	display: block;
}
.each-service::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    position: absolute;
    width: 100%;
    background-color: #283E33;
	pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service::before {
	content: "";
    top: 50%;
    right: 43px;
    height: 21px;
    position: absolute;
    width: 21px;
    background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	background-size: 21px;
	background-position: center center;
	transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	z-index: 1;
}
.each-service h3 {
	line-height: 60px;
	text-transform: none;
	position: relative;
    z-index: 1;
}
.each-service-img {
    opacity: 0;
    position: absolute;
    width: 38%;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.each-service:hover::after {
    height: 100%;
}
.each-service:hover::before {
	transform: translateY(-50%) rotate(-45deg);
}
.service-sec .sec-mark {
	left: auto;
	right: 0;
	top: -58%;
}
/***********usp-marquee**************/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 35px 0;
	background-color: #232323;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 125px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 125px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	color: rgba(244, 247, 250, 0.70);
    font-family: 'Sora-Regular';
	font-size: 1.4rem;
	line-height: normal;
	position: relative;
	padding-left: 30px;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 1px;
	background-image: url(../images/list-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
}
/*****about-sec*****/
.about-sec {
	position: relative;
	padding: 113px 0;
	overflow: hidden;
}
.about-heading {
	margin-bottom: 114px;
}
.about-heading-left {
	max-width: 530px;
	width: 100%;
}
.about-heading-left h5 {
	margin-bottom: 10px;
}
.about-heading-right {
	max-width: 618px;
	width: 100%;
	margin-left: auto;
}
.about-heading-right p {
	margin-bottom: 36px;
}
.about-sec .sec-mark {
	width: 100%;
	height: 100%;
}
.about-sec .container {
	position: relative;
	z-index: 1;
}
.about-us-gallery {
    position: relative;
    padding-top: 130px;
}
.about-us-gallery img {
    height: 100%;
    object-fit: cover;
}
.about-gallery-left {
    width: 27%; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}
.about-gallery-mid {
    display: table;
    margin: 0 auto;
    /* height: 473px; */
	width: 51%;
	height: auto;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-gallery-right {
    width: 27%; 
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****review-sec****/
.review-sec {
	padding-bottom: 105px;
}
/****footer-area****/
.footer-area {
	padding: 70px 0 46px;
	background-color: #232323;
}
.footer-logo img {
	width: 200px;
}
.footer-info {
	display: flex;
	column-gap: 10px;
	max-width: 1054px;
	width: 100%;
	margin-left: auto;
	justify-content: space-between;
}
.each-footer-info h6 {
	color: #A68463;
	margin-bottom: 10px;
}
.each-footer-info p {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 4px;
	letter-spacing: normal;
}
.each-footer-info p a {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-info p a:hover {
	color: #A68463;
}
.each-footer-info td {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-info td:nth-child(odd) {
	padding-right: 10px;
}
.footer-insta {
	position: relative;
	padding: 40px 0;
	margin: 50px 0;
	border-top: 1px solid #283E33;
	border-bottom: 1px solid #283E33;
}
.each-footer-insta::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(35, 35, 35, 0.60);
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-insta::after:hover {
	opacity: 1;
}
.each-footer-insta {
	height: 256px;
}
.each-footer-insta img {
	height: 100%;
	object-fit: cover;
}
.each-footer-insta h6 {
	position: absolute;
	color: #fff;
	font-family: 'Sora-SemiBold';
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 1;
	opacity: 0;
	padding-left: 30px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	font-size: 1.4rem;
}
.each-footer-insta h6::after {
	content: "";
	width: 18px;
	height: 20px;
	background-image: url(../images/gal-insta.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	position: absolute;
	left: 0;
	top: 2px;
}
.each-footer-insta:hover::after {
	opacity: 1;
}
.each-footer-insta:hover h6 {
	opacity: 1;
}
.footer-rating {
	max-width: 190px;
	margin-left: auto;
	border-radius: 5px;
	overflow: hidden;
}
.footer-rating iframe {
	width: 190px;
}
.footer-rating-mob {
	display: none;
}
.footer-social ul {
	display: flex;
	gap: 7px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 50px;
}
.footer-social li a {
	height: 36px;
	width: 36px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li {
	height: 36px;
	width: 36px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li a:hover {
	background-color: #A68463;
}
.footer-social li:hover {
	background-color: #A68463;
}
.footer-social li:nth-child(2) {
	display: none;
}
.wp-social a {
	background-color: #25D366;
	border-color: #25D366
}
/*====================================SERVICE-LIST PAGE START======================================*/
/****inner-banner-sec****/
.inner-banner-sec {
	position: relative;
	border-bottom: 1px solid #283E33;
}
.inner-banner-sec::after {
	content: "";
    height: 56%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, rgba(24, 24, 24, 0.80) 100%);
    z-index: 1;
}
.inner-banner-content {
	position: absolute;
	bottom: 66px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.inner-banner-img {
	height: 500px;
}
.inner-banner-img img {
	height: 100%;
	object-fit: cover;
}
/****service-list-sec****/
.service-list-sec {
	position: relative;
	padding: 122px 0 106px;
}
.service-list-sec .container {
	position: relative;
	z-index: 2;
}
.each-service-list {
	margin-bottom: 7px;
}
.each-service-list-text {
	background-color: #232323;
	height: 100%;
	padding: 50px 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-list-text::after {
	content: "";
	height: 148px;
	width: 69px;
	background-image: url(../images/each-list-mark.svg);
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	right: 0;
	bottom: 0;
	opacity: 0;
	position: absolute;
}
.each-service-list .col-lg-6 {
	padding: 0 3.5px;
}
.each-service-list .row {
	margin: 0 -3.5px;
}
.each-service-list-text h5 {
	margin-bottom: 8px;
}
.each-service-list-text p {
	margin: 17px 0 43px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service-list:hover .common-btn {
	background-color: #fff;
	border-color: #fff;
	color: #181818;
}
.each-service-list:hover .each-service-list-text {
	background-color: #283E33;
}
.each-service-list:hover .each-service-list-text::after {
	opacity: 1;
}
.service-list-sec .sec-mark {
    top: -70px;
    z-index: 1;
}
.each-service-list-img {
	height: 100%;
}
.each-service-list-img img {
	height: 100%;
	object-fit: cover;
}
/*====================================SERVICE-DTL PAGE START======================================*/
/****bk-btn-sec****/
.bk-btn-sec {
	position: relative;
}
.bk-btn-sec .common-btn {
	position: absolute;
    top: 180px;
	padding-left: 40px;
}
.bk-btn-sec .common-btn::before {
	content: "";
    height: 13px;
    width: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/btn-arrow.svg);
}
/***service-dtl-info-sec***/
.service-dtl-info-sec {
	padding: 180px 0 95px;
}
.service-dtl-info-text h2 {
	margin-bottom: 20px;
}
.service-dtl-info-text h5 {
	margin-bottom: 15px;
}
.service-dtl-info-left .service-dtl-info-text {
	margin-bottom: 60px;
}
.service-dtl-info-right .service-dtl-info-text {
	margin-top: 60px;
}
.service-dtl-info-left {
	padding-right: 12%;
	padding-top: 108px;
}
.service-dtl-info-sec .sec-mark {
	top: 100px;
	z-index: -1;
}
/*****form-sec******/
.form-sec {
	position: relative;
	padding: 107px 0;
}
.form-sec .container {
	position: relative;
	z-index: 1;
}
.form-sec::after {
	content: "";
    height: 63%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, rgba(24, 24, 24, 0.50) 100%);
}
.form-info .each-footer-info {
	margin-top: 34px;
}
.form-info .each-footer-info p {
	font-family: 'Sora-Regular';
}
.form-block {
    padding-left: 35px;
}
.form-block .form-group {
    margin-bottom: 20px;
}
.form-block .form-style {
	resize: none;
    border-radius: 0;
    color: #fff;
	font-family: 'Sora-Regular';
    font-size: 1.6rem;
    line-height: 20px;
    padding: 20px 30px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(25px);
	color: rgba(255, 255, 255, 0.70);
	
}
.form-block .form-style:placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.form-block .form-style::placeholder {
	color: rgba(255, 255, 255, 0.70);
}
.form-block .form-style:focus {
    box-shadow: none;
    color: #fff;
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid #fff;
}
.form-group textarea.form-control {
    min-height: 150px;
}
.form-block .form-style.photo_upload,
.form-block .form-style.foto_upload {
	color: rgba(255, 255, 255, 0.70);
}
.form-block .form-style:focus {
	background-color: transparent;
}
.form-group option {
	background-color: #181818;
}
/*****related-service-sec******/
.related-service-sec {
	position: relative;
	padding: 95px 0 88px;
}
.related-service-heading {
	margin-bottom: 36px;
}
.related-service-heading h5 {
	margin-bottom: 10px;
}
.each-related-service-img {
	height: 368px;
	overflow: hidden;
}
.each-related-service-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-related-service-text {
	padding: 24px 34px;
	background-color: #232323;
	margin-top: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-related-service-text h5 {
	position: relative;
	padding-right: 30px;
	color: #fff;
	font-size: 2.2rem;
}
.each-related-service-text h5::after {
	content: "";
    height: 17px;
    width: 17px;
    background-size: 17px;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    right: 0;
}
.each-related-service:hover .each-related-service-img img  {
	transform: scale(1.1);
}
.each-related-service:hover .each-related-service-text {
	background-color: #283E33;
}
.each-related-service:hover .each-related-service-text h5::after {
	transform: translateY(-50%) rotate(-45deg);
}
.related-service-sec .sec-mark {
    width: 100%;
    height: 100%;
	z-index: -1;
}
.related-service-sec .sec-mark img {
	height: 100%;
	object-fit: cover;
}
/*====================================CONTACT PAGE START======================================*/
/*****map-sec*****/
.map-sec {
	height: 500px;
}
/***contact-info-sec***/
.contact-info-sec {
	padding-top: 98px;
	position: relative;
}
.contact-info-sec h3 {
	margin-bottom: 35px;
	text-align: center;
}
.each-contact-info {
	display: flex;
	background-color: #232323;
	flex-wrap: wrap;
}
.each-contact-info-text {
	padding: 20px 30px;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.each-contact-info-text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.each-contact-info-text li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.each-contact-info-text li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.each-contact-info-text li p {
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 0.28px;
	line-height: 21px;
	word-break: break-word;
}
.each-contact-info-text li p a {
	color: #fff;
}
.each-contact-info-text li p a:hover {
	color: #A68463;
}
.each-contact-info-text li h6 {
	color: rgba(255, 255, 255, 0.70);
    font-family: 'Sora-Regular';
	margin-bottom: 3px;
}
.each-contact-info-text li td {
	font-size: 1.4rem;
	letter-spacing: 0.28px;
	line-height: 21px;
}
.each-contact-info-text li td:nth-child(odd) {
	padding-right: 5px;
}
.each-contact-info-img {
	width: 50%;
}
.each-contact-info-img img {
	height: 100%;
	object-fit: cover;
}
.contact-info-sec .col-lg-4 {
	padding: 0 10px;
}
.contact-info-sec .row {
	margin: 0 -10px;
}
.contact-info-sec .sec-mark {
	top: -80px;
}
.contact-info-sec .container {
	position: relative;
	z-index: 1;
}
/*****contact-form-sec******/
.contact-form-sec {
	padding: 126px 0;
	position: relative;
}
.contact-form-img {
	padding-left: 11%;
	margin-left: auto;
}
.contact-form-sec .form-block {
	padding-left: 0;
	max-width: 677px;
	width: 100%;
}
.contact-form-sec .form-block h2 {
	margin: 10px 0 37px;
}
.contact-form-sec .form-block .common-btn {
	margin-top: 13px;
}
.contact-form-sec .sec-mark {
    left: auto;
    right: 0;
    bottom: -18%;
    top: auto;
    z-index: 1;
}
.contact-form-sec .container {
	position: relative;
	z-index: 2;
}
.contact-form-sec .form-block .form-style {
    background-color: transparent;
    backdrop-filter: blur(0);
    color: rgba(255, 255, 255, 0.70);
}
.contact-form-sec .form-block .form-style:focus {
	background-color: transparent;
}
.contact-form-sec .form-group option {
	background-color: #181818;
}
/*****aanbod-cta-sec****/
.aanbod-cta-sec {
	padding: 102px 0;
	position: relative;
}
.aanbod-cta-sec::after {
	content: "";
    height: 88%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, #181818 100%);
}
.aanbod-cta-text {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.aanbod-cta-sec h5 {
	margin-bottom: 6px;
}
.aanbod-cta-sec p {
	margin: 10px 0 38px;
}
/*====================================OVERONS PAGE START======================================*/
/****team-sec***/
/* .team-sec {
	padding: 40px 0;
	position: relative;
} */
.over-ons-top-sec {
	padding: 40px 0;
	position: relative;
}
.over-ons-top-sec .row {
	row-gap: 35px;
}
.team-text {
	max-width: 1146px;
	width: 100%;
	margin: 0 auto 68px;
}
.team-text h2 {
	margin: 9px 0;
}
.team-img {
	width: 80%;
	margin: 0 auto;
}
.team-sec .sec-mark {
	margin-top: -80px;
    z-index: 1;
}
.team-sec .container {
	position: relative;
	z-index: 2;
}
/****overons-brief-sec****/
.overons-brief-sec {
	position: relative;
	padding: 100px 0;
}
.overons-brief-sec .container {
	position: relative;
	z-index: 1;
}
.overons-brief-img {
	padding-right: 15%;
}
.overons-brief-text h5 {
	margin-bottom: 10px;
}
.overons-brief-text h2 {
	margin-bottom: 25px;
}
.overons-brief-text p {
	margin-bottom: 28px;
}
.overons-brief-text h6 {
	color: #fff;
	line-height: 19px;
	font-family: 'Sora-SemiBold';
	position: relative;
	padding-right: 20px;
	padding-top: 24px;
	display: inline-block;
}
.overons-brief-text h6::after {
	content: "";
	height: 28px;
	width: 28px;
	background-size: 28px;
	background-image: url(../images/quote.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
/*****overons-info-sec*****/
.overons-info-sec {
	background-color: #232323;
	padding: 100px 0;
	position: relative;
}
.overons-info-sec .sec-mark {
    left: auto;
    right: 0;
    bottom: auto;
    top: -41%;
}
.overons-info-sec .container {
	position: relative;
	z-index: 1;
}
.overons-info-text {
	padding-right: 13%;
}
.overons-info-text h2 {
	margin-bottom: 23px;
}
.overons-info-text h5 {
	margin-bottom: 10px;
}
.overons-info-text p {
	margin-bottom: 32px;
}
.overons-info-img {
	position: relative;
	max-width: 680px;
	margin-left: auto;
}
.overons-info-img-back {
	padding-left: 21%;
}
.overons-info-img-front {
	max-width: 57%;
	position: absolute;
	bottom: -70px;
	left: 0;
}
.each-counter {
	padding: 25px 37px;
	background-color: #283E33;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 10px;
}
.each-counter:last-child {
	margin-bottom: 0;
}
.each-counter h6 {
	font-size: 2rem;
	line-height: normal;
	color: #fff;
}
/****member-sec*****/
.member-sec {
	padding: 112px 0 100px;
	position: relative;
}
.member-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/member-overlay.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}
.each-member-slider {
	position: relative;
}
.each-member-slider .swiper-button-next {
	right: -30px;
}
.each-member-slider .swiper-button-prev {
	left: -30px;
}
.each-member-slider .common-arrow {
	top: 40%;
}
.member-btn .nav-tabs {
	border: 0;
	column-gap: 16px;
	justify-content: end;
}
.member-btn .nav-tabs .nav-link {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	padding: 12px 13px;
	font-size: 1.4rem;
	line-height: 24px;
	font-family: 'Sora-Regular';
	min-width: 150px;
	text-align: center;
	position: relative;
}
.member-btn .nav-tabs .nav-link::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #A68463;
    position: absolute;
    top: 100%;
    right: 20px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
}
.member-btn .nav-tabs .nav-link.active,
.member-btn .nav-tabs .nav-link:hover {
	background-color: #A68463;
	border-color: #A68463;
}
.member-btn .nav-tabs .nav-link.active::after {
	opacity: 1;
}
.member-btn .nav-tabs .nav-link strong {
	font-weight: normal;
	position: relative;
	padding-left: 18px;
}
.member-btn .nav-tabs .nav-link strong::after {
	content: "";
	height: 14px;
	width: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/product-location.svg);
}
.member-btn {
    margin-bottom: -50px;
}
.member-slider-heading {
	margin-bottom: 32px;
}
.member-slider-heading h5 {
	margin-bottom: 5px;
}
.each-member-img{
	height: 370px;
}
.each-member-img img {
	height: 100%;
	object-fit: cover;
}
.each-member-text {
	padding: 17px 28px;
	background-color: #232323;
	position: relative;
	margin-top: 8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-member-text h5 {
	color: #fff;
}
.each-member-text h6 {
	color: rgba(255, 255, 255, 0.70);
	margin-top: 5px;
}
.each-member-text::after {
	content: "";
    height: 100%;
    width: 37px;
    background-image: url(../images/member-line.svg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member:hover .each-member-text {
	background-color: #283E33;
}
.each-member:hover .each-member-text::after {
	opacity: 1;
}
/*****gallery-sec*****/
.gallery-sec {
	padding: 20px 0;
	overflow-x: hidden;
}
.gallery-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.gallery-slider .swiper {
	margin: 0 -17%;
}
.each-gal {
	overflow: hidden;
	height: 324px;
}
.each-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal:hover img {
	transform: scale(1.1);
}
/*====================================VACATURE-DTL PAGE START======================================*/
/*****vacature-dtl-info****/
.vacature-dtl-info {
	padding-bottom: 95px;
	position: relative;
}
.vacature-dtl-info .sec-mark {
	right: 0;
    left: auto;
    top: 66%;
	z-index: -1;
}
.vacature-dtl-info table {
	width: 100%;
}
.vacature-dtl-info tr {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.vacature-dtl-info td {
	display: block;
	padding: 44px;
	background-color: #232323;
	width: 49%;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.vacature-dtl-info td::after {
	content: "";
    height: 120px;
    width: 55px;
    background-image: url(../images/member-line.svg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-dtl-info td:hover {
	background-color: #283E33;
}
.vacature-dtl-info td:hover::after {
	opacity: 1;
}
.vacature-dtl-info td h4 {
	margin-bottom: 20px;
}
.vacature-dtl-info td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vacature-dtl-info td li {
	color: rgba(244, 247, 250, 0.70);
	font-family: 'Sora-Regular';
	font-size: 1.4rem;
	line-height: normal;
	position: relative;
	padding-left: 25px;
	margin-bottom: 13px;
}
.vacature-dtl-info td li:last-child {
	margin-bottom: 0;
}
.vacature-dtl-info td li::after {
	content: "";
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 1px;
	background-image: url(../images/list-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.vacature-dtl-info td p {
	color: rgba(244, 247, 250, 0.70);
	font-family: 'Sora-Regular';
	font-size: 1.4rem;
}
.vacature-dtl-info td p a {
	color: #A68463;
}
.vacature-dtl-info td p a:hover {
	color: #fff;
}
.upload-btn {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'Sora-Regular';
	font-size: 1.6rem;
	line-height: 20px; 
	border: 1px solid rgba(255, 255, 255, 0.30);
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(25px);
	padding: 14px 18px 14px 37px;
	position: relative;
	display: inline-block;
}
.upload-btn::after {
	content: "";
	height: 12px;
	width: 12px;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/attach.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px;
}
/*====================================POPUP START======================================*/
.modal-area .modal-dialog {
    max-width: 1150px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background: rgba(24, 24, 24, 0.50);
	backdrop-filter: blur(10px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-area .popup-content img {
	width: 140px;
}
.modal-area .popup-content p {
	margin: 40px 0 30px;
}
.modal-area .popup-content h5 {
	text-transform: uppercase;
	color: #fff;
}
.modal-area .popup-content ul {
    margin: 12px 0 55px;
	padding: 0;
	list-style: none;
}
.modal-area .popup-content li {
	color: rgba(244, 247, 250, 0.70);
    margin-bottom: 13px;
	position: relative;
	padding-left: 25px;
	font-size: 1.4rem;
}
.modal-area .popup-content li::after {
	content: "";
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 2px;
	background-image: url(../images/list-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content {
    padding: 46px 60px;
	background-color: #283E33;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
	height: 29px;
	width: 29px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
	z-index: 3;
}
.close-img img {
	width: 8px;
}
/*====================================AANBOD-LIST PAGE START======================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 158px; 
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-heading {
	margin-bottom: 30px;
}
.aanbod-heading h5 {
	margin-bottom: 10px;
}
.filter-reset a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 1.6rem;
    font-family: 'LamaSans-Light';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	filter: brightness(0) saturate(100%) invert(59%) sepia(9%) saturate(1363%) hue-rotate(348deg) brightness(90%) contrast(91%);
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'Sora-Regular';
    font-size: 1.4rem;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option {
	font-family: 'Sora-Regular';
}
.filter-content {
    display: none;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fff;
	background-color: #181818;
    border-top: 0;
    border-radius: 0;
    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-family: 'Sora-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #A68463;
    border-color: #A68463;
}
.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;
    background-color:#A68463;
	font-family: 'Sora-Regular';
    font-size: 1.4rem;
    border: 1px solid #A68463;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: #9B896C;
	border-color: #9B896C;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 16.6%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 73px;
    background-color: #232323;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	border: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #232323;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #232323;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #A68463;
	border-color: #A68463;
	color: #fff;
	padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #9B896C;
    border-color: #9B896C;
}
.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: 48px 0 55px;
}
.aanbod-product-sec .aanbod-row {
	row-gap: 13px;
}
.aanbod-product-sec .each-product-text h4 {
	font-size: 1.6rem;
}
.aanbod-product-sec .each-product-text td {
	font-size: 1.2rem;
	padding-right: 6px;
    margin-right: 6px;
}
.aanbod-product-sec .each-product-text h5 {
	font-size: 1.6rem;
}
.aanbod-product-sec .each-product-text h6 {
	font-size: 1.2rem;
}
.aanbod-product-sec .each-product-text {
	padding: 12px 16px;
}
.aanbod-product-sec .product-location h6 {
	font-size: 1.2rem;
}
.aanbod-product-sec .product-location img {
	width: 10px;
}
.aanbod-product-sec .product-location {
	min-width: 121px;
}
/*====================================VERKOCHT PAGE START======================================*/
.verkocht-pg .aanbod-product-sec {
	padding-top: 158px;
}
/*====================================AANBOD-DTL PAGE START======================================*/
.dtl-top-sec {
	padding: 148px 0 19px;
	position: relative;
	overflow-x: clip;
}
.dtl-top-info {
	margin-bottom: 54px;
}
.dtl-top-model h4 {
	margin-top: 5px;
	text-transform: none;
}
.dtl-top-price {
	align-items: center;
}
.dtl-top-price h4 {
	margin-bottom: 5px;
	text-transform: none;
}
.dtl-top-slider {
	position: relative;
	width:100vw;
	margin-left:-50vw;
	left:50%;
}
.dtl-top-slider .each-dtl-car {
	position: relative;
}
.dtl-top-slider .each-dtl-car::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(24, 24, 24, 0.50);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-top-slider .swiper-slide-active .each-dtl-car::after {
	opacity: 0;
}
.dtl-top-slider .swiper-button-next {
	right: 11%;
}
.dtl-top-slider .swiper-button-prev {
	left: 11%;
}
.dtl-top-sec .sec-mark {
    top: 100px;
    z-index: -1;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 77px 0;
	border-top: 1px solid #3B3B3B;
	background-color: #232323;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    gap: 15px;
    margin-bottom: 38px;
    border: 0;
	flex-wrap: wrap;
}
/****tab-part****/
ul.tabs li {
    font-family: 'Sora-Regular';
	font-size: 1.4rem;
	line-height: 24px;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: rgba(255, 255, 255, 0.50);
	background-color: transparent;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.50);
	padding: 12px 30px 12px 16px;
	position: relative;
	width: 23.5%;
}
ul.tabs li::after {
	content: "";
	height: 10px;
	width: 10px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%) rotate(180deg);
	position: absolute;
	background-image: url(../images/tab-btn-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	filter: grayscale(1) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li:hover::after,
ul.tabs li.active::after {
	filter: grayscale(0) invert(0);
	transform: translateY(-50%) rotate(0deg);
}
ul.tabs li:hover,
ul.tabs li.active {
	color: #181818;
	border-color: #fff;
	background-color: #fff;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.tab_content p {
	color: #fff;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.kenmerken-tab li {
	width: 31%;
	background-color: #282828;
	min-height: 270px;
	padding: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li::after {
	content: "";
	background-image: url(../images/kenmarken-mark.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 140px;
	width: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li h6 {
	color: rgba(255, 255, 255, 0.50);
    font-family: 'Sora-SemiBold';
	font-size: 1.4rem;
	line-height: 20px; 
	letter-spacing: 0.14px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.kenmerken-tab li h4 {
	line-height: 33px;
	letter-spacing: 0.24px;
	text-transform: none;
	text-align: center;
}
.kenmerken-tab li:hover {
	background-color: #9B896C;
}
.kenmerken-tab li:hover::after {
	opacity: 1;
}
.bullet-panel h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	margin-bottom: 20px;
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    color: #fff;
	margin-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9B896C;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #9B896C;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
	color: #fff;
}
.tab-btm-btn {
	margin-top: 40px;
}
.tab-btm-btn .common-btn {
	border: 0;
}
.kenmerken-tab-block-part {
	display: none;
}
.dtl-tab-sec .col-lg-8 {
	width: 60%;
}
.dtl-tab-sec .col-lg-4 {
	width: 40%;
}
/*****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(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    background-color: #181818;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #9B896C;
	box-shadow: 0px 0px 25px 0px rgba(155, 137, 108, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(155, 137, 108, 0.5);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #181818;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #9B896C;
}
.kenmarken-popup-close img {
	width: 15px;
	filter: invert(1);
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.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 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h5 {
	margin-bottom: 10px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
	font-family: 'Sora-Regular';
    width: 50%;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.dtl-action-btn ul {
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 13px;
	display: flex;
	justify-content: end;
}
.dtl-action-btn .common-btn {
	text-transform: none;
	border-color: rgba(255, 255, 255, 0.50);
}
.dtl-action-btn .common-btn:hover {
	border-color: #A68463;
}
.dtl-action-btn .common-btn strong {
	font-weight: normal;
	margin-left: 5px;
}
.dtl-right {
	position: sticky;
	top: 150px;
	right: 0;
}
.contact-card {
	padding: 23px 42px;
	background-color: #283E33;
	margin-top: 42px;
	position: relative;
	max-width: 560px;
	width: 100%;
	margin-left: auto;
}
.contact-card h4 {
	text-transform: none;
	font-family: 'Sora-SemiBold';
	padding-right: 130px;
}
.contact-card h5 {
	color: rgba(255, 255, 255, 0.80);
	font-size: 1.6rem;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin: 9px 0 15px;
}
.contact-card h5 a {
	color: rgba(255, 255, 255, 0.80);
}
.contact-card h5 a:hover {
	color: #9B896C;
}
.contact-card p {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'Sora-SemiBold';
	font-size: 1.6rem;
	margin-bottom: 13px;
}
.contact-card p a {
	font-family: 'Sora-Regular';
	color: rgba(255, 255, 255, 0.50);
}
.contact-card p a:hover {
	color: #9B896C;
}
.contact-card p img {
	margin-right: 6px;
}
.contact-card hr {
    background-color: rgba(255, 255, 255, 0.10);
    margin: 22px 0;
    opacity: 1;
    width: calc(100% + 80px);
    left: -40px;
    position: relative;
}
.contact-card ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.contact-card .common-btn {
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
}
.contact-card .fill-btn {
	min-width: 200px;
	text-align: center;
}
.contact-card-img {
	position: absolute;
	right: -25px;
	top: -25px;
	height: 132px;
	width: 132px;
	border: 3px solid #232323;
	border-radius: 100%;
	overflow: hidden;
}
.contact-card-img img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
/****related-car-sec ***/
.related-car-sec {
	padding: 90px 0 69px;
	position: relative;
}
.related-car-slider {
	position: relative;
}
.related-car-sec .sec-mark {
	height: 100%;
	width: 100%;
	z-index: -1;
}
.related-car-sec .sec-mark img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.related-car-heading {
	margin-bottom: 60px;
}
.related-car-heading h5 {
	margin-bottom: 10px;
}
.related-car-slider .each-product-text h4 {
	font-size: 1.6rem;
}
.related-car-slider .each-product-text td {
	font-size: 1.2rem;
	padding-right: 6px;
    margin-right: 6px;
}
.related-car-slider .each-product-text h5 {
	font-size: 1.6rem;
}
.related-car-slider .each-product-text h6 {
	font-size: 1.2rem;
}
.related-car-slider .each-product-text {
	padding: 12px 16px;
}
.related-car-slider .product-location h6 {
	font-size: 1.2rem;
}
.related-car-slider .product-location img {
	width: 10px;
}
.related-car-slider .product-location {
	min-width: 121px;
}
.related-car-slider .swiper-button-prev {
	left: -30px;
}
.related-car-slider .swiper-button-next {
	right: -30px;
}
.related-car-slider .common-arrow {
	top: 40%;
}







.fix-wp-text {
	background-color: #283E33;
	width: max-content;
    position: absolute;
    right: 100%;
	top: 0;
	padding: 15px 20px;
	clip-path: inset(0 0 0 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fix-location.visible .fix-wp-text {
	clip-path: inset(0 0 0 0);
}
.fix-side-bar li:hover .fix-wp-text {
	clip-path: inset(0 0 0 0);
}
.fix-wp-text .each-footer-info p a {
	background-color: transparent;
}



.wp-social,
.insta-social {
	position: relative;
}
.fix-footer-wp-txt {
    background-color: #283E33;
    width: max-content;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 8px 15px;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	margin-top: 2px;
	margin-left: -1px;
}
.wp-social:hover .fix-footer-wp-txt,
.insta-social:hover .fix-footer-wp-txt {
    clip-path: inset(0 0 0 0);
}
.fix-footer-wp-txt .each-footer-info {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.fix-footer-wp-txt .each-footer-info a {
    background-color: transparent;
    border: 0;
    height: auto;
    width: auto;
    display: block;
	font-size: 1.4rem;
}
.fix-footer-wp-txt .each-footer-info a:hover {
	background-color: transparent;
}
.fix-footer-wp-txt .each-footer-info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}








/************************************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 35px;
	  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;
  }
  .calculator_iframe {
	  width: 100%;
	  height: 1300px;
  }
  
  @media (max-width: 1299.98px) {
	  .calculator_iframe {
		  height: 1300px;
	  }
  }
  @media (max-width: 1199.98px) {
	  .calculator_iframe {
		  height: 1300px;
	  }
  }
  @media (max-width: 991px) {
	  .calculator_iframe {
		  height: 1650px;
	  }
  }
  
  @media (max-width: 767px) {
	  .calculator_iframe {
		  height: 2700px;
	  }
  }
  .share-social-media-button .a2a_dd svg {
	margin-right: 0 !important;
  }
.privacy_section {
	padding: 100px 0 60px;
}



    #mobile-contact-bar-outer {
        overflow: visible !important;
    }
    #mobile-contact-bar ul li {
        position: relative;
    }
.location-visible {
    position: relative;
}
.fix-location-text.mob-fix-location-text {
    clip-path: inset(100% 0 0 0);
	right: 0;
	bottom: 45px;
	top: auto;
}
.location-visible .fix-location-text.mob-fix-location-text {
    clip-path: inset(0 0 0 0);
}
.mob-fix-location-text .each-footer-info {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.mob-fix-location-text .each-footer-info:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.card-whatsapp img{
	width: 18px;
}

