body {
	padding: 0px;
	margin: 0px;
    font-family: 'VolvoNovum-Medium';
    font-size: 1.6rem;
    color: #121212;
    /*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;
}
main {
    padding-top: 87px;
}
/*****************header****************/
/*****header-area*****/
.header-wrap{
    background-color: #FFFFFF;
    padding: 20px 48px;
    border-radius: 0px;
}
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-x: clip;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1px solid #C2C2C2;
    background-color: #FFFFFF;
}
.header-active {
    border-bottom: 0px solid #C2C2C2;
    box-shadow: 0px 0px 20px 20px #6c6c6c0d;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-logo img {
    width: 73px;
}
.header-logo .sub-logo img{
    width: 47px;
    height: 47px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0;
}
.header-nav ul li::after{
    display: none;
}
.header-nav > ul {
    display: flex;
    justify-content: center;
}
.header-nav > ul > li {
    color: #101010;
    padding: 10px 25px;
    transition: 0.4s ease-in-out;
    border-radius: 5px;
}
.header-nav > ul > li:hover{
    background-color: #F5F5F5;
}
.header-nav > ul > li > a {
    color: #101010;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'VolvoNovum-Medium';
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #004274;
	min-width: 170px;
	text-align: center;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
}
.parent-dropdown ul li a {
	color: #fff;
	padding: 5px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #ffffff47;
}
.parent-dropdown:hover ul {
	top: 30px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after{
    display: none;
}
.parent-dropdown img {
	cursor: pointer;
    width: 8px;
    margin-left: 0px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.active img {
    filter: brightness(0) invert(1);
    margin-left: 3px;
    margin-top: -3px;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
}
.parent-dropdown:hover {
    z-index: 1;
}
.header-right-part {
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: end;
}
.header-flag {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-flag a img{
    width: 31px;
    height: 20px;
}
.header-flag a.active_flage{
    box-shadow: 0px 0px 10px 10px #0042742e;
}
.header-flag-mb{
    display: none;
}
/*****mobile-menu*****/
.menu-btn {
    text-align: center;
    border-radius: 5px;
    padding: 10px 37px 10px 26px;
    color: #121212;
    background-color: #F5F5F5;
    font-family: 'VolvoNovum-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 108px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-btn::after {
    position: absolute;
    content: "";
    background-color: #121212;
    border-radius: 1px;
    width: 3.75px;
    height: 3.75px;
    right: 30px;
    top: 18px;
}
.menu-btn::before {
    position: absolute;
    content: "";
    background-color: #121212;
    border-radius: 1px;
    width: 3.75px;
    height: 3.75px;
    right: 30px;
    top: 25px;
}
.menu-bar {
    position: relative;
    max-width: 15px;
    width: 100%;
    cursor: pointer;
    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: 2px;
    margin: 3px auto 3px 0;
    width: 15px;
    border-radius: 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(-6px) rotate(-135deg);
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 30%;
    background-color: #004274;
    padding: 170px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.mobile-menu > .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu > .mobile-menu-wrap > ul > li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
    display: table;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a {
    color: #fff;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a:hover {
    color: #ffffff6b;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
}
.mobile-menu .parent-dropdown ul li {
    font-size: 1.6rem;
}
/****fix-wp**/
.fix-wp {
    position: fixed;
    height: 52px;
    width: 52px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 100px;
    right: 30px;
}
.fix-wp img {
    width: 26px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----------- Home Page Start ---------- */
/* home-banner-sec */
.new-common-border{
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
.common-border{
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2; 
}
.home-banner-sec {
	position: relative;
}
.home-banner-sec.new-common-border{
    border-top: 0px;
}
.home-banner-video,
.home-each-banner {
    height: 717px;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-banner-slider {
	height: 100%;
}
.home-banner-sec .swiper-slide {
	height: auto;
}
.home-each-banner{
    position: relative;
    z-index: 1;
}
.home-each-banner::after{
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgba(18, 18, 18, 0.00) 0%, rgba(18, 18, 18, 0.59) 80.77%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;  
    pointer-events: none;  
}
.home-each-banner img {
	height: 100%;
	object-fit: cover;
}
.home-banner-content {
  position: absolute;
  left: 0;
  bottom: 119px;
  width: 100%;
  z-index: 1;
}
.home-banner-heading p{
    color: #FFF;
    margin-bottom: 36px;
}
.home-banner-heading a{
    margin-right: 18px;
}
/* our-product-sec */
.our-product-sec .our-product-wrapper{
    padding: 90px 0px;
}
.our-product-heading h2{
    margin-bottom: 14px;
}
.our-product-heading{
    margin-bottom: 20px;
}
.each-product{
    transition: 0.4s ease-in-out;
}
.each-product:hover .read-more-btn{
    color: #004274;
}
.each-product:hover .read-more-btn::after{
    filter: brightness(0) saturate(100%) invert(14%) sepia(33%) saturate(7492%) hue-rotate(191deg) brightness(94%) contrast(101%);
}
.each-product-img{
    position: relative;
    z-index: 1;
    margin-bottom: 29px;
}
.each-product-mark {
    background-color: #E8E8E8;
    padding: 8px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 141px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.each-product-mark p{
    margin-bottom: 0;
    color: #121212;
    font-size: 1.4rem;
    line-height: 20px;
}
.each-product-heading h4{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}
.each-product-heading table{
    width: 100%;
}
.each-product-heading tr {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.each-product-heading tr td{
    color: #121212;
    font-family: 'VolvoNovum-Light';
    font-size: 1.4rem;
    line-height: 20px;
    border-radius: 5px;
    background: rgba(18, 18, 18, 0.10);
    padding: 3px 8px;
    flex-wrap: nowrap;
}
.each-product-price table{
    width: 100%;
}
.each-product-price tr {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: end;
}
.each-product-price tr td{
    color: #121212;
    font-family: 'VolvoNovum-Light';
    font-size: 1.4rem;
    line-height: 20px;
    border-radius: 5px;
    background: rgba(18, 18, 18, 0.10);
    padding: 3px 8px;  
}
.each-price strong{
    font-weight: normal;
    display: block;
}
.nue {
    font-family: 'VolvoNovum-Light';
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 17px;
}
.nue-orange{
    color: orange;
}
.nue-green{
    color: green;
}
.nue-red{
    color: #F00;
}
.each-product-btn{
    border-top: 1px solid #C2C2C2;
    padding-top: 14px;
    margin-top: 23px;
}
.our-product-btn .swiper-button-next {
    top: 230px;
    right: 21px;
}
.our-product-btn .swiper-button-prev {
    top: 291px;
    left: unset;
    right: 21px;
}
.our-product-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.our-product-layer img{
    opacity: 0.06;
    height: 100%;
}
/* our-service-sec */
.our-service-sec{
    overflow-x: clip;
}
.our-service-thumb{
    background-color: #F5F5F5;
    padding: 14px;
}
.our-service-title {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 21px 120px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.our-service-title img {
    height: 25px;
    width: 25px;
}
.our-service-title:hover{
    background-color: #fff;
}
.our-service-title::after{
    position: absolute;
    content: "";
    background-color: #fff;
    padding: 21px 120px;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: -1;
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.our-service-thumb   .swiper-slide-thumb-active .our-service-title::after{
    left: 0;
    opacity: 1;
}
.our-service-mid-bg{
    background-color: #F5F5F5;
    height: 40px;
}
.our-service-mid-img {
    background-image: url(../images/our-service-mid-img.svg);
    height: 41px;
    background-repeat: repeat;
    width: 200vw;
    border-bottom: 1px solid #C2C2C2;
}
.each-service-img-box {
    background-color: #004274;
    position: relative;
    z-index: 1;
    padding-top: 41px;
    padding-left: 58px;
    height: 100%;
}
.each-service-img{
    height: 542px;
    width: 100%;
}
.each-service-img img{
    height: 100%;
    object-fit: cover;
}
.each-service-img-layer{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.each-service-img-layer img {
    height: 100%;
    object-fit: cover;
}
.each-service-content-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.each-service-content {
    padding: 48px;
    height: 100%;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-service-box{
    background-color: #F5F5F5;
}
.each-service-dot{
    position: relative;
    z-index: 1;
}
.each-service-dot::after {
    position: absolute;
    content: "";
    background-image: url(../images/service-common-dot-.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -27px;
}
.each-service-icon {
    position: relative;
    z-index: 1;
    color: #004173;
    font-family: 'VolvoNovum-Light';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding-left: 36px;
    margin-left: 48px;
    margin-top: 27px;
}
.each-service-icon::after{
    position: absolute;
    content: "";
    background-color: #FFFFFF;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
}
.each-service-icon::before {
    position: absolute;
    content: "";
    background-color: #004173;
    width: 6px;
    height: 6px;
    left: 8px;
    top: 8px;
    z-index: 1;
}
.each-service-content h2{
    margin-bottom: 21px;
}
.each-service-content p{
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service{
    transition: 0.4s ease-in-out;
}
.each-service:hover .read-more-btn{
    color: #004274;
}
.each-service:hover .read-more-btn::after {
    filter: brightness(0) saturate(100%) invert(14%) sepia(33%) saturate(7492%) hue-rotate(191deg) brightness(94%) contrast(101%);
}
/* usp-marquee-sec */
.usp-marquee-sec{
    position: relative;
    z-index: 1;
}
.usp-marquee-sec::after {
    position: absolute;
    content: "";
    background-image: url(../images/service-common-dot-.png);
    background-repeat: repeat;
    width: 200vw;
    height: 1px;
    right: 48vw;
    top: 0;
}
.usp-marquee-sec .common-border-wrap{
    overflow: hidden;
}
.usp-marquee-wrap {
    padding: 33px 0px;
	display: flex;
	width: max-content;
    gap: 133px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 133px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li{
    color: #1A2D37;
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding-left: 6px;
}
.usp-marquee-wrap ul li::after{
    background-image: url(../images/marquee-icon.svg);
    background-size: 18px;
    top: 6px;
    width: 16px;
    height: 16px;
}
/* common-heading-bg */
.common-heading-bg{
    overflow: hidden;
}
.common-heading-bg .each-common-heading{
    padding: 55px 0px;
}
.common-heading-bg .common-border-wrap{
   position: relative;
   z-index: 1;
}
.common-heading-bg .common-border-wrap::after {
    position: absolute;
    content: "";
    background-image: url(../images/common-heading-bg-after.jpg);
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background-repeat: repeat;
    border-left: 1px solid #C2C2C2;
}
/* home-about-sec */
.home-about-sec{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home-about-sec::after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #C2C2C2;
    width: 200vw;
    height: 1px;
    right: 49vw;
    bottom: 0;
}
.home-about-sec .row{
    position: relative;
    z-index: 1;
}
.home-about-sec .row::after {
    position: absolute;
    content: "";
    background-color: #C2C2C2;
    width: 0.1px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.home-about-content {
    padding: 77px 48px 0px;
    height: 100%;
}
.home-about-img{
    height: 100%;
    width: 100%;
}
.home-about-img img{
    height: 100%;
    object-fit: cover;
}
.home-about-text{
    margin-bottom: 62px;
    max-width: 560px;
}
.home-about-text h4{
    margin-bottom: 13px;
}
.home-about-text p{
    margin-bottom: 30px;
}
.home-about-box-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.home-about-each-box {
    max-width: 560px;
    margin: 0 auto;
}
.home-about-sec .row .col-lg-6:nth-child(2n){
    padding-left: 0px;
}
.home-about-box-item {
    transition: 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 1;
    height: auto;
    padding: 71px 0px;
    min-height: 33.3332%;
    height: auto;
}
.home-about-box-item:hover{
    background-color: #004274;
}
.home-about-box-item::before {
    position: absolute;
    content: "";
    background-image: url(../images/service-common-dot-.png);
    background-repeat: repeat;
    width: 200vw;
    height: 1px;
    left: 0;
    bottom: 0;
}
.home-about-box-wrap .home-about-box-item:last-child::before {
    display: none;
}
.home-about-box-wrap{
    position: relative;
    z-index: 1;
}
.home-about-box-wrap::before{
    position: absolute;
    content: "";
    background-image: url(../images/service-common-dot-.png);
    background-repeat: repeat;
    width: 200vw;
    height: 1px;
    left: 0;
    bottom: 0; 
}
.home-about-icon{
    background-color: #004274;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: 0.4s ease-in-out;
}
.home-about-icon img{
    height: 24px;
    width: 24px;
}
.home-about-each-box h4{
    margin-bottom: 4px;
    transition: 0.4s ease-in-out;
}
.home-about-each-box  p{
    margin-bottom: 0;
    transition: 0.4s ease-in-out;
}
.home-about-box-item:hover h4{
    color: #fff;
}
.home-about-box-item:hover p{
    color: #fff;
}
.home-about-box-item:hover .home-about-icon{
    background-color: #fff;
}
.home-about-box-item:hover .home-about-icon img{
    filter: brightness(0) saturate(100%) invert(17%) sepia(36%) saturate(3894%) hue-rotate(186deg) brightness(99%) contrast(101%);
}
/* home-review-bg */
.home-review-bg{
    overflow: hidden;
}
.home-review-bg .common-border-wrap{
    padding: 97px 0px;
}
.review-box-item{
    background-color: #F5F5F5;
    text-align: center;
    padding: 30px 85px;
}
.review-box-item h5{
    margin-bottom: 6px;
}
.review-box-item p{
    margin-bottom: 22px;
}
.review-box-item img{
	width: 193px;
}
/* footer-area */
.footer-area-logo .ft-logo img{
    width: 114.484px;
    height: 73.802px;
}
.footer-area-logo .ft-sub-logo img{
    width: 66.311px;
    height: 66.311px;
}
.footer-area-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 58px;
    padding: 54px 0px;
}
.footer-area-logo .ft-logo{
    position: relative;
    z-index: 1;
}
.footer-area-logo .ft-logo::after {
    position: absolute;
    content: "";
    background: rgba(18, 18, 18, 0.20);
    width: 1px;
    height: 51px;
    right: -25%;
    transform: translateY(-50%);
    top: 50%;
}
.ft-gallery-slider {
    direction: rtl;
    padding-right: 75px;
}
.ft-gallery-img{
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.ft-gallery-img::after{
	position: absolute;
	content: "";
	background-image: url("../images/ft-insta.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px;
    width: 36.175px;
    height: 37.244px;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	pointer-events: none;
}
.ft-gallery-img:hover::after{
    opacity: 1;
}
.footer-area-wrap-box .ft-gallery-wrap{
    border-right: 1px solid  rgba(18, 18, 18, 0.20);
}
.ft-gallery-wrap-box {
    padding: 77px 0px 64px;
}
.ft-gallery-site p {
    margin-bottom: 29px;
    text-align: center;
}
.ft-gallery-site p a {
    color: #121212;
    transition: 0.4s ease-in-out;
}
.ft-gallery-site p a:hover{
    color: #004274;
}
.ft-each-detail h5{
    margin-bottom: 10px;
}
.ft-each-detail p{
    color: #121212;
    margin-bottom: 1px;
}
.ft-each-detail p a{
    color: #121212;
    transition: 0.4s ease-in-out;
}
.ft-each-detail p a:hover{
    color: #004274;
}
.ft-contact-detail {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 300px;
    margin: 0 auto;
}
.ft-each-detail table tbody tr td{
    font-family: 'VolvoNovum-Light';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.ft-each-detail table tbody tr td:first-child {
    width: 100px;
}
.ft-contact-detail-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.ft-privacy p{
    margin-bottom: 0;
}
.ft-privacy p a{
    color: #121212;
    transition: 0.4s ease-in-out;
}
.ft-privacy p a:hover{
    color: #004274;
}
.ft-social-icon-list ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.ft-social-icon-list ul li{
    margin: 0;
    padding: 0;
}
.ft-social-icon-list ul li::after{
    display: none;
}
.ft-social-icon-list ul li a {
    background-color: rgba(18, 18, 18, 0.1);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.ft-social-icon-list ul li a img{
    width: 20px;
    height: 20px;
}
.ft-social-icon-list ul li a:hover{
    background: #004274;
}
.ft-social-icon-list ul li a:hover img{
    filter: brightness(0) invert(1);
}
.footer-bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 38px;
}
.ft-btm-gap{
    height: 52px;
    background-color: #fff;
}
/* ----------- Home Page End ----------- */
/* ----------- Aanbod List Page Start ------------ */
.aanbod-filter-sec {
    position: relative;
    z-index: 2;
}
.aanbod-filter-sec .common-border-wrap{
    padding: 53px 0 51px;
    position: relative;
    z-index: 1;
}
.aanbod-filter-sec .common-border-wrap::after{
    position: absolute;
    content: "";
    background-image: url(../images/aanbod-list-dot-list.png);
    background-repeat: repeat;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.aanbod-filter-wrap{
    background-color: #F5F5F5;
    padding: 16px 48px;
}
.aanbod-filter-layer-bg{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    z-index: -1;
}
.aanbod-filter-heading{
    margin-bottom: 52px;
}
.filter-heading {
    margin-bottom: 40px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #121212;
	font-size: 1.4rem;
    font-family: 'VolvoNovum-Light';
}
.filter-reset-mb a{
    background-color: transparent;
    color: #121212 !important;
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: -2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #101010;
}
.aanbod-filter-sec .dropdown-arrow .select-style{
    background: url(../images/filter-arrow-show.svg) no-repeat 91% center / 10px;
}
.aanbod-filter-sec .dropdown-arrow .select-style:hover{
    background: url(../images/filter-arrow-show.svg) #FFF  no-repeat 91% center / 10px;
}
.aanbod-filter-sec .dropdown-arrow .select-style.show{
    background: url(../images/filter-arrow-show.svg) #fff  no-repeat 91% center / 10px;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 72px;
    font-size: 1.6rem;
    padding: 0 30px 0 18px;
    background-color: transparent;
    border: 1px solid transparent;
    appearance: none;
    line-height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    color: #121212;
    text-align: center;
}
.aanbod-filter-sec .select-style:hover{
    background-color: #FFF ;
    background-repeat: no-repeat;
    color: #121212;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    background-repeat: no-repeat;
    color: #121212;
    border: 1px solid #C2C2C2;
    background-color: #FFF ;
}
.filter-main {
    margin-bottom: 0px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #C2C2C2;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #121212;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.range-block label{
    color: #0C2D4A;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #3d3d3dbb;
    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 #121212;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    border-color: #004274;
    background-image: url(../images/check_tick_black.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 0px;
    background-color: #004274;
    font-size: 1.4rem;
    border: 1px solid #004274;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #121212;
    border: 1px solid #121212;
    color: #fff;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 72px;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #004274;
    border-radius: 0px;
}
.mobile-show-filter .common-btn {
    width: auto;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
    padding: 12px 35px;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0F0F0F;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.75);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #004274;
    border: 1px solid #004274;
    color: #fff;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
    max-width: 100%;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort .select-style{
    border: 1px solid #C2C2C2;
}
.filter-sort .select-style.show{
    border: 1px solid #C2C2C2; 
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
    position: relative;
    gap: 16px;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort-heading {
    max-width: 230px;
    margin-left: auto;
    margin-bottom: 40px;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 230px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #004274;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #00427436;
    border-color: #0b2e4a43;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #004274;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid #004274;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #121212;
    font-size: 1.6rem;
    font-family: 'VolvoNovum-Medium';
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.mob-filter-visible h6 {
    color: #121212;
    font-size: 1.6rem;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #004274;
}
/* aanbod-list-sec */
.aanbod-list-sec .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 30px;
}
.aanbod-list-sec .common-border-wrap {
    padding-bottom: 62px;
    padding-top: 40px;
}
.aanbod-list-sec .each-product-img {
    margin-bottom: 23px;
}
/* ----------- Aanbod List Page End ------------ */
/* ----------- Aanbod Detail Page Start ------------ */
/* aanbod-back-btn */
.aanbod-back-btn {
    margin-top: -23px;
    position: relative;
    top: 45px;
}
.aanbod-back-btn .common-wrap{
    position: relative;
    z-index: 1;
}
/* aanbod-detail-sec */
.aanbod-detail-content-wrap{
    background-color: #F5F5F5;
    padding-top: 130px;
    padding-bottom: 59px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.aanbod-detail-layer {
    position: absolute;
    top: 73px;
    right: 0;
    height: 100%;
    pointer-events: none;
}
.aanbod-detail-layer img{
    height: 100%;
    object-fit: cover;
}
.aanbod-back-btn .common-wrap::after {
    position: absolute;
    content: "";
    background-image: url(../images/service-common-dot-.png);
    background-repeat: repeat;
    width: 200vw;
    height: 1px;
    right: 0vw;
    bottom: -28px;
    z-index: 0;
}
.aanbod-back-btn .read-more-btn::after {
    transform: translateY(-50%) rotateY(180deg);
}
.aanbod-detail-content-info h2 {
    margin-bottom: 37px;
}
.anbd-dt-price table tr {
    display: flex;
    align-items: start;
    flex-direction: column;
}
.anbd-dt-price table tr td{
    color: #004274;
    font-family: 'VolvoNovum-Medium';
    font-size: 2.4rem;
    line-height: 30px; 
}
.anbd-dt-price table tr td strong{
    font-weight: normal;
    font-size: 1.6rem;
    display: block;
}
.anbd-dt-share {
    display: flex;
    align-items: center;
    gap: 15px;
}
.anbd-dt-share p{
    margin-bottom: 0;
}
.anbd-dt-share  a {
    border: 1px solid rgba(0, 0, 0, 0.50);
    width: 41px;
    height: 41px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.anbd-dt-share  a:hover{
    background-color: #004274;
}
.anbd-dt-share  a:hover img{
    filter: brightness(0) invert(1);
}
.aanbod-detail-content-price {
    display: flex;
    align-items: center;
    gap: 200px;
    margin-bottom: 37px;
}
.anbd-car-dt table tbody tr td{
    color: #121212;
    font-family: 'VolvoNovum-Light';
    font-size: 2rem;
    line-height: 24px; 
    letter-spacing: 0.2px;
    border-radius: 6.923px;
    background: rgba(18, 18, 18, 0.10);
    padding: 6px 8px;
}
.anbd-car-dt table tbody tr{
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.aanbod-detail-content-info .nue{
    margin: 29px 0px 26px;
}
.anbd-profile-img{
    width: 96px;
    height: 84px;
}
.anbd-profile-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.anbd-profile-info h4{
    color: #121212;
    font-family: 'Anybody-Medium';
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 2px;
}
.anbd-profile-info p a{
    color: rgba(18, 18, 18, 0.80);
    transition: 0.4s ease-in-out;
}
.anbd-profile-info p a:hover{
    color: #004274;
}
.anbd-profile-info p {
    margin-bottom: 1px;
    color: rgba(18, 18, 18, 0.80);
}
.anbd-profile-dtl {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 24px;
    margin-bottom: 25px;
    max-width: 500px;
}
.anbd-profile-info-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}
.anbd-dtn-btn .common-btn{
    width: 48%;
}
.anbd-dtn-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.anbd-dtn-btn .mybtn1{
    border: 1px solid #121212;
    background: #121212;
}
.anbd-dtn-btn .mybtn1:hover{
    background-color: #004274;
    border-color: #004274;
}
.anbd-dtn-btn .anbd-dtn-btn-blck{
    border: 1px solid #121212;
    background: #121212;
}
.anbd-dtn-btn .anbd-dtn-btn-blck:hover{
    background-color: #004274;
    border-color: #004274;
}
.aanbod-detail-slider-main {
    background: #004274;
    height: 100%;
    padding-top: 24px;
    padding-left: 32px;
    position: relative;
    z-index: 1;
}
.aanbod-detail-slider-item {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
}
.aanbod-detail-slider-wrap{
    height: 100%;
    position: relative;
}
.aanbod-detail-slider-wrap .swiper {
    height: 100%;
}
.aanbod-detail-slider-item img{
    object-fit: cover;
}
.aanbod-detail-slider-btn .swiper-button-next  {
    bottom: 92px;
    top: unset;
    right: 33px;
}
.aanbod-detail-slider-btn .swiper-button-prev {
    bottom: 30px;
    top: unset;
    right: 33px;
    left: unset;
}
/* dtl-tab-sec */
.dtl-tab-sec {
    position: relative;
}
.tab-mark {
    position: absolute;
    top: -86%;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.tab-mark img {
    width: 100%;
}
.tab-main-area {
    position: relative;
    z-index: 2;
    padding-top: 59px;
    padding-bottom: 93px;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 24px;
    color: #121212;
    font-family: 'VolvoNovum-Medium';
    background-color: transparent;
    border: 0;
    padding: 8px 14px;
    margin: 0;
    text-align: center;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}
.tab-btn .tabs li.active {
    background-color: #004274;
    color: #fff;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li:hover{
    background-color: #004274;
    color: #fff;
}
.tab_content {
    display: none;
}
#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7,
#tab8,
#tab9,
#tab10, 
#tab11, 
#tab12, 
#tab13, 
#tab14, 
#tab15,
#tab16 {
    margin-top: 30px;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    margin-bottom: 0;
    padding-bottom: 37px;
    padding-left: 0px;
    border-bottom: 1px solid #C2C2C2;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 33.33%;
    position: relative;
    padding: 20px 0;
    display: flex;
    margin-bottom: 0;
    color: #121212;
    font-family: 'VolvoNovum-Light';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    border-bottom: 1px solid #C2C2C2;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 46%;
    color: rgba(18, 18, 18, 0.60);
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-image: url(../images/tab-tick.svg);
    background-size: 18px;
    background-repeat: no-repeat;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #C2C2C2;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 14px;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}
.left-bg-block {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004274;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #004274;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    color: #fff;
    font-size: 1.6rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
}
.each-onderhoud-block h5:last-child{
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 6px;
    background-color: transparent;
    background-image: url(../images/tab_arrow.svg);
    width: 11px;
    height: 11px;
    background-size: 7px;
    background-repeat: no-repeat;
    display: none;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 4px;
    display: none;
}
.tab-btm-btn {
    margin-top: 37px;
}
/****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: #000000c7;
    backdrop-filter: blur(7px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #121212;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border: 1px solid #ffffff32;
}
.kenmarken-popup-close {
    background-color: #004274;
    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 #004274;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) 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;
}
.kenmarken-popup-inner h4{
    color: #fff;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #fff;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    color: #fff;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    color: #fff;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/* aanbod-realted-slider */
.aanbod-realted-slider .common-border-wrap{
    padding: 73px 0;
}
.aanbod-realted-heading {
    margin-bottom: 50px;
}
.aanbod-deatil-slider  .swiper-button-next {
    top: 40%;
    right: -70px;
    background-color: #fff;
}
.aanbod-deatil-slider  .swiper-button-prev {
    top: 40%;
    left: -70px;
    background-color: #fff;
}
.aanbod-deatil-slider  .common-arrow:hover{
    background-color: #004274;
}
.aanbod-detail-item .each-product-img {
    margin-bottom: 23px;
}
/* ----------- Aanbod Detail Page End ------------ */
/*****************diensten-list****************/
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.inner-banner-img {
    height: 500px;
    position: relative;
}
.inner-banner-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(18, 18, 18, 0.00) 0%, rgba(18, 18, 18, 0.59) 80.77%);
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
/****diens-list-sec****/
.diens-list-sec {
    position: relative;
}
.diens-list-wrap {
    padding: 86px 0 52px;
    position: relative;
}
.diens-list-top-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.diens-list-title {
    padding-bottom: 80px;
}
.diens-list-title-right p {
    max-width: 454px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
}
.diens-list-area .row {
    margin: 0 -14px;
}
.diens-list-area .col-xl-4 {
    padding: 0 14px;
}
.diens-list-img {
    height: 292px;
}
.diens-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-list {
    background-color: #F5F5F5;
    height: 100%;
}
.diens-list-info {
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-list-info h5 {
    margin-bottom: 10px;
}
.diens-list-info p {
    width: 100%;
    max-width: 387px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 7lh;
}
.diens-list-info .read-more-btn {
    border: 0;
    background: transparent;
    padding-right: 0;
    color: #004274;
}
.diens-list-info .read-more-btn::after {
    filter: brightness(0) saturate(100%) invert(12%) sepia(50%) saturate(5649%) hue-rotate(192deg) brightness(96%) contrast(103%);
}
.diens-list-info strong {
    font-weight: normal;
}
.diens-list-info em {
    font-style: normal;
}
.each-diens-list:hover .diens-list-info {
    background-color: #004274;
}
.each-diens-list:hover .diens-list-info h5,
.each-diens-list:hover .diens-list-info p,
.each-diens-list:hover .diens-list-info .read-more-btn {
    color: #fff;
}
.each-diens-list:hover .diens-list-info p {
    opacity: 0.9;
}
.each-diens-list:hover .read-more-btn::after {
    filter: brightness(0) invert(1);
}
/*****************diensten-dtl****************/
/****back-btn-sec****/
.back-btn-sec {
    position: relative;
    /* bottom: -62px; */
    overflow-x: clip;
    /* padding-top: 100px; */
}
.back-btn {
    position: absolute;
    top: 37px;
}
.back-btn-sec::after {
    content: '';
    position: absolute;
    bottom: -96px;
    width: 200vw;
    height: 1px;
    left: 0;
    background-image: url(../images/back-btn-dot-border.svg);
    background-repeat: repeat;
}
.back-btn::after {
    background-image: url(../images/back-arrow.svg);
}
.back-btn:hover {
    color: #004274;
}
/****diens-dtl-top-sec****/
.diens-dtl-top-area {
    background-color: #F5F5F5;
}
.diens-dtl-top-area .col-lg-7 {
    width: 52%;
}
.diens-dtl-top-area .col-lg-5 {
    width: 48%;
}
.diens-dtl-top-img-box {
    background-color: #004274;
    position: relative;
    z-index: 1;
    padding-top: 41px;
    padding-left: 58px;
    height: 100%;
}
.diens-dtl-top-img {
    height: 100%;
    width: 100%;
}
.diens-dtl-top-img img {
    height: 100%;
    object-fit: cover;
}
.diens-dtl-top-img-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.diens-dtl-top-img-layer img {
    height: 100%;
    object-fit: cover;
}
.diens-dtl-top-info {
    margin-top: 197px;
    padding: 0 48px 30px;
    width: 100%;
    max-width: 730px;
}
.diens-dtl-top-info h2 {
    margin-bottom: 21px;
}
.diens-dtl-top-info p {
    margin-bottom: 18px;
}
.diens-dtl-top-info h5 {
    margin-bottom: 5px;
}
/****diens-mid-heading****/
.diens-mid-heading {
    border-top: 0;
}
.diens-mid-heading-wrap {
    position: relative;
}
.diens-mid-heading-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 1px;
    left: 0;
    background-color: #C2C2C2;
    z-index: 1;
}
.diens-mid-heading .each-common-heading {
    text-align: center;
}
/****diens-mid-sec****/
.diens-mid-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    overflow: hidden;
}
.each-diens-mid-area {
    width: 100%;
    display: flex;
    position: relative;
    transition: 0.4s ease-in-out;
    height: auto;
    background-color: #F5F5F5;
}
.each-diens-mid-info img {
    width: 73px;
    height: 47px;
}
.each-diens-mid-info h4 {
    margin: 20px 0 16px;
}
.each-diens-mid-info p {
    width: 100%;
    max-width: 444px;
}
.each-diens-mid-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-mid-img-wrap {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.diens-plus-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.diens-plus-btn img {
    width: 35px;
    height: 35px;
}
.diens-mid-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 26px;
}
.diens-mid-btn .common-btn {
    color: #121212;
    background: #fff;
    border-color: #fff;
    border-radius: 5px;
}
.show-diens-mid-info .each-diens-mid-area.active-info .diens-plus-btn img {
    transform: rotate(45deg);
}
.each-diens-mid-info ul {
    margin-bottom: 0;
}
.each-diens-mid-info li {
    margin-bottom: 13px;
}
.each-diens-mid-info {
    background-color: #F5F5F5;
    padding: 48px;
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.diens-mid-area  .each-diens-mid-area:nth-child(odd){
    flex-direction: row-reverse;
    margin-left: -50.5%;
    transition: 0.4s ease-in-out;
}
.diens-mid-area  .each-diens-mid-area:nth-child(even){
    margin-right: -50.5%;
    transition: 0.4s ease-in-out;
}
.diens-mid-area  .each-diens-mid-area:nth-child(odd).active-info{
    margin-left: 0%;
}
.diens-mid-area  .each-diens-mid-area:nth-child(even).active-info{
    margin-right: 0%;
}
.show-diens-mid-info .each-diens-mid-area{
    width: 76%;
}
.show-diens-mid-info .active-info{
    width: 73%; 
}
.diens-mid-area.show-diens-mid-info .each-diens-mid-area:nth-child(odd).active-info .each-diens-mid-info {
    margin-left: 0%;  
}
.diens-mid-area.show-diens-mid-info .each-diens-mid-area:nth-child(even).active-info .each-diens-mid-info {
    margin-right: 0%;  
}
.show-diens-mid-info .active-info .each-diens-mid-img-wrap{
    width: 50%;
}
.each-diens-mid-img{
    height: 100%;
    width: 100%;
}
.each-diens-mid-img img{
    height: 100%;
    object-fit: cover;
}
/****form-sec****/
.form-sec {
    position: relative;
}
.form-sec .header-line-doted {
    display: none;
}
.form-wrapper .col-lg-5 {
    width: 44%;
}
.form-wrapper .col-lg-7 {
    width: 56%;
}
.form-contact-area {
    background-color: #004274;
    padding: 55px 58px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.form-contact-layer {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.form-contact-layer img {
    height: 100%;
}
.form-contact-title h2 {
    max-width: 400px;
    width: 100%;
}
.form-contact-title h2,
.form-contact-info h4 {
    color: #fff;
}
.form-contact-info a {
    color: rgba(245, 245, 245, 0.90);
}
.form-contact-info a:hover {
    color: #fff;
}
.form-contact-info h4 {
    margin-bottom: 5px;
}
.form-contact-dtls {
    display: flex;
    flex-wrap: wrap;
    max-width: 372px;
    row-gap: 6px;
}
.form-contact-dtls p {
    width: 50%;
    margin-bottom: 0;
}
.form-contact-dtls p img {
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
    margin-right: 7px;
}
.form-part {
    padding: 99px 86px;
    padding-right: 80px;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(245, 245, 245, 0.94) 0%, rgba(245, 245, 245, 0.97) 100%);
    position: relative;
    overflow: hidden;
}
.form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.form-part-wrap {
    position: relative;
    z-index: 1;
}
.form-main-title p {
    width: 100%;
    max-width: 626px;
    margin-bottom: 32px;
}
.form-main-area .form-group {
    margin-bottom: 18px;
}
.form-main-area .form-styl {
    resize: none;
    border-radius: 0 !important;
    border: none;
    font-family: 'VolvoNovum-Light';
    color: #121212;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 12px 17px;
    border: 1px solid rgba(18, 18, 18, 0.50);
    background: #F5F5F5;
}
.form-main-area .form-styl:placeholder {
    color: rgba(18, 18, 18, 0.50);
}
.foto_upload{
    color: rgba(18, 18, 18, 0.50) !important;  
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: rgba(18, 18, 18, 0.50);
}
.form-main-area .form-styl::placeholder {
    color: rgba(18, 18, 18, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #121212;
    border: 1px solid #004274;
    background: #F5F5F5;
}
.form-main-area .form-styl:focus::placeholder {
    color: #121212;
}
.form-group textarea.form-control {
    min-height: 152px;
}
.form-btn {
    margin-top: 14px;
}
.form-btn .common-btn {
    background: #121212;
    border-color: #121212;
}
.form-btn .common-btn:hover {
    background: #004274;
    border-color: #004274;
}
.form-main-area .form-style.photo_upload, 
.form-main-area .form-style.foto_upload { 
    color: rgba(18, 18, 18, 0.50);
}
.form-main-area .row {
    margin: 0 -6px;
}
.form-main-area .col-lg-6 {
    padding: 0 6px;
}
/****diens-btm-sec****/
.diens-btm-wrap {
    padding: 70px 0 38px;
}
.diens-btm-title {
    margin-bottom: 69px;
}
.diens-btm-sec .diens-list-info p {
    -webkit-line-clamp: none;
}
/*****************contact****************/
/****map-sec****/
.map-wrap {
    padding: 20px 0;
}
.map {
    height: 703px;
}
/* ------------ Verkocht Page Start Here ----------- */
.verkocht-sec .common-border-wrap{
    padding-top: 98px;
    padding-bottom: 101px;
}
.verkocht-sec .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
/* ------------ Verkocht Page End Here ----------- */
/* ------------ Over Ons Page Start Here ----------- */
/* over-ons-sec */
.over-ons-content {
    padding: 115px 48px 88px;
    max-width: 725px;
}
.over-ons-content h2{
    margin-bottom: 20px;
}
.over-ons-content p{
    margin-bottom: 0;
}
.over-ons-img{
    height: 100%;
    position: relative;
    z-index: 1;
}
.over-ons-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-content-wrap .each-service-dot::after {
    position: absolute;
    content: "";
    background-image: url(../images/service-common-dot-.png);
    background-repeat: repeat;
    background-size: unset;
    width: 200vw;
    height: 1px;
    right: 0vw;
    left: unset;
    bottom: -27px;
    z-index: 1;
}
.over-ons-content-wrap .each-service-icon::after{
    background-color: #F5F5F5;
}
/* home-about-sec over-ons-about-sec */
.over-ons-about-sec .common-border-wrap {
    background-color: #F5F5F5;
}
.over-ons-about-sec .home-about-text h2{
    margin-bottom: 11px;
}
.over-ons-about-sec .home-about-content{
    padding: 86px 48px 0px;
}
.over-ons-about-sec .home-about-text {
    margin-bottom: 85px;
    max-width: 520px;
}
.over-ons-about-sec .home-about-box-item:last-child:before {
    display: none;
}
.home-about-sec.over-ons-about-sec::after {
   display: none;
}
.over-ons-about-sec .common-border-wrap{
    border-bottom: 1px solid #C2C2C2;
}
/* usp-marquee-sec over-usp-marquee-sec */
.over-usp-marquee-sec::after{
    display: none;
}
.over-usp-marquee-sec .usp-marquee-wrap {
    padding: 30px 0px;
}
/* over-ons-teams-sec */
.over-ons-teams-sec{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.over-ons-teams-sec::before {
    position: absolute;
    content: "";
    background-image: url(../images/service-common-dot-.png);
    background-repeat: repeat;
    width: 200vw;
    height: 1px;
    left: 0;
    top: 0;
}
.over-ons-teams-heading{
    margin-bottom: 59px;
}
.over-ons-teams-sec .common-border-wrap{
    padding-top: 60px;
    padding-bottom: 99px;
}
.over-ons-teams-slider .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .over-ons-teams-item{
    margin-top: 160px;
}
.over-ons-teams-slider .swiper .swiper-wrapper .swiper-slide .over-ons-teams-item{
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.over-ons-teams-slider .swiper .swiper-wrapper .swiper-slide .over-ons-teams-item::after {
    position: absolute;
    content: "";
    background-image: url(../images/header-line-dot.png);
    background-repeat: repeat-y;
    background-position: center;
    width: 1px;
    height: 100%;
    left: 0;
    top: -100%;
    z-index: 1;
}
.over-ons-teams-slider .swiper .swiper-wrapper .swiper-slide .over-ons-teams-item::before {
    position: absolute;
    content: "";
    background-image: url(../images/header-line-dot.png);
    background-repeat: repeat-y;
    background-position: center;
    width: 1px;
    height: 100%;
    right: 0;
    top: -100%;
    z-index: 1;
}
.over-ons-teams-slider .swiper {
    overflow-x: clip;
    overflow-y: visible;
}
.over-teams-info-heading h4{
    color: #004274;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.over-teams-info-heading h4::after {
    position: absolute;
    content: "";
    background-color: #C2C2C2;
    height: 1px;
    bottom: -8px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.over-teams-info-heading p{
    color: #004274;
    margin-bottom: 0;
    transition: 0.4s ease-in-out;
}
.over-ons-teams-info{
    border: 1px solid #C2C2C2;
    border-top: 0px;
    padding: 6px 13px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}
.over-ons-teams-slider .over-ons-teams-item:hover .over-ons-teams-info{
    background-color: #004274;
}
.over-ons-teams-slider .over-ons-teams-item:hover .over-ons-teams-info h4,
.over-ons-teams-slider .over-ons-teams-item:hover .over-ons-teams-info p{
    color: #fff;
}
.over-ons-teams-slider .over-ons-teams-item:hover .over-ons-teams-info{
    border: 1px solid #004274;
    border-top: 0px;
}
/* ------------ Over Ons Page End Here ----------- */
/* ------------ Thank You Page Start Here ----------- */
.thank-you-sec .home-banner-heading h1{
    margin-bottom: 37px;
}
/* ------------ Thank You Page End Here ----------- */
/* -------------- POPUP START HERE -------------- */
.modal-area .modal-dialog {
    max-width: 1098px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(28, 28, 28, 0.60);
}
.modal-area .modal-content {
    position: relative;
    background: #fff;
    border-radius: 0px;
    border: none;
}
.modal-area .modal-content .popup-content {
    padding: 20px 83px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.modal-area .modal-content .popup-content::after{
    position: absolute;
    content: "";
    background-image: url(../images/pop-up-content-layer.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.modal-area .modal-content .col-lg-5 {
    width: 46.7%;
}
.modal-area .modal-content .col-lg-7 {
    width: 53.3%;
}
.modal-area .pop-up-image {
    height: 100%;
    overflow: hidden;
}
.modal-area .pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.close-img {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    width: 42px;
    height: 42px;
    background-color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
    display: none;
}
.close-img img {
    width: 16.196px;
    height: 15.394px;
}
.modal-area .popup-content img {
    max-width: 136px;
    height: 87px;
}
.modal-area .popup-content p {
    color: #1C1C1C;
    margin-top: 28px;
    margin-bottom: 41px;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.pop-up-layer-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.pop-up-layer-img  img{
    width: 100%;
    height: 100% !important;
    max-width: 100% !important;
}
.modal-area .border-btn{
    border-color: #121212;
    color: #121212;
}
.modal-area .border-btn:hover{
    color: #fff;
}
/* -------------- POPUP END HERE -------------- */
.listview-top-content.privacy_section .common-border-wrap  {
    padding-bottom: 50px;
}
/* fix-wp */
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 100px;
    right: 50px;
}
.fix-wp img {
    width: 24px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

.notifcation {
    position: relative;
}

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

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fixed-whatsapp-icon{
        display: none;
    }
}
.star_icon p img {
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    padding: 0;
    height: auto;
}
.kenmerken-tab li::after{
    display: none;
}
a.print-btn img {
    width: 18px !important;
}
.contact-page-sec .form-wrapper{
    padding-top: 20px;
}
/*  To hide g-langugae default UI */
.goog-te-banner-frame, 
.goog-te-menu-frame, 
#goog-gt-tt, 
.goog-te-balloon-frame, 
div#google_translate_element {
    display: none !important;
}
body {
    top: 0px !important;
}
.select2-results__option::after{
    display: none !important;
}
.share-social-media-button a:hover svg path{
    fill: #fff;
}
.share-social-media-button a svg {
    transition: 0.4s ease-in-out;
}