@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'lama_sansregular';
    color: #F9F8F6;
    font-size: 1.6rem;
	background-color: #191D23;
    overflow-x: clip;
}
html {
    font-size: 62.5%;
}
#page{
	overflow-x: clip;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*********lenis-css***********/
html.lenis, html.lenis body {
	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}
/*****textAppear animation*****/
/*.textAppear {
    opacity: 0;
    filter: blur(8px);
    bottom: -50px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/
/*****header-area*****/
.header-area {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 26px 0;
    border-bottom: 1px solid rgba(249, 248, 246, 0.40);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
    background-color: rgba(25, 29, 35, 0.5);
}
.header-logo img {
    width: 153px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 0;
    top: 0;
}
.header-btn {
    color: #F9F8F6;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    line-height: normal;
    text-transform: uppercase;
    border-left: 1px solid rgba(249, 248, 246, 0.40);
    border-right: 1px solid rgba(249, 248, 246, 0.40);
    padding: 45px;
    display: inline-block;
}
.header-btn:hover {
    color: #F9F8F6;
    background-color: #4B6798;
    border-color: #4B6798;
}
.hamburger {
    padding: 0 45px;
    cursor: pointer;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hamburger div {
    background-color: #F9F8F6;
    height: 1px;
    width: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hamburger div:nth-child(even){
    margin: 6.5px 0;
}
.hamburger:hover div:nth-child(even) {
    margin: 0;
}
.hamburger.together div:nth-child(even) {
    margin: 0;
}
.mega-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    background-color: #191D23;
    padding: 108px 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu::after {
    content: "";
    height: 100%;
    width: 42.5%;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(249, 248, 246, 0.40);
    position: absolute;
    background-color: #14181E;
}
.mega-menu.active {
    top: 112px;
}
.mega-menu-wrap {
    height: 100%;
    overflow: hidden;
}
.mega-menu-nav::-webkit-scrollbar,
.mega-menu-info::-webkit-scrollbar {
	background-color: #1E242F;
	width: 10px;
    border-radius: 10px;
}
.mega-menu-nav::-webkit-scrollbar-thumb,
.mega-menu-info::-webkit-scrollbar-thumb {
	background-color: #2D333F;
    border-radius: 10px;
}
.mega-menu .container,
.mega-menu .row,
.mega-menu .col-lg-6 {
    height: 100%;
}
.mega-menu-nav {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}
.mega-menu-nav li {
    font-family: 'monschoneregular';
    color: #fff;
    font-size: 4rem;
    line-height: 40px;
    margin-bottom: 50px;
}
.mega-menu-nav li a {
    color: #fff;
    position: relative;
    padding-right: 40px;
}
.mega-menu-nav li a::after {
    content: "";
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    right: 0;
    opacity: 0;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.active {
    color: #7191C9;
}
.mega-menu-nav li a:hover::after,
.mega-menu-nav li a.active::after {
    opacity: 1;
}
.menu-circle {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    bottom: 0;
    width: 33%;
    pointer-events: none;
}
.mega-menu-info {
    position: relative;
    z-index: 1;
    padding-left: 290px;
    height: 100%;
    overflow-y: auto;
}
.mega-menu-info .footer-left {
    margin-bottom: 70px;
}
.mega-menu-info .footer-left h2 {
    font-family: 'monschoneregular';
}
.mega-menu-info .footer-info {
    display: block;
}
.mega-menu-info .each-footer-info {
    margin-bottom: 70px;
}
.mega-menu-info .each-footer-info:last-child {
    margin-bottom: 0;
}
body.overflow {
    overflow: hidden !important;
}
/**********side area***********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #7191C9;
	border-radius: 10px 0 0 10px;
}
.mini-right-nav span {
    font-family: 'lama_sansregular';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 10px;
	content: '';
	background-color: #7191C9;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 0;
	font-size: 1.6rem;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #25D366;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 98;
	right: 0;
}
/***side-rating"****/
.side-rating {
	position: fixed;
	top: calc(39% - 100px);
	z-index: 98;
	right: 0;
   /* border-radius: 10px 0 0 10px;*/
    overflow: hidden;
}
/*****banner-sec*****/
.banner-sec {
	height: 900px;
	position: relative;
}
.banner-slider {
	height: 100%;
    overflow: hidden;
}
.banner-slider .swiper {
	height: 100%;
}
.each-banner {
	height: 100%;
	position: relative;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(25, 29, 35, 0.7);
	z-index: 1;
}
.banner-sec::before {
	content: "";
	height: 600px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #191D23 0%, rgba(25, 29, 35, 0.00) 100%);
	z-index: 2;
}
.banner-content {
	position: absolute;
    bottom: -70px;
	left: 0;
	width: 100%;
    z-index: 2;
}
.banner-content h1 {
    margin-bottom: 23px;
}
.banner-content p {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 50px;
}
.banner-content .common-btn {
	margin: 0 10px;
}
.banner-video {
    height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.scroll-down-btn {
    max-width: 175px;
    width: 100%;
    height: 175px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
	z-index: 2;
    cursor: pointer;
    overflow: hidden;
	color: #F9F8F6;
	font-family: 'lama_sanssemibold';
	font-size: 1.4rem;
    display: block;
    margin-top: 178px;
}
.scroll-down-btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.scroll-down-btn span {
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-animation: scrollKey 3s ease-in-out infinite;
    animation: scrollKey 3s ease-in-out infinite;
}
.scroll-down-btn:hover:before {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.scroll-down-btn:hover {
	color: #fff;
}
@keyframes scrollKey {
    25% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,150%,0);
        transform: translate3d(-50%,150%,0)
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-100%,0);
        transform: translate3d(-50%,-100%,0)
    }
    75%,to {
        opacity: 1;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}
/*****product-sec*****/
.product-sec {
    padding: 210px 0 150px;
    position: relative;
    overflow: hidden;
}
.product-heading h5 {
    margin-bottom: 30px;
}
.product-sec .product-heading {
    max-width: 568px;
    width: 100%;
    margin: 0 auto 80px;
}
.product-slider {
    position: relative;
    margin-bottom: 80px;
}
.product-slider .swiper-button-next {
    right: -50px;
}
.product-slider .swiper-button-prev {
    left: -50px;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 12px;
}
.each-product-content {
    border-radius: 5px;
    background-color: #1E242F;
    padding: 28px;
}
.each-product-content h5 {
    color: #F9F8F6;
    font-family: 'lama_sanssemibold';
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-content h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-content hr {
    background-color: rgba(249, 248, 246, 0.10);
    opacity: 1;
    margin: 20px 0;
}
.each-product-content table {
    width: 100%;
}
.each-product-content td {
    color: rgba(249, 248, 246, 0.50);
    font-family: 'lama_sansregular';
    font-size: 1.4rem;
}
.each-product-content td strong {
    color: #F9F8F6;
    font-family: 'lama_sansregular';
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.each-product-price { 
    background-color: #2D333F;
    border-radius: 5px;
    padding: 23px 60px 23px 28px;
    display: flex;
    align-items: center;
    margin-top: 12px;
    position: relative;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.each-product-price::after {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    background-image: url(../images/next.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
}
.each-product-price h5 {
    color: rgba(249, 248, 246, 0.70);
    letter-spacing: 0.16px;
    margin-right: 7px;
    font-family: 'lama_sanssemibold';
}
.each-product-price h6 {
    color: rgba(249, 248, 246, 0.70);
    letter-spacing: 0.14px;
}
.each-product-price h6 strong {
    font-family: 'lama_sanssemibold';
    font-weight: 600;
}
.each-product:hover .each-product-price {
    background-color: #F9F8F6;
}
.each-product:hover .each-product-price h5  {
    color: #191D23;
}
.each-product:hover .each-product-price h6  {
    color: rgba(25, 29, 35, 0.70);
}
.each-product:hover .each-product-price h6 strong {
    color: #4B6798;
}
.each-product:hover .each-product-price::after {
    filter: brightness(0) saturate(100%) invert(8%) sepia(4%) saturate(3523%) hue-rotate(169deg) brightness(96%) contrast(91%);
    -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(4%) saturate(3523%) hue-rotate(169deg) brightness(96%) contrast(91%);
}
.product-top-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 14%;
}
.product-btm-circle {
    position: absolute;
    bottom: -18%;
    left: 0;
    width: 15%;
}
/*****service-sec******/
.service-sec {
    padding: 137px 0;
    background-color: #14181E;
}
.service-wrap {
    margin-bottom: 80px;
}
.each-service {
    padding: 54px 44px;
    border-bottom: 1px solid rgba(249, 248, 246, 0.05);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-service::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    position: absolute;
    width: 100%;
    background-color: #4B6798;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:first-child {
    border-top: 1px solid rgba(249, 248, 246, 0.05);
}
.each-service h2 {
    display: flex;
    align-items: center;
}
.each-service h2 strong {
    color: rgba(249, 248, 246, 0.30);
    font-size: 1.6rem;
    font-family: 'lama_sansmedium';
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 90px;
}
.each-service-img {
    opacity: 0;
    position: absolute;
    width: 31%;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    border-radius: 5px;
}
.each-service .row {
    position: relative;
    z-index: 1;
}
.each-service .text-btn strong {
    font-weight: 500;
    opacity: 0;
    position: relative;
    left: -80px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service .text-btn::after {
    opacity: 0.5;
    transform: translateY(-50%) rotate(0);
}
.each-service:hover::after {
    height: 100%;
}
.each-service:hover .text-btn strong {
    opacity: 1;
    left: 0;
}
.each-service:hover .text-btn::after {
    opacity: 1;
    transform: translateY(-50%) rotate(-45deg);
}
/*****about-us-sec*****/
.about-us-sec {
    padding-top: 138px;
    background-color: #F9F8F6;
    position: relative;
}
.about-us-heading {
    margin-bottom: 73px;
}
.about-us-heading-right {
    max-width: 533px;
    width: 100%;
    margin-left: auto;
    padding-top: 50px;
}
.about-us-heading h2 {
    color: #191D23;
}
.about-us-heading p {
    color: #191D23;
    margin-bottom: 50px;
}
.about-us-heading h5 {
    margin-bottom: 29px;
}
.about-circle {
    position: absolute;
    top: -230px;
    right: 0;
    width: 16%;
}
.about-us-gallery {
    position: relative;
    padding-top: 64px;
}
.about-us-gallery img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.about-gallery-left {
    width: 19%; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}
.about-gallery-mid {
    display: table;
    margin: 0 auto;
    height: 767px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-gallery-right {
    width: 19%; 
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*****review-sec******/
.review-sec {
    padding: 150px 0 120px;
    background-color: #F9F8F6;
}
/****footer-area*****/
.footer-area {
    padding: 95px 0 170px;
    position: relative;
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.footer-area::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #191D23 0%, rgba(25, 29, 35, 0.00)134.69%);
    pointer-events: none;
}
.footer-top {
    padding-bottom: 70px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(249, 248, 246, 0.10);
}
.footer-left .common-btn img {
    margin-right: 8px;
}
.footer-left h2 {
    color: #F9F8F6;
    font-family: 'lama_sansmedium';
    margin-bottom: 19px;
}
.footer-left h2 a {
    color: #F9F8F6;
}
.footer-left h2 a:hover {
    color: #7191C9;
}
.footer-mark {
    bottom: 0;
    width: 100%;
    position: absolute;
}
.footer-info {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: wrap;
}
.each-footer-info h6 {
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.each-footer-info p,
.each-footer-info td {
    font-family: 'lama_sansmedium';
    color: #F9F8F6;
    margin-bottom: 0;
    letter-spacing: 0.16px;
}
.each-footer-info td:first-child {
    padding-right: 10px;
}
.each-footer-info p a {
    color: #F9F8F6;
}
.each-footer-info p a:hover {
    color: #7191C9;
}
.social-icon ul {
    display: flex;
    align-items: center;
    column-gap: 13px;
}
.social-icon li a {
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.social-icon li a:hover {
    background-color: #4B6798;
    border-color: #4B6798;
}
.footer-sponcer ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}
.footer-policy p {
    font-size: 1.4rem;
    color: rgba(249, 248, 246, 0.50);
    line-height: 20px;
    letter-spacing: 0.14px;
    font-family: 'lama_sansmedium';
    margin-bottom: 0;
}
.footer-policy p a {
    color: rgba(249, 248, 246, 0.50);
}
.footer-policy p a:hover {
    color: #7191C9;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 850px;
    margin-left: auto;
	margin-right: auto;
}
.modal-area .modal {
	background: rgba(20, 24, 30, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 10px;
    padding: 15px;
	background-color: #F9F8F6;
}
.modal-area .popup-text {
    padding: 28px 35px 28px 40px;
}
.modal-area .popup-text p {
    margin-bottom: 17px;
    font-size: 1.4rem;
    line-height: 22px;
    color: #191D23;
}
.modal-area .popup-text p strong {
    font-family: 'lama_sansmedium';
    font-weight: 500;
}
.modal-area .popup-text h3 {
	color: #191D23;
    line-height: 60px;
    font-family: 'monschoneregular';
}
.modal-area .popup-text h6 {
    font-family: 'lama_sanssemibold';
    color: #191D23;
    line-height: 22px;
    margin-bottom: 17px;
}
.modal-area .popup-text ul {
	padding: 0;
	margin-bottom: 17px;
	list-style: none;
}
.modal-area .popup-text li {
	font-family: 'lama_sansregular';
    font-size: 1.4rem;
    line-height: 22px;
    color: #191D23;
    position: relative;
    padding-left: 20px;
}
.modal-area .popup-text li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 10px;
    width: 10px;
    background-image: url(../images/over-ons-mid-block-tick.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.modal-area .popup-text .common-btn {
    margin-top: 16px;
}
.modal-area .popup-img {
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}
.modal-area .popup-img img {
    height: 100%;
    object-fit: cover;
}
.popup-close {
	height: 27px;
	width: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #191D23;
	border-radius: 100%;
	position: absolute;
	right: 22px;
	top: 22px;
}
.popup-close img {
	width: 10px;
}
/*=================================contact page start======================================*/
.map-area {
    height: 660px;
    position: relative;
}
/* .map-area::after {
    content: "";
    height: 60%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #191D23 0%, rgba(25, 29, 35, 0.00)100%);
} */
/****form-sec****/
.form-sec {
    padding: 28px 0 121px;
    margin-top: -48px;
    position: relative;
    z-index: 1;
}
/****form-left****/
.form-left {
	padding-right: 4px;
    max-width: 600px;
    width: 100%;
}
.form-left h5 {
    margin-bottom: 30px;
    color: #F9F8F6;
}
.form-left p {
    margin-bottom: 50px;
}
.form-left h2 {
    margin-bottom: 24px;
}
.each-form-left {
    margin-bottom: 40px;
}
.each-form-left ul {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.each-form-left li img {
    width: 13px;
    height: 13px;
}
.each-form-left h6{
    color: #F9F8F6;
    font-family: 'lama_sansmedium';
    line-height: 21.07px;
    margin-left: 9px;
}
.each-form-left p {
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
}
.each-form-left a{
    color: #F9F8F6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-left a:hover {
    color: #7191C9;
}
.each-form-left td{
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    line-height: 21.07px
}
.each-form-left td:first-child {
    padding-right: 10px;
}
.form-icon {
    height: 44px;
    width: 44px;
    border: 1px solid rgba(249, 248, 246, 0.50);
    border-radius: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
/****form-main****/
.form-group {
    margin-bottom: 23px;
}
.form-styl {
	resize: none;
    border-radius: 10px;
    border: none;
    color: #F3F3F3;
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    line-height: 20px;
    padding: 20px 33px;
    border: 1px solid rgba(249, 248, 246, 0.20);
	background: rgba(25, 29, 35, 0.50);
	/*text-transform: capitalize;*/
}
.form-styl:placeholder {
	color: #F3F3F3;
}
.form-styl:-ms-input-placeholder {
	color: #F3F3F3;
}
.form-styl::placeholder {
	color: #F3F3F3;
}
.form-styl:focus {
    box-shadow: none;
    color: #F3F3F3;
    background: rgba(25, 29, 35, 0.50);
	border: 1px solid #F9F8F6;
}
.form-main .common-btn.color-btn{
    margin-top: 6px;
}
.form-main button {
    margin-top: 10px;
}
.form-group textarea.form-control {
    min-height: 146px;
}
/****form-btm-sec****/
.form-btm-sec {
    padding: 0 14px;
}
.form-btm-wrap {
    border-radius: 10px;
}
/*=================================diensten-dtl page start======================================*/
.image-scale {
    overflow: hidden; 
}
/*****bk-btn-sec****/
.bk-btn-sec {
    padding: 170px 0 54px;
}
.bk-btn-sec .common-btn {
    position: relative;
    padding-left: 40px;
}
.bk-btn-sec .common-btn::after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-image: url(../images/btn-arrow.svg);
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
/****diensten-dtl-desc-sec****/
.diensten-dtl-desc-sec {
    padding-bottom: 122px;
    position: relative;
}
.diensten-dtl-desc-img {
    max-width: 690px;
    width: 100%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-desc-text {
    max-width: 606px;
    width: 100%;
    padding-right: 28px;
}
.diensten-dtl-desc-text h5 {
    margin-bottom: 38px;
}
.diensten-dtl-desc-text h2 {
    margin-bottom: 34px;
}
.diensten-dtl-desc-text p {
    margin-bottom: 22px;
}
.diensten-dtl-desc-text h4 {
    font-family: 'lama_sansmedium';
    margin-bottom: 10px;
}
.diensten-dtl-desc-circle {
    position: absolute;
    right: 0;
    bottom: -36%;
    pointer-events: none;
    width: 22%;
}
/******diensten-dtl-sub-desc-sec******/
.diensten-dtl-sub-desc-sec .diensten-dtl-desc-img {
    margin-left: 0;
}
.diensten-dtl-sub-desc-sec .diensten-dtl-desc-text {
    margin-left: auto;
    padding-left: 40px;
    padding-right: 0;
    max-width: 615px;
}
.diensten-dtl-sub-desc-sec .diensten-dtl-desc-circle {
    width: 16%;
    left: 0;
    right: auto;
}
/******diensten-dtl-benefit-sec******/
.diensten-dtl-benefit-sec {
    background-color: #14181E;
    padding: 115px 0 44px;
}
.diensten-dtl-benefit-heading {
    margin-bottom: 85px;
}
.diensten-dtl-benefit-main .row {
    margin: 0 -40px;
}
.diensten-dtl-benefit-main .col-lg-4 {
    padding: 0 40px;
}
.each-diensten-dtl-benefit hr {
    background-color: rgba(249, 248, 246, 0.15);
    margin: 25px 0 33px;
    opacity: 1;
}
.each-diensten-dtl-benefit h4 {
    margin-bottom: 15px;
}
.each-diensten-dtl-benefit p {
    margin-bottom: 0;
}
/*****dtl-contact-form-sec*****/
.dtl-contact-form-sec {
    position: relative;
    padding: 200px 0 134px;
    margin-top: 0;
}
.dtl-contact-form-sec::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #14181E 0%, rgba(20, 24, 30, 0.00)100%);
}
.dtl-contact-form-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #14181E 0%, rgba(20, 24, 30, 0.90)100%);
}
.dtl-contact-form-sec .container {
    position: relative;
    z-index: 1;
}
/***related-sevice-sec****/
.related-sevice-sec {
    background-color: #F9F8F6;
    padding: 123px 0;
    position: relative;
    overflow-x: hidden;
}
.related-sevice-heading {
    margin-bottom: 66px;
}
.related-sevice-heading h5 {
    margin-bottom: 31px;
}
.related-sevice-heading h2 {
    color: #191D23;
}
.related-service-circle {
    position: absolute;
    right: 0;
    top: -8%;
    width: 16%
}
.related-sevice-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-related-sevice-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    z-index: 1;
}
.each-related-sevice-text::after {
    content: "";
    height: 46px;
    width: 46px;
    position: absolute;
    top: 12px;
    right: 40px;
    background-image: url(../images/next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    border-radius: 100%;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-related-sevice {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
}
.each-related-sevice::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(25, 29, 35, 0.00)50%, rgba(25, 29, 35, 0.56)100%);
}
.each-related-sevice-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.each-related-sevice h4 {
    position: relative;
}
.each-related-sevice:hover .each-related-sevice-text::after  {
    background-color: #4B6798;
    transform: rotate(-45deg);
}
.each-related-sevice:hover .each-related-sevice-img img {
    transform: scale(1.1);
}
.related-sevice-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 150px;
    width: 100%;
    margin: 60px auto 0;
}
.related-sevice-control .common-arrow {
    height: 65px;
    width: 65px;
    position: initial;
    transform: translate(0);
    border-color: #191D23;
}
.related-sevice-control .common-arrow img {
    width: 13px;
}
.related-sevice-control .common-arrow:hover {
    background-color: #191D23;
}
.related-sevice-control .common-arrow:hover img {
    filter: brightness(10);
}
.scale-down {
    transform: scale(0.9) !important;
}
/*=================================diensten-list page start======================================*/
.diensten-list-wrap {
    max-width: 1147px;
    width: 100%;
    margin: 0 auto;
}
.each-diensten-list {
    padding: 80px 0;
    border-top: 1px solid rgba(249, 248, 246, 0.10);
}
.each-diensten-list-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 554px;
    margin-left: auto;
}
.each-diensten-list-text h2 {
    margin-bottom: 24px;
}
.each-diensten-list:nth-child(odd) .row {
    flex-direction: row-reverse;
}
.each-diensten-list-text {
    max-width: 480px;
    width: 100%;
}
.each-diensten-list-text p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 80px;
}
.each-diensten-list:nth-child(even) .each-diensten-list-img {
    margin-left: 0;
}
.each-diensten-list:nth-child(even) .each-diensten-list-text {
    margin-left: auto;
}
.each-diensten-list:hover .common-btn {
    background-color: #7191C9;
    border-color: #7191C9;
    color: #F9F8F6;
}
/*=================================vacature-dtl page start======================================*/
.vacature-dtl-benefit-sec .diensten-dtl-benefit-main .col-lg-6 {
    padding: 0 100px;
}
.vacature-dtl-benefit-sec .diensten-dtl-benefit-main .row {
    margin: 0 -100px;
}
.each-diensten-dtl-benefit li {
    font-family: 'lama_sansregular';
    color: #F9F8F6;
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.each-diensten-dtl-benefit li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background-image: url(../images/over-ons-mid-block-tick.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}
/*=================================bedankt page start======================================*/
.bedankt-banner-sec .banner-content {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
/************************over-ons************************/
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2;
}
.inner-banner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(25, 29, 35, 0.7);
    z-index: 1;
}
.inner-banner::before {
    content: "";
    height: 600px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #191D23 0%, rgba(25, 29, 35, 0.00) 100%);
    z-index: 2;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
    background-color: #191D23;
}
.over-ons-about-sec .about-us-heading-left {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}
.over-ons-about-sec .about-us-heading-left h5 {
    color: #4B6798;
}
.over-ons-about-sec .about-us-heading-left h2 {
    color: #F9F8F6;
    margin: 36px 0;
}
.over-ons-about-sec .about-us-heading-left p {
    color: #F9F8F6;
    margin-bottom: 10px;
}
.over-ons-about-sec .about-us-heading {
    margin-bottom: 138px;
}
.over-ons-about-sec .about-gallery-mid {
    height: auto;
}
/****over-ons-mid-block****/
.over-ons-mid-block {
    background-color: #14181E;
    padding: 169px 0 130px;
}
.over-ons-mid-block-img {
    max-width: 689px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.over-ons-mid-block-info ul li h5 {
    text-transform: none;
    color: #F9F8F6;
    font-family: 'lama_sanssemibold';
    margin-bottom: 15px;
    line-height: 24px;
}
.over-ons-mid-block-info ul li {
    position: relative;
    padding-left: 40px;
}
.over-ons-mid-block-info ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
    background-image: url(../images/over-ons-mid-block-tick.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
}
.over-ons-mid-block-info p {
    margin-bottom: 45px;
}
.over-ons-mid-block-info h2 {
    margin: 30px 0 34px;
}
.over-ons-mid-block-info {
    margin-top: 15px;
    padding-right: 165px;
}
.over-ons-mid-block-info ul li p {
    margin-bottom: 35px;
}
/****over-ons-block****/
.over-ons-block {
    background-color: #191D23;
    padding: 135px 0 135px;
}
.over-ons-block-wrap {
    padding: 0 40px;
}
.over-ons-block-wrap ul {
    column-gap: 2px;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}
.over-ons-block-wrap li {
    border: 1px solid rgba(249, 248, 246, 0.1);
    border-radius: 287px;
    height: 286px;
    width: 24%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-block-wrap li:hover {
    border-color: rgba(249, 248, 246, 0.5);
}
.each-counter {
    cursor: default;
}
.each-counter h2 {
    color: rgba(249, 248, 246, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter h5 {
    font-family: 'lama_sansregular';
    color: rgba(249, 248, 246, 0.5);
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-block-wrap li:hover .each-counter h2 {
    color: #F9F8F6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-block-wrap li:hover .each-counter h5 {
    color: #F9F8F6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****over-ons-man-slider****/
.over-ons-man-slider {
	padding: 112px 0 140px;
    background-color: #F9F8F6;
    position: relative;
}
.over-ons-man-slider-title {
    margin-bottom: 62px;
}
.over-ons-man-slider-title h2 {
   color: #191D23;
   margin-top: 15px;
}
.over-ons-man-slide img {
	border-radius: 10px;
	overflow: hidden;
}
.over-ons-man-info h5 {
    color: #191D23;
    line-height: 20px;
    margin-bottom: 6px;
}
.over-ons-man-info h6 {
    color: #191D23;
}
.over-ons-man-info {
	margin-top: 30px;
}
.over-ons-man-slider .common-arrow {
    border: 1px solid #191D23;
    height: 69px;
    width: 69px;
    top: 43%;
}
.over-ons-man-slider .common-arrow:hover {
    background-color: #191D23;
}
.over-ons-man-slider .common-arrow img {
    filter: brightness(0);
    width: 16px;
}
.over-ons-man-slider .common-arrow:hover img {
    filter: brightness(1);
}
.over-ons-man-slider .swiper-button-prev {
	left: -36px;
}
.over-ons-man-slider .swiper-button-next {
	right: -36px;
}
.over-ons-about-sec .about-circle {
    top: 0;
    left: 0;
    right: auto;
}
/****over-ons-gallery-slider****/
.over-ons-gallery-slider {
	background-color: #F9F8F6;
	padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.over-ons-gallery-slider-wrap {
	margin-left: -25%;
    margin-right: -25%;
}
.each-over-ons-gal {
	border-radius: 10px;
	overflow: hidden;
}
.each-over-ons-gal:hover img {
    transform: scale(1.1);
}
.each-over-ons-gal img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-man-circle {
    position: absolute;
    top: -44%;
    right: 0;
    width: 20%;
}
/************************aanbod************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-bottom: 50px;
    background-color: #191D23;
    padding-top: 250px;
}
.aanbod-filter-wrap {
    margin-top: -60px;
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: rgba(249, 248, 246, 0.5);
	font-size: 1.4rem;
	font-family: 'lama_sansmedium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #4B6798;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #F9F8F6;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
	background-color: #14181E;
    border: 1px solid #F9F8F6;
    border-radius: 5px;
    padding: 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color:#14181E;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #F9F8F6;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 99;
}
.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: #F9F8F6;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #4B6798;
    border-color: #4B6798;
}
.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: 10px;
    background-color:#4B6798;
	font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    border: 1px solid #4B6798;
    margin-bottom: 10px;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #2D333F;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #4B6798;
    border-color: #4B6798;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.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;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #4B6798;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #4B6798;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #4B6798;
	border-color: #4B6798;
  	color: #f3f3f3;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #7191C9;
    background-color: #7191C9;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    background-color: #191D23;
    padding-bottom: 65px;
}
.aanbod-product-btm {
    text-align: center;
}
.aanbod-product-sec .col-xl-4 {
    padding: 0 10px;
}
.aanbod-product-sec .row {
    margin: 0 -10px;
    row-gap: 46px;
}
.aanbod-product-btm {
    margin-top: 48px;
}
/*********************verkocht****************/
.verkocht-product-sec .each-product:hover .each-product-price {
    background-color: #2D333F;
}
.verkocht-product-sec .each-product:hover .each-product-price h5 {
    color: rgba(249, 248, 246, 0.70);
}
.verkocht-product-sec .each-product:hover .each-product-price h6 {
    color: rgba(249, 248, 246, 0.70);
}
.verkocht-product-sec .each-product:hover .each-product-price h6 strong {
    color: rgba(249, 248, 246, 0.70);
}
/*============================aanbod-dtl page start====================================*/
.car-dtls-sec{
    padding: 0 0 103px;
}
.car-dtls-sec .col-lg-7 {
    width: 63%;
}
.car-dtls-sec  .col-lg-5 {
    width: 37%;
}
.child img, .child-img img{
    width: 100%;
}
.child-img {
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
}
.child{
    border-radius: 5px;
    overflow: hidden;
}
.card-slider .swiper-button-prev.common-arrow {
    left: -44px;
}
.card-slider .swiper-button-next.common-arrow {
    left:auto;
    right: -44px;
}
.car-dtls-area {
    margin-left: 103px;
}
.car-dlts-heading h5{
    font-family: 'lama_sansregular';
    color: rgba(249, 248, 246, 0.50);
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 10px;
}
.car-dlts-heading {
    padding-bottom: 37px;
    border-bottom: 1px solid rgba(249, 248, 246, 0.15);
}
.car-dlts-mid-top {
    padding-top: 36px;
}
.car-dlts-mid-top h5 {
    font-family: 'lama_sansregular';
    text-transform: capitalize;
    color: #F9F8F6;
    line-height: 24px;
}
.car-dlts-mid-top h3 {
    padding: 10px 10px 38px 0px;
}
.car-dlts-mid-top p {
    font-family: 'lama_sansmedium';
    font-size: 1.8rem;
    line-height: 25px;
    margin-bottom: 20px;
    color: rgba(249, 248, 246, 0.70);
    letter-spacing: 0.18px;
}
.car-dlts-mid-top p strong{
    font-family: 'lama_sanssemibold';
    color: #4B6798;
}
.car-dlts-mid-top{
    border-bottom: 1px solid rgba(249, 248, 246, 0.15);
}
.car-dlts-top-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.car-dlts-mid-btm {
    padding: 20px 0 26px;
    border-bottom: 1px solid rgba(249, 248, 246, 0.15);
}
.car-dlts-mid-btm table{
    width: 100%;
}
.car-dlts-mid-btm table tr td h5{
    color: rgba(249, 248, 246, 0.70);
    font-family: 'lama_sansregular';
    line-height: 24px;
    text-transform: capitalize;
}
.car-dlts-mid-btm td p{
    font-family: 'lama_sansmedium';
    margin: 7px 0 10px;
}
.dtl-reach-contact {
    margin: 37px 0;
    border-bottom: 1px solid rgba(249, 248, 246, 0.15);
    padding-bottom: 27px;
}
.car-dlts-mid-btm td {
    width: 33.33%;
}
.dtl-reach-contact-dtls {
    margin-top: 12px;
}
.dtl-reach-contact-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 100%;
}
.dtl-reach-contact-img img{
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.dtl-reach-contact-dtls h5 {
    text-transform: capitalize;
    color: #F9F8F6;
    line-height: 24px;
}
.dtl-reach-contact-dtls ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}
.dtl-reach-contact-dtls ul li{
    position: relative;
    margin-right: 6px;
    font-size: 1.6rem;
    font-family: 'lama_sansregular';
    line-height: 24px;
}
.dtl-reach-contact-dtls ul li:last-child {
    margin-right: 0;
}
.dtl-reach-contact-dtls ul li a{
    color: rgba(249, 248, 246, 0.70);
    line-height: 24px;
}
.dtl-reach-contact-dtls ul li a:hover{
    color: #7191C9;
}
.dtl-reach-contact-dtls ul li:first-child::after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 50%;
    transform: translateY(-50%);
    background-color: rgba(249, 248, 246, 0.70);
}
.dtl-reach-contact-dtls ul li a {
    margin-right: 6px;
}
.dtl-reach-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.dtl-other-btn a.common-btn{
    border-radius: 100%;
    overflow: hidden;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: #F9F8F6;
}
.dtl-other-btn a.common-btn:hover {
    background-color: #7191C9;
    border-color: #7191C9;
}
.dtl-reach-btn .common-btn {
    padding: 12px 18px;
}
.dtl-reach-btn .border-btn {
    background-color: transparent;
}
.dtl-reach-btn .border-btn:hover {
    background-color: #7191C9;
    border-color: #7191C9;
}
.dtl-other-btn img {
    width: 17px;
    height: 17px;
}
.aanbod-dtl-slider-sec{
    /* background: #14181E; */
    padding: 0;
    padding-bottom: 60px;
}
.aanbod-dtl-slider-heading {
    padding: 91px 0 61px;
}
.aanbod-dtl-slider-wraper {
    padding: 0 30px;
    overflow: hidden;
}
.each-slide-img{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slide-img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(20, 24, 30, 0.00)0%, rgba(20, 24, 30, 0.70)100%);
}
.each-slide-img:hover img{
    transform: scale(1.1);
}
.each-slide-img img {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slider-content {
    position: absolute;
    bottom: 24px;
    left: 23px;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.dtl-tab-sec {
    padding: 138px 0 0;
    background: #14181E;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 75px;
    row-gap: 2px;
    margin-bottom: 56px;
    border: 0;
    padding-bottom: 22px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: rgba(244, 247, 250, 0.50);
    letter-spacing: normal;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'lama_sansregular';
    font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
    color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
    position: relative;
    font-family: 'lama_sansregular';
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 2rem;
}
.dtl-tab-sec .nav-item::after{
    display: none !important;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.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: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover::before {
    opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
    width: 100%;
}
.tab-btn ul{
    position: relative;
}
.tab-btn ul::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(249, 248, 246, 0.15);
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.kenmerken-tab li {
    color: rgba(255, 255, 255, 0.50);
    width: 19%;
    margin-bottom: 50px;
    line-height: 26px;
    position: relative;
    padding-left: 19px;
}
.kenmerken-tab li span {
    color: #fff;
    padding-left: 8px;
}
.kenmerken-tab li strong {
    font-weight: 400;
}
.kenmerken-tab li::after{
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.bullet-panel p {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    color: #fff;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab_hedaing { 
    margin-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.tab_content p {
    margin-bottom: 0;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4B6798;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #4B6798;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #F9F8F6;
}
.left-bg-block p strong {
    font-family: 'lama_sansmedium';
}
.left-bg-block h6 {
    color: #F9F8F6;
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #F9F8F6;
    margin-bottom: 10px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btn ul.tabs li {
    position: relative;
    font-family: 'lama_sansregular';
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    margin: 0;
    word-break: break-word;
    cursor: pointer;
}
.tab-btn ul.tabs li span{
    position: relative;
}
.tab-btn ul.tabs li span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -31px;
    left: 0;
    background: #4B6798;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.aanbod-dtl-slider-heading h2 {
    max-width: 725px;
    width: 100%;
    margin: 0 auto;
}
.product-sec.aanbod-dtl-product-sec{
    background: #F9F8F6;
    padding: 78px 0 122px;
}
.product-sec.aanbod-dtl-product-sec .product-heading h2{
    color: #191D23;
}
.product-sec.aanbod-dtl-product-sec .common-arrow{
    border-color: rgba(25, 29, 35, 0.50);
}
.product-sec.aanbod-dtl-product-sec .common-arrow img{
    filter: brightness(100%) invert(1);
}
.product-sec.aanbod-dtl-product-sec .common-arrow:hover{
    background-color: #191D23;
}
.product-sec.aanbod-dtl-product-sec .common-arrow:hover img{
    filter: none;
}
.product-sec.aanbod-dtl-product-sec .each-product-content {
    background-color: #fff;
}
.product-sec.aanbod-dtl-product-sec .each-product-content h5{
    color: #191D23;
}
.product-sec.aanbod-dtl-product-sec .each-product-content h6{
    color: rgba(25, 29, 35, 0.50);
}
.product-sec.aanbod-dtl-product-sec .each-product-content hr{
    background-color: rgba(25, 29, 35, 0.10);
}
.product-sec.aanbod-dtl-product-sec .each-product-content td{
    color: rgba(25, 29, 35, 0.50);
}
.product-sec.aanbod-dtl-product-sec .each-product-content td strong{
    color: #191D23;
}
.product-sec.aanbod-dtl-product-sec .each-product:hover .each-product-price {
    background: #4B6798;
}
.product-sec.aanbod-dtl-product-sec .each-product:hover .each-product-price h5{
    color: #F9F8F6;
}
.product-sec.aanbod-dtl-product-sec .each-product:hover .each-product-price h6{
    color: #F9F8F6;
}
.product-sec.aanbod-dtl-product-sec .each-product:hover .each-product-price h6 strong{
    color: #F9F8F6;
}
.product-sec.aanbod-dtl-product-sec .each-product-price::after{
    filter: brightness(100%) invert(1);
}
.product-sec.aanbod-dtl-product-sec .each-product:hover .each-product-price::after{
    filter: brightness(100%);
}
.product-sec.aanbod-dtl-product-sec .each-product-price {
    background: #E8E8E8;
}
.product-sec.aanbod-dtl-product-sec .each-product-price h5{
    color: rgba(25, 29, 35, 0.70);
}
.product-sec.aanbod-dtl-product-sec .each-product-price h6{
    color: rgba(25, 29, 35, 0.70);
}
.product-sec.aanbod-dtl-product-sec .common-btn {
    color: #191D23;
    border: 1px solid #191D23;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-sec.aanbod-dtl-product-sec .common-btn:hover {
    background-color: #4B6798;
    border-color: #4B6798;
    color: rgb(249, 248, 246);
}
/*******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: 30px;
    padding-top: 15px;
}

/*.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}*/
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
.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;
}
/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    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;
}
.dark-theme .cookie-close img {
    width: 15px;
}


.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#7191C9 calc(1*100%/6),#fff 0 calc(3*100%/6),#7191C9 0),
              linear-gradient(#7191C9 calc(2*100%/6),#fff 0 calc(4*100%/6),#7191C9 0),
              linear-gradient(#7191C9 calc(3*100%/6),#fff 0 calc(5*100%/6),#7191C9 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: 3rem;
    align-items: center;
    color: #fff;
  }
  .calsty {
    height: 675px;
    width: 100%;
  }
.load_img{
    width:150px;
}
.privacy_section{
    padding-top: 170px;
}
.error_top{
    padding-top: 120px;
    background: #000;
}
.form-1, .form-2{
    display: none;
    margin-top: 20px;
    padding-bottom: 0;
}
.radio_filter .form-check-input {
    display: none;
}
/*.each-filter .select-style {
     text-transform: capitalize;
}*/


/*.dtl-button{
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
}*/
.contact-form-sec{
    margin-top: 0;
    padding: 120px 0 121px;
}

.bovag-logo {
    width: 125px;
}

.header-bovag{
    width: 100px;
    /* margin: 20px 0px 0px 65px ; */
    margin-right: 20px;
}
.related-sevice-sec .swiper-slide{
    height: auto;
}
.related-sevice-sec .each-related-sevice-img{
    height: 100%;
}
.service-sec .each-service-img img{
    height: 526px;
    object-fit: cover;
}
.tab_drawer_heading.d_active::after {
   transform: rotate(180deg); 
}
.footer-sponcer iframe {
  width: 192px;
  height: 58px;
  border-radius: 10px;
}
.side-rating iframe {
    border-radius: 10px 0 0 10px;
}
.aanbod-dtl-slider-wraper{
    padding: 0;
}
.aanbod-dtl-slider{
    position: relative;
}
.each-slide-img::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    content: "";
    background-color: rgba(25, 29, 35, 0.5);
    pointer-events: none;
    z-index: 1;
}
.diensten-dtl-desc-text ul{
	list-style-type: initial;
}
.diensten-dtl-desc-text li{
	list-style-type: initial;
	margin-left: 14px;
}
.banner_background_video {
    overflow: hidden;
}
.banner_background_video, .banner_background_video .video-js{
    width: 100% !important;
    height: 100% !important;
}
.banner_background_video .video-js .vjs-tech {
    object-fit: cover;
    width: 100% !important;
}