body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
	background-color: #000;
    /*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;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*********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;
}
/****common-text-reveal-animation*****/
.text-reveal h1, .text-reveal h2, .text-reveal h3, .text-reveal h4, .text-reveal h5, .text-reveal h6 {
    opacity: 0;
	overflow: hidden;
}
/***common-parallax****/
.parallax-item {
	will-change: transform;
}
/*****header-area*****/
.header-area {
	padding: 34px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid transparent;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.header-area.stiky {
	background-color: #000;
	border-color: rgba(255, 255, 255, 0.3);
	top: -100%;
}
.header-area.another-stiky {
	top: 0;
}
.header-logo img {
	width: 183px;
}
.header-left {
	display: flex;
	gap: 33px;
	align-items: center;
}
.header-nav ul {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.header-nav li {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 28px;
}
.header-nav li::after {
	display: none;
} 
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 33px;
}
.header-right p {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 28px;
}
.menu-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
    font-family: 'LamaSans-Medium';
	font-size: 1.8rem;
	line-height: 28px;
	padding: 16px 28px;
	border-radius: 100px;
	border: 1px solid #BF892D;
	cursor: pointer; 
	position: relative;
	z-index: 99;
}
.menu-bar {
    position: relative;
    max-width: 20px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 5px 0;
    width: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
	width: 70%;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-8px) rotate(-135deg);
}
/****mega-menu****/
.mega-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 98;
	pointer-events: none;
	opacity: 0;
	transition: clip-path 1.3s cubic-bezier(.74, 0, .24, .99);
	clip-path: polygon(-100% 0, 0 0, -20% 100%, -120% 100%);
}
.mega-menu-active {
	opacity: 1;
	pointer-events: all;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mega-menu-leave {
	clip-path: polygon(-100% 0, 0 0, -20% 100%, -120% 100%);
}
.mega-menu .container {
	height: 100%;
}
.mega-menu-wrap {
	width: 60%;
	height: 100%;
	padding: 150px 40px 80px 0;
	position: relative;
}
.mega-menu-nav {
	height: 100%;
	overflow-y: auto;
}
.mega-menu-nav::-webkit-scrollbar {
	width: 10px;
	background-color: #242424;
	border-radius: 10px;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
	background-color: #535353; 
	border-radius: 10px;
}
.mega-menu-wrap::after {
	content: "";
	height: 100%;
	width: 100vw;
	right: 0;
	background-color: #0A0A0B;
	position: absolute;
	top: 0;
	z-index: -1;
}
.mega-menu-overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
}
.mega-menu-overlay-active {
	opacity: 1;
}
.mega-menu-blank-active {
	opacity: 1;
	pointer-events: all;
}
.mega-menu-blank {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
}
.menu-close-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #BF892D;
	border-radius: 100%;
	height: 180px;
	width: 180px;
	top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -90px;
	background-color: transparent;
	z-index: 1;
	cursor: pointer;
}
.menu-close-btn img {
	width: 30px;
}
.menu-close-btn:hover {
	background-color: transparent;
}
.mega-menu-nav ul {
	margin-bottom: 0;
}
.mega-menu-nav li {
	padding-left: 0;
	margin-bottom: 40px;
	font-family: 'Baskervville-Regular';
	font-size: 4rem;
	line-height: 5rem;
	text-transform: uppercase;
}
.mega-menu-nav li::after {
	display: none;
}
.mega-menu-nav 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
}
/*****banner-sec***/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 33%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	z-index: 1;
}
.banner-video, .each-banner {
	height: 920px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
	overflow: hidden;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	transform: scale(1.3);
	transition: all 3s;
	-webkit-transition: all 3s;
}
.banner-slider .swiper-slide-active .each-banner {
	transform: scale(1);
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    width: 100%;
	z-index: 2;
}
.banner-content p {
    margin: 6px 0 0;
}
.banner-content .common-btn {
	margin-top: 25px;
}
/****service-sec****/
.service-video {
	max-width: 620px;
	width: 100%;
}
.service-video-bg {
	max-width: 450px;
	width: 100%;
}
.service-video-frame {
	height: 430px;
	max-width: 430px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-top: -50%;
}
.service-video-frame > img {
	height: 100%;
	object-fit: cover;
}
.service-vdo-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 70px;
	width: 70px;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.service-vdo-btn img {
	width: 13px;
}
.service-vdo-btn::after {
	content: "";
	height: calc(100% + 10px);
	width: calc(100% + 10px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #BF892D;
	border-radius: 100%;
	animation: vdoBtnPulse 2s linear infinite;
}
@keyframes vdoBtnPulse{
	0%{
		opacity: 0;
		transform: translate(-50%, -50%) scale(1);
	}
	50%{
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.1);
	}
	100%{
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.2);
	}
}
.service-text {
	padding-left: 12%;
}
.service-text h4 {
	margin-bottom: 9px;
}
.service-text h2 {
	margin: 90px 0 14px;
}
/****paint-work-sec***/
.paint-work-sec {
	padding: 109px 0 214px;
	overflow-x: clip;
	position: relative;
}
.paint-work-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-paint-work {
	height: 638px;
	position: relative;
	text-align: center;
}
.each-paint-work img {
	height: 100%;
	object-fit: cover;
}
.each-paint-work h2 {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 109%;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.paint-work-sec .learn-more-btn {
	margin-top: -116px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.paint-work-sec .swiper-slide-active .each-paint-work h2 {
	opacity: 1;
}
.paint-work-sec .swiper-slide-active .learn-more-btn {
	opacity: 1;
}
.paint-work-sec .swiper-button-next {
	right: 11%;
}
.paint-work-sec .swiper-button-prev {
	left: 11%;
}
.learn-more-btn {
	color: #fff;
    font-family: 'LamaSans-Medium';
	font-size: 1.8rem;
	line-height: 28px;
	height: 230px;
	max-width: 230px;
	background-color: #000;
	border: 1px solid #BF892D;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
    margin: -8% auto 0;
    z-index: 1;
    position: relative;
}
.paint-work-slider .swiper {
	overflow: visible;
}
.sec-mark {
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
}
/***appointment-cta-sec****/
.appointment-cta-sec {
	padding-bottom: 100px;
	position: relative;
}
.appointment-cta-sec h2 {
	margin-bottom: 45px;
}
.appointment-cta-sec .sec-mark {
	right: auto;
	left: 0;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 21px 0;
	background-color: #BF892D;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 75px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 75px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	color: #fff;
    font-family: 'Baskervville-Regular';
	font-size: 2.4rem;
	line-height: 32px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0;
}
.usp-marquee-wrap li::after {
	background-image: url(../images/usp-icon.svg);
	top: 8px;
}
/*****about-sec****/
.about-sec {
	position: relative;
	background-color: #fff;
	padding-top: 154px;
}
.about-bg {
	height: calc(100% - 100px);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.about-bg img {
	height: calc(100% + 100px);
	object-fit: cover;
}
.about-bg::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.about-wrap {
	position: relative;
	z-index: 1;
}
.about-curve-line {
	position: absolute;
    left: 10px;
    bottom: 85px;
    width: 72%;
	pointer-events: none;
	z-index: -1;
}
.about-content {
	max-width: 992px;
	width: 100%;
	margin: 0 auto;
}
.about-content h2 {
	display: table;
	margin: 0 auto 12px;
}
.about-content-text {
	padding-left: 40px;
	position: relative;
    top: 20px;
}
.about-content-text p {
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about-content-img {
	max-width: 213px;
	width: 100%;
	margin-left: 25px;
	position: relative;
}
.about-counter {
	margin-top: 250px;
	max-width: 1071px;
	width: 100%;
	margin-left: auto;
}
.each-counter {
	width: 195px;
	height: 195px;
	background-color: #F5F5F5;
	border: 5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 100%;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-counter:hover {
	background-color: #BF892D;
}
.each-counter h3 {
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-counter h3 strong {
	font-weight: normal;
}
.each-counter h6 {
    color: #000;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: normal;
	margin-top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-counter:hover h6,
.each-counter:hover h3 {
	color: #fff;
}
/****specialize-sec****/
.specialize-sec {
	padding: 66px 0 93px;
	background-color: #fff;
	overflow-x: hidden;
}
.specialize-slider {
    padding-top: 44px;
	max-width: 758px;
	width: 100%;
	margin-left: auto;
}
.each-specialize {
	height: 475px;
	position: relative;
	border: 1px solid transparent;
	cursor: default;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-specialize::after {
	content: "";
	height: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	position: absolute;
	transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(.74,0,.24,.99);
}
.each-specialize:hover {
	border-color: #BF892D;
}
.each-specialize:hover h5 {
	color: #BF892D;
}
.each-specialize:hover p {
	color: #000;
}
.each-specialize:hover h2 {
	color: #000;
}
.each-specialize:hover::after {
	height: 100%;
}
.each-specialize img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
.each-specialize-text {
	position: relative;
	z-index: 1;
	padding: 30px;
	height: 100%;
}
.each-specialize-text p {
	margin: 23px 0 118px;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(.74,0,.24,.99);
	min-height: 168px;
}
.each-specialize-text h2 {
	transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(.74,0,.24,.99);	
}
.each-specialize-text h5 {
	transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(.74,0,.24,.99);
}
.specialize-control {
	position: relative;
	display: flex;
	justify-content: end;
	gap: 10px;
}
.specialize-control .common-arrow {
	margin: 0;
	border-color: #000;
	margin-bottom: 20px;
	position: relative;
}
.specialize-control .common-arrow img {
	filter: brightness(0);
}
.specialize-control .common-arrow svg rect {
	stroke: #BF892D;
}
.specialize-control .common-arrow:hover {
	border-color: rgba(0, 0, 0, 0.3);
}
.specialize-control .swiper-button-next {
	right: 0;
}
.specialize-control .swiper-button-prev {
	left: 0;
}
.specialize-heading {
	position: relative;
}
.specialize-heading h2 {
	color: #000;
	text-align: center;
	writing-mode: sideways-lr;
}
.specialize-sec .learn-more-btn {
	margin-left: 56px;
	margin-top: -27%;
	background-color: transparent;
	color: #000;
}
.specialize-sec .learn-more-btn svg rect {
	stroke: #000;
}
/*****gallery-sec****/
.gallery-sec {
	overflow-x: hidden;
	background-color: #fff;
	padding-bottom: 30px;
}
.gallery-wrap {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.gallery-sec .swiper {
	margin: 0 -13%;
}
.each-gallery {
	position: relative;
	overflow: hidden;
}
.each-gallery > img {
	height: 100%;
	object-fit: cover;
}
.each-gallery::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gallery h6 {
	font-family: 'Urbanist-SemiBold';
	position: absolute;
	left: 19px;
	bottom: 17px;
	display: flex;
	align-items: center;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gallery h6 img {
	margin-right: 9px;
}
.each-gallery:hover h6,
.each-gallery:hover::after {
	opacity: 1;
}
.gallery-sec .swiper-slide:nth-child(3n-2) .each-gallery {
	height: 223px;
}
.gallery-sec .swiper-slide:nth-child(3n-1) .each-gallery {
    height: 334px;
}
.gallery-sec .swiper-slide:nth-child(3n) .each-gallery {
    height: 500px;
}
/*****intereste-sec******/
.intereste-sec {
	background-color: #0A0A0B;
	overflow-x: hidden;
}
.intereste-wrap {
	position: relative;
	padding: 90px 0;
}
.interest-heading {
	margin-bottom: 81px;
	position: relative;
	z-index: 1;
}
.interest-form {
	border-radius: 5px;
	background-color: #fff;
	padding: 32px 45px;
	position: relative;
	z-index: 1;
}
.interest-form .form-style {
	resize: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 1.8rem;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    color: #000;
	padding: 5px 0;
    font-family: 'LamaSans-Medium';
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.interest-form .form-style.foto_upload,
.interest-form .form-style.photo_upload {
	color: rgba(0, 0, 0, 0.8);
}
.interest-form .form-group {
	margin-bottom: 20px;
}
.interest-form .form-style::placeholder {
    color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.interest-form .form-style:placeholder {
    color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.interest-form .form-style:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.interest-form .form-style:focus {
    box-shadow: none;
	background-color: transparent;
    color: #000;
	border-color: #000;
}
.interest-form .form-style:focus::placeholder {
	color: #000;
}
.interest-form textarea.form-style {
	height: 38px;
}
.interest-form .col-lg-9 {
	width: 79%;
}
.interest-form .col-lg-3 {
	width: 21%;
}
.interest-form .col-lg-9 .row {
	margin: 0 -11px;
}
.interest-form .col-lg-9 .col-lg-4,
.interest-form .col-lg-9 .col-lg-12 {
	padding: 0 11px;
}
.intereste-img {
	position: absolute;
	right: -6%;
	bottom: 0;
	width: 33%;
}
/****contact-info-sec****/
.contact-info-sec {
	padding: 130px 0;
	background-color: #0A0A0B;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.each-contact-info {
	text-align: center;
}
.each-contact-info h5 {
	color: #BF892D;
	margin-bottom: 15px;
}
.each-contact-info p {
	margin-bottom: 0;
	line-height: 27px;
}
.each-contact-info table {
	margin: 0 auto;
	text-align: left;
}
.each-contact-info td:nth-child(odd) {
	padding-right: 16px;
}
/***footer-area***/
.footer-area {
	background-color: #BF892D;
	overflow-x: clip;
}
/****mail-marquee-block****/
.mail-marquee-block {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 52px 0;
	width:100vw;
	margin-left:-50vw;
	left:50%;
}
.mail-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 185px;
}
.mail-marquee-wrap ul {
	display: flex;
	gap: 185px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.mail-marquee-wrap li {
	white-space: nowrap;
	color: #fff;
    font-family: 'Baskervville-Regular';
	font-size: 3rem;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0;
	padding-left: 205px;
}
.mail-marquee-wrap li::after {
	background-image: url(../images/usp-icon.svg);
	top: 10px;
	width: 20px;
	height: 20px;
	background-size: 20px;
}
.mail-marquee-wrap li a:hover {
	color: #000;
}
.footer-mid {
	padding: 65px 0;
	position: relative;
}
.footer-mid::after,
.footer-mid::before {
	content: "";
	height: 1px;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.7);
}
.footer-mid::before {
	top: auto;
	bottom: 0;
}
.footer-logo img {
	width: 183px;
}
.footer-nav ul {
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 40px;
	row-gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-nav li {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li::after {
	display: none;
}
.footer-nav li a {
	color: rgba(255, 255, 255, 0.5);
}
.footer-nav li a:hover {
	color: #fff;
}
.footer-social ul {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: end;
	flex-wrap: wrap;
}
.footer-social li {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-social li::after {
	display: none;
}
.footer-social li a {
	height: 36px;
	width: 36px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li a:hover {
	background-color: #000;
	border-color: #000;
}
.footer-social li.social-wp a {
	background-color: #25D366;
	border-color: #25D366;
}
.footer-social li.social-wp a:hover {
	background-color: #000;
	border-color: #000;
}
.footer-policy {
	padding: 24px 0;
}
.footer-policy p {
	margin-bottom: 0;
}
.footer-policy p a:hover {
	color: #000;
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1110px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-area .modal-content .col-lg-5 {
	width: 47%;
}
.modal-area .modal-content .col-lg-7 {
	width: 53%;
}
.modal-area .popup-content img {
	width: 183px;
}
.modal-area .popup-content p {
	margin: 50px 0 44px;
}
.modal-area .popup-content .common-btn:hover {
	background-color: #000;
}
.modal-area .popup-content {
    padding: 92px;
	background-color: #0D0D0D;
	position: relative;
}
.pop-up-image {
	height: 100%;
	overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content .sec-mark {
	z-index: 1;
	top: 0;
	bottom: auto;
	width: 30%;
}
/*==================================diensten page start=========================================*/
/*****inner-banner-sec***/
.inner-banner-sec {
	position: relative;
}
.inner-banner-sec::after {
	content: "";
	height: 42%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.inner-banner-text {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 58%;
	transform: translateY(-50%);
	z-index: 1;
}
/*****service-list-sec*****/
.service-list-sec {
	padding: 140px 0 76px;
	position: relative;
}
.service-list-sec .sec-mark {
	top: 0;
	bottom: auto;
}
.service-list-sec h2 {
	margin-bottom: 100px;
	text-align: center;
}
.service-list-main .row {
	margin: 0 -63px 50px;
}
.service-list-main .row:nth-child(even) {
	flex-direction: row-reverse;
}
.service-list-main .row:last-child {
	margin-bottom: 0;
}
.service-list-main .col-lg-6 {
	padding: 0 63px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.each-service-text {
	margin-top: 34px;
}
.each-service-text h4 {
	position: relative;
	margin-top: 42px;
	padding-right: 160px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-text h4::after {
	content: '';
	height: 30px;
	width: 73px;
	position: absolute;
	right: 0;
	top: 5px;
	background-image: url(../images/service-arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-img {
	height: 728px;
	overflow: hidden;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-list-main .col-lg-6:nth-child(even) .each-service-img {
	height: 475px;
}
.each-service:hover img {
	transform: scale(1.1);
}
.each-service:hover .each-service-text h4 {
	color: #BF892D;
}
.each-service:hover .each-service-text h4::after {
	right: 20px;
}
/*==================================diensten-dtl page start=========================================*/
/****service-dtl-desc-sec****/
.service-dtl-desc-sec {
	padding: 227px 0 94px;
	position: relative;
}
.service-dtl-desc-sec .row {
	margin: 0 -25px;
}
.service-dtl-desc-sec .col-lg-7 {
	width: 64%;
	padding: 0 25px;
}
.service-dtl-desc-sec .col-lg-5 {
	width: 36%;
	padding: 0 25px;
}
.service-dtl-desc-left {
	position: relative;
}
.service-dtl-desc-left img {
	max-width: 665px;
	margin-left: auto;
	display: block;
}
.service-dtl-desc-left h1 {
	/* margin-bottom: -45px; */
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.service-dtl-desc-left .learn-more-btn {
	height: 200px;
	min-width: 200px;
	left: 140px;
	bottom: -94px;
	margin: 0;
	position: absolute;
	cursor: pointer;
}
.service-dtl-desc-text p:last-child {
	margin-bottom: 0;
}
.service-dtl-desc-sec .sec-mark {
	top: 131px;
	bottom: auto;
}
/****service-dtl-info-sec*****/
.service-dtl-info-sec {
	padding: 127px 0 137px;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
	display: block;
	width: 100%;
}
.service-dtl-info-sec tr {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
}
.service-dtl-info-sec td {
	width: 31%;
	border: 1px solid #BF892D;
	padding: 40px 40px 90px;
	position: relative;
	min-height: 475px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-dtl-info-sec td::after {
	content: "";
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #BF892D;
    position: absolute;
    transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(.74,0,.24,.99);
	z-index: -1;
}
.service-dtl-info-sec td:hover::after {
	height: 100%;
}
.service-dtl-info-sec td p {
	margin: 23px 0 40px;
}
.service-dtl-info-sec td h2 {
	position: absolute;
	left: 40px;
	bottom: 34px;
}
.service-dtl-info-sec td .common-btn {
	left: 50%;
    transform: translateX(-50%);
}
.service-dtl-info-sec td .common-btn:hover {
	background-color: #0D1A10;
}
/******form-sec****/
.form-sec {
	position: relative;
	padding: 50px 0 0;
}
.form-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
.form-bg-img img {
	height: 100%;
	object-fit: cover;
}
.form-bg-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.form-block .form-style {
	resize: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 1.6rem;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
	padding: 13px 24px;
    font-family: 'LamaSans-Medium';
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(255, 255, 255, 0.7);
}
.form-block .form-group {
	margin-bottom: 18px;
}
.form-block .form-style::placeholder {
    color: rgba(255, 255, 255, 0.7);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-block .form-style:placeholder {
    color: rgba(255, 255, 255, 0.7);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-block .form-style:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-block .form-style:focus {
    box-shadow: none;
	background-color: transparent;
    color: #fff;
	border-color: #fff;
}
.form-block .form-style:focus::placeholder {
	color: #fff;
}
.form-block textarea.form-style {
	height: 100px;
}
.form-block .common-btn {
	margin-top: 30px;
}
.form-right {
	padding-bottom: 127px;
}
.form-right p {
	margin-bottom: 70px;
	max-width: 580px;
	width: 100%;
}
.form-left {
	max-width: 670px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.form-person {
	max-width: 41%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	right: 9px;
}
.form-left h2 {
	margin-bottom: 122px;
	margin-left: 27%;
}
.form-content {
	position: relative;
}
.form-preson-line {
	bottom: 0;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	pointer-events: none;
}
.form-content-wrap {
	max-width: 380px;
	width: 100%;
	margin: 36px auto 61px;
}
.each-form-content {
	text-align: center;
}
.each-form-content h5 {
	margin-bottom: 8px;
	color: #BF892D;
}
.each-form-content p {
	margin-bottom: 0;
}
/******related-service-sec******/
.related-service-sec {
	padding: 112px 0 206px;
}
.related-service-sec .paint-work-heading h2 {
	position: initial;
	transform: translate(0);
	margin-bottom: 90px;
}
/****price-popup******/
.price-popup .modal-dialog {
    max-width: 92%;
    margin: 8% auto;
}
.price-popup .modal-content {
	background-color: #BF892D;
	padding: 60px 84px;
}
.price-popup .modal-content h2 {
	margin-bottom: 30px;
	text-align: center;
}
.price-popup .modal-content table,
.price-popup .modal-content tbody {
	display: block;
	width: 100%;
}
.price-popup .modal-content tr {
	display: flex;
	gap: 11px;
}
.price-popup .modal-content td {
	border: 1px solid rgba(255, 255, 255, 0.10);
	background-color: #000;
	display: block;
	padding: 31px;
	width: 33.33%;
}
.price-popup .modal-content td h6 {
	font-size: 1.6rem;
	line-height: 24px;
	margin-bottom: 8px;
}
.price-popup .modal-content td p {
	color: rgba(255, 255, 255, 0.70);
}
.price-popup .modal-content td p em {
	font-size: 3.2rem;
	line-height: 56px;
	color: #fff;
	font-style: normal;
	margin-left: 2px;
	position: relative;
	top: 5px;
}
.price-popup .modal-content td li {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 18px;
}
.price-popup .modal-content td li:last-child {
	margin-bottom: 0;
}
.price-popup-close {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 20px;
}
.price-popup .modal {
    background-color: rgba(0, 0, 0, 0.8);
}
/*==================================contact page start=========================================*/
.map-frame {
	height: 100%;
}
/*==================================overons page start=========================================*/
/***overons-welcome-sec***/
.overons-welcome-sec {
	padding-top: 170px;
	position: relative;
}
.overons-welcome-img  {
	max-width: 582px;
	width: 100%;
}
.overons-welcome-text {
	max-width: 487px;
	width: 100%;
	margin-left: auto;
}
.overons-welcome-text h2 {
	margin-bottom: 122px;
	margin-left: -90%;
}
.overons-welcome-text p {
	margin-bottom: 40px;
}
.overons-welcome-wrap {
	max-width: 1307px;
	width: 100%;
}
.overons-welcome-sec .sec-mark {
	top: 0;
	bottom: auto;
}
/****overons-info-sec****/
.overons-info-sec {
	padding: 220px 0 60px;
	position: relative;
}
.overons-info-sec .row {
	margin: 0 -11px;
}
.overons-info-sec .col-lg-3 {
	padding: 0 11px;
}
.each-overons-info {
	padding: 53px 13px 13px;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-overons-info h3 {
	color: #000;
}
.each-overons-info h6 {
	color: #000;
	font-family: 'LamaSans-Regular';
	font-size: 1.4rem;
}
.each-overons-info h3 strong {
	font-weight: normal;
}
.each-overons-info-img {
	margin-top: 43px;
	height: 346px;
}
.each-overons-info-img img {
	height: 100%;
	object-fit: cover;
}
.overons-info-sec .col-lg-3:nth-child(even) .each-overons-info {
	margin-top: 277px;
}
.each-overons-info:hover {
	background-color: #BF892D;
}
.each-overons-info:hover h3,
.each-overons-info:hover h6 {
	color: #fff;
}
.overons-info-sec .sec-mark {
	bottom: auto;
	top: 10px;
}
/***member-sec****/
.member-sec {
	overflow: hidden;
}
.member-sec h2 {
	text-align: center;
	margin-bottom: 109px;
}
.each-member .row {
	margin: 0 -12px;
}
.each-member .col-6 {
	padding: 0 12px;
}
.each-member-text {
	border-left: 1px solid #BF892D;
	padding-left: 24px;
	height: 100%;
	position: relative;
}
.each-member-text img {
	width: 183px;
	position: absolute;
	bottom: 0;
	left: 24px;
}
.each-member-text h6 {
	font-size: 1.4rem;
	font-family: 'LamaSans-Regular';
	margin-top: 8px;
}
.member-slider {
	position: relative;
}
.member-slider .common-btn img {
	filter: 0;
}
.member-slider .swiper-button-next {
	right: auto;
	left: -70px;
	top: 60%;
}
.member-slider .swiper-button-prev {
	left: -70px;
	top: calc(60% - 60px);
}
/* ============================================== projected ============================================== */
/****projecten-list****/
.projecten-list {
	position: relative;
	padding: 140px 0 125px;
}
.projecten-list .sec-mark {
    top: 0;
    bottom: auto;
}
.each-projecten-list-img {
    max-width: 85%;
    margin-left: 25%;
    margin-right: auto;
}
.each-projecten-list .col-lg-7 {
	width: 60%;
}
.each-projecten-list .col-lg-5 {
	width: 40%;
}
.each-projecten-list-info {
	padding-left: 35px;
}
.each-projecten-list-info p {
    margin-bottom: 0;
    max-width: 495px;
    width: 100%;
}
.projecten-list .each-projecten-list:nth-child(even) {
	padding: 100px 0;
}
.projecten-list .each-projecten-list:nth-child(even) .each-projecten-list-img {
    margin-left: auto;
    margin-right: 25%;
}
.projecten-list .each-projecten-list:nth-child(even) .each-projecten-list-title {
	max-width: max-content;
    margin-right: 0;
    margin-left: auto;
}
.projecten-list .each-projecten-list:nth-child(even) .each-projecten-list-info {
    padding-right: 35px;
	padding-left: 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: 35px;
      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 20px;
      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(#fff calc(1*100%/6),#C3000B 0 calc(3*100%/6),#fff 0),
                linear-gradient(#fff calc(2*100%/6),#C3000B 0 calc(4*100%/6),#fff 0),
                linear-gradient(#fff calc(3*100%/6),#C3000B 0 calc(5*100%/6),#fff 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: #C3000B;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /* WHATS LAB */
  .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: 71px;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 47px;
      right: 13px;
      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;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }

/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
body .interest-form .error_cls,
body .interest-form .success_cls,
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.privacy_section {
    padding: 120px 0 60px;
}