@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.6rem;
    color: #131E2C;
	font-family: 'PoppinsRegular';
	top: 0 !important;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************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;
}
/*****************header****************/
.header-area {
    padding: 57px 0 ;
    position: absolute;
    top: 0;
	width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-menu {
	max-width: max-content;
	margin: 0 auto;
}
.header-area img{
	width: 120;
}
.active_menu,
.stiky {
	padding: 30px 0;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
	background-color: #131E2C;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .header-menu > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 66px;
	padding-bottom: 24px;
	border-bottom:1px solid rgba(255, 255, 255, 0.70);
}
.header-area li a{
	position: relative;
	color: #fff;
	font-family: 'palindrome_expanded_sexpanded';
	font-size: 1.4rem;
	text-transform: uppercase;
}
.header-area li a::after{
	position: absolute;
	width:0;
	content: "";
	left: 0;
	bottom:-28.3px;
	height: 2px ;
	transition: all 0.5s;
}
.header-area li a:hover::after{
	background-color: #fff;
	width: 100%;
}
.language.dropdown{
	width: 60px;
	margin-top: -27px;
}
.language img {
	width: 25px;
	margin-right: 7.5px;
}
.language .dropdown-menu{
  	min-width: 60px;
}
.language .dropdown-toggle::after{
	border: 0;
	background-image: url(../images/down.svg);
	background-size: cover;
	background-position: center;
	height: 20px;
	width: 20px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}
.header-area .language li a::after{
	display: none;
}
.header-area  .dropdown-toggle:focus{
	box-shadow: none;
}
.each-banner{
	position: relative;
}
.each-banner::before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(19, 30, 44, 0.00) 0%, #131E2C 77.58%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	left: 0;
	bottom: 0;
	display:none;
}
.banner-content{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	color: #fff;
}
.banner-content p{
	margin: 15px 0 47px;
}
.home-top-sec{
	padding: 14% 0;
	background-attachment: fixed;
	position: relative;
}
.home-top-sec::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.22);
	z-index: 0;
}
.home-top-sec > *{
	position: relative;
	z-index: 1;
}
.home-top-sec h2{
	color: #fff;
	font-size: 4.8rem;
	line-height: 55px; 
}
.home-slider-top-lft{
	/* padding:0 68px ; */
	background-color:#C9C9D1;
	display: flex;
	flex-direction: column;
	height: 100%;
	row-gap: 62px;
}
.home-mid-each-box{
	background-color:#C9C9D1;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 5;
	padding-bottom: 0;
	position: relative;
	margin-top: -87px;
}
.home-mid-each-box-content h2{
	color: #131E2C;
}
.home-mid-each-box-content{
	overflow: hidden;
}
.home-mid-each-box p{
	margin: 27px 0 20px;
}
/* ========== home-slider-top-sec ============== */
.home-slider-top-sec{
	background-color: #C9C9D1;
	overflow-x: clip;
	overflow-y: visible;
}
.home-slider-left{
	width: 100%;
	padding-bottom: 120px;
}
.home-slider-left h2{
	margin-bottom: 18px;
	color: #000;
}
.home-slider-right{
	position: relative;
	z-index: 2;
	height: 100%;
}
.home-slider-right img{
	height: 100%;
	object-fit: cover;
}
.text-box-btn .text-btn{
	filter: invert(1);
	display: inline-block;
	/* margin-top:32px; */
	margin-top:8px;
}
.home-slider-top-lft > *{
	padding-left: 68px;
	padding-right: 68px;
}
.home-slider-left ul{
	margin: 30px 0;
}
.home-slider-left li{
	display: flex;
	column-gap: 18px;
	align-items:baseline;
	line-height: 30px;
	color: #000;
}
.home-slider-left li::before{
	background-image: url(../images/tick.svg);
	flex-shrink: 0;
    width: 14px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    background-size:contain;
	background-position-y: 5px;
	position: relative;
    top: 14px;
}
/* ============ footer =============== */
.footer-top{
	background-color: #131E2C;
	padding: 236px 0 170px;
	margin-top: -78px;
	position: relative;
	z-index: 0;
}
.footer-top h2{
	color: #CCCCD1;
	padding-bottom: 40px;
}
.footer-mid{
	margin-top: -130px;
	background-color: #C9C9D1;
}
.footer-mid .swiper-wrapper{
	margin-left: -9%;
}
.footer-mid-each-img{
	overflow: hidden;
	height: 100%;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-mid-each-img::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color:rgba(19, 30, 44, 0.75);
	background-image: url(../images/footer_instagram.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.footer-mid-each-img img{
	height: 100%;
	object-fit:cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-mid-each-content{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	z-index: 2;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 0;
}
.footer-mid-each-content p{
	color: #fff;
	padding: 0 40px 40px 40px;
}
.footer-mid-each-content p span{
	font-family: 'PoppinsLight';
	letter-spacing: normal;
}
.footer-mid-each-img:hover.footer-mid-each-img::after{
	opacity: 1;
}
.footer-mid-each-img:hover .footer-mid-each-content{
	opacity: 1;
	transform: translateY(-50%);
    top: 50%;
}
.footer-btm{
	padding: 80px 0 104px ;
	background-color: #C9C9D1;
}
.footer-menu{
	max-width: 500px;
	margin-left: auto;
	margin-right: 0;
}
.footer-menu img{
	width: 18px;
	margin-right: 7.5px;
}
.footer-menu a{
	color: rgba(0, 0, 0, 0.50);
	font-family: 'PoppinsMedium';
	font-size: 1.4rem;
	margin-bottom: 5px;
	display: inline-block;
}
.footer-menu a:hover{
	color: #000;
	text-decoration: underline;
	text-underline-position: under;
	text-underline-offset: 3px;
}
.footer-menu p{
	font-family: 'palindrome_expanded_sexpanded';
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.footer-right-menu{
	max-width: fit-content;
    margin-left: auto;
    margin-right: 0;
}
.footer-logo img{
	width: 160px;
}
.footer-right-menu a{
	margin-bottom: 0;
}
.footer-btm hr{
	margin: 0;
	margin-bottom: 120px;
	height: 1px;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
/*******************************service-dtl*********************************/
/* ============ inner-header =============== */
.inner-header {
	background-color: #C9C9D1;
}
.inner-header.stiky{
	background-color: #131E2C;
}
.inner-header .header-menu > ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.inner-header.stiky .header-menu > ul {
    border-bottom:1px solid rgba(204, 204, 209, 1);
}
.inner-header .header-area li a {
    color: #fff;
}
.inner-header.header-area li a{
	color: #000;
}
.inner-header.header-area li a:hover{
	color: rgba(19, 30, 44, 1);
}
.inner-header.header-area li a::after{
	background-color: #131E2C;
}
.inner-header.header-area.stiky li a{
	color: #fff;
}
.inner-header.header-area.stiky li a::after {
	background-color: #fff;
}
.inner-banner::before {
    position: absolute;
    content: "";
    /* height: 60%; */
    width: 100%;
	height: 100%;
	/* background: linear-gradient(0deg, #131E2C 28.13%, rgba(26, 39, 56, 0.00) 91.15%); */
	background: linear-gradient(180deg, rgba(19, 30, 44, 0.00) 0%, #131E2C 85.86%);
    left: 0;
    bottom: 0;
}
/* ============ bk-btn-sec =============== */
.bk-btn-sec {
	position: relative;
    top: 60px;
    margin-bottom: 0;
    padding-top: 120px;
    background-color: #C9C9D1;
    z-index: 1;
	padding-left: 11%;
}
/* ============ service-dtl-top =============== */
.service-dtl-top {
	background-color: #C9C9D1;
	overflow: hidden;
	padding-top: 209px;
}
.service-dtl-top .col-7{
	width: 45.3%;
}
.service-dtl-top .col-5{
	width: 54.7%;
}
.service-dtl-content {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	flex-direction: column;
	column-gap: 20px;
	height: 100%;
	padding: 60px 0;
}
.service-dtl-top-part-content p {
	color: #131E2C;
	font-family: 'PoppinsRegular';
}
.service-dtl-top-content {
	padding-left: 75px;
}
.service-dtl-top .flex-row-reverse .service-dtl-top-content{
	padding-left: 0;
	padding-right: 75px;
}
.service-dtl-top-content h2 {
	margin-bottom: 20px;
}
.service-dtl-top-content p:not(.service-dtl-top-part-content p){
	letter-spacing: 1.6px;
}
.service-btm-part {
    padding-left: 11%;
    position: relative;
    z-index: 5;
    padding-top: 14%;
	padding-bottom: 10%;
	background-color: #131E2C;
	padding-right: 40px;
}
.service-btm-part::after{
	position: absolute;
	right:-100%;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: "";
}
/* .service-dtl-top .home-slider-right img{
	height: auto;
} */
.service-btm-part h2 {
	color: #fff;
}
.service-dtl-btm-content{
	max-width: 65rem;
	width: 100%;
}
.service-dtl-btm-content p {
	color: #fff;
    margin-top: 6rem;
	font-family: 'PoppinsRegular';
}
.service-dtl-top-content hr {
    opacity: 1;
    height: 1px;
    background-color: #131E2C;
    margin: 18px 0 51px;
}
/* ============ service-middle-sec =============== */
.service-middle-sec {
	padding: 7% 0;
	background-color: #131E2C;
}
.service-middle-sec li {
	color: #C9C9D1;
	font-family: 'palindrome_expanded_sexpanded';
	font-size: 1.4rem;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 70px;
}
.service-middle-sec ul {
	max-width: fit-content;
	margin: 0 auto;
}
.service-middle-sec li:last-child {
	padding-right: 0;
}
.service-middle-sec li img {
	margin-right: 20px;
}
/* ============ service-btm =============== */
.service-btm .group-logo {
    background-color: transparent;
	bottom: 0;
	width: 100%;
	height: 200px;
}
/*******************************service-list*********************************/
/* ============ inner-banner =============== */
.inner-banner .inner-banner-content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
    text-align: center;
}
.inner-banner .inner-banner-content h2 {
	color: #fff;
}
/* ============ services-list-area =============== */
.services-list-area {
	background: #131E2C;
    margin-top: -120px;
}
.services-list-area .row {
	margin-left: -15px;
	margin-right: -15px;
}
.services-list-area .col-lg-6 {
	padding-left: 15px;
	padding-right: 15px;
}
.services-mid-each-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	height: 100%;
}
.services-mid-each-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}
.services-mid-each-img:hover img.w-100{
	transform: scale(1.12);
}
.services-mid-each-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(19, 30, 44, 0.75);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.services-mid-each-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
	text-transform: uppercase;
	width: 100%;
}
.services-mid-each-content h3 {
	color: #FFF;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.contact-mid-content{
	padding-right: 68px;
	padding-bottom: 116px;
}
.services-mid-each-img:hover::after {
	top: 0;
}
.services-mid-each-content .text-btn {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* visibility: hidden; */
	opacity: 0;
}
.services-mid-each-img:hover .services-mid-each-content .text-btn {
	/* visibility: visible; */
	opacity: 1;
}
/* ============ service-list-footer-area =============== */
.service-list-footer-area .footer-top{
	padding-top: 170px;
}
.service-list-footer-area .footer-btm hr{
	opacity: 0;
	
}
.service-list-footer-area{
	position: relative;
}
.service-list-footer-area::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 100%;
	content: "";
	background-color: #131E2C;
}
/*******************************contact*********************************/
/* ============ contact-list-areac =============== */
.contact-list-area {
	margin-top: 0;
}
.contact-list-area .services-mid-each-content a {
	font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.8rem;
	color: #fff;
	line-height: 28.8px;
}
.contact-list-area .services-mid-each-content p {
	font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.8rem;
	color: #fff;
}
.contact-list-area .services-mid-each-img:hover .services-mid-each-content a {
    opacity: 1;
	color: #fff;
	text-decoration: underline;
}

/* ============ contact-mid-sec =============== */
.contact-mid-sec {
	background-color: #131E2C;
	padding-top: 80px;
}
.contact-mid-content h3 {
	color: #fff;
	max-width: 404px;
}
.contact-mid-content p {
	font-size: 1.8rem;
	/* color: rgba(255, 255, 255, 0.75); */
	color: #C9C9D1;
	/* font-family: 'palindrome_expanded_sexpanded'; */
	margin-top: 30px;
}
.contact-mid-img {
	margin-bottom: -160px;
    position: relative;
    z-index: 1;
}
.contact_insta{
	padding-top: 165px;
}
.services-social-logo li img {
    width: 2.1rem;
	height: auto;
}
/*******************************about-us*********************************/
/* ============ aboout-upper-area =============== */
.aboout-upper-area {
	background-color: #131E2C;
	position: relative;
}
.aboout-upper-area::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 12%;
	background: #C9C9D1;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.aboout-upper-area .home-slider-left h2 {
	color: #fff;
	margin-bottom: 27px;
}
.aboout-upper-area .home-slider-left {
	padding: 40px 20px 380px 78px;
	max-width: 66rem;
}
.aboout-upper-area .home-slider-left-content p {
	color: #fff;
}
.aboout-upper-area .group-logo {
	bottom: 12.5%;
	right: 0;
	left: auto;
}
.aboout-upper-area .group-logo::after {
	display: none;
}
.about-middle-area .home-slider-left {
	padding: 40px 0
}
.about-slider-area {
	padding-top: 10.5%;
}
.about-slider-area .swiper-button-prev {
	left: 49%;
	right: auto;
	top: calc(100% + 20px);
}
.about-slider-area .swiper-button-next {
	left: auto;
	right: 45%;
	top: calc(100% + 20px);
}
.about-list-area {
	background-color: #131E2C;
	padding-bottom: 25px;
	position: relative;
	padding-top: 204px;
}
.about-list-area::after {
	position: absolute;
	content: "";
	background-color: #131E2C;
	width: 100%;
	height: 15%;
	top: -50px;
	left: 0;
}
.about-list-heading{
	width:100%;
	max-width: 600px;
	position: relative;
	z-index: 1;
}
.about-list-heading p {
	color: #fff;
	font-family: 'PoppinsRegular';
}
.about-list-heading hr {
	color: #fff;
	opacity: 1;
}
.about-list-wrap {
	padding: 9% 0;
}
.about-list-wrap ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-list-wrap ul li {
	color: #CCCCD1;
	letter-spacing: 0.6rem;
	font-size: 2.4rem;
	position: relative;
	font-family: 'palindrome_expanded_sexpanded';
	padding: 0 40px;
}
.about-list-wrap ul li::after {
	content: "";
	position: absolute;
	background-color: #CCCCD1;
	width: 3px;
	height: 19px;
	top: 8px;
	left: 0;
}
.about-list-wrap ul li:first-child{
	padding-left: 0;
}
.about-list-wrap ul li:first-child::after {
	display: none;
	padding-left: 0;
}
.about-list-btm-contain {
	width: 100%;
	max-width: 820px;
	margin: 0px auto;
}
.about-list-btm-contain h2 {
	color: #fff;
}
.about-list-btm-contain p {
	color: #ffF;
	font-family: 'PoppinsRegular';
	padding: 40px 0 105px;
}
.about-list-down-pattern img {
	height: 190px;
	display: none;
}
.about-down-slider {
	background-color: #131E2C;
	padding-bottom: 50px;
}
.about-down-slider .about-slider-area {
	/* padding-top: 30px; */
	padding-top: 0;
	padding-bottom: 80px;
}
.about-down-slider .swiper-slide-prev::after {
	position: absolute;
	content: "";
	background: rgba(19, 30, 44, 0.75);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.about-down-slider .swiper-slide-next::after {
	position: absolute;
	content: "";
	background: rgba(19, 30, 44, 0.75);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.services-social-logo ul{
	display:flex;
	flex-direction: column;
	row-gap: 12px;
}
.services-social-logo li img{
	width: 21px;
}
.services-social-logo{
	position: absolute;
	right: 18px;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
}
.services-social-logo a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	width: 58px;
	background-color: #fff;
	border-radius: 50%;
}
.services-social-logo li:last-child a{
	background-color: green;
}
.thankyou .common-btn{
	max-width: max-content;
	margin-top: 2%;
}
.service-banner .each-about-contain{
	height: 90rem;
}
.service-banner .each-about-contain img{
	height:100%;
	object-fit:cover;
}
.menu-bar {
    position: relative;
    max-width: 36px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 8px 0 8px auto;
    width: 29px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .menu-bar div, 
.inner-header .menu-bar::after, 
.inner-header .menu-bar::before{
	background-color: #000;
}
.menu-bar.active div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-14px) rotate(-137deg);
	/* width: 29px; */
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/******************************popup******************************/
/****popup****/
.modal-area .modal-dialog {
	max-width: 54%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(19, 30, 44, 0.60);
	backdrop-filter: blur(6.150000095367432px);
}
.modal-area .modal-content {
    border: 0;
    background-color: transparent;
	position: relative;
}
.modal-content .popup-content .common-btn {
	margin-top: 48px;
}
.modal-content .popup-content .common-btn::after {
    background-image: url(../images/bedankt-prev.svg);
	background-size: 14px;
}
.modal-area .popup-content {
    padding: 58px 60px 60px 74px;
    background-color: #C9C9D1;
}
.modal-area .popup-content p {
	margin-bottom: 0;
	font-family: 'PoppinsMedium';
	font-size: 1.4rem;
	line-height: 22px;
	letter-spacing: 0.28px;
	margin-bottom: 23px;
}
.modal-area .popup-content h4{
	font-family: 'PoppinsMedium';
	font-size: 1.6rem;
	line-height: 22px;
	letter-spacing: 0.16px;
	text-transform: uppercase;
}
.modal-area .pop-up-image {
	height: 100%;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content h2 {
    color: #131E2C;
    margin: 3px 0 9px;
    text-transform: capitalize;
}
.modal-area .popup-content li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
}
.modal-area .popup-content li::after {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 13px;
    height: 9px;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-size: 13px;
}
.modal-area .popup-content ul {
	margin-bottom: 30px;
	list-style-type: none;
	padding-left: 0;
}
.close-img {
    position: absolute;
    top: 7px;
    right: 9px;
    height: 24px;
    width: 24px;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.close-img img {
    width: 10px;
}
.popup-content .text-btn{
	color: #131E2C;
	line-height: 24px;
}
.popup-content .text-btn::after{
	/* background-image: url(../images/black-right-arrow.svg); */
	filter: brightness(0);
}
.popup-content .text-btn:hover::after{
	background-image: url(../images/right-arrow.svg);
}
.popup-content .text-btn:hover {
	color: #131E2C;
}
.modal-main-content .col-lg-5 {
	width: 35%;
}
.modal-main-content .col-lg-7 {
	width: 65%;
}
/* === video ==== */
.video-banner  {
	height: 942px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
/* ======== thankyou ======= */
.thank-you{
	text-align: center;
}
.thank-you p{
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}
.thank-you .each-banner::before {
	background: linear-gradient(0deg, rgba(19, 30, 44, 0.70) 0%, rgba(19, 30, 44, 0.70) 100%)
}
/******************************************************************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 44px;
	  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{
	  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, .form-2 {
	  display:none;
	  margin-top: 30px !important;
	  margin: 0 auto 10px;
  } 
  .privacy-sec{
	  background-color: #121212;
	  padding: 11% 0;
  }
  .cpnt {
	  cursor: pointer;
  }
  .filter-clean img {
	  width: 12px;
	  margin-right: 10px;
	  margin-bottom: 2px;
  }
  
  
  .acties-left-content p {
	  color: black;
  }
  .error_top {
	  margin-top: 90px;
	  /* margin-bottom: 20px; */
  }
  