@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #fff;
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
	background-color: #1B1C1F;
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*.add_morgan_footer_margin{
	height: 100px !important;
}*/
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****************************Index*****************************/
/****header****/
.header-area {
    position: absolute;
    height: auto;
    padding: 9px 0 ;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
main{
	margin-top: 122px ;
}
.header-area.is-hidden{
    position: fixed;
    left: 0;
    top: 0;
    background-color: #1b1c1f;
    box-shadow: 0px 3px 10px rgb(23 23 23 / 10%);
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .navbar-brand img {
    width: 149px;
}
.navbar-nav {
    margin-top: 0;
	flex-direction: row;
	justify-content: center;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, .header-area .nav-link {
	margin: 0;
	margin-left: 30px;
	font-family: 'lama_sansmedium';
	color: #fff;
	font-size: 1.6rem;
	text-transform: none;
}
.header-area .navbar-nav{
	column-gap: 30px;
}
.header-area .nav-link{
	margin: 0;
}
.header-area .nav-link:hover {
	color: #3354BE;
}
.header-area .nav-link::after {
    display: block;
    content: "";
    border-bottom: 2px solid #3354BE;
    transition: transform 250ms ease-in-out;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    margin-top: 2px;
}
.header-area.stiky .nav-link {
	color: #fff;
}
.header-area.stiky .nav-link::after  {
	border-color: #fff;
}
.header-area .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: 0px 50%;
}
.nav_menu_right_part .nav-link:hover::after {
    display: none;
}
.menu-items a{
    font-family: 'lama_sansmedium';
	color: rgba(255, 255, 255, 0.4);
	font-size: 2.4rem;
	letter-spacing: normal;
	text-transform: none;
    margin: 0;
}
.menu-items a:hover {
	color: #fff;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-area .common-btn {
	padding: 10px 26px;
}
.header-area .common-btn.txt-btn {
	padding-right: 42px;
	padding-left: 18px;
}
.header-area .common-btn:hover {
	background-color: #3354BE;
	border-color: #fff;
}
.header-area .txt-btn::after {
	filter: invert(0);
}
.header-area .txt-btn:hover::after {
	filter: invert(1);
}
.menu-icon{
    margin-top: 4px;
	width: 22px;
	margin-right: 0;
	margin-left: auto;
}
.menu-icon:after {
	width: 12px;
}
.menu-icon:after, .menu-icon div {
	margin-left: auto;
	margin-right: 0;
    height: 2px;
	background-color: #fff;
}
.menu-icon div {
	margin: 6px;
	margin-left: auto;
	margin-right: 0;
}
.menu-icon.active:after {
	transform: translateY(-7px) rotate(-135deg);
	width: 22px;
	background-color: #fff;
}
.menu-icon.active div {
	background-color: #fff;
}
.menu-icon.active {
/*    width: 3.7rem;*/
}
.menu-items ul, .menu-social{
    text-align: left;
    padding: 0 40px;
}
.header-area .nav-link:hover:before {
	display: none;
}
.menu-navigation {
    padding: 55px 60px 30;
	position: relative;
}
.menu-navigation::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-image: linear-gradient(rgba(246, 246, 246, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 246, 246, 0.03) 1px, transparent 1px), linear-gradient(rgba(246, 246, 246, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 246, 246, 0.03), transparent 1px);
	background-size: 0 0, 0 0, 110px 35px, 32px 37px;
	background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
	pointer-events: none;
}
.menu-items a.navbar-brand {
	margin-bottom: 40px;
	display: inline-block;
	width: 76px;
	position: relative;
	left: 30px;
}
.menu-items {
    background-color: #070F29;
	width: 480px;
}
.nav_menu_right_part a.menu_txt_hide {
	opacity: 0;
}
/*.m-menu.active a{
	visibility: hidden;
	opacity: 0;
}*/
.header-area .nav_menu_right_part  {
	position: initial !important;
	transform: none;
	border-radius: 31px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	padding: 10px 0px;
	margin-left: 1rem;
	height: 48px;
	z-index: 0;
	min-width: 120px;
	text-align: center;
	cursor: pointer;
}
.menu-icon.active{
	display: none;
}
.nav_menu_right_part .m-menu a {
	margin-left: 10px;
}
.menu-social {
	margin-top: 50px;
}
.each-menu-social {
	margin-bottom: 0;
}
.each-menu-social:first-child {
	margin-bottom: 10px;
}
.each-menu-social:last-child {
	display: none;
}
.menu-items li{
	margin-bottom: 10px;
}
.each-menu-social a,
.each-menu-social p {
	color: rgba(255, 255, 255, 0.40);
	font-family: 'lama_sansregular';
	font-size: 16px;
	line-height: 24.08px;
}
.menu-social-icon {
	margin-top: 40px;
	display: none;
}
.menu-social-icon ul {
	display: flex;
	column-gap: 30px;
}
.menu-social-icon a:hover img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(47%) saturate(1940%) hue-rotate(328deg) brightness(103%) contrast(98%);
	-webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(47%) saturate(1940%) hue-rotate(328deg) brightness(103%) contrast(98%);
}
/*.m-menu.active a{
	display: none !important;
}*/
.nav_menu_right_part.position-absolute{
	right: 80px;
	top: 65px;
/*	padding: 0;*/
}
.is-hidden .nav_menu_right_part.position-absolute{
/*	top: 5.5rem;*/
}
.header-menu .navbar-brand{
	display: none;
	position: relative;
	z-index: 9;
	left: -40px;
	margin: 0;
}
.navbar-brand {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.header-menu .navbar-brand img{
	width: 220px;
}
.panel-left{
	/* background: rgba(40, 39, 39, 0.40);
	filter: blur(2.9000000953674316px);
	-webkit-filter: blur(2.9000000953674316px); */
	fill: rgba(40, 39, 39, 0.40);
 	 backdrop-filter: blur(2.9000000953674316px);
	 height: 0;
	 transition: all 0.8s;
	 -webkit-transition: all 0.8s;
}
.panel-left-show{
	height: 100vh;
}
.menu-items{
	top: -100vh;
	right: 0;
	height: 100vh;
	bottom: auto;
	width: 480px;
}
.menu-items.active{
	top: 0;
	bottom: auto;
}
.close-icon{
	position: absolute;
  	top: 62px;
  	right: 60px;
  	cursor: pointer;
  	opacity: 0;
}
.close-icon img{
	width: 20px;
}
.menu-items.active .close-icon{
	opacity: 1;
}
/****banner****/
.banner-sec .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}
.banner-sec .each-banner {
	height: 757px;
}
.banner-sec .each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-sec .each-banner::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(26, 29, 26, 0.60) 0%, rgba(26, 29, 26, 0.40) 100%);
}
.banner-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
	text-align: center;
	width: 100%;
}
.banner-content h1 {
	margin-bottom: 80px;
	font-family: 'lama_sansextrabold';
}
.banner-content .txt-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #3354BE;
}
.banner-content .txt-btn::after {
	filter: invert(1);
}
.banner-content .txt-btn:hover::after {
	filter: invert(0);
}
/****banner-btm****/
.banner-btm {
	padding: 60px 0 124px;
	overflow: hidden;
}
.banner-btm-left ul {
	column-gap: 75px;
	display: flex;
}
.banner-btm-left ul li a {
	color: #fff;
	font-family: 'lama_sansbold_expanded';
	font-size: 2rem;
	line-height: 23.6px;
}
.banner-btm-left ul li a:hover{
	color: #3354BE;
}
.each-counter h5 {
	font-family: 'lama_sansbold_expanded';
	/* display: flex;
    align-items: center; */
}
.each-counter h6 {
	color: rgba(255, 255, 255, 0.45);
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	line-height: 18.88px;
	margin-top: 10px;
}
.each-counter img {
	height: 31px;
	margin-left: 20px;
}
.banner-btm-right {
    max-width: 660px;
    margin-right: 0;
    margin-left: auto;
}
.banner-btm-arrow{
	text-align: center;
	position: relative;
	right: -50%;
}
.banner-btm-arrow img {
	width: 20px;
	margin-top: -20px;
	filter: grayscale(1);
	/* margin-left: 129px; */
}
/* .banner-btm-arrow a {
	text-align: center;
	display: block;
	position: relative;
} */
.banner-btm-arrow::after {
	content: '';
	position: absolute;
	height: 258px;
	width: 1px;
	left: 0;
	top: -68px;
	background-color: rgba(255, 253, 237, 0.29);
}
.banner-btm-arrow::before {
	content: '';
	position: absolute;
	height: 258px;
	width: 1px;
	right: 0;
	top: -68px;
	background-color: rgba(255, 253, 237, 0.29);
}
.banner-btm-right .col-4{
	flex: none;
	width: max-content;
}
.banner-btm-right > .row{
	justify-content: end;
    column-gap: 9%;
} 
/****product-sec****/
.product-sec {
	padding-bottom: 155px;
}
.product-sec .container-fluid,
.product-sec .common-wrap {
	padding-left: 0;
	padding-right: 0;
}
.each-slider {
	padding: 13px;
	border-radius: 10px;
	border: 2px solid rgba(0, 0, 0, 0.05);
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), 
	 linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
	 linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), 
	 linear-gradient(90deg, rgba(0, 0, 0, 0.05), transparent 1px);
	 background-size: 0 0, 0 0, 110px 35px, 32px 37px;
	background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
	background-color: #2C2929;
}

.slider-price-sec {
	padding: 30px 0 17px;
	position: relative;
}
.slider-price-sec{
	position: relative;
}

.product-sec .slider-price-sec::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 86%;
    color: rgba(255, 255, 255, 0.527);
    z-index: 0;
    background: linear-gradient(0, rgba(255, 255, 255, 0.57) 19.34%, #FFF 99.96%);
	display: none;
}
.slider-price-sec .row.align-items-end{
	align-items: unset !important;
}
.slider-price-sec h6 {
	color: rgba(255, 255, 255, 0.50);
    font-family: 'lama_sansregular_expanded';
	/* font-family: 'lama_sanssemibold'; */
	/* font-family: 'lama_sansregular'; */
    font-size: 1.4rem;
	/* font-size: 2.4rem; */
    letter-spacing: 0.28px;
	position: relative;
	z-index: 2;
	height: 32px;
	overflow: hidden;
}
.slider-price-sec h4 {
	font-family: 'lama_sanssemibold';
	/* font-family: 'lama_sansregular_expanded'; */
    height: 76px;
    overflow: hidden;
	line-height: normal;
	/* font-size: 1.4rem; */
	position: relative;
	z-index: 2;

}
.slider-price-sec table {
    margin: 20px 0 40px ;
	width: 100%;
	position: relative;
	z-index: 9;
}
.slider-price-sec td {
    font-size: 1.4rem;
    color: #fff;
    vertical-align: top;
    font-family: 'lama_sansmedium'; 
}
.slider-price-sec td img {
    margin-right: 10px;
    margin-bottom: 4px;
}
.product-side-arrow {
    height: 34px;
    width: 34px;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.product-side-arrow img {
    width: 11px;
	filter: invert(1);
}
.each-slider .product-side-arrow:hover {
	background-color: #3354BE;
}
.each-slider .product-side-arrow:hover img {
	filter: invert(0);
}
.product-price h5 {
	font-size: 1.8rem;
	font-family: 'lama_sansbold';
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.product-price h6 {
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	color: #828282;
}
.product-price h6 strong {
	color: #fff;
	font-weight: normal;
}
.each-slider:hover .product-side-arrow {
	background-color: #3354BE;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slider:hover .product-side-arrow img {
	filter: invert(0);
}
.product-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1B1C1F;
	z-index: 5;
	padding: 0 5px;
}
.product-btn {
	color: #fff;
	font-size: 2.4rem;
	font-family: 'lama_sansmedium';
	text-decoration: underline !important;
	margin-bottom: 40px;
	cursor: pointer;
}
.product-btn:hover{
	color: #3354BE;
}
.slider-img img{
	border-radius: 5px;
}
.product-content p {
	margin: 34px auto 100px;
  	max-width: 420px;
}
.product-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 7%;
	column-gap: 20px;

}
.product-slider-arrow .common-arrow {
	position: initial;
}
.product-slider .swiper-button-prev {
	left: calc(50% - 150px);
}
.product-slider .swiper-button-next {
	left: calc(50% - 60px);
}
.product-sec .swiper-slide-next + .swiper-slide::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	/* background: linear-gradient(270deg, rgba(255, 255, 255, 0.57) -13.66%, #FFF 99.96%); */
	background: linear-gradient(270deg, rgba(27, 27, 27, 0.57) -13.66%, #1B1B1B 99.96%);
	z-index: 9;
}
.product-sec .swiper::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 6%;
	height: 100%;
	content: "";
	background: linear-gradient(270deg, rgba(27, 27, 27, 0.57) -13.66%, #1B1B1B 99.96%);
	z-index: 1;
}
.product-slider .swiper-slide-active .each-slider{
	display: none;
}
/****home-about-us-section****/
.home-each-servie-sec{
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	height: 100%;
}
.home-each-servie-sec::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(51, 84, 190, 0.77);
	backdrop-filter: blur(8.949999809265137px);
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-each-servie-sec:hover::after{
	bottom: 0;
}
.home-each-servie-sec::before {
	content: '';
	position: absolute;
	background: linear-gradient(0deg, rgba(26, 29, 26, 0.36) 0%, rgba(26, 29, 26, 0.36) 100%);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.home-each-servie-sec-content{
	position: absolute;
    left: 0;
    top: calc(100% - 90px);
	display: flex;
	justify-content: end;
	flex-direction: column;
	padding: 35px 50px;
	row-gap: 35px;
	z-index: 1;
	height: auto;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;

}
.home-each-servie-sec:hover .home-each-servie-sec-content{
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	top: 0;
	height: 100%;
	/* background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2)  1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.2)  1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) , transparent 1px);
    background-size: 0 0, 0 225px, 85px 31px, 32px 23px;
    background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px; */
}
.home-each-servie-sec-content p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 1.8rem;
}
.home-each-servie-sec-content h3{
	color: #fff;
	font-size: 2.4rem;
	font-family: 'lama_sansmedium';
	line-height: 38px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more-btn{
	color: #fff;
	text-decoration: underline;
	font-size: 1.8rem;
	font-family: 'lama_sansmedium';
}
.more-btn:hover {
	color: #3354BE;
}
/* .more-btn ,
.home-each-servie-content{
	display: none;
} */
.home-each-servie-sec:hover h3{
	color: #fff;
	font-size: 3.2rem;
}
.home-each-servie-sec img{
	height: 100%;
	object-fit: cover;
}
.home-each-servie-section{
	padding: 154px 0;
	/* background: radial-gradient(66.65% 56.85% at 50% 47.92%, #474947 0%, #fff 52.8%); */
	position: relative;
	background-color: #0F131F;
}
.home-each-servie-section::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: radial-gradient(66.65% 56.85% at 50% 47.92%, #474947 0%, #fff 69%);
	z-index: -1;
}
.home-each-servie-section::before{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 1px);
    background-size: 91px 91px, 91px 91px;
    background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
    z-index: 0;
    opacity: .15;
	pointer-events: none;
}
.home-each-servie-section .col-6 .home-each-servie-sec{
	height: 396px;
}
.home-each-servie-section .col-lg-4 .home-each-servie-sec{
	height: 296px;
}
.home-each-servie-section .common-btn {
	background-color: #fff;
	border-color: #fff;
	/* color: #fff; */
	color: #060A1A;
}
.service-heading-right .common-btn:active, 
.service-heading-right .common-btn:focus, 
.service-heading-right .common-btn:hover {
    background-color: #3354BE;
    border: 1px solid #3354BE;
	color: #fff;
}
.home-each-servie-section .common-btn:hover::after,
.service-heading-right .common-btn:focus::after,
.service-heading-right .common-btn:active::after {
	filter: invert(1);
}
.service-heading-lft p{
	color: #fff;
	margin: 29px 0 66px;
	max-width: 560px;
	width: 100%;
}
/****home-about-us-section****/
.home-about-us-section{
	padding: 150px 0 180px;
}
.home-about-us-sec-img{
	position: relative;
	height: 420px;
	margin: 0 78px;
}
.home-about-us-mobile-sec-img {
	height: 420px;
	border-radius: 10px;
	overflow: hidden;
	display: none;
	position: relative;
}
.home-about-us-mobile-sec-img img {
	height: 100%;
	object-fit: cover;
}
.home-about-us-sec-left h2{
	color: #fff;
	max-width: 340px;
	margin: 37px 0 18px;
}
.home-about-us-sec-left h4 {
	color: #fff;
}
.home-about-us-sec-left p{
	max-width: 410px;
	margin-bottom: 46px;
}
/* .home-about-us-sec-left .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
} */
.home-about-us-sec-left .txt-btn:hover::after {
    filter: invert(1);
}
/* .home-about-us-sec-left .txt-btn::after {
    filter: brightness(1) invert(1);
} */
.home-about-us-sec-img img{
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.home-about-us-sec-mid{
	position: relative;
}
.rounded-start{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 130px;
}
.circle {
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -50px;
	left: 0;
	cursor: default;
}
.circle::after{
	position:absolute;
	left: 50%;
	top: 50%;
	height: 35px;
	width: 35px;
	background: url("../images/round-tick.svg");
	content: "";
	background-size: 35px;
	background-position: center;
	transform: translate(-50% , -50%);
	background-repeat: no-repeat;
}
.text {
	position: absolute;
	width: 110px;
	height: 110px;
	font-family: consolas;
	color: #fff;
	font-size: 17px;
	animation: textRotation 8s linear infinite;
}
@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}
.text span {
	position: absolute;
	left: 50%;
	font-size: 1.2rem;
	transform-origin: 0 55px;
}
.home-about-us-sec-right h5 span{
	font-size: 5.5rem;
	color: rgba(255, 255, 255, 0.07);
	margin-right: 20px;
	line-height: 38px;
	margin-bottom: 10px;
}
.home-about-us-sec-right h5{
	display: flex;
	color: #fff;
}
.home-about-us-sec-right ul{
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
/****footer****/
.footer-area {
	padding-top: 130px;
	position: relative;
}
.footer-area hr{
	position: absolute;
	margin: 0;
	width: 90%;
	left: 50%;
	top: 0;
	height: 2px;
	transform: translateX(-50%);
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.15);
}
.footer-slider .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
}
.footer-slider{
	margin-bottom: -120px;
}
.each-footer-slider{
	height: 270px;
    border-radius: 10px;
    overflow: hidden;
}
.each-footer-slider:hover img {
	transform: scale(1.1);
}
.footer-slider .swiper-slide img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-slider .swiper-slide{
	height: 270px;
}
.footer-logo img{
	width: 182px;
}
.footer-btm{
	border-radius: 20px 20px 0px 0px;
	background-color: #0F131F;
	padding: 220px 0 44px;
	position: relative;
}
.footer-btm::after{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 1px);
    background-size: 91px 91px, 91px 91px;
    background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
    z-index: 0;
    opacity: .1;
    pointer-events: none;
}
.each-footer h6{
	color: #fff;
	font-size: 1.8rem;
	font-family: 'lama_sansmedium';
	margin-bottom: 20px;
}

.each-footer td{
	color: rgba(255, 255, 255, 0.5);
}
.each-footer td:first-child{
	padding-right: 19px;
}
.footer-social-mid a,
.each-footer a{
	display: block;
	color: rgba(255, 255, 255, 0.5);
}
.each-footer a:hover {
	/* text-decoration: underline; */
	color: #3354BE;
}
.footer-social-mid a {
	font-size: 1.4rem;
}
.each-footer a,
.each-footer p {
	color: rgba(255, 255, 255, 0.37);
	width: fit-content;
}
.each-footer .common-btn{
	background-color: #fff;
	border-color: #fff;
	color: #070A15;
}
.each-footer .common-btn:active, 
.each-footer .common-btn:focus, 
.each-footer .common-btn:hover {
    background-color: #3354BE;
    border: 1px solid #3354BE;
	color: #fff;
}
.each-footer .common-btn:active::after, 
.each-footer .common-btn:focus::after, 
.each-footer .common-btn:hover::after {
	filter: invert(1);
}
.bovag-logo img{
	width: 100px;
}
.footer-social{
	margin-top: 120px;
}
.footer-social-mid {
	text-align: center;
}
.footer-social-right ul{
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: end;
}
.footer-social-right li {
	color: #fff;
	font-family: 'lama_sansmedium';
}
.footer-social-right li img{
	width: 12px;
	transition: all 0.5s;
}
.footer-social-right li:nth-child(2) a {
	background-color: #25D366;
}
.footer-social-mid a:hover {
	color: #3354BE;
}
.footer-social-right li a{
	height: 35px;
	width: 35px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.footer-social-right li a:hover img{
	filter: invert(1);
}
.footer-social-right li a:hover{
	background-color:#3354BE ;
}
.footer-social-right li:nth-child(1) a{
	background-color: #25D366;
}
/****************************diensten-list*****************************/
/****inner-banner****/
.inner-banner .each-banner{
	border-radius: 20px;
	overflow: hidden;
	height:500px;
	background-position-y: 70%;
	position: relative;
}
.inner-banner .each-banner::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(26, 29, 26, 0.60) 0%, rgba(26, 29, 26, 0.40) 100%);
}
.inner-banner .banner-content h1{
	margin: 0;
}
/****diensten-list-sec****/
.diensten-list-sec{
	padding: 158px 0 146px;
	position: relative;
	background-image: linear-gradient(rgba(26, 29, 26, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 29, 26, 0.02) 1px, transparent 1px), linear-gradient(rgba(26, 29, 26, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 29, 26, 0.02), transparent 1px);
  background-size: 91px 91px, 91px 91px;
  background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
}
.diensten-list-sec::before,
.diensten-list-sec::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 13.5%;
	width: 100%;
	content: "";
	background: linear-gradient(2deg, #1B1C1F 1.3%, rgba(27, 28, 31, 0.00) 98.7%);
	pointer-events: none;
}
.diensten-list-sec::before{
	top: auto;
	bottom: 0;
	background: linear-gradient(1deg, #1B1C1F 1.07%, rgba(27, 28, 31, 0.00) 101.53%);
}
.each-list{
	margin-top: 152px;
	position: relative;
	z-index: 9;
}
.each-list-content h5 {
    font-size: 5.5rem;
    color: rgba(255, 255, 255, 0.07);
    margin-right: 20px;
    line-height: 38px;
}
.each-list-content h2{
	color: #fff;
	width: 100%;
	margin:25px 0;
}
.each-list-content p{
	max-width: 580px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list-img{
	width: 560px;
	height: 420px;
	border-radius: 10px;
	overflow: hidden;
	margin-left: auto;
}
.each-list-img img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-list-content .txt-btn::after {
	filter: brightness(0) invert(1);
}
.each-list-content .txt-btn:hover::after {
	filter: brightness(1);
}
.each-list-content .common-btn{
	margin-top: 36px;
	background-color: #3354BE;
    border-color: #3354BE;
    color: #fff;
}
.each-list:hover .common-btn{
	background-color: #fff;
    border-color: #fff;
    color: #000;
}
.each-list:hover .common-btn::after {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.diensten-list-sec .common-wrap .each-list:nth-child(1){
	margin-top: 0;
}
.diensten-list-sec .common-wrap .each-list:nth-child(even) .each-list-img{
	margin-left: 0;
	width: 630px;
}
.diensten-list-sec .common-wrap .each-list:nth-child(even) .each-list-content{
	margin-left: 125px;
}
.each-list:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/****************************diensten-dtl*****************************/
/****back-btn-sec****/
.back-btn{
	color: #fff;
	padding-right: 0;
	padding-left: 40px;
}
.back-btn::after {
	filter: invert(1);
}
.back-btn:hover::after {
	filter: invert(1);
}
.back-btn-sec {
	padding-bottom: 50px;
	padding-top: 20px;
}
.back-btn-sec a:hover, .form-right li a:hover {
	text-decoration: underline;
}
.back-btn::after{ 
	left: 0;
	background-image: url(../images/prev.svg);
	height: 32px;
	width: 32px;
	border: 1px solid #000;
	border-radius: 100%;
}
/****diensten-dtl-top****/
.diensten-dtl-top-lft .row{
	height: 100%;
}
.diensten-dtl-top-lft{
	min-height: 630px;
	height: 100%;
}
.diensten-dtl-top-lft p{
	padding-right: 100px;
}
.diensten-dtl-top-lft img{
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.diensten-dtl-top-lft h2 {
	color: #fff;
	font-family: 'lama_sansbold_expanded';
	margin-bottom: 60px;
	margin-top: 20px;
}
.diensten-dtl-top-lft li{
	position: relative;
	padding-left: 20px;
}
.diensten-dtl-top-lft li::after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	width: 6px;
	background-color: #3354BE;;
	border-radius: 50%;
	content: "";
}
/****form-sec****/
.form-sec{
	position: relative;
	padding: 105px 0 150px;
}
.form-wrap {
	padding-left: 155px;
	padding-right: 155px;
}
.form-sec::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	/* background: rgba(7, 15, 41, 0.3); */
	background: rgba(7, 15, 41, 0.79);
	backdrop-filter: blur(15.199999809265137px);
	z-index: 0;
}
.form-title {
	position: relative;
	z-index: 1;
}
.form-title p {
	margin: 30px 0 60px;
	color: #fff;
	max-width: 530px;
}
.form-part {
    position: relative;
    z-index: 1;
}
.form-group {
    margin-bottom: 30px;
}
.form-sec .form-group label {
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.form-styl{
	resize: none;
	font-family: 'lama_sansregular';
	font-size: 2rem;
	color: #0E1416;
	padding: 17px 21px; 
	background-color: #fff;
    border: 1px solid #fff;
	border-radius: 10px;
	overflow: hidden;
}
.form-styl:focus {
	box-shadow: none;
}
.form-styl:placeholder {
	color: rgba(14, 20, 22, 0.50);
	font-size: 1.6rem;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: rgba(14, 20, 22, 0.50);
	font-size: 1.6rem;
	opacity: 1;
}
.form-styl::placeholder {
	color: rgba(14, 20, 22, 0.50);
	font-size: 1.6rem;
	opacity: 1;
}
.foto_upload{
	color: rgba(14, 20, 22, 0.50);
	font-size: 1.6rem;
}
.form-sec textarea.form-styl {
    min-height: 111px;
	height: 111px;
}
.form-btn {
    margin-top: 30px;
}
.form-btn .border-btn {
	border: 1px solid #FFF;
	color: #FFF;
	background-color: transparent;
}
.form-btn .txt-btn::after {
	filter: brightness(1) invert(1);
}
.form-btn .txt-btn:hover::after {
	/* filter: brightness(1); */
}
.form-btn .border-btn:hover {
	background-color: #3354BE;
	border-color: #3354BE;
	color: #fff;
}
.form-right {
	position: relative;
	z-index: 1;
	padding-left: 240px;
}
.form-right h6 {
	color: #FFF;
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	margin-bottom: 16px;
}
.form-right li {
	margin-bottom: 74px;
}
.form-right li p {
	font-size: 1.4rem;
	color: #fff;
}
.form-right li a {
	font-size: 1.6rem;
}
.form-right li a:hover {
	color: #fff;
}
.form-sec.common-bg{
	position: relative;
}
.form-sec.common-bg::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 1px);
	background-size: 91px 91px, 91px 91px;
	background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
	z-index: 1;
	opacity: .15;
	pointer-events: none;
}
/****diensten-dtl-mid*****/
.diensten-dtl-mid {
	padding: 118px 0 170px;
	position: relative;
}
.diensten-dtl-mid::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 1461px;
	background: rgba(51, 84, 190, 0.08);
	filter: blur(171.4499969482422px);
	pointer-events: none;
}
.diensten-dtl-mid-title h2 {
	font-size: 3.2rem;
	font-family: 'lama_sansbold_expanded';
	margin-bottom: 55px;
	line-height: 37px;
}
.each-diensten-dtl-mid {
	background-color: #3354BE;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	padding: 38px 50px;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-dtl-mid:hover{
	-webkit-box-shadow: -3px -4px 21px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: -3px -4px 21px 0px rgba(0,0,0,0.15);
	box-shadow: -3px -4px 21px 0px rgba(0,0,0,0.15);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-dtl-mid p {
	max-width: 340px;
    margin: 0 auto;
	color: #fff;
	letter-spacing: 0.32px;
}
.each-diensten-dtl-mid h2 {
	font-size: 3.2rem;
	color: rgba(255, 255, 255, 0.12);
	font-family: 'lama_sanssemibold';
	line-height: 38px;
	margin-bottom: 9px;
}
.each-diensten-dtl-mid h4 {
    color: #fff;
    margin: 0 0 20px;
}
.diensten-dtl-mid .row {
	justify-content: space-between;
}
.diensten-dtl-mid .col-lg-4 {
	flex: 0 0 31.33%;
}
/****diensten-dtl-slider****/
.diensten-dtl-slider{
	padding: 152px 0 158px;
	position: relative;
	background-color: #1B1C1F;
}
.diensten-dtl-slider::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 1461px;
	background: rgba(51, 84, 190, 0.09);
	filter: blur(171.4499969482422px);
}
.diensten-dtl-slider-heading{
	text-align: center;
	margin-bottom: 75px;
}
.diensten-dtl-slider-heading h2{
	color: #fff;
}
.diensten-dtl-slider .swiper {
	max-width: calc(100% - 140px);
	width: 100%;
}
.each-dtl-slider{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-dtl-slider img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-slider .swiper-slide {
	height: auto;
}
.each-dtl-slider::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(26, 29, 26, 0.36) 0%, rgba(26, 29, 26, 0.36) 100%);
}
.each-dtl-content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 26px 40px;
	z-index: 1;
}
.each-dtl-content h4{
	color: #fff;
}
.each-dtl-slider:hover img{
	transform: scale(1.1);
}
/****************************contact*****************************/
/****contact-banner****/
.contact-banner .each-banner::after {
	display: none;
}
/****contact-form-sec****/
.contact-form-sec {
	padding: 140px 0 30px;
	position: relative;
	background-image: linear-gradient(rgba(236, 235, 235, 0.01) 1px, transparent 1px), linear-gradient(90deg, rgba(236, 235, 235, 0.01) 1px, transparent 1px), linear-gradient(rgba(236, 235, 235, 0.01) 1px, transparent 1px), linear-gradient(90deg, rgba(236, 235, 235, 0.01), transparent 1px);
	background-size: 91px 91px, 91px 91px;
	background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
}

.contact-form-sec::before {
	/* content: '';
	position: absolute;
	background-image: url(../images/Ellipse.svg);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(252, 228, 104, 0.03);
	filter: blur(171.4499969482422px);
	border-radius: 1461px; */
}
.contact-form-sec::before {
	position: absolute;
	height: 12.5%;
	width: 100%;
	content: '';
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(27, 28, 31, 0.00) 1.5%, #1B1C1F 98.5%);
}
.contact-form-sec::after {
	position: absolute;
	height: 12%;
	width: 100%;
	content: '';
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #1B1C1F 1.5%, rgba(27, 28, 31, 0.00) 98.5%);
}
.contact-form-sec .common-wrap{
	position: relative;
}
.contact-form-sec .common-wrap::after{
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	left: 0;
	top: 0;
	background: rgba(51, 84, 190, 0.05);
	filter: blur(171.4499969482422px);
}
/* .contact-form-sec .common-wrap::before{
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	left: 0;
	top: 0;
	border-radius: 1461px;
	background: rgba(51, 84, 190, 0.05);
	filter: blur(171.4499969482422px);
	pointer-events: none;
} */
.contact-form-sec .form-title h2,
.contact-form-sec .form-title p {
	color: #fff;
}
.form-title h2 {
	line-height: 64px;
}
.contact-form-sec .form-group label {
    color: #fff;
}
.contact-form-sec .form-styl{
	color: #0E1416;
	background-color: #fff;
	border: 1px solid #828282;
}
.contact-form-sec .form-styl:focus {
	border: 1px solid #fff;
}
.contact-form-sec .form-styl:placeholder {
	color: rgba(26, 29, 26, 0.50);
	border: 1px solid #fff;
}
.contact-form-sec .form-styl:-ms-input-placeholder {
	color: rgba(26, 29, 26, 0.50);
	border: 1px solid #fff;
}
.contact-form-sec .form-styl::placeholder {
	color: rgba(26, 29, 26, 0.50);
}
.contact-form-sec .form-btn .border-btn {
	border: 1px solid #fff;
	color: #fff;
}
.contact-form-sec .form-btn .border-btn:hover {
    border-color: #3354BE;
}
.contact-form-sec .form-btn .txt-btn::after {
    filter: invert(1);
}
.contact-form-sec .form-right h6,
.contact-form-sec .form-right li a {
	color: #fff;
}
.contact-form-sec .form-right li a:hover {
	color: #fff;
}
.contact-form-sec .form-right li p {
	color: #fff;
}
.contact-form-sec .form-right td{
	font-size: 1.4rem;
	color: #fff;
}
.contact-form-sec .form-right td:nth-child(odd){
	padding-right: 13px;
}
.contact-form-sec .form-right {
    padding-top: 45px;
}
/****************************overons*****************************/
/****overons-banner-btm****/
.overons-banner-btm{
	padding-bottom: 130px;
}
.overons-banner-btm .banner-btm-arrow::before ,
.overons-banner-btm .banner-btm-arrow::after{
	height: 150px;
	background-color: #3354BE;
}
.overons-banner-btm .banner-btm-arrow a{
	margin-top: -50px;
}
.overons-banner-btm .banner-btm-arrow img {
	filter: brightness(0) saturate(100%) invert(27%) sepia(58%) saturate(1913%) hue-rotate(210deg) brightness(93%) contrast(92%);
}
/****overons-mid****/
.overons-mid{
	padding-bottom: 150px;
}
.overons-mid-lft-img {
	overflow: hidden;
	border-radius: 10px;
}
.overons-mid-lft-img img{
	height: 100%;
	object-fit: cover;
}
.overons-mid-lft .col-6 .overons-mid-lft-img{
	height: 280px;
}
.overons-mid-lft .col-12 .overons-mid-lft-img{
	height: 18rem;
	margin-top: 14px;
}
.overons-mid-right{
	max-width: 740px;
	padding-left:75px;
}
.overons-mid-right h2{
	color: #fff;
	font-family: 'lama_sansbold_expanded';
	margin:36px 0 25px ;
}
.overons-mid-right p strong{
	font-weight: normal;
	font-family: 'lama_sansmedium';
}
/****overons-review-sec****/
.overons-review-sec{
	padding: 104px 0 125px;
	background: radial-gradient(66.65% 56.85% at 50% 47.92%, #1B1C1F 0%, #0F131F 52.8%);
	position: relative;
}
.overons-review-sec .container-fluid{
	position: relative;
	z-index: 3;
}
.overons-review-sec .accordion-item {
	background-color: transparent;
	border: 1px solid #3354BE;
	border-radius: 10px;
	margin-bottom: 22px;
	overflow: hidden;
}
.overons-review-sec .accordion-item:last-child{
	margin-bottom: 0;
}
.overons-review-sec .accordion-item:last-of-type .accordion-button,
.overons-review-sec .accordion-item:first-of-type .accordion-button{
	border-radius: 0 !important ;
}
.overons-review-sec .accordian-content .accordion-button::after {
	display: none;
}
.overons-review-sec .accordian-content .accordion-button:not(.collapsed) {
	box-shadow: none;
	border-radius: 0 !important;
	color: #071116;
}
.overons-review-sec .accordian-content .accordion-button{
	border-radius: 10px ;
	padding: 20px 31px;
	background-color: #3354BE;
}
.overons-review-sec .accordian-content p {
	color: #fff;
}
.overons-review-sec .accordion-body p {
	margin: 0 25px 0 0;
	max-width: 580px;
	width: 100%;
}
.overons-review-sec .accordian-content {
	position: relative;
	z-index: 1;
}
.overons-review-sec .accordian-content .accordion-button.collapsed {
    background-color: rgba(255, 255, 255, 0.08);
}
.overons-review-sec .accordion-body{
	background-color: #3354BE;
	padding-left: 31px;
	padding-bottom: 30px;
}
.overons-review-sec  .accordian-content .accordion-button:focus {
	border: none;
	box-shadow: none;
}
.overons-review-sec .accordion-button.collapsed h4{
	color: #fff;
}
.overons-review-sec .accordion-button h4{
	color: #fff;
	font-family: 'lama_sanssemibold';
	padding-left: 0;
	position: relative;
	width: 100% ;
	padding-right: 20px;
}
.overons-review-sec .accordion-button h4::before {
	position: absolute;
	right: 0;
	top: 15px;
	content: "";
	background-image: url(../images/accordian-up-arrow.svg);
	height: 20px;
	width: 20px;
	background-size: 15px;
	background-repeat: no-repeat;
}
.overons-review-sec .accordion-button:not(.collapsed) h4::before {
	background-image: url(../images/accordian-down-arrow.svg);
	transform: rotate(0);
	filter: invert(1);
}
.accordian-content-heading{
	margin-bottom: 59px;
}
.overons-review-right {
	height: 740px;
	padding-left: 100px;
}
.overons-review-right img{
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
/****member-slider****/
.each-man-slider-img{
	/* height: 370px; */
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
/* .each-man-slider-img::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 68.74%, rgba(24, 23, 22, 0.31) 80.5%, rgba(24, 23, 22, 0.92) 99.18%);
} */
.each-man-slider img{
	height: 100%;
	object-fit: cover;
}
.each-man-slider-content{
	position: absolute;
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(51, 84, 190, 0.77);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 23px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 1;
}
.each-man-slider-content p{
	display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	letter-spacing: .32px;
}
.each-man-slider:hover .each-man-slider-content{
	bottom: 0;
}
.each-man-slider-title {
	margin-top: 15px;
}
.member-slider .common-arrow{
	top: calc(50% - 50px);
}
.member-slider .swiper-button-prev{
	left: -5%;
}
.member-slider .swiper-button-next{
	right: -5%;
}
.each-man-slider-title h4 {
	color: #fff;
}
.each-man-slider-title p{
	font-family: 'lama_sansmedium';
	color: rgba(255, 255, 255, 0.50);
}
.member-slider-heading h2{
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
.member-slider{
	padding: 148px 0 85px;
	position: relative;
}
.member-slider::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 1461px;
	background: rgba(51, 84, 190, 0.09);
	filter: blur(171.4499969482422px);
	pointer-events: none;
}
/****************************Airco-service*****************************/
.Airco-service-top li {
	position: relative;
	padding-left: 20;
	margin-top: 10px;
}
.Airco-service-top li:last-child {
	margin-bottom: 10px;
}
.Airco-service-top li::after {
	content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/bullet.svg);
    height: 6px;
    width: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
}
/****************************aanbod-dtl*****************************/
/****aanbod-dtl-car-slider****/
.aandod-dlt-car-slider-lft-img{
	height:calc(100% - 14px);
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
.aandod-dlt-car-slider-lft-img img{
	height: 100%;
	object-fit: cover;
}
.overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	content: "";
	background: rgba(255, 255, 255, 0.91);
	height:calc(100% - 38px);
	width: calc(100% - 38px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 20px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aandod-dlt-car-slider-lft-img:hover .overlay{
	opacity: 1;
}
.overlay p{
	font-size: 2rem;
	color: #070A15;
}
.overlay h6{
	font-size: 2rem;
	font-family: 'lama_sansmedium';
	color: #070A15;
}
.aandod-dlt-car-slider-lft .row .col-lg-12:last-child .aandod-dlt-car-slider-lft-img{
	height: 100%;
}
.ech-aandod-dlt-car-slider img{
	overflow: hidden;
	border-radius: 20px;
}
.aandod-dlt-car-slider-lft .col-lg-12.col-6{
	height: 50%;
}
.aandod-dlt-car-slider-right .common-arrow{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aandod-dlt-car-slider-right .common-arrow:hover{
	background-color: #3354BE;
	border-color:#3354BE ;
}
.aandod-dlt-car-slider-right .swiper-button-prev{
	left: 20px;
}
.aandod-dlt-car-slider-right .swiper-button-next{
	right:40px;
}
.aanbod-dtl-car-slider{
	padding-bottom: 31px;
	margin-top: -5px;
}
.aanbod-dtl-car-slider-dtl-content{
	margin-top: 30px;
}
.aanbod-dtl-car-slider-dtl-content table{
	width: 100%;
	max-width: 580px;
	margin-left:67px;
}
.aanbod-dtl-car-slider-content-right{
	max-width: max-content;
	margin-left: auto;
	margin-right: 0;
}
.aanbod-dtl-car-slider-content-lft h4{
	margin-bottom: 10px;
}
.aanbod-dtl-car-slider-content-lft h4,
.aanbod-dtl-car-slider-content-right h4 {
	font-family: 'lama_sansbold_expanded';
	/* font-family: 'lama_sansmedium'; */
	color: #fff;
	line-height: 40px;
}

.aanbod-dtl-car-slider-content-right p,
.aanbod-dtl-car-slider-content-mid p,
.aanbod-dtl-car-slider-content-lft p{
	color: #fff;
	/* font-family: 'lama_sansmedium'; */
	font-family: 'lama_sansbold_expanded';
	line-height: 18px;
}
.aanbod-dtl-car-slider-content-lft p {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
}
.aanbod-dtl-car-slider-content-mid p{
	font-family: 'lama_sansregular';
	margin-bottom: 8px;
}
.aanbod-dtl-car-slider-content-mid h6{
	font-size:2rem ;
	font-family: 'lama_sansmedium';
}
.aanbod-dtl-car-slider-content-btm .col-lg-2{
	width: 9%;
}
.aanbod-dtl-car-slider-content-btm .col-lg-5{
	width: 44%;
}
.aanbod-dtl-car-slider-content-btm .col-lg-5{
	width: 44%;
}
.aanbod-dtl-car-slider-content-btm .col-lg-6{
	width: 47%;
}
.aanbod-dtl-car-slider-content-btm-lft ul{
	display: flex;
	column-gap: 23px;
	width: calc(100% + 200px);
}
/*.aanbod-dtl-car-slider-content-btm-lft .common-btn{
	background-color: transparent;
	color: #fff;
	border-color:#fff ;
}
.aanbod-dtl-car-slider-content-btm-lft .common-btn::after {
	filter: invert(1);
}*/
.share-btn .common-btn:active,
.share-btn .common-btn:focus,
.share-btn .common-btn:hover,
.aanbod-dtl-car-slider-content-btm-lft .common-btn:active,
.aanbod-dtl-car-slider-content-btm-lft .common-btn:focus,
.aanbod-dtl-car-slider-content-btm-lft .common-btn:hover
{
	background-color: #fff;
	color: #fff;
}
.aanbod-dtl-car-slider-content-btm-lft .black-btn:active ,
.aanbod-dtl-car-slider-content-btm-lft .black-btn:focus ,
.aanbod-dtl-car-slider-content-btm-lft .black-btn:hover{
	background-color: #3354BE;
    border-color: #3354BE;
    color: #fff;
}
.share-btn .common-btn.common-btn:active::after,
.share-btn .common-btn.common-btn:focus::after,
.share-btn .common-btn.common-btn:hover::after,
.aanbod-dtl-car-slider-content-btm-lft .common-btn:active::after,
.aanbod-dtl-car-slider-content-btm-lft .common-btn:focus::after,
.aanbod-dtl-car-slider-content-btm-lft .common-btn:hover::after,
.aanbod-dtl-car-slider-content-btm-lft .black-btn::after{
	filter: brightness(0) invert(1);
}
/*.aanbod-dtl-car-slider-content-btm-lft .black-btn {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.aanbod-dtl-car-slider-content-btm-lft .black-btn::after {
	filter: invert(1);
}*/
.aanbod-dtl-car-slider-content-btm-lft .common-btn:hover {
	background-color: #3354BE;
	border-color: #3354BE;
	color: #fff;
}
.aanbod-dtl-car-slider-content-btm-lft .black-btn::after {
	filter: invert(0);
}
.aanbod-dtl-car-slider-content-btm-lft .black-btn.financieren-btn {
	/* background-color: #3354BE;
	border-color: #3354BE;
	color: #fff; */
}
.aanbod-dtl-car-slider-content-btm-lft .common-btn:after {
	filter: invert(1);
}
.aanbod-dtl-car-slider-content-btm-lft .common-btn:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.share-btn .common-btn:hover {
	background-color: #3354BE;
	border-color: #3354BE;
}
.aanbod-dtl-man{
	height: 76px;
	width: 76px;
	overflow: hidden;
	border-radius: 50%;
}
.aanbod-dtl-man imgP{
	width: 100%;
	object-fit: cover;
}
.man-name h6{
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
	line-height: normal;
	letter-spacing: 0.18px;
}
.man-contact a,
.man-name p{
	color: #fff;
}
.man-contact a:hover{
	color: #fff;
}
.man-contact a img{
	width: 10px;
	margin-right: 15px;
}
.share-btn .common-btn{
	background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.share-btn .txt-btn::after{
	background-image: url(../images/share.svg);
	background-size: 15px;
	right: 10px;
	filter: invert(1);
}
.share-btn{
	text-align: end;
}
.aanbod-dtl-car-slider-content-btm{
	margin-top: 65px;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 105px 0 155px;
	border-top: 2px solid rgba(26, 29, 26, 0.15);
	position: relative;
}
/* .dtl-tab-sec::before,
.dtl-tab-sec::after{
	position: absolute;
	left: 0;
	top: -10px;
	height: 20px;
	width: 3.9%;
	content: "";
	background-color: #fff;
}
.dtl-tab-sec::before{
	left: auto;
	right: 0;
} */
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	text-transform: none;
    color: rgba(26, 29, 26, 0.5);
	width: 100%;
	margin-bottom: 45px;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	padding-left: 20x;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover, .dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #292929;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 70px;
	display: flex;
	justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansmedium';
	font-size: 2rem;
    margin: 0;
    word-break: break-word;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
    content: '';
    position: absolute;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 13px;
    height: 10px;
    width: 10px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after, 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover span::after {
    opacity: 1;
}
/***dtl-tab-content***/
.tab-content .col-lg-3 {
	width: 14.285%;
	border-bottom: 1px solid rgba(41, 41, 41, 0.10);
	padding: 0;
}
/* .each-Kenmerken {
	margin-bottom: 40px;
    border-right: 1px solid rgba(41, 41, 41, 0.10);
    padding-inline: 25px 10px;
    height: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: start;
} */
.each-Kenmerken {
    margin-bottom: 40px;
    border-right: 1px solid rgba(41, 41, 41, 0.10);
    padding-inline: 25px 10px;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: baseline;
    justify-content: left;
}
.dtl-tab-sec .tab_content .row .col-lg-3:nth-child(7n + 1) .each-Kenmerken {
	padding-inline: 0 0;
}
.dtl-tab-sec .tab_content .row .col-lg-3:nth-child(7n ) .each-Kenmerken{
	border-right: 0;
}
.tab_content#tab1 .row{
	border-top: 1px solid rgba(41, 41, 41, 0.10) ;
	max-width: 1400px;
    margin: 0 auto;
}
.each-Kenmerken h6 {
    font-size: 1.4rem;
    color: #fff;
    font-family: 'lama_sansregular';
    margin-right: 20px;
	width: 30%;
}
.each-Kenmerken p {
    font-family: 'lama_sansmedium';
	color: #fff;
	line-height: normal;
    margin-top: 4px;
	width: 70%;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 13px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3354BE;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #3354BE;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
	color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
	color: #fff;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 10px 0 30px;
    font-size: 1.8rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	padding: 156px 0;
	position: relative;
}
.aanbod-dtl-product-sec::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 1461px;
	background: rgba(252, 228, 104, 0.06);
	filter: blur(171.4499969482422px);
}
.aanbod-dtl-product-sec .swiper-slide-active .each-slider {
	display: block;
}









.aanbod-dtl-product-sec .container-fluid {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.aanbod-dtl-product-sec .common-wrap {
	padding-left: 8%;
	padding-right: 8%;
}
.aanbod-dtl-product-sec.product-sec .swiper-slide-next + .swiper-slide::after {
	display: none;
}
.aanbod-dtl-product-sec.product-sec .swiper::after {
	display: none;
}
.aanbod-dtl-product-sec h2 {
	margin-bottom: 65px;
	color: #fff;
}
.aanbod-dtl-product-sec .product-slider .swiper-button-next {
    left: auto;
	right: -90px;
}
.aanbod-dtl-product-sec .product-slider .swiper-button-prev {
    left: -90px;
}
/****************************aanbod-list*****************************/
/***aanbod-filter-sec***/
.aanbod-filter-sec {
	padding: 57px 0 90px;
}
.filter-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.total-car h5 {
	font-family: 'lama_sansmedium';
	color: #fff;
    font-size: 2.4rem;
	padding-top: 7px;
}
.aanbod-filter-sec .col-lg-2 {
	width: 9%;
}
.aanbod-filter-sec .col-lg-10 {
	width: 91%;
}
.filter-main .each-filter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 0;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sansregular';
    font-size: 1.5rem;
    cursor: pointer;
    max-width: 100%;
    margin-bottom: 7.5px;
}
.aanbod-filter-sec label span{
	float: right;
}
.clear-filter a {
	color: #fff;
}
.clear-filter a:hover{
	text-decoration: underline;
}
.clear-filter img {
	width: 1.8rem;
	margin-left: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    /* filter:brightness(0) invert(1);
    -webkit-filter:brightness(0) invert(1); */
}
.aanbod-filter-sec .dropdown-menu.show {
    border-radius: 0 0 20px 20px;
}
.select-style.show {
	border-radius: 20px 20px 0 0;
	border-bottom: 0;
}
.outer-filter {
	display: flex;
	justify-content: end;
	gap: 1.5rem;
}
.outer-filter .more-filter-btn {
	max-width: 58px;
	width: 100%;
	cursor: pointer;
	background-image: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more-filter-btn img {
	width: 20px;
}
.more-filter-btn:hover,
.more-filter-btn.active {
	background-color: transparent;
	border-color: rgba(23, 19, 19, 0.40);
}
.more-filter-btn:hover img,
.more-filter-btn.active img{
	filter: invert(0);
}
.outer-filter .select-style {
	padding-right: 37px;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    padding: 0 15px;
    background: url(../images/filter-arrow.svg) no-repeat 93% center/10px;
    appearance: none;
    line-height: 48px;
    border-radius: 31px;
    border: 1px solid #fff;
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); */
	text-overflow: ellipsis;
	overflow: hidden;
	
}
.select-style option{
	font-family: arial;
}

.filter-content {
    display: none;
    background-color: #1B1C1F;
    padding: 10px 15px 15px;
    z-index: 2;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
	max-height: 400px;
    overflow-y: auto;
	z-index: 99;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #3354BE;
  	border-color: #3354BE;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 15px;
    width: 15px;
    margin-left: 10px;
	margin-top: 3px;
    border-radius: 3px;
}
.show_selected_filter_cls{
	padding-top: 5px !important;
	margin-bottom: 10px;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #000;
    border-radius: 10px;
    background-color:#fff;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s
}
.auto-overview-tag:hover{
	background-color: #3354BE;
	border: 1px solid #3354BE;
	color: #fff;
}
.auto-overview-tag:hover .cross-btn {
	filter: invert(1);
}
.sorteren_op-filter span {
    font-family: 'lama_sansmedium';
    color: #fff;
	font-size: 2.4rem;
  	margin-right: 20px;
	width: max-content;
	display: none;
}
.sorteren_op-filter_btn{
	width: 48%;
}
.cross-btn {
    width: 25px;
}
.auto-overview-tag:hover .cross-btn {
	/* filter: invert(1) brightness(10); */
}
.total_search_records {
	margin-top: 30px;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: #2C2929;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #fff;
}
.mobile-filter-close span img {
    width: 27px;
	filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #3354BE;
	border:1px solid #3354BE;
	color: #fff;
	padding: 10px;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
	border-color: #fff;
	color: #3354BE;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
	padding-bottom: 155px;
	/* background: linear-gradient(180deg, rgba(250, 250, 247, 0.12) 0%, rgba(255, 253, 237, 0.52) 49.4%, rgba(250, 250, 247, 0.12) 100%); */
}
.aanbod-list-product-sec .common-wrap .row {
	row-gap: 20px;
}
/* .aanbod-list-product-sec .slider-price-sec::after {
	content: "";
    position: absolute;
    left: -21px;
    bottom: 0;
    height: 100%;
    width: 85%;
    color: rgba(255, 255, 255, 0.527);
    z-index: 0;
    background: linear-gradient(180deg, rgba(250, 250, 247, 0.12) 0%, rgba(255, 253, 237, 0.52) 49.4%, rgba(250, 250, 247, 0.12) 100%);
} */
/****************************verkocht*****************************/
/****verkocht-top****/
.verkocht-top {
	padding: 87px 0 70px;
	position: relative;
}
.verkocht-top h2 {
	color: #181716;
}
.verkocht-top p {
	max-width: 620px;
	margin-right: 0;
	margin-left: auto;
}
.verkocht-top hr {
    position: absolute;
    margin: 0;
    width: 90%;
    left: 50%;
    bottom: 0;
    height: 2px;
    transform: translateX(-50%);
    opacity: 1;
    background-color: #fff;
}
/****verkocht-product****/
.verkocht-product {
	padding-top: 115px;
}
/****************************bedankt*****************************/
.bedankt-banner-sec .each-banner {
	border-radius: 20px;
	overflow: hidden;
}
.bedankt-banner-sec .each-banner {
	position: relative;
}
.bedankt-banner-sec .common-btn {
	background-color: #fff;
	border-color: #fff;
	color: #1A1D1A;
}
.bedankt-banner-sec .common-btn:hover {
	background-color: #3354BE;
	border-color: #3354BE;
	color: #fff;
}
.bedankt-banner-sec .banner-content .txt-btn::after {
	filter: invert(0);
}
.bedankt-banner-sec .banner-content .txt-btn:hover::after {
	filter: invert(1);
}
.bedankt-banner-sec .banner-content h1 {
	font-family: 'lama_sansbold_expanded';
}
/****************************popup*****************************/
.modal-area .modal-dialog {
    max-width: 47%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(40, 39, 39, 0.60);
}
.popup-content-part {
	border-radius: 20px;
	overflow: hidden;
	background-color: #3354BE;
}
.modal-area .modal-content {
    border: 0;
	background-color: transparent;
    position: relative;
    
}
.modal-area .popup-content p {
    margin-bottom: 40px;
	max-width: 820px;
	width: 100%;
	color: #FFF;
    max-width: 610px;
}
.modal-area .popup-content h2 {
	color: #fff;
	font-size: 3.6rem;
	text-transform: none;
	letter-spacing: 0.72px;
}
.modal-area .popup-content {
    padding: 65px 80px 80px;
   
}
.popup-content ul {
	margin: 30px 0;
}
.popup-content li {
	font-family: 'lama_sansregular';
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    padding-left: 20px;
}
.popup-content li::after {
	position: absolute;
	content: '';
	background-image: url(../images/white-bullet.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 5px;
	left: 0;
	top: 13px;
	height: 5px;
	width: 5px;
}
.popup-content .common-btn {
    background-color: #fff;
    border-color: #fff;
    color: #1A1D1A;
}
.popup-content .common-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
	color: #fff;
}
.popup-content .common-btn:hover::after {
	filter: invert(1);
}
.close-img {
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 1;
    font-size: 4.1rem;
    height: 80px;
    width: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1D1A;
    font-family: 'lama_sansregular';
    border-radius: 100px;
}
.close-img:hover {
	color: #1A1D1A;
}

/* ********************* */
ul.tabs li {
	font-family: 'lama_sansmedium';
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	padding-left: 20px;
	position: relative;
	text-transform: none;
	color: #fff;
	cursor: pointer;
	margin-bottom: 45px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

ul.tabs li::after {
	content: '';
	position: absolute;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 9px;
	height: 10px;
	width: 10px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #fff;
}

ul.tabs li:hover::after,
ul.tabs li.active::after {
	opacity: 1;
}

.tab_content {
	/* padding: 20px; */
	display: none;
}

.tab_drawer_heading {
	display: none;
}
.tab_hedaing{
	margin-bottom: 30px;
}
.privacy_section h2{
	color: #000;
}


/*******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:18px;
  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: 7.5px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    /* padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px; */
	padding: 4px 0 6px 23px;
    color: #000;
    background-size: contain;
	width: 70%;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-size: 16px;
   /* color: black;*/
    word-break: break-word;
}
.star_icon{
    margin-bottom: 3rem;
}
.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;
}
.form-1, .form-2 {
    display: none;
    background-color: #2C2929;
    padding: 50px 30px;
    margin-top: 20px;
	border-radius: 20px;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.financieren-btn:hover:after {
	/* filter: brightness(1) invert(0) !important;
	-webkit-filter: brightness(1) invert(0) !important; */
}



main.no-jerk {
	margin-top: 144px;
}
.radio_filter .form-check-input {
    display: none;
}
.aanbod-filter-sec .row{
	/* row-gap: 12px; */
}


.aanbod_dtl_form::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 1px);
	background-size: 91px 91px, 91px 91px;
	background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
	z-index: 1;
	opacity: .15;
	pointer-events: none;
}
.privacy_section{
	padding-bottom: 60px;
}
.aanbod-dtl-car-slider-content-btm-lft .common-btn:active,
.aanbod-dtl-car-slider-content-btm-lft .common-btn:focus {
    background-color: #3354be;
    color: #fff;
    border-color: #3354be;
}
.form-right table tr td:nth-child(even){
	padding-left: 16px;
}
.side-fixed-area {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
}
