@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'ModeratMedium';
    font-size: 1.6rem;
    color: #1E1917;
}
html {
    font-size: 62.5%;
}
.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);
}
.grecaptcha-badge{
	display:none;
}
/*****************header****************/
.header-area {
    position: absolute;
    height: auto;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 40px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 99;
}
.header-wrap {
	padding: 0 52px 0 40px;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img{
	width: 138px;
	margin-right: 100px;
}
.header-area .navbar-expand-lg .nav-link{
	padding: 0;
	color: #fff;
	font-family: 'ModeratMedium';
	margin: 0 25px;
	font-size: 1.8rem;
}
.header-area .navbar-expand-lg .nav-link:hover {
	color: #943131;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area-right ul {
	display: flex;
    align-items: center;
    justify-content: end;
}
.header-area li a {
	margin-right: 35px;
}
.header-area li a img {
	width: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.header-area li a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.header-logo img {
	width: 147px;
}
.header-area .border-btn {
	min-width: 318px;
	margin-left: 10px;
}
/*****************banner****************/
.banner-sec {
	position: relative;
	overflow: hidden;
}
.banner-content {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
}
.banner-content h1 {
	margin-bottom: 36px;
}
.banner-content .border-btn {
	margin-left: 13px;
}
/*****************about****************/
.about-sec {
	background-color: #181818;
	padding-top: 10%;
	position: relative;
}
.about-img {
	position: relative;
	z-index: 1;
}
.about-sec::after {
	content: '';
    position: absolute;
    background-color: #fff;
    left: 0%;
    bottom: 0px;
    height: 108px;
    width: 100%;
}
.about-title h2 {
	margin-bottom: 97px;
    margin-top: -70px;
    color: #fff;
}
.about-content {
	padding-left: 9%;
    padding-bottom: 18%;
}
.about-content ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 37px;
}
.about-content ul li:nth-child(even) {
	padding-left: 50px;
}
.about-content ul li h6 {
	font-size: 1.8rem;
	font-family: 'ModeratRegular';
	color: #fff;
	position: relative;
	padding-left: 40px;
}
.about-content ul li h6::after {
	content: '';
	position: absolute;
	background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 23px;
	height: 23px;
	width: 23px;
	left: 0;
	top: 0;
}
/*****************middle-sec****************/
.middle-sec {
	padding: 6% 0;
}
.middle-sec h2 {
	color: #1E1917;
}
.middle-sec p {
	max-width: 580px;
	width: 100%;
	margin-bottom: 53px;
}
.middle-sec .txt-btn:hover {
	color: #1E1917;
}
.middle-sec .txt-btn:hover::after {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
/*****************home-gallery-slider****************/
.home-gallery-slider {
	background-color: #181818;
	padding: 120px 0 60px;
	position: relative;
  	z-index: 0;
}
.home-gallery-slider-wrap {
	position: relative;
}
.home-gal-info p {
	color: #fff;
    max-width: 100% !important;
    text-transform: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-gallery-slider .swiper-slide::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.home-gallery-slider .swiper-slide-active::after {
	display: none;
}
.home-gallery-slider .swiper-button-next {
	right: 40px;
}
.home-gallery-slider .swiper-button-prev {
	left: 40px;
}
.home-gal-img {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}
.home-gallery-slider .swiper-slide-active .home-gal-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-gallery-slider .swiper-slide-active .home-gal-img:hover img {
	transform: scale(1.1);
}
.home-gallery-slider .before_the_flood_desc {
	margin: 0;
}
.home-gal-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 45px 60px 45px 36px;
    width: 100%;
	opacity: 0;
	pointer-events: none;
	margin-bottom: 0 !important;
	text-align: left !important;
	visibility: hidden;
}
.home-gal-img:hover .before_the_flood_heading
{
	transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}
.home-gal-info h5 {
	margin-bottom: 10px;
	word-break: break-word;
	color: #fff;
	text-transform: unset;
}
.home-gal-info::after {
	content: '';
    position: absolute;
    top: 41%;
    right: 36px;
    background-image: url(../images/home-gal-slider-arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    border: 1px solid #fff;
    height: 46px;
    width: 46px;
    border-radius: 100%;
    transform: translateY(-50%);
}
.home-gallery-slider-wrap .swiper-slide-prev .home-gal-info::before, 
.home-gallery-slider-wrap .swiper-slide-next .home-gal-info::before,
.home-gallery-slider-wrap .swiper-slide-prev .home-gal-info::after, 
.home-gallery-slider-wrap .swiper-slide-next .home-gal-info::after {
	display: none;
}
.home-gallery-slider .swiper-slide-active .home-gal-info {
	opacity: 1;
	pointer-events: all;
	text-shadow: none;
	visibility: visible;
}
.home-gallery-slider .each_before_the_flood_block:after {
    opacity: 1;
    background: none;
}
.home-gallery-slider .each_before_the_flood_block {
	min-height: auto;
}
.home-gal-img .before_the_flood_content{
	display: none;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #000;
	opacity: 0.55;
	height: 100%;
	width: 100%;
}
.home-gallery-slider .swiper-slide-active .overlay{
	display: none;
}
/*****************home-benefit-sec****************/
.home-benefit-sec {
	padding: 8% 0;
	position: relative;
  	margin-top: -1px;
  	z-index: 0;
}
.home-benefit-sec:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #181818;
	opacity: .8;
}
.home-benefit-sec .container-fluid{
	position: relative;
}
.home-benefit-sec .common-bg {
	background-repeat: no-repeat;
}
.home-benefit-slider {
	position: relative;
	padding: 0 80px;
}
.home-benefit-sec-title h2, .home-benefit-slider h4{
	color: #fff;
}
.home-benefit-sec .row{
	align-items: center;
}
.home-benefit-slider h4 {
	font-family: 'ModeratMedium';
	margin-bottom: 10px;
}
.home-benefit-slider p {
	color: #fff;
}
.home-benefit-slider .swiper-button-prev {
	top: 80px;
    left: 0;
}
.home-benefit-slider .swiper-button-next {
	top: 80px;
    right: 0;
}
/*****************home-btm-sec****************/
.home-btm-sec {
	padding: 7% 0;
}
.home-btm-sec p {
	margin: 3px 0 85px;
}
.home-btm-info {
	padding-right: 19%;
}
.home-btm-info h3{
	color: #1E1917;
}
/*****************google-review****************/
.google-review {
	padding-bottom: 50px;
}
.google-review-img {
	height: 500px;
}
/*****************footer****************/
.footer-area {
	background-color: #181818;
	padding: 90px 0 50px;
}
.footer-wrap {
	padding-left: 7%;
	padding-right: 7%;
}
.footer-logo img {
	width: 158px;
}
.footer-area h4 {
	margin: 70px 0 57px;
}
.footer-area .border-btn {
    border-color: transparent;
	color: #fff;
	font-family: 'ModeratMedium';
	font-size: 1.8rem;
  	padding-left: 30px;
  	padding-right: 30px;
  	margin-right: 10px;
  	margin-bottom: 10px;
}
.footer-area .border-btn:not(.contact-button){
	max-width: unset;
  	width: auto;
}
.footer-area .border-btn:hover {
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.footer-area .contact-button:hover{
	border-color: #943131 !important;
	background-color: #943131;
}
.footer-area .contact-button{
	max-width: 260px;
}
.footer-area .border-btn img{
	width: 180px;
	margin-right: 18px;
}
.footer-right h5 {
	margin-bottom: 30px;
	font-size: 2rem;
}
.footer-right h6 {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.7;
}
.footer-right h6 span {
	font-family: 'ModeratBold';
}
.footer-area a {
	font-size: 1.6rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'ModeratRegular';
}
.footer-area a:hover{
	color: #943131;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social {
	margin-top: 80px;
}
.footer-social li {
	display: inline-block;
	margin-right: 6px;
}
.footer-social li a {
	height: 55px;
	width: 55px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img {
	width: 20px;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: #943131;
}
.footer-social li a:hover img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.footer-credit {
	margin-top: 40px;
}
.footer-credit p {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'ModeratRegular';
}
.footer-credit li a {
	font-size: 1.6rem;
}
.footer-credit li a:hover {
    color: #943131;
}
/***********************************************popup-start****************************************/
.modal-area .modal-dialog {
    max-width: 50%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.35);
	padding-right: 0 !important;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 0;
}
.modal-area .popup-content h2 {
	line-height: 0.9;
}
.modal-area .popup-content p {
    margin: 40px 0 90px;
}
.modal-area .popup-content {
	text-align: center;
    padding: 9% 18%;
    background-color: #f4f4f4;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 40px;
	width: 40px;
	background-color: #1E1917;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'ModeratMedium';
}
.close-img:hover {
	color: #fff;
}
/********************bedankt*****************/
.bedankt-banner-sec .banner-content {
    top: 62%;
}
/*********subpg-list******/
.inner-banner{
	padding: 16% 0 8% 0;
}
.inner-banner h1{
	text-transform: unset;
}
.inner-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.list-content-block{
	padding-top: 140px;
}
.list-content-block:nth-child(even){
	padding: 20px 0 140px;
}
.list-content-block:nth-child(odd):before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: calc(100% - 140px);
	background: #181818;
	z-index: -1;
}
.list-img{
	padding-left: 17%;
}
.list-content{
	padding: 0 17% calc(140px + 14%); 
}
.list-content-block:nth-child(even) .align-bottom{
	vertical-align: middle !important;
}
.list-content-block:nth-child(even) .list-content{
	padding-bottom: 0;
  	padding-top: 7%;
}
.list-content-block p{
	margin: 35px 0 60px;
  	display: -webkit-box;
  	-webkit-line-clamp: 5;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-align: left !important;
}
.list-content-block:nth-child(odd) p{
	color: #fff;
}
.list-content-block:nth-child(even) h3{
	color: #1E1917;
}
/****************diensten-dtl*******************/
.bk-btn-sec {
	background-color: #181818;
	padding-top: 220px;
}
.dtl-top-blk {
	background-color: #181818;
}
.dtl-top-blk-info {
	padding: 10% 30% 15% 0;
}
.dtl-top-blk-info h3 {
	margin-bottom: 26px;
}
.dtl-top-blk-info p {
	color: #fff;
}
.dtl-top-blk-info .border-btn:not(:hover){
	border-color: #0078D6;
	color: #0078D6;
}
.dtl-about-sec {
	background-color: #fff;
	padding-top: 140px;
}
.dtl-about-sec .about-title h1 {
	color: #1E1917;
	text-transform: unset;
	margin-bottom: 78px;
	font-family: 'ModeratExtendedMedium';
}
.dtl-about-sec .about-content li h6 {
	color: #1E1917;
	font-family: 'ModeratExtendedRegular';
	font-size: 1.7rem;
}
.dtl-about-sec .about-content ul{
	max-width: 580px;
}
.dtl-about-sec .about-content ul li h6 {
	padding-left: 35px;
}
.dtl-about-sec .about-content {
    padding-left: 23%;
    padding-bottom: 10%;
}
.dtl-about-sec .about-content ul li:nth-child(even) {
    padding-left: 0;
}
.dtl-about-sec .about-content ul li {
    width: 100%;
	margin-bottom: 33px;
}
.dtl-about-sec p {
	font-family: 'ModeratExtendedRegular';
  	font-size: 1.7rem;
  	max-width: 650px;
}
.dtl-about-sec p br{
	display: none;
}
.dtl-about-sec.about-sec::after {
	display: none;
}
/****form-sec****/
.form-sec {
	padding: 140px 0;
}
.form-sec .form-title h3 {
	color: #1E1917;
	margin-bottom: 70px;
}
.form-main{
	position: relative;
	z-index: 0;
}
.form-img {
    height: calc(100% - 60px);
    padding-left: 15%;
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
.form-sec .form-styl {
	resize: none;
	background-color: #f3f3f3;
	border-radius: 0;
	font-size: 1.4rem;
	border: 0;
    color: rgba(30, 25, 23, 0.69);
	padding: 22px 40px;
	font-family: 'ModeratLight';
}
.form-group {
	margin-bottom: 12px;
}
.foto_upload{
	margin: 13px 0;
}
.form-styl:placeholder {
	color: #1E1917;
	opacity: 0.69;
}
.form-styl:-ms-input-placeholder {
	color: #1E1917;
	opacity: 0.69;
}
.form-styl::placeholder {
	color: #1E1917;
	opacity: 0.69;
}
.form-styl:focus {
    box-shadow: none;
	background-color: #f3f3f3;
    color: #1E1917;
   opacity: 0.69;
}
.form-sec .textarea-control {
    min-height: calc(100% - 94px);
}
.form-sec textarea.form-styl {
	min-height: 250px;
}
.form-sec .txt-btn {
	border: 0;
	background-color: transparent;
	margin-top: 20px;
}
.form-sec .txt-btn:hover {
    color: #1E1917;
}
.form-sec .txt-btn:hover::after {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.diensten-dtl-gallery-slider h3 {
	color: #fff;
	margin-bottom: 72px;
}
/*============contact============*/
.contact-map {
	padding-top: 115px;
	background: #181818;
}
.contact-map .position-absolute{
	padding-right: 50px;
}
.contact-map-info {
	max-width: 720px;
  	padding-left: 15%;
  	padding-bottom: 100px;
  	font-family: 'ModeratMedium';
	font-size: 1.8rem;
}
.contact-map-info h3 {
    margin-bottom: 50px;
}
.each-contact{
	padding-left: 50px;
}
.each-contact td img{
	margin-left: -50px;
}
.contact-map-info h6 {
	font-family: 'ModeratExtendedMedium';
  	font-size: 1.7rem;
  	margin-bottom: 22px;
  	text-transform: uppercase;
}
.contact-map-info td{
	vertical-align: top;
}
.contact-map-info a{
	color: rgba(255, 255, 255, 0.60);
}
.contact-map-info a:hover{
	color: #0078D6;
}
.contact-map-info p {
	color: rgba(255, 255, 255, 0.5);
	margin-top: 50px;
}
.contact-map-info ul{
	margin-top: 90px;
}
.contact-map-info li:not(:last-child) {
  	margin-bottom: 35px;
}
.contact-map-info li img {
	margin-right: 20px;
}
.contact-middle{
	padding: 10% 0;
}
.contact-middle h6{
  	font-size: 1.7rem;
}
.contact-middle h6, .contact-middle p {
	color: rgba(255, 255, 255, 0.8);
}
.contact-middle h6 span{
	font-family: 'ModeratExtendedMedium';
	color: #fff;
	display: block;
  	margin-bottom: 12px;
}
.contact-middle p{
	margin-top: 30px;
}
.opeingtime{
	max-width: 730px;
  	padding-left: 15%;
}
/***********************************************over-ons****************************************/
/****over-ons-top****/
.over-ons-top {
	padding-top: 120px;
	position: relative;
  	z-index: 2;
}
.over-ons-right {
	height: 98%;
}
.over-ons-right img {
	height: 100%;
	object-fit: cover;
}
.over-ons-top-right .col-lg-6:last-child .over-ons-right-part{
	position: relative;
	z-index: 1;
	height: calc(100% + 110px);
}
.over-ons-top-right {
	padding-left: 40px;
}
.over-ons-top-info {
	padding-right: 14%;
}
.over-ons-top-info h3 {
	margin-bottom: 20px;
	color: #1E1917;
}
.over-ons-top-info h5{
	text-transform: unset;
	font-family: 'ModeratBold';
}
.overons-form{
	padding-bottom: 100px;
}
.over-ons-about-sec h3{
	margin-bottom: 80px;
}
.over-ons-gallery-slider {
	background-color: #181818;
	padding-top: 87px;
}
.over-ons-gal-title h3 {
	color: #fff;
}
.over-ons-gal-title p {
	color: #fff;
	margin: 20px 0 83px;
}
.over-ons-gallery-slider-wrap {
	position: relative;
}
.over-ons-gallery-slider .swiper-button-next {
	right: 50px;
}
.over-ons-gallery-slider .swiper-button-prev {
	left: 50px;
}
.over-ons-gal-info h5{
	text-transform: none;
	font-family: 'ModeratExtendedMedium';
  	color: #fff;
	margin-bottom: 8px;
}
.over-ons-gal-info p{
	text-transform: none;
}
.over-ons-gal-img {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}
.over-ons-gal-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 80px 24px 43px;
    width: 100%;
    opacity: 1;
    pointer-events: none;
    text-align: left !important;
}
.over-ons-gallery-slider .over-ons-gal-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.over-ons-gallery-slider .swiper {
	padding: 58px 0 0;
}
.over-ons-gallery-slider .over-ons-gal-img:hover img {
	transform: scale(1.1);
}
.over-ons-gal-img:hover .before_the_flood_heading {
	transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}
.over-ons-gallery-slider .each_before_the_flood_block:after {
    display: none;
}
.over-ons-gallery-slider .each_before_the_flood_block {
	min-height: 0;
	height: 100%;
}
.over-ons-gallery-slider .before_the_flood_desc {
    margin: 0;
}
.over-ons-gallery-slider .before_the_flood_heading {
    margin-bottom: 10px;
    text-shadow:none;
}
.over-ons-form-sec {
	padding-bottom: 5%;
}
.over-ons-btm-slider {
	padding-bottom: 27px;
}
.over-ons-btm-slider-wrap {
	padding-left: 20px;
	padding-right: 20px;
}
.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;
}
.error_top{
	background: #000;
	padding-top: 180px;
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  	padding: 0;
}
.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);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 12px;
	font-family: 'MontserratRegular';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'MontserratRegular';
}
.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: 'MontserratRegular';
}
.form-1, .form-2{
	display:none;
}
.privacy_section p{
	word-break: break-word;
}
.privacy_section{
	padding-bottom: 40px;
}
.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;
}
.right-button {
	border: 1px solid #0078D6;
	color: #0078D6;
}
.right-button:hover {
    background-color: #0078D6;
    border-color: #0078D6;
    color: #fff;
}
.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;
}
#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:1.4rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.header-area.privacy-header{
	position: relative;
	background: #000;
}
.footer-social .whatsapp_btn a{
	background-color: #25D366;
}
.footer-social .whatsapp_btn a img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}