@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #0B1821;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************index****************/
/****header****/
.header-wrap {
	padding-left: 8%;
	padding-right: 8%;
}
.header-top-block li {
    display: inline-block;
	font-family: 'lama_sansmedium';
    font-size: 1.4rem;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.header-flag li {
    display: inline-block;
}
.header-top-block li:last-child {
	border-right: 0;
}
.header-top-block li a {
	margin: .85rem;
}
.header-top-block li a img {
    width: 1.2rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-right: .5rem;
}
.header-flag {
    margin-left: 2rem;
}
.header-flag li a {
    margin-right: 2rem;
}
.header-flag li:last-child a {
    margin-right: 0;
}
.header-flag li a img {
    width: 3rem;
}
.header-wp {
	color: #25D366;
}
.header-wp:hover {
    color: #25D366;
}
.header-btm {
	padding: 2rem 0;
}
.header-area hr {
	background-color: rgba(0, 0, 0, 0.10);
	opacity: 1;
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.iframe_custom {
	width: 100%;
	height: 1270px;
	border: none;
}
.main-logo img {
    width: 13.3rem;
	margin-right: 2rem;
}
.bovag-logo img {
	width: 9.5rem;
}
.aixam-logo img {
	width: 3.2rem;
}
.header-menu{
    white-space: nowrap;
}
.header-logo ul {
    display: flex;
    column-gap: 2rem;
	align-items: center;
}
.header-menu ul {
    display: flex;
    column-gap: 3.2rem;
    justify-content: center;
}
.header-menu li {
	font-size: 1.6rem;
    color: #121212;
	font-family: 'lama_sansmedium';
}
.header-flag img {
    /*opacity: 0.2;*/
}
.header-flag .active img {
    opacity: 1;
}
.header-menu-flag img {
    width: 3rem;
}
/****banner****/
.banner-sec-wrap {
    padding: 0 1rem;
}
.each-banner {
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	position: relative;
}
.banner-sec::after {
    position: absolute;
    content: "";
    height: 49rem;
    width: 100%;
    left: 0;
    bottom: 0;
	background: linear-gradient(180deg, rgba(248, 248, 248, 0.00) 0%, #F8F8F8 100%);
    z-index: 2;
}
.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.banner-btm {
	margin-top: 23.5rem;
}
.banner-btm-left h5 {
	margin: 2.2rem 0 4.2rem;
}
.banner-btm-left p {
    font-family: 'lama_sansmedium';
}
.banner-btm-right {
    max-width: 32rem;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.banner-btm-left .akker_btn_cls {
    font-size: 1.2rem;
}
.banner-btm-right .akker_btn_cls {
    border: 0;
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #FF4949;
    max-width: 36.9rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    line-height: 2.8rem;
}
.banner-btm-right .grey-btn {
    background-color: rgba(18, 18, 18, 0.22);
    border: 0;
    margin-bottom: 1.4rem;
}
.banner-btm-right .akker_btn_cls img {
    margin-right: 1.5rem;
    width: 4rem;
}
.banner-btm-right .akker_btn_cls span {
    font-size: 1.6rem;
	font-family: 'lama_sansmedium';
    color: #ffffff;
}
.banner-btm-right .akker_btn_cls strong {
    display: block;
    font-size: 2.4rem;
	font-family: 'lama_sansbold';
    color: #ffffff;
}
.banner-btm-right .akker_btn_cls:hover {
    background-color: rgba(18, 18, 18, 0.22);
}
.banner-btm-right .grey-btn:hover {
    background-color: #FF4949;
}
/****product-slider****/
.product-slider {
    background-color: #F8F8F8;
    padding-top: 9.5rem;
    position: relative;
}
.product-car {
    border-radius: 1rem;
    overflow: hidden;
}
.product-content {
    background-color: #fff;
    padding: 2.2rem;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
}
.product-content h6 {
    /*height: 32px;*/
    overflow: hidden;
    margin-top: 0.8rem;
}
.product-content h6 span {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.50);
    height: 38px;
    overflow: hidden;
    display: block;
}
.product-content hr {
    background-color: #E9E9E9;
    margin: 1rem 0;
    opacity: 1;
}
.product-content table {
    width: 100%;
}
.product-content tr {
	display: flex;
	justify-content: space-between;
}
.product-content td {
    vertical-align: top;
}
.product-content td h6 {
    color: rgba(0, 0, 0, 0.50);
    font-size: 1.6rem;
    text-transform: none;
    height: auto;
    margin-top: .65rem;
}
.product-content td h6 span {
    color: #000;
    font-size: 1.6rem;
    height: auto;
}
.product-slider .common-arrow {
    top: -2.5rem;
}
.product-slider .common-arrow img {
    width: 20px;
}
.product-slider .swiper-button-prev {
    left: auto;
    right: 4rem;
}
.product-slider .swiper-button-next {
    left: auto;
    right: 0;
}
.product-btn {
    background-color: #D93D42;
    padding: 2.2rem;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
}
.product-btn .txt-btn {
    color: #fff;
}
.product-btn .txt-btn::before {
    background-image: url(../images/txt-btn-white-arrow.svg);
}
/****home-mid****/
.home-mid {
    background-color: #F8F8F8;
    padding: 10.5rem 0 12rem;
}
.home-mid-img {
    height: 4.3rem;
}
.each-home-mid h5 {
    margin: 3.5rem 0 2.8rem;
}
.each-home-mid p {
    max-width: 28rem;
    width: 100%;
}
.each-home-mid img {
    width: 4.3rem;
}
/****about-sec****/
.about-sec {
    background-color: #F8F8F8;
}
.about-info {
    background-color: #fff;
    padding: 10.5rem 6rem;
    border-radius: 10px;
    overflow: hidden;
}
.about-info h5 {
    margin-top: 3rem;
}
.about-info p {
    margin: 2.5rem 0 5rem;
}
.about-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.about1-img {
    border-radius: 10px;
    overflow: hidden;
}
.about-img img {
    height: 100%;
    object-fit: cover;
}
.about-info .txt-btn {
    color: #121212;
}
.about-info .akker_btn_cls.border-btn {
    font-size: 1.4rem;
}
/****google-review****/
.google-review {
    padding: 7.5rem 0;
    background-color: #F8F8F8;
}
.google-review-wrap {
    padding-left: 8%;
    padding-right: 8%;
}
.google-review img {
    width: 100%;
}
/****home-btm****/
.home-btm-outer-wrap {
    padding: 0 1rem;
}
.home-btm-wrap {
    padding: 11rem 7%;
    background-color: #D93D42;
    border-radius: 10px;
    overflow: hidden;
}
.home-btm-right .form-styl {
    font-family: 'lama_sansmedium';
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.6rem;
	border-radius: 0;
	background: transparent;
	line-height: 22.48px;
    resize: none;
    border: none;
    outline: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.home-btm-right .form-styl:focus{
    color: rgba(255, 255, 255, 0.50);
    background: transparent;
    outline: 0;
    box-shadow: none;
}
.home-btm-right .form-styl:placeholder{
    color: #fff;
    opacity: .5;
}
.home-btm-right .form-styl:-ms-input-placeholder{
    color: #fff;
    opacity: .5;
}
.home-btm-right .form-styl::placeholder {
     color: #fff;
    opacity: .5;
}
.home-btm-wrap .txt-btn {
    color: #fff;
    border-color: transparent;
    padding-right: 5rem;
    white-space: nowrap;
}
.home-btm-wrap .txt-btn::before {
    background-image: url(../images/txt-btn-white-arrow.svg);
}
.home-btm-left p {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'lama_sansmedium';
    margin-top: 1rem;
    font-size: 1.6rem;
}
/****footer-top-sec****/
.footer-top-wrapper{
    padding: 1rem;
    background-color: #f8f8f8;
}
.footer-top-wrapper .row{
    margin: 0px -.5rem;
}
.footer-top-wrapper .col-lg-6{
    padding: 0px .5rem;
}
.each-footer-top{
    background-color: #EEEEEE;
    border-radius: 1rem;
    overflow: hidden;
    padding: 3.4rem 13.6rem;
}
.each-footer-top-inner{
    padding-left: 12.3rem;
    position: relative;
}
.each-footer-top-inner::after{
    position: absolute;
    content: "";
    height: 6rem;
    width: 6rem;
    background-image: url("../images/footer-top-left.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: 15px;
    background-color: #fff;
    border-radius: 100%;
}
.footer-top-wrapper .col-md-6:nth-child(even) .each-footer-top-inner{
    padding-left: 0;
    padding-right: 12.3rem;
    display: table;
    margin-left: auto;
}
.footer-top-wrapper .col-md-6:nth-child(even) .each-footer-top-inner::after{
    background-image: url("../images/footer-top-right.svg");
    left: auto;
    right: 0;
}
.each-footer-top h6{
    color: #121212;
    font-family: 'lama_sansmedium';
    line-height: 22.48px;
    letter-spacing: 0.16px;
    text-transform: capitalize;
}
.each-footer-top a{
    color: #121212;
    font-size: 2.4rem;
    font-family: 'lama_sansmedium';
    line-height: 33.72px;
    letter-spacing: 0.24px;
}
.each-footer-top a span{
    text-decoration-line: underline;
}
.each-footer-top a:hover span{
    color: #D93D42;
}
/****footer-area****/
.footer-area {
    background-color: #1E1E1E;
}
.footer-area-wrap {
    padding: 7rem 8% 2rem;
}
.footer-nav-menu{
    white-space: nowrap;
}
.footer-nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: auto;
    margin-right: 0;
    gap: 1rem;
    width: 100%;
}
.footer-nav-menu li a {
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.footer-nav-menu li a:hover {
    border-color: rgba(255,255,255,0.2);
}
.footer-right-logo-part {
    position: relative;
}
.footer-right-logo-part li {
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'lama_sansmedium';
    color: #fff;
    line-height: 17.6px;
}
.footer-right-logo-part li:first-child{
    margin-right: 2rem;
}
.footer-right-logo-part li a {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
     margin-left: .75rem;
}
.footer-right-logo-part li a img {
    width: 1.7rem;
}
.footer-wp {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
}
.footer-area hr {
    background-color: rgba(255, 255, 255, 0.15);
    opacity: 1;
    margin: 6rem 0 2.2rem;
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
    position: relative;
}
.footer-btm ul {
    display: flex;
    column-gap: 2.3rem;
    align-items: center;
}
.footer-bovag img {
    width: 9.5rem;
}
.footer-aixam img {
    width: 3.8rem;
}
.footer-btm li a {
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.2rem;
    font-family: 'lama_sansmedium';
}
/*****************diensten-list****************/
/****inner-banner****/
.inner-banner {
    position: relative;
    z-index: 1;
}
.inner-banner .banner-content {
    bottom: 46%;
}
/****diensten-list****/
.diensten-list-sec{
    margin-top: -10rem;
    background-color: #f8f8f8;
    padding-bottom: 8.5rem;
}
.diensten-list-sec-wrap {
    position: relative;
    z-index: 1;
}
.each-diensten-list{
    margin-bottom: 1rem;
}
.diensten-list-img{
    border-radius: 1rem;
    overflow: hidden;
    height: 35.6rem;
}
.diensten-list-img img{
    height: 100%;
    object-fit: cover;
}
.diensten-list-content{
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
    padding: 0 4rem;
}
.diensten-list-content h5{
    margin-bottom: 1.2rem;
}
.diensten-list-content p{
    margin-bottom: 2.8rem;
}
.diensten-list-content .txt-btn{
    display: inline-block;
}
.diensten-list-content .txt-btn::before{
    top: 56%;
}
.each-diensten-list .row{
    margin: 0px -.5rem;
}
.each-diensten-list .col-lg-5,
.each-diensten-list .col-lg-7{
    padding: 0px .5rem;
}
.each-diensten-list:nth-child(even) .row{
    flex-direction: row-reverse;
}
.each-diensten-list:nth-child(even) .diensten-list-content{
    padding-left: 5.1rem;
}
.diensten-list-content .txt-btn:hover {
    color: #121212;
}
/*****************over-ons****************/
/****over-ons-top-sec****/
.over-ons-top-sec{
    margin-top: -2rem;
    background-color: #f8f8f8;
}
.over-ons-top-sec-wrap {
    position: relative;
    z-index: 1;
}
.over-ons-top-sec .row{
    margin: 0px -.5rem;
}
.over-ons-top-sec .col-lg-5,
.over-ons-top-sec .col-lg-7{
    padding: 0px .5rem;
}
.over-ons-top-img{
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.over-ons-top-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-content{
    background-color: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 2rem 4rem;
}
.over-ons-content .akker_btn_cls {
    font-size: 1.2rem;
}
.over-ons-content h5 strong{
    font-weight: normal;
    color: #D93D42;
}
.over-ons-content h5{
    margin: 1.5rem 0 1.1rem;
}
/****overons-accordian****/
.over-ons-accordian-area .row{
    margin: 0px -.5rem;
}
.over-ons-accordian-area .col-lg-6{
    padding: 0px .5rem;
}
.over-ons-accordian-area{
    background-color: #f8f8f8;
    padding: 1rem 0;
}
.over-ons-accordian-img {
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
}
.over-ons-accordian-img img{
    height: 100%;
    object-fit: cover;
}
.overons-accordian-content{
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 5.4rem 4.5rem 6rem;
    height: 100%;
}
.overons-accordian-content h5{
    margin-bottom: 3.4rem;
}
.overons-accordian-content .accordion-item{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}
.overons-accordian-content .accordion-item:last-child{
    border: none;
}
.overons-accordian-content button:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
.overons-accordian-content  .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.overons-accordian-content button{
    padding: 2rem 0;
}
.overons-accordian-content button.collapsed h6{
    color: #121212;
}
.accordion-item h6{
    font-family: 'lama_sansmedium';
    line-height: 2.4rem; 
    letter-spacing: 0.16px;
}
.overons-accordian-content .accordion-body {
    padding: .6rem 0 2rem;
}
.overons-accordian-content .accordion-button::after{
    background-image: url("../images/accordian-right-arrow.svg");
    height: 1.6rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 2.5rem;
}
.overons-accordian-content .accordion-button:not(.collapsed)::after{
    background-image: url("../images/accordian-down-arrow.svg");
    position: absolute;
    left: auto;
    right: 0;
    transform: rotate(0);
}
.overons-accordian-content p{
    color: rgba(18, 18, 18, 0.50);
    font-family: 'lama_sansregular';
}
/****over-ons-counting-area****/
.over-ons-counting-area{
    background-color: #f8f8f8;
    padding: 1rem 0 10.9rem;
}
.over-ons-counting-wrapper{
    background-color: #ffff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 3.8rem 7.7rem;
}
.each-counting{
    display: flex;
    align-items: center;
}
.countiong-logo{
    margin-right: 1.5em;
}
.countiong-content h5 span{
    color: #121212;
}
/****over-ons-gallery****/
.over-ons-gallery{
    background-color: #f8f8f8;
    padding-bottom: 5rem;
}
.over-ons-gallery h5{
    margin-bottom: 2.9rem;
    text-align: center;
}
.over-ons-gallery-slider .swiper-slide {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-gallery-slider .swiper .swiper-slide:hover {
    width: 50% !important;
}
.each-gal-slide {
    height: 42.6rem;
    border-radius: 1rem;
    overflow: hidden;
}
.each-gal-slide img {
    height: 100%;
    object-fit: cover;
}
.over-ons-gallery-slider .common-arrow img{
    width: 4rem;
}
.gallery-slider{
    flex-direction: row;
    overflow: hidden;
}
.expanding-item {
    position: relative;
    border: 0;
    height: 100%;
    width: 100%;
    transition: width .5s cubic-bezier(.4,0,.2,1);
    padding: 0 .5rem 1rem;
}
.gallery-slider, .expanding-item {
    display: flex;
}
.expanding-item:hover {
    width: 500%;
}
/*****************diensten-dtl****************/
/****diensten-dtl-btn-sec****/
.diensten-dtl-header{
    position: relative;
}
.diensten-dtl-header::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.00) 0%, #F8F8F8 100%);
}
.diensten-dtl-header .header-wrap{
    position: relative;
    z-index: 1;
}
.diensten-dtl-btn-sec{
    background-color: #f8f8f8;
}
.diensten-dtl-btn{
    padding-top: 5.5rem;
}
.diensten-dtl-btn .txt-btn{
    padding-left: 3rem;
    padding-right: 0;
}
.diensten-dtl-btn .txt-btn:hover {
    color: #121212;
}
.diensten-dtl-btn .txt-btn::before{
    left: 5px;
    transform: rotate(180deg);
    top: 5px;
}
.diensten-dtl-btn .txt-btn:hover::before{
    left: 0;
}
/****diensten-dtl-banner****/
.diensten-dtl-banner{
    background-color: #f8f8f8;
    padding: 2.7rem 0 2.4rem;
}
.diensten-dtl-banner .row{
    margin: 0px -1.2rem;
}
.diensten-dtl-banner .col-lg-6{
    padding: 0px 1.2rem;
}
.diensten-dtl-banner-img{
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
}
.diensten-dtl-banner-img img{
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-content{
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 4rem 4.7rem 1rem;
}
.diensten-dtl-content p{
    margin: 1.1rem 0 3.3rem
}
.diensten-dtl-content ul{
	list-style-type: initial;
}
.diensten-dtl-content ul li{
	color: #121212;
	  font-family: 'lama_sansregular';
	  font-size: 1.4rem;
	  line-height: 2.4rem;
	  letter-spacing: 0.14px;
	  margin-top: 1.3rem;
	  margin-left: 1.5rem;
	  position: relative;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid{
    background-color: #f8f8f8;
    padding-bottom: 8rem;
}
.diensten-dtl-mid .row{
    margin: 0px -1.2rem;
}
.diensten-dtl-mid .col-lg-5,
.diensten-dtl-mid .col-lg-7{
    padding: 0px 1.2rem;
}
.diensten-dtl-mid-img{
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.diensten-dtl-mid-img img{
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-mid-content{
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 3.5rem 5rem;
}
.diensten-dtl-mid-content h5{
    margin-bottom: 2.2rem;
}
.diensten-dtl-mid-content ul{
    margin: 0;
    padding: 0;
}
.diensten-dtl-mid-content li{
    color: #121212;
    font-family: 'lama_sansregular';
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.14px;
    margin-top: 1.3rem;
    padding-left: 2.1rem;
    position: relative;
}
.diensten-dtl-mid-content li::after{
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url("../images/red-star.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 1rem;
    transform: translateY(-50%);
}
.diensten-dtl-content-sec{
    background-color: #f8f8f8;
}
.each-dtl-content h5{
    margin: 3rem 0 1.8rem;
}
.each-dtl-content p{
    color: rgba(18, 18, 18, 0.50);
    font-family: 'lama_sansregular';
}
/****diensten-dtl-middle-part****/
.diensten-dtl-middle-part {
    padding-top: 0;
    padding-bottom: 10rem;
}
/****about-form-sec****/
.about-form-sec .about-info {
    padding: 4rem 6rem;
}
.about-form-sec .about-info h5 {
    margin-top: 1.8rem;
    margin-bottom: 3rem;
}
.about-form-sec .about-img {
    height: 100%;
}
.about-form-sec .about-img img {
    height: 100%;
    object-fit: cover;
}
.about-form-sec .about-info .border-btn {
    font-size: 1.2rem;
    padding: 0.8rem 1.4rem;
}
.about-form-sec .form-btn .akker_btn_cls {
    font-size: 1.6rem;
}
.form-group {
    margin-bottom: 2rem;
}
.form-sec .form-group label {
    font-family: 'lama_sansmedium';
    color: #121212;
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.14px;
    margin-bottom: 1.5rem;
}
.form-styl{
	resize: none;
	color: rgba(18, 18, 18, 0.50);
	font-size: 1.2rem;
	font-family: 'lama_sansregular';
	padding: 1.3rem 1.6rem; 
	background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.20);
    border-radius: 5px;
}
.form-styl:placeholder {
	color: #121212;
    opacity: .5;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
    opacity: .5;
}
.form-styl::placeholder {
	color: #121212;
    opacity: .5;
}
.form-sec textarea.form-styl {
    min-height: 16.5rem;
}
.form-group label span {
    color: #FF0000;
}
.form-btn {
    margin-top: 2rem;
}
.form-styl option{
    font-family: arial;
}
.about-form-sec textarea.form-styl {
    min-height: 8rem;
}
/****related-service****/
.related-service-sec{
    padding-top: 5.9rem;
    padding-bottom: 6.7rem;
    background-color: #f8f8f8;
}
.related-service-wrapper{
    margin-top: 3.7rem;
}
.each-related-service{
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    height: 100%;
    background-size: 0;
}
.each-related-service::after{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.related-service-content{
    padding: 6rem 2.9rem 6.6rem;
    background-color: #FFFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    z-index: 2;
    height: 100%;
}
.related-service-content p{
    line-height: 2.4rem;
    color: #121212;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'lama_sansmedium';
}
.related-service-content h5{
    line-height: 3rem;
    margin: 1.9rem 0 2.7rem;
    padding-bottom: 1.8rem;
    border-bottom: 2px solid #D9D9D9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-service-content .txt-btn{
    display: block;
    padding: 0;
    color: rgba(0, 0, 0, 0.50);
}
.related-service-content .txt-btn::before{
    right: 0;
    background-image: url("../images/related-service-arrow.svg");
    width: 10px;
    height: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-related-service:hover {
    background-size: cover;
}
.each-related-service:hover .related-service-content{
    background-color: transparent;
}
.each-related-service:hover h5,
.each-related-service:hover .txt-btn{
    color: #fff;
    border-color: #fff;
}
.each-related-service:hover .txt-btn::before{
    filter: invert(1);
}
.each-related-service:hover p{
    color: #D93D42;
}
.each-related-service:hover:after {
    opacity: 1;
}
/*****************aanbod-list****************/
/****aanbod-list-top****/
.aanbod-list-top {
	padding: 3.5rem 0 0;
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}
.aanbod-list-top::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFF 71.41%, rgba(255, 255, 255, 0.00) 96.64%);
    height: 100%;
    width: 100%;
    z-index: -1;
}
.aanbod-list-top h5 {
	margin-bottom: 1rem;
}
.aanbod-list-top h6 {
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    font-family: 'lama_sansmedium';
}
.aanbod-list-top h6 span {
    color: #D93D42;
}
.filter{
	max-width: 86rem;
    margin: auto;
    margin-top: 3rem;
}
.filter .col-2{
	width: 33.33%;
}
.aanbond-select-option-btn {
    width: 100%;
    font-size: 1.4rem;
    color: #121212;
    border: 0;
    padding: 1rem 1.9rem;
	font-family: 'lama_sansregular';
    border-radius: 5px;
    border: 1px solid rgba(18, 18, 18, 0.20);
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
    background: url(../images/list-down-arrow.svg) transparent no-repeat 85% center/10px;
}
.aanbond-select-option-btn option{
	font-family: arial;
}
a.reset_all_filter{
    color: #121212;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    background-color: #f8f8f8;
    padding-bottom: 9rem;
}
.aanbod-product-sec .col-xl-4 {
    margin-bottom: 3rem;
}
/*****************contact****************/
/****contact-map****/
.contact-map {
    background-color: #f8f8f8;
    margin-top: -4rem;
    padding-bottom: 8.5rem;
}
.contact-map .about-info {
    padding: 4rem 6rem;
}
.contact-right h5 {
    margin-top: 1.8rem;
    text-transform: uppercase;
}
.contact-right p {
    padding: 2rem 0 3rem;
    font-size: 1.6rem;
    color: #1e1e1e;
    font-family: 'lama_sansmedium';
}
.contact-map-wrap {
    position: relative;
    z-index: 1;
}
.contact-map .about-info h5 {
    margin-top: 1.8rem;
    margin-bottom: 3rem;
}
.contact-btm-left {
    margin-top: 2rem;
}
.map {
    height: 107.4rem;
    border-radius: 1rem;
    overflow: hidden;
}
.contact-btm-left h6 {
    color: #121212;
    font-family: 'lama_sansmedium';
    text-transform: none;
    margin-bottom: 2rem;
}
.contact-btm-left a {
    font-family: 'lama_sansmedium';
    font-size: 2.4rem;
}
.contact-btm-left hr {
    background-color: rgba(0, 0, 0, 0.20);
    opacity: 1;
    margin: 3rem 0;
}
.contact-btm-left h5 span {
    color: #D93D42;
}
.contact-map textarea.form-styl {
    min-height: 8rem;
}
/*****************bedankt****************/
/****bedankt-banner****/
.bedankt-banner .each-banner {
    border-radius: 0;
}
.bedankt-banner .each-banner::after {
    display: none;
}
.bedankt-banner .each-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.00) 0%, #1E1E1E 100%);
    height: 100%;
}
.bedankt-banner h1 {
    color: #f8f8f8;
}
.bedankt-banner p {
    font-size: 1.6rem;
    color: #fff;
    margin: 3rem 0;
}
.bedankt-banner .banner-content {
    bottom: 35%;
}
.bedankt-banner .banner-content .akker_btn_cls:hover {
    border-color: #fff;
}
/*****************aanbod-dtl****************/
/****aanbod-dtl-header-area****/
.aanbod-dtl-header-area {
    position: relative;
    z-index: 1;
}
/****aanbod-dtl-back-btn****/
.aanbod-dtl-back-btn {
    background-color: transparent;
    position: relative;
    z-index: 1;
}
/****aanbod-dtl-banner****/
.aanbod-dtl-banner {
    background-color: #f8f8f8;
    padding: 3rem 0 3rem;
    position: relative;
}
.aanbod-dtl-banner::after {
    position: absolute;
    content: "";
    height: 54%;
    width: 100%;
    left: 0;
    top: -25rem;
    background: linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0.00) 111.48%);
}
.each-aanbod-dtl-banner,
.each-aanbod-dtl-btm {
    border-radius: 1rem;
    overflow: hidden;
}
.gallery-top {
    margin-bottom: 2rem;
}
.aanbod-dtl-right {
    padding-left: 2rem;
}
.aanbod-dtl-top-info,
.aanbod-dtl-mid-info,
.aanbod-dtl-btm-info {
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
}
.aanbod-dtl-top-info {
    position: relative;
    z-index: 1;
    padding: 3rem 5rem;
}
.aanbod-dtl-top-info h5 span {
    color: #D93D42;
    text-transform: uppercase;
    font-family: 'lama_sansregular';
}
.aanbod-dtl-top-info p {
    font-family: 'nunito_sansregular';
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.aanbod-dtl-top-info h6 {
    font-size: 2.4rem;
    color: #121212;
    font-family: 'lama_sansregular';
    text-transform: none;
}
.aanbod-dtl-top-info h6 span {
    color: rgba(18, 18, 18, 0.50);
    font-size: 1.4rem;
    font-family: 'nunito_sansregular';
}
.aanbod-dtl-top-info h6 strong {
    font-weight: normal;
    color: #121212;
    font-size: 1.4rem;
    font-family: 'nunito_sansregular';
}
.aanbod-dtl-mid-info {
    margin: 1.5rem 0;
    padding: 3rem 5rem 0;
}
.aanbod-dtl-mid-table {
    width: 100%;
}
.aanbod-dtl-mid-table td {
    padding-left: 7rem;
    vertical-align: top;
    padding-bottom: 3.5rem;
}
.aanbod-dtl-mid-table td:first-child {
    padding-left: 0;
}
.aanbod-dtl-mid-table td h6 {
    text-transform: none;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    color: #121212;
    line-height: 26px;
}
.aanbod-dtl-mid-table td h6 span {
    font-family: 'lama_sansregular';
}
.aanbod-dtl-btm-info {
    padding: 3rem 2rem;
}
.each-dtl-btm-left a {
    color: #000;
    font-size: 1.4rem;
    font-family: 'lama_sansregular';
    text-decoration: underline;
}
.each-dtl-btm-left a:hover {
    color: #D93D42;
}
.each-dtl-btm-left a img {
    width: 1.1rem;
    margin-right: 1rem;
}
.aanbod-dtl-btm-info .col-lg-5 {
    width: 34%;
}
.aanbod-dtl-btm-info .col-lg-7 {
    width: 66%;
}
.each-dtl-btm-right li {
    display: inline-block;
    margin-right: 1rem;
}
.each-dtl-btm-right li:last-child {
    margin-right: 0;
}
.aanbod-dtl-banner .col-xl-7 {
    width: 53%;
}
.aanbod-dtl-banner .col-xl-5 {
    width: 47%;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 0 0 8.5rem;
    background-color: #f8f8f8;
}
.dtl-tab-sec hr {
    background-color: rgba(18, 18, 18, 0.20);
    opacity: 1;
    margin: 0 0 6.5rem;
}
/* .dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
	padding-right: 2rem;
} */
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	text-transform: uppercase;
    color: #0a0a0a;
    letter-spacing: normal;
	width: 100%;
	margin-bottom: 2rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 6rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
	margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	border: 0;
    border-bottom: 2px solid #D93D42;
    color: #D93D42;
}
/****dtl-tab-content****/
.kenmerken-tab ul  {
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab ul li {
    color: #121212;
    font-size: 1.4rem;
    font-family: 'lama_sansmedium';
    width: 12%;
    vertical-align: top;
    margin-top: 2.5rem;
}
.kenmerken-tab ul li span {
    font-family: 'lama_sansregular';
    display: block;
}
.bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
    color: #121212;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
	font-family: 'lama_sansregular';
    color: #121212;
    margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
/****aanbod-dtl-product-slider****/
.aanbod-dtl-product-slider {
    padding-bottom: 10rem;
}
.aanbod-dtl-product-slider h5 {
    margin-bottom: 4.5rem;
}
/*****************popup****************/
.modal-area .modal-dialog {
    max-width: 60%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.50);
}
.modal-content .col-lg-5 {
    width: 38%;
}
.modal-content .col-lg-7 {
    width: 62%;
}
.pop-up-image {
    border-radius: 1rem;
    overflow: hidden;
}
.modal-area .modal-content {
	border-radius: 1rem;
    overflow: hidden;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content {
    padding: 7rem 5rem;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
}
.modal-area .popup-content p {
    margin: 2rem 0 4.5rem;
}
.popup-content .border-btn {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}
.popup-content .txt-btn:hover {
    color: #121212;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #121212;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansregular';
}
.close-img:hover {
	color: #fff;
}
.banner-sec{
    overflow: hidden;
}
.header-area, .footer-area{
    overflow: hidden;
}
.detail-slider{
    position: relative;
    z-index: 3;
}
.form-2 h5{
    margin-bottom: 3rem;
    font-size: 2.1rem;
}
.related-service-sec .swiper-backface-hidden .swiper-slide{
    height: 100%;
}
.each-aanbod-dtl-banner, .swiper-slide{
    cursor: pointer;
}

/* #google_translate_element{
	height: 0;
    overflow: hidden;
}  */
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.topbar-images a {
    display: inline-flex;
    margin: 5px 12px 0 0;
}
.active_flag {
	display: none !important;
    -webkit-box-shadow: 0px 0px 9px 2px rgb(237 145 34);
    -moz-box-shadow: 0px 0px 9px 2px rgba(148,148,148,1);
    box-shadow: 0px 0px 9px 2px rgb(237 145 34);
}
.topbar-images a img {
    width: 25px;
}
.header-social {
    margin-top: -17px;
}
span.topbar-images.translation-links {
    padding-right: 20px;
}
body {
	top: 0 !important;
}
.cross-btn{
    width: 1rem;
}
.reset_all_filter img{
    width: 1.2rem;
    margin-right: 1rem;
}
.filter-content label{
    display: block;
    font-size: 1.4rem;
    margin: 1rem;
    font-family: 'lama_sansregular';
    -webkit-appearance: none;
    cursor: pointer;
}
.filter-content label [type=checkbox]{
    margin-right: 1rem;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.6rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #121212;
    border-radius: 5px;
    background: #e6e6e6;
}
/*******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;
  }
  
  .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;
  }
  /****aanbod dtl****/
  .kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0 6px 20px;
	color: #000;
	background-size: 152px;
	}
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      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;
  }
  .service_pagination{
	position: relative;
	text-align: center;
	margin-top: 51px;
}
.service_pagination li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 17px;
	margin: 0 3px;
	color: #FFF;
	align-content: center;
	border: 1px solid #D93D42;
	background-color: #D93D42;
	cursor: pointer;
}
.service_pagination li:hover{
	background-color: #05191D;
	border: 1px solid #05191D;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.active_page{
	background-color: #05191D !important;
	border: 1px solid #05191D !important;
 }
  .star_icon h3 {
      margin: 40px 0 30px;
      color: #1c1c1c;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
   .form-1 {
        margin-top: 50px;
        display:none;
        max-width:100%;
  } 
  .wis-part img{
	width: 1.5rem;
  }
  .wis-part{
	color: #050E16;
  }
    .form-2{
        margin-top: 50px;
	    display: none;
    }
  .iframe{
    width: 100%;
    height: 950px;
  }
  .bedankt-banner{
	overflow: hidden;
  }
  .thank-you{
	position: absolute;
	left: 25%;
	top: 50%;
  }
  .dropdown option{
	background-color: #050E16;
  }
  .error_top{
    padding-bottom: 12rem;
    padding-top: 11.3rem;
}

.topbar-images.translation-links a {
  margin-left: 20px;
}