@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 16px;
    color: #1c1c1c;
    overflow-x: hidden;
    background-color: #121212;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/********************header*************************/
.header-area {
	z-index: 999;
	height: auto;
	background-color: #121212;
	position: fixed;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 2px solid transparent;
}
.header-wrap {
    height: auto;
    padding: 3rem 3rem 3rem 13.5rem;
    width: 100%;
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
}
main{
	padding-top: 120px;
}
.header-area.inner-header{
	border-color: rgba(255,255,255,0.04);
}
.inner-header .header-wrap{
	background-color: #121212;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 22rem;
}
.header-area .navbar-expand-lg {
	padding: 0;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	/*font-family: 'lama_sansmedium';*/
	font-family: 'lama_sansbold';
	font-size: 1.7rem;
	letter-spacing: .05rem;
	margin: 0;
	text-transform: uppercase;
}
.menu-word{
	margin-right: .75rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover,
.menu-items a:hover {
	color: #f59b4d;
}
.header-area .nav-link::before {
	background-color: #f59b4d;
}
.header-area .nav-item{
	margin: 0 2rem;
}
.menu-icon{
    margin-left: 0;
    margin-top: -4px;
	width: 2.5rem;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.4rem;
}
.menu-icon.active:after {
	transform: translateY(-8px) rotate(-135deg);
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-right: 4rem !important;
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 6% 3rem;
}
.menu-items.active{
	width: 27%;
}
.menu-items a:hover{
	color: #f59b4d;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .akker_btn_cls {
	min-width: 20rem;
	border-color: #fff;
	margin-left: 0;
	font-size: 1.7rem;
	padding: 1.5rem 0;
}
.header-area .akker_btn_cls:hover,
.header-area .akker_btn_cls:active,
.header-area .akker_btn_cls:focus {
	border-color: #f59b4d;
}
/********************banner*************************/
.banner-sec {
	position: relative;
	overflow: hidden;
}
.banner-wrap{
	height: 90vh;
}
.each-banner img{
	height: 100%;
	object-fit: cover;
}
.banner-sec .swiper-pagination {
	text-align: right;
	padding: 0 7%;
	padding-bottom: 6rem;
}
.banner-sec .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .43;
    margin: 0 12px !important;
    position: relative;
}
.banner-sec .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner-sec .swiper-pagination-bullet-active:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    content: '';
    border: 1px solid #fff;
    border-radius: 100%;
}
.banner-content {
	position: absolute;
	z-index: 1;
	top: 61%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-content h1 {
	margin-bottom: 5.5rem;
}
/********************product*************************/
.product-sec {
	background-color: #121212;
	padding: 7% 0 calc(7% + 4rem);
	overflow: hidden;
	position: relative;
	border-radius: 4rem 4rem 0 0;
	margin-top: -4rem;
    z-index: 1;
}
.select-style {
    width: 100%;
    color: #fff;
    font-family: 'lama_sansmedium';
    font-size: 1.8rem;
    border: 0;
	padding-right: 4rem;
    border-radius: 0;
    appearance: none;
	background: url(../images/down-arrow.svg) #121212 no-repeat 90% center/1.2rem;
}
.select-style option{
	font-family: arial;
}
.filter-divider {
	background-color: #636363;
	margin: 0 0 4%;
	opacity: 1;
}
.filter-area h2 {
	padding-bottom: 27px;
}
.filter-main {
	max-width: 150rem;
	width: 100%;
}
.filter-main .col-md-2{
	width: 20%;
}
/**product-slider***/
.product-slider { 
	position: relative;
}
.product-img {
	border-radius: 0.5rem;
	overflow: hidden;
}
.product-dtl hr {
	background-color: #d0d0d0;
    margin-bottom: 2rem;
    opacity: 1;
    width: calc(100% - 1rem);
}
.product-dtl h6 {
	opacity: .75;
	margin: 1rem 0 1.5rem;
	height: 38px;
	overflow: hidden;
}
.product-dtl h5{
	height: 60px;
	overflow: hidden;
}
.product-dtl .product-price h5, .product-dtl .monthly-price h5{
	height: auto;
}
.product-dtl table{
	white-space: nowrap;
}
.product-dtl td {
	color: #fff;
	padding-right: 1rem;
	vertical-align: top;
	font-size: 1.6rem;
}
.product-dtl td:last-child {
	padding-right: 0 !important;
}
.monthly-price h5 span{
	opacity: .75;
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
}
.product-dtl .txt-btn::after{
	right: .5rem;
}
.product-dtl {
	padding: 3.5rem 0 0;
}
.product-slider-wrap {
	position: relative;
}
.product-slider-wrap .common-arrow {
	top: 0;
}
.product-slider-wrap .swiper-slider-next {
	right: 0;
}
.product-slider-wrap .swiper-button-prev {
	left: auto;
	right: 7rem;
}
.product-slider {
	/*margin-right: -35%;*/
	padding-top: 5%;
}
.product-price h6 {
	margin: 0;
}
.each-product {
	background-color: #121212;
	margin-bottom: 2rem;
}
/********************service*************************/
.service-sec {
	background-color: #262729;
	position: relative;
	padding: 6% 0 8%;
	overflow: hidden;
	border-radius: 4rem 4rem 0 0;
	margin-top: -4rem;
    z-index: 1;
}
.service-controller {
	position: relative;
    height: 100%;
    padding-bottom: 6%;
    max-width: 12rem;
    margin-left: auto;
}
.service-controller .common-arrow {
	bottom: 6%;
	top: auto;
}
.service-slider-wrap {
    position: relative;
}
.service-sec .swiper {
	padding-top: 16%;
}
.service-sec .swiper-slide {
	height: auto;
}
.service-sec .swiper-slide-active .each-slider {
	/*height: calc(100% + 55%);
	margin-top: -55%;*/
}
.service-sec .each-slider {
	/*height: 100%;*/
	position: relative;
	margin-bottom: 2rem;
}
.service-sec-content h2 {
	margin-bottom: 3.5rem;
}
.each-slider-img {
	border-radius: 2rem;
	overflow: hidden;
	height: 100%;
}
.each-slider-img img {
	height: 100%;
	object-fit: cover;
}
.each-slider-dtl {
	bottom: 0;
    position: absolute;
    padding: 4rem;
    width: 100%;
}
.each-slider-dtl h5 {
	font-size: 2rem;
}
.service-slider-wrap .common-arrow {
	top: 41rem;
}
.service-slider-wrap .swiper-slider-next {
	right: 0;
}
.service-slider-wrap .swiper-button-prev {
	left: auto;
	right: 20rem;
}
.service-slider-wrap .swiper-button-next {
	right: 14rem;
}
.each-slider:hover img {
    transform: scale(1.1);
}
.each-slider img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/********************middle-sec*************************/
.middle-sec {
	background-color: #121212;
	padding: 8% 0;
	overflow: hidden;
	position: relative;
	border-radius: 4rem 4rem 0 0;
	margin-top: -4rem;
    z-index: 1;
}
.middle-sec-content h3 br{
	display: none;
}
.middle-sec-whole-wrap {
	margin: -2.7rem -3.3rem;
}
.middle-sec-content {
	max-width: 44rem;
	width: 100%;
}
.middle-sec-content p {
	margin: 4rem 0;
}
.middle-sec-img {
	overflow: hidden;
	border-radius: 2rem;
}
.middle-sec-wrap {
	position: relative;
	margin-bottom: 6rem;
}
.middle-sec-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 4;
	padding: 3rem;
}
.middle-sec-info h5 {
	font-size: 2rem;
    margin-bottom: .8rem;
}
/* .middle-sec-img:hover img {
    transform: scale(1.1);
} */
.middle-sec-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/********************about*************************/
.about-sec {
	padding: 0% 0 5%;
	background-color: #121212;
	position: relative;
	overflow: hidden;
}
.about-img img {
	border-radius: 2rem;
    margin-top: 3.4rem;
}
.about-sec::before {
	/*content: '';
    background-image: url(../images/about-ellipse.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -14%;
    left: -5%;
    background-position: center center;
    background-size: contain;
    height: 22%;
    width: 16%;*/
}
.about-sec .txt-btn {
	margin-top: 5.2rem;
    padding-right: 10rem;
}
.about-sec .txt-btn:hover h5 {
	color: #f59b4d;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-sec .txt-btn:hover h6 {
	color: #f59b4d;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-img {
	padding-left: 7rem;
}
.about-content {
	padding-right: 13%;
}
.about-content h2 {
	padding-bottom: 13%;
	padding-top: 13%;
}
.about-content .accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.about-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
	transform: rotate(0);
}
.about-content .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.about-content .accordion-item {
	border-bottom: 1px solid #4d4d4d;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.about-content .accordion-item:first-child {
	border-top: 1px solid #4d4d4d;
}
.about-content .accordion-item:last-child {
	border-bottom: 0;
}
.about-content .accordion-button {
    padding: 2rem 0;
    background-color: transparent;
}
.about-content .accordion-body {
    padding:0 10% 4rem 0;
}
.about-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.about-content .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.about-img h5 {
	margin-bottom: 1rem;
}
/********************over_ons-gllery*************************/
.over_ons-gllery {
	background-color: #121212;
	padding: 1rem 1rem 5rem 1rem;
	position: relative;
}
/*.home-gallery:before{
	content: '';
	background-image: url(../images/about-ellipse.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -8%;
	left: -5%;
	background-position: center center;
	background-size: contain;
	height: 22%;
	width: 16%;
}*/
.over_ons-gllery .row {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.over-ons-ellipse {
	position: absolute;
    left: -7%;
    bottom: 5%;
    bottom: -10%;
    width: 18%;
    /* z-index: 1; */
}
.over_ons-gllery-heading h3 {
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 4%;
}
.over_ons-glalery-img {
	border-radius: 2rem;
	overflow: hidden;
}
.over_ons-glalery-img img {
	object-fit: cover;
	border-radius: 2rem;
	transition: 0.3s ease-in-out;
}
.over_ons-glalery-img img:hover {
	transform: scale(1.1);
}
.over_ons-gllery .inner-padding {
	padding: 1rem;
}
/********************footer-area*************************/
.review-sec{
	background: #121212;
    padding: 2rem 0 10rem;
}
.footer-area {
	background-color: #262729;
	padding: 7% 0 3%;
	position: relative;
	overflow: hidden;
	border-radius: 4rem 4rem 0 0;
	margin-top: -4rem;
	z-index: 1;
}
.footer-wrap {
	margin: 0 -4%;
}
.footer-area::before {
	content: '';
	background-image: url(../images/footer-ellipse.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -4%;
    background-position: center right;
    background-size: contain;
    height: 100%;
    width: 32%;
    z-index: 1;
    bottom: -50%;
}
.footer-logo img {
	width: 41.7rem;
}
.footer-left h5 {
	font-size: 2.64rem;
	font-family: 'lama_sansregular';
	margin: 6.5rem 0 4rem;
}
.footer-call-mail li {
	display: inline-block;
	margin-right: 10.5rem;
}
.footer-call-mail li:last-child {
	margin: 0;
}
.footer-call-mail a {
	font-family: 'lama_sansregular';
	font-size: 1.8rem;
}
.footer-call-mail a img {
	margin-right: 1.8rem;
	width: 2rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.footer-call-mail a:hover {
	color: #f59b4d;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-call-mail a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.footer-social {
	margin-top: 8rem;
}
.footer-social li {
	margin-right: 2rem;
	display: inline-block;
}
.footer-social li a {
	height: 5.4rem;
	width: 5.4rem;
	background-color: #2F2F2F;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
}
.footer-social li a img {
	width: 2.2rem;
}
.footer-social li a:hover {
	background-color: #f59b4d;
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-info a:hover {
	color: #f59b4d;
	opacity: 1;
}
.each-footer-info h5 {
	font-family: 'lama_sansregular';
}
.social-img {
	margin-bottom: 21%;
	margin-top: -3.5rem;
}
.footer-contact a img {
  filter: brightness(10);
  -webkit-filter: brightness(10);
}
.footer-contact{
	margin-top:0;
}
.footer-info {
	width: 100%;
	max-width: 60rem;
	margin-left: auto;
	margin-top: -2rem;
}
.each-footer-info h6 {
	color: rgba(255, 255, 255, 0.5);
	margin: 3rem 0 3.5rem;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}
.each-footer-info h6 span {
	font-family: 'lama_sansbold';
}
.each-footer-info p {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.7;
	max-width: 27rem;
	width: 100%;
}
.footer-btm {
	position: absolute;
    bottom: 0;
    left: 52%;
    width: 25%;
    transform: translateX(-50%);
}
.footer-credit {
	margin-top: 5rem;
	position: relative;
	z-index: 2;
}
.footer-credit h6, .each-footer-info a{
	color: rgba(255, 255, 255, 0.5);
}
.footer-credit li a {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	color: rgba(255, 255, 255, 0.5);
}
.footer-credit li a:hover, .each-footer-info a:hover {
	color: #f59b4d;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/********************contact*************************/
/*****inner-banner******/
.inner-banner {
    padding: 16% 0 10%;
    margin-top: -2rem;
}
/*****contact-blk-sec******/
.contact-blk-sec {
	background-color: #121212;
	padding: 6% 0 8%;
}
.content-text {
	padding-right: 21%;
}
.contact-ellipse {
	position: absolute;
	left: -11%;
    top: -20%;
	z-index: -1;
	width: 20%;
}
.content-block-img {
	overflow: hidden;
	border-radius: 2rem;
	margin-right: -15%;
    margin-left: 6%;
}
.each-address {
	margin: 5rem 0 7rem;
}
.each-address h5 {
	font-family: 'lama_sansregular';
	margin-bottom: 2.8rem;
}
.each-address h6 {
	font-size: 2rem;
	opacity: .8;
	line-height: 1.4;
}
.each-address h6 a:hover {
	color: #f59b4d;
	opacity: 1;
}
.each-address li {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	opacity: .8;
}
.each-address li a:hover {
	opacity: 1;
	color: #f59b4d;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-address a img {
    margin-right: 1.5rem;
    width: 1.8rem;
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.each-address li a:hover {
    color: #f59b4d;
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-address a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.contact-info p {
	max-width: 60rem;
	width: 100%;
}
/*****contact-map-sec******/
.contact-map-sec {
	padding: 7% 0;
	background-color: #262729;
	border-radius: 4rem 4rem 0 0;
	margin-top: -4rem;
}
.contact-map-sec .content-img {
	height: 55rem;
	border-radius: 2rem;
    overflow: hidden;
    margin-right: 30%;
}
.contact-map-info {
	margin: 8.5rem 0;
	margin-bottom: 0;
}
.contact-map-info td {
	vertical-align: top;
	color: #fff;
	font-family: 'lama_sansregular';
}
.contact-map-info td p{
	font-size: 2.4rem;
}
.contact-map-info td:nth-child(odd) {
    padding-right: 10rem;
}
.contact-map-sec .content-text {
	padding: 0;
}
/*****form-sec******/
.form-sec {
	background-color: #121212;
	padding: 6% 0;
}
.form-main {
	background-color: #262729;
	padding: 8%;
	border-radius: 2rem;
}
.form-main h3 {
	margin-bottom: 5rem;
}
.form-sec .form-group {
	position: relative;
}
.form-sec .akker_btn_cls {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
}
.form-styl {
	resize: none;
    background-color: #fff;
    border-radius: 0.5rem;
	font-family: 'lama_sanslight';
    color: #333439;
    font-size: 1.6rem;
    padding: 1.7rem 2rem;
	border: 0;
}
.form-group {
	padding: 0.7rem;
}
.form-styl:placeholder {
	color: #333439;
}
.form-styl:-ms-input-placeholder {
	color: #333439;
}
.form-styl::placeholder {
	color: #333439;
}
.form-styl:focus {
    box-shadow: none;
    color: #333439;
    background-color: #fff;
}
.contact-form-img {
	height: 100%;
	position: relative;
	border-radius: 2rem;
    overflow: hidden;
	margin-left: 2.3rem;
}
.contact-form-img:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #121212;
	opacity: .25;
}
.contact-form-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 2rem;
	overflow: hidden;
}
.contact-form-img-dtl {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4rem;
	width: 100%;
}
.each-contact-dtl-info a {
	text-decoration: underline;
}
.each-contact-dtl-info a:hover {
	color: #f59b4d;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-dtl-info h6 {
	font-size: 1.8rem;
	font-family: 'lama_sanssemibold';
	margin-bottom: 1.5rem;
}
.each-contact-dtl-info p {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
}
.each-contact-dtl-info p span {
	font-family: 'lama_sanssemibold';
}
/********************diensten-list*************************/
.list-block {
	background-color: #121212;
	padding: 6% 0;
	border-radius: 4rem 4rem 0 0 ;
	position: relative;
/*	overflow: hidden;*/
	margin-top: -4rem;
}
.list-left-part {
	position: sticky;
	top: 0 !important;
	padding-top: 150px;
	z-index: 1;
}
.list-left-part li {
	color: #fff;
	font-family: 'lama_sansregular';
	font-size: 3.6rem;
	margin-top: 5rem;
}
.list-left-part li:hover {
	color: #f59b4d;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-left-part li:first-child {
	margin-top: 0;
}
.diesnsten-list-Ellipse {
	position: absolute;
    top: 22%;
    left: -13%;
    width: 30%;
    display: none;
}
.diesnsten-list-btm-Ellipse {
	position: absolute;
    left: -7%;
    bottom: -5%;
    width: 19%;
    display: none;
}
.list-right-part {
	border: 3px solid #262729;
	border-radius: 2rem;
	margin-bottom: 8%;
}
.list-right-part:hover img {
    transform: scale(1.1);
}
.list-right-part img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-right-part:last-child {
	margin-bottom: 0;
}
.list-img {
	border-radius: 2rem 2rem 0 0;
	overflow: hidden;
}
.list-content {
    padding: 8%;
    width: 100%;
}
.list-content h4 {
	margin-bottom: 2rem;
}
.list-content p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 90%;
	width: 100%;
}
.list-content .txt-btn {
	display: table;
	text-align: right;
    margin-left: auto;
}
.list-content .txt-btn::after{
	top: -2rem;
}
/********************diensten-dtl*************************/
/*.inner-header .header-wrap{
	background-color: #262729;
}*/
/*****back-btn******/
.back-btn {
	padding-top: 14rem;
  	background-color: #121212;
  	margin-top: -2rem;
}
.back-btn .txt-btn {
	padding-left: 8rem;
	padding-right: 0;
	margin-left: 6rem;
}
.back-btn .txt-btn::after {
	right: auto;
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}
.back-btn .content-block-img{
	overflow: visible;
}
/*****diensten-dtl-blk-sec******/
.diensten-dtl-blk-sec .content-text h2 {
	margin-bottom: 3rem;
}
/*****diensten-dtl-about-sec******/
.diensten-dtl-about-sec {
	background-color: #262729;
	padding: 6% 0;
}
.diensten-dtl-about-sec::before {
	display: none;
}
.diensten-dtl-about-sec .about-img {
	padding-right: 20%;
    padding-left: 0;
}
.diensten-dtl-about-sec .about-content {
    padding-left: 0;
	padding-right: 0;
}
.diensten-dtl-form-sec .form-wrap {
	background-color: #262729;
	padding-bottom: 9%;
}
.diensten-dtl-form-sec .form-main{
	background-color: #121212;
}
.diensten-dtl-form-sec {
	background-color: #262729;
	padding-bottom: 4rem;
	padding-top: 0;
}
/*****aanbod-mid-slider******/
.aanbod-mid-slider {
	position: relative;
	background: #121212;
	padding-top: 8%;
    padding-bottom: 10%;
}
.aanbod-mid-slider-wrap {
	position: relative;
	padding: 5% 2.3rem;
}
.aanbod-mid-slider-wrap::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 37%;
	top: 0;
	right: 0;
	background-color: #262729;
	border-radius: 2rem;
}
.aanbod-slider-heading h4 {
	margin-bottom: 5%;
}
.aanbod-swiper-wrapper{
	padding-right: 27%;
}
.aanbod-mid-slider .common-arrow {
	width: 9rem;
	height: 9rem;
	border: 1px solid #9D9D9D;
}
.aanbod-mid-slider .swiper-button-next {
	right: 17%;
}
.aanbod-mid-slider .common-arrow span{
	width: 4.2rem;
	height: 4.2rem;
	background: #171717;
	border-radius: 100%;
	margin-left: 8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.each-slide {
	height: 100%;
	overflow: hidden;
	border-radius: 2rem;
	border: 3px solid #262729;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slide:hover {
	border-color: #f59b4d;
}
.aanbod-mid-slider .swiper-slide{
	height: auto;
}
.slider-content {
	padding: 5rem 4rem;
	background-color: #121212;
	height: 100%;
}
.aanbod-swiper-wrapper p{
	padding-top: 6rem;
	padding-right: 2rem;
	opacity: 0.5;
}
.slider-content h5 {
	font-size: 2rem;
}
.aanbod-mid-slider .swiper-button-prev {
	display: none;
}
.diensten-dtl-mid-slider {
	position: relative;
	border-radius: 4rem 4rem 0 0;
	margin-top: -4rem;
	padding-bottom: 5%;
}
.diensten-dtl-mid-slider .diensten-dtl-ellipse {
	position: absolute;
    left: -6%;
    bottom: -14%;
}
/********************Over-ons*************************/
/*****over-ons-blk-sec******/
.over-ons-blk-sec .content-text {
	padding-right: 7%;
}
.over-ons-blk-sec {
	padding-bottom: 5%;
	position: relative;
}
/*****usp******/
.usp-area {
    background: #121212;
    padding: 4.5rem;
    border-radius: 5rem 5rem 0 0;
}
.usp-wrap {
    background: #262729;
    border-radius: 2rem;
    padding: 0 3.5rem;
}
.marquee-with-options{
	overflow: hidden;
}
.usp-wrap ul{
	white-space: nowrap;
}
.usp-area li{
	display: inline-block;
	vertical-align: top;
	padding: 0 10rem;
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
	color: #fff;
}
.usp-area{
	background: #121212;
    padding: 4.5rem;
    margin-top: -4rem;
    z-index: 1;
    position: relative;
}
.usp-area li img{
	margin-top: -2px;
}
/* .middle-sec::before {
	display: none;
} */
/*****over-ons-review******/
.overons-review {
	background-color: #121212;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
}
.overons-review::before {
	display: none;
}
.overons-review-wrap {
	margin-right: -12rem;
}
.overons-review-wrap img {
	border-radius: 2rem;
	overflow: hidden;
}
.review-block {
	padding-right: 13%;
}
.review-block .row {
	border-bottom: 1px solid #E2E2E2;
}
.review-block h3 {
	margin-bottom: 4.4rem;
}
.review-block h4 {
    color: #F59B4D;
}
.review-block h5 {
	font-family: 'lama_sanssemibold';
}
/*****over-ons-middle-sec******/
.over-ons-middle-sec {
	background-color: #262729;
}
.over-ons-middle-sec .col-lg-4:first-child .middle-sec-wrap::after {
	display: none;
}
/*****over-ons-btm******/
.over-ons-btm {
	background-color: #121212;
	padding: 9% 0 8%;
	overflow: hidden;
	border-radius: 4rem 4rem 0 0;
	margin-top: -4rem;
    position: relative;
    z-index: 1;
}
.over-ons-right-img {
	border-radius: 2rem;
	overflow: hidden;
	height: 100%;	
}
.over-ons-right-img img {
	height: 100%;
	object-fit: cover;
}
.each-over-ons-gal-info p {
	margin: 4rem 0 5rem;
}
.each-over-ons-gal-img {
	border-radius: 2rem;
	overflow: hidden;
}
.each-over-ons-gal-info .akker_btn_cls {
	margin-bottom: 18%;
}
.each-over-ons-gal {
	display: flex;
	flex-direction: column-reverse;
}
.over-ons-right {
	padding-left: 7%;
	height: 100%;
}
.over_ons-gllery-heading h3 {
    text-align: center;
    padding-bottom: 5%;
}
/********************aanbod*************************/
.aanbod-product-sec {
	margin: 0;
  	border-radius: 0;
}
.aanbod-product-sec .filter-area {
	padding-bottom: 6%;
}
.aanbod-product-sec .filter-area hr{
	display: none;
}
.aanbod-product-sec .each-product {
	padding: 0 1.3rem 7.4rem;
}
.aanbod-product-sec .product-slider-wrap {
	margin: 0 -1.3rem;
}
.aanbod-product-sec .product-part h5 {
	font-family: 'lama_sansregular';
}
.product-list-price h5 {
	display: inline-block;
}
.product-list-price h6 {
/*	display: inline-block;*/
	margin: 0;
}
/********************aanbod-dtl*************************/
.dtl-back-btn {
	padding-bottom: 5rem;
}
.dtl-back-btn .txt-btn {
	margin-left: 0;
}
/****aanbod-dtl-top-sec*****/
.aanbod-dtl-top-sec {
	padding: 5.4rem 0 6.4rem;
	background-color: #121212;
	overflow: hidden;
}
.aanbod-dtl-top-sec .col-xl-7 {
	width: 54%;
}
.aanbod-dtl-top-sec .col-xl-5 {
	width: 46%;
}
.detail-content h4 {
	font-family: 'lama_sansregular';
}
.detail-content h6 {
	font-size: 2rem;
	color: #8C8C8C;
	margin-top: 1.5rem;
	text-transform: uppercase;
}
.dtl-top-slider {
	margin-right: -12%;
	padding-left: 2.4rem;
}
.dtl-price-info {
	margin: 7.4rem 0 4.4rem;
}
.dtl-price-info h4 {
	font-size: 3.6rem;
}
.dtl-price-info h5 {
	font-family: 'lama_sansregular';
	color: #8C8C8C;
}
.table-area td {
	padding: 3rem 3rem 3rem 0;
	vertical-align: top;
}
.table-area table {
	border-bottom: 1px solid #5E5E5E;
	width: 100%;
}
.table-area table:last-child {
	border-bottom: 0;
}
.table-area h6 {
	font-family: 'lama_sansbold';
	font-size: 2rem;
}
.table-area p {
	font-size: 1.6rem;
	opacity: .7;
	margin-top: 1.5rem;
}
.contact-card {
	background-color: #262729;
	border-radius: 2rem;
	padding: 3.4rem 1.5rem;
	margin-top: 7rem;
	position: relative;
}
.contact-card-img {
	border-radius: 2rem;
	overflow: hidden;
	margin-top: -9rem;
	height: calc(100% + 9rem);
}
.contact-card-img img{
	height: 100%;
	object-fit: cover;
}
.contact-add h5 {
	font-size: 2rem;
}
.contact-card-info {
	padding-left: 2rem;
}
.contact-card-info h5 {
	margin-bottom: 1.9rem;
}
.contact-card-info h6 {
	line-height: 1.6;
	opacity: .7;
}
.contact-card-info h6 a {
	text-decoration: underline;
}
.contact-card-info .akker_btn_cls img {
	width: 2rem;
	margin-left: 1.2rem;
	margin-top: -0.2rem;
}
.contact-card-info .akker_btn_cls {
	margin-top: 1.9rem;
	border-color: #F59B4D;
	margin-left: 0;
	max-width: 100%;
}
.contact-card-info .border-btn {
	border-color: #fff;
}
.aanbod-dtl-top-sec .gallery-thumbs .dtl-car-slide {
	position: relative;
	margin: 2.3rem 0 0;
}
.dtl-car-slide {
	border-radius: 2rem;
    overflow: hidden;
}
.aanbod-dtl-top-sec .gallery-thumbs .dtl-car-slide::after {
	content: "";
	background-image: url(../images/dtl-plus.svg);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center center;
}
.aanbod-dtl-top-sec .gallery-thumbs .dtl-car-slide:hover::after {
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****aanbod-dtl-mid-slider*****/
.aanbod-dtl-mid-slider {
	padding-bottom: 7%;
	padding-top: 4%;
}
/****dtl-tab-sec*****/
.dtl-tab-sec {
	background-color: #121212;
	padding-bottom: 8%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'lama_sanssemibold';
    font-size: 1.4rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.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 {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 2rem 0.5rem;
	border-radius: 0.5rem;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: transparent;
	border-color: #f59b4d;
	color: #fff;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading h4 {
	margin: 5rem 0;
	color: #fff;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 1rem;
    word-break: break-word;
}
.dtl-tab-sec .tab-content ul li:nth-child(even){
	font-family: 'lama_sanslight';
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.7rem;
    padding-left: 2rem;
    background-size: 1rem;
	font-family: 'lama_sansbold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
	color: #fff;
	font-family: 'lama_sansmedium';
}
.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: 2rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 1rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f59b4d;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #f59b4d;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'lama_sansregular';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'lama_sansregular';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/*****dtl-form-sec******/
.dtl-form-sec .form-wrap {
	padding-bottom: 10%;
}
/********************ons-team*************************/
.ons-team-ellipse {
    position: absolute;
    bottom: -50%;
    left: -17%;
	width: 35%;
}
/*****ons-team-middle-sec******/
.ons-team-middle-sec {
	background-color: #262729;
	border-radius: 5rem 5rem 0 0;
	overflow: hidden;
}
.ons-team-middle-sec .middle-sec-info p {
	margin-top: 2rem;
}
.ons-team-middle-sec::before {
	display: none;
}
.ons-team-middle-sec .middle-sec-wrap {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	overflow: hidden;
	border-radius: 2rem;
}
.ons-team-middle-sec .middle-sec-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ons-team-middle-sec .middle-sec-wrap:hover::after {
	height: 100%;
}
.ons-team-middle-sec .middle-sec-wrap .middle-sec-info h6 {
	margin-top: 1.6rem;
}
.ons-team-middle-sec .middle-sec-whole-wrap .col-lg-4:first-child .middle-sec-wrap {
	pointer-events: none;
}
/*****ons-team-list******/
.ons-team-list {
    background-color: #121212;
    padding: 3% 0;
    border-radius: 4rem 4rem 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: -4rem;
}
.ons-team-list h4{
	font-family: 'lama_sansbold';
}
.ons-team-list-ellipse {
	position: absolute;
    top: 45%;
    left: 82%;
    right: 0;
    z-index: -1;
    display: none;
}
.reverse-area {
	border-radius: 2rem;
	background-color: #262729;
	margin-bottom: 4.5rem;
}
.reverse-area:last-child {
	margin-bottom: 0;
}
.reverse-area-img {
	border-radius: 2rem;
	overflow: hidden;
	height: 100%;
}
.reverse-area-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 2rem;
}
.reverse-area-content {
	padding: 4rem 7rem;
}
.reverse-area-content h5 {
	font-family: 'lama_sansregular';
	margin-top: 1rem;
}
.reverse-area-content p {
	margin-top: 3.5rem;
}
/*******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.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.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{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
 .form-1 {
	display:none;
	margin-top: 3rem;
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.privacy_section{
	margin-top: 15rem;
}
.privacy_section .acties-left-content p {
    color: black;
}
.privacy_section .acties-left-content  h2 {
    color: black;
}
.error_top {
	margin: 15rem 0 5rem;
}
.text-danger.text-center{
	padding: 5% 0 8%;
	background: #121212;
	margin: 0 !important;
}
.employee-dtl{
	transform: translate3d(0, 23px, 0);
	transition: 0.4s 0.15s transform;
	bottom: 23px;
}
.employee-dtl p{
	display: none;
	transform: translate3d(0, 15px, 0);
	transition: 0.4s 0.15s opacity, 0.4s 0.15s transform;
}
.middle-sec-wrap:hover .employee-dtl {
	transform: translate3d(0, 0, 0);
	transition: 0.4s transform;
}
/* .middle-sec-wrap:hover .employee-dtl p{
	display: block;
	transform: translate3d(0, 0, 0);
	transition: 0.4s opacity, 0.4s transform;
} */
.middle-sec-wrap:hover .employee-dtl p {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate3d(0, 0, 0);
    transition: 0.4s opacity, 0.4s transform;
}
.home-search-button button {
    background: transparent;
    border: 0;
}
.voorraadwekker_widget_section{
	background: #121212;
	margin-bottom: 80px;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

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

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.marquee-with-options .owl-stage{
/*	transition-timing-function: linear !important;*/
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.usp-wrap{
	overflow: hidden;
	white-space: nowrap;
}
.usp-wrap:hover .usp-slide{
	animation-play-state: paused;
}
.usp-slide{
	display: inline-block;
	animation: 10s slide infinite linear;
}
.tab-pane iframe {

}
/*************side area**********/
.mini-right-nav{
	position: fixed;
	top: 38%;
	z-index: 999;
	right: 2%;
}
.mini-right-nav li{
	margin: 0px 0 2px;
	padding: 0;
	width: 50px;
	display: block;
	position: relative;
}
.mini-right-nav li a{
  	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #1a1a1a;
}
.mini-right-nav span {
	bottom: 0;
	right: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;  
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 50px);
	content: '';
	background-color:#1a1a1a;
	height: 50px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav a:hover span{ 
	width:auto; 
	padding:0 25px 0 35px;
	overflow:visible; 
}
.mini-right-nav a:hover {
	text-decoration:none; 
	color: #fff;
}
.mini-right-nav a span{
	color:#fff;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	object-fit: contain;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav li.whtasapp-nav span{
  background-color: #44AB28;
}

.right-link{
	position:fixed;
	right:0px;
	/*top:30%;*/
	z-index:99;
	/*margin-right: -128px;*/
	font-size: 1.3rem;
}
.common-styl{
	background:#1f1f1f;
	height:61px;
	line-height:61px;
	border-radius:5px;
	padding:0px 15px;
	margin-bottom:15px;
	margin-right: 0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	width:100%;
	max-width:310px;
	/*position:relative;*/
	/*right:-230px;*/
	right:-255px;
	color: #fff;
}
.common-styl img{
	margin-right:25px;
}
.common-styl:hover{
	/*margin-left: -224px;*/
	/*margin-left: -335px;*/
	max-width:auto;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	right:0px;
	
}
.whatsaap{
	top:30%;
}
.call{
	top: calc(30% + 70px);
}
.mail{
	top: calc(30% + 140px);
}
.map{
	top: calc(30% + 210px);
}
.common-styl a{
	font-family: 'lama_sanslight';
	font-size:14px;
}
.right-link img {
    height: 25px;
}
.dtl-price-info {
    cursor: pointer;
}
/*===============popup===========*/
.modal-area .modal-dialog{
	max-width: 1300px;
	margin: 8% auto 0;
}
.modal-area .popup-content{
	padding: 4% 8%;
}
.modal-area .popup-content h3, .modal-area .popup-content p{
	color: #121212;
}
.modal-area .popup-content h3{
	font-size: 4rem;
}
.modal-area .popup-content p{
	margin: 20px 0 25px;
}
.modal-area .pop-up-image{
	height: 100%;
}
.modal-area .pop-up-image img{
	height: 100%;
	object-fit: cover;
}
.modal-area .close-img{
	position: absolute;
	top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-bottom-left-radius: 5px;
}
@media(max-width: 1399.98px){
	.modal-area .modal-dialog{
		max-width: 1100px;
	}
	.modal-area .popup-content h3{
		font-size: 3.4rem;
	}
}
@media(max-width: 1199.98px){
	.modal-area .modal-dialog{
		max-width: 900px;
	}
	.modal-area .popup-content h3{
		font-size: 2.6rem;
	}
	.modal-area .popup-content p {
	    margin: 10px 0 20px;
	    font-size: 15px;
	}
}
@media(max-width: 991.98px){
	.modal-area .modal-dialog{
		max-width: 90%;
	}
	.modal-area .popup-content h3{
		font-size: 2.3rem;
	}
	.modal-area .popup-content{
		padding: 8% 5%;
	}
}