@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	font-family: 'NunitoSansRegular';
	background-color: #141414;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
.green_btn {
	background: #147d01;
}
/*********************header****************/
.header-area {
	background-color: rgba(22,22,22,0.30);
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
}
.header-area .navbar-brand{
	padding: 15px 80px 15px 60px;
	margin:0;
}
.navbar-brand img {
    width: 50%;
}
.desktop-nav .navbar-nav .nav-item{
 	font-family: 'NunitoSansRegular';
    font-size: 16px;
    text-align: center;
    position: relative;
    max-width: 230px;
    width: 100%;
    letter-spacing: 0.2px;
}
.desktop-nav .navbar-nav .nav-item:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #fff;
    opacity: 0.3;
}
.desktop-nav.navbar-light .navbar-nav .nav-link{
	padding: 35px 0;
	color: #fff;
	display: inline-block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desktop-nav.navbar-light .navbar-nav .nav-item.active .nav-link, .desktop-nav.navbar-light .navbar-nav .nav-link:hover{
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desktop-nav{
	padding: 0;
}
.header-area .common-btn{
	max-width: 240px;
/*    line-height: 91px;*/
    line-height: 164px;
    background: transparent;
/*    height: 91px;x*/
    height: 164px;
    font-size: 16px;
    border:0;
    border-left: 1px solid rgba(255,255,255,0.3);
}
.header-area .common-btn:hover{
	background:#1c1c1c;
	color: #fff;
}
/*header dropdown start*/
.desktop-nav .dropdown-menu {
	background-color: transparent;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    text-align: center;
    position: relative;
    width: 100%;
    letter-spacing: 0.2px;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.desktop-nav .dropdown-item {
	color: #ffffff;
    background-color: rgba(22,22,22,0.3);
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
}
.desktop-nav .dropdown-item:hover {
	background-color: #fff;
	border-color: #fff;
	color: #161616;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.desktop-nav .dropdown-divider {
	opacity: 0.4;
}
/*header dropdown end*/

/*********************banner****************/
.banner-sec{
	position: relative;
	overflow: hidden;
}
.banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.mobile-content{
	display: none;
}
.select-box{
	border:2px solid #fff;
}
.filter-wrap{
	position: relative;
	padding: 90px 0 80px 80px;
	margin-left: 260px;
}
.filter-wrap:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	content: '';
	background: #161616;
	opacity: 0.8;
	height: 100%;
	z-index: -1;
}
.filter-wrap h6{
	margin-bottom: 15px;
}
.kentenken-area{
	background-position: left;
}
.filter-wrap .kentenken-area h6{
	font-size: 14px;
	color: #141414;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: normal;
	line-height: 46px;
}
.each-select-box select {
    width: 100%;
    font-family: 'NunitoSansRegular';
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) no-repeat 90% center/9px;
    color: #fff;
    border: 0;
	border-radius: 0;
	line-height: 46px;
	height: 46px;
	padding: 0 22px;
	letter-spacing: 0.5px;
}
.each-select-box select option{
	background-color: #161616;
}
.filter-wrap .common-btn{
	max-width: 100%;
	height: 50px;
	line-height: 48px;
}
.filter-wrap .common-btn:hover{
	background-color: #fff;
	border:2px solid #fff;
}
/*******************middle sec*******************/
.middle-sec{
	padding: 120px 0 130px;
}
.top-content{
	max-width: 850px;
	width: 100%;
	margin:auto;
}
.top-content p{
	margin-top: 40px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 22px;
}
.left-content h2{
	color: #1c1c1c;
}
.left-content{
	background-color: #fff;
	padding: 0 65px;
}
.gallery-area .col-lg-5{
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: 46%;
}
.gallery-area .col-lg-7{
	-ms-flex: 0 0 54%;
	flex: 0 0 54%;
	max-width: 54%;
}
.gallery-area p{
	margin:30px 0 60px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.gallery-area{
	margin: 120px 0;
}
.each-gallery{
	position: relative;
	cursor: pointer;
}
.each-gallery:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#141414;
	opacity: 0;
	content: '';
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-gallery:hover:after{
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-gallery-content{
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.each-gallery-content h4 {
    font-size: 22px;
    margin-top: 400px;
}
.gallery-slider{
	padding-left: 10px;
}
/********************bottom sec*****************/
.each-car{
	position: relative;
}
.each-car:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background:#141414;
	opacity: 0.61;
	z-index: 1;
}
.each-car-content h3, .each-car-content p{
	color: #fff;
}
.each-car-content p{
	margin-top: 30px;
	font-family: 'NunitoSansRegular';
}
.each-car-content{
	max-width: 630px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
}
.car-image-slider{
	position: relative;
}
.car-image-slider .swiper-button-prev{
	left: 0;
}
.car-image-slider .swiper-button-next{
	right: 0;
}
.bottom-car-slider-sec .col-lg-7{
	-ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
}
.bottom-car-slider-sec .col-lg-5{
	-ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}
.common-wrap{
	padding-right: 120px;
	padding-left: 110px;
}
.top-block-content{
	background-color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
}
.top-block-content p{
	margin-top: 30px;
}
.btm-block-content{
	padding-top: 80px;
}
.btm-block-content li{
	font-size: 24px;
	color: #5f5f5f;
	font-family: 'NunitoSansRegular';
	letter-spacing: 2.5px;
	border-bottom: 1px solid #141414;
	padding-bottom: 20px;
	margin-bottom: 45px;
	cursor: pointer;
}
.btm-block-content li.active, .btm-block-content li:hover{
	border-bottom: 1px solid #fff;
	color: #fff;
}
.btm-block-content li span img{
	width: 12px;
	margin-left: 10px;
}
.btm-block-content li span{
	float: right;
	font-size: 14px;
	letter-spacing: 0.85px;
	opacity: 0;
	margin-top: 8px;
}
.btm-block-content li:hover span, .btm-block-content li.active span{
	opacity: 1;
}
.car-image-slider .common-arrow{
	top: 54.25%;
}
/*********************footer****************/
.footer-logo{
	padding:0 80px 0 60px;
}
.footer-right-panel{
	border-left:1px solid rgba(255,255,255,0.3);
}
.footer-right-panel li{
	font-size: 16px;
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.footer-topbar img{
	width: 15px;
	margin-right: 10px;
}
.footer-topbar .bullet-image{
	width: 12px;
}
.footer-topbar{
	padding: 100px 0px 85px 110px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer-topbar li{
	padding-right: 110px;
	display: inline-block;
}
.footer-area .col-lg-3{
	-ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.footer-area .col-lg-9{
	-ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}
.footer-menubar li{
	display: inline-block;
	width: 100%;
	max-width: 230px;
	text-align: center;
	padding: 35px 0;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.footer-menubar .header-area{
	position: relative;
	background-color: transparent;
}
.footer-menubar .header-area .common-btn {
    line-height: 94px;
    height: 94px;
}
.footer-p {
    color: #fff;
    padding-top: 30px;
}
/**********************contact******************/
.map-area {
	height: 510px;
}
.form-area {
	padding: 152px 0 200px;
}
.contact-form{
	padding: 0 30px;
}
.contact-form h2 {
	letter-spacing: 3px;
	margin-bottom: 80px;
}
.txt-btn{
	border:0;
	background:transparent;
	border-radius: 0;
	font-size: 24px;
	color: #fff;
	font-family: 'NunitoSansRegular';
	letter-spacing: 3px;
	cursor: pointer;
}
.txt-btn .arrow-right {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    border-radius: 100%;
    margin-left: 40px;
    border:2px solid #f6f6f6;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.txt-btn .arrow-right img{
	width: 20px;
}
.txt-btn:hover .arrow-right {
	background: transparent;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.txt-btn:hover .arrow-right img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.contact-form .form-group {
	margin-bottom: 30px;
}
.form-styl {
    resize: none;
    background-color:#1c1c1c;
    border-radius:0;
    font-family: 'NunitoSansRegular';
    border:0;
    color: #fff;
    font-size: 16px;
    height: 58px;
    padding: 20px;
}
.form-styl:focus {
    box-shadow: none;
    color:#fff;
    opacity: 1;
    background-color: #1c1c1c;
}
.form-styl:placeholder {
    color: #fff;
    opacity: 1;
}
.form-styl:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form-styl::placeholder {
    color: #fff;
    opacity: 1;
}
.contact-form label {
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	margin-bottom: 14px;
	letter-spacing: 1.2px;
}
.contact-form textarea {
	height: 190px;
}
.contact-adddress-area .top-block-content p{
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
.contact-adddress-area .top-block-content a{
	color: #1c1c1c;
}
.contact-adddress-area a:hover{
	opacity: 0.5;
}
.contact-adddress-area h4{
	color: #1c1c1c;
	letter-spacing: 2.5px;
	margin-top: 50px;
}
.contact-adddress-area .top-block-content{
	padding-top: 90px;
	padding-bottom: 100px;
}
.contact-adddress-area .btm-block-content img {
    width: 12px;
    margin-left: 10px;
}
.contact-adddress-area .btm-block-content p{
	font-family: 'NunitoSansRegular';
	color: #fff;
	margin-top: 30px;
}
.contact-bottom-info{
	position: relative;
}
.contact-bottom-info a{
	position: absolute;
    top: 15px;
    right: 0;
}
.contact-adddress-area .btm-block-content {
    padding-top: 110px;
}
.contact-bottom-info h2{
	letter-spacing: 3px;
}
.contact-slider-area {
	margin-bottom: -15px;
}
/*********************diensten listview********************/
.inner-banner .banner-content{
	top: auto;
	bottom: 30%;
}
.diensten-banner-area h1 {
	font-size: 48px;
	font-family: 'NunitoSansRegular';
}
.diensten-listview-area {
	padding-bottom:140px;
	border-bottom: 1px solid #595959;
}
.each-listview {
	margin-bottom: 10px;
	width: calc(100% + 80px);
	margin-left: -40px;
}
.listview-content{
	padding: 20px 65px 0;
	background-color: #fff;
}
.listview-content p{
	margin:30px 0 60px;
	letter-spacing:0.2px;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listview-content h2{
	color: #1c1c1c;
}
.listview-image{
	margin-left: 10px;
}
.each-listview:nth-child(even) .listview-image{
	margin-left: 0px;
	margin-right: 10px;
}
/******************thanku*********************/
.thanku-banner .common-btn{
	margin-top: 50px;
}
.thanku-banner .common-btn:hover{
	background:#fff;
	color: #1c1c1c;
	border:2px solid #fff;
}
.thanku-banner{
	height: 100vh;
}
/*************************overons*****************/
.overons-banner-area .banner-content{
	text-align: center;
}
.overons-top-content{
	padding: 160px 0;
}
.overons-top-content p{
	color: #fff;
	letter-spacing: 0.2px;
}
.overons-top-content h2{
	margin-left: 20px;
}
.middle-area-wrap{
	padding: 100px 130px 70px;
}
.middle-area-wrap p{
	color: #fff;
	letter-spacing: 0.2px;
}
.middle-area-wrap table{
	width: 100%;
}
.middle-area-wrap td{
	width: 50%;
	vertical-align: top;
	padding-top: 25px;
    padding-bottom: 25px;
}
.middle-area-wrap td:nth-child(odd){
	padding-right: 80px;
	border-right: 1px solid #fff;
}
.middle-area-wrap td:nth-child(even){
	padding-left: 80px;
}
.overons-middle-area{
	padding-bottom: 60px;
}
.overons-gallery-sec .left-content h4{
	color: #9c9c9c;
}
.overons-gallery-sec .left-content h2 {
    letter-spacing: 0.85px;
    margin-bottom: 10px;
}
.overons-gallery-sec .left-content p{
	display: block;
}
.overons-gallery-sec .left-content a{
	color: #141414;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	margin-right: 74px;
}
.overons-gallery-sec .left-content a:hover{
	opacity: 0.6;
}
.overons-gallery-sec .col-lg-7{
	padding-left: 10px;
}
.overons-gallery-sec .gallery-area .common-arrow{
	width: auto;
	height: auto;
	background:transparent;
}
.overons-gallery-sec .gallery-area .swiper-button-next{
	right: -100px;
}
.overons-gallery-sec .gallery-area .swiper-button-prev{
	left: -100px;
}
.overons-gallery-sec .gallery-area .common-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.overons-gallery-sec .gallery-area{
	position: relative;
}
.overons-gallery-sec .left-content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.overons-gallery-sec{
	padding-bottom: 70px;
}
.counter-sec{
	padding-bottom: 100px;
}
.each-count-box span {
    border: 2px solid #fff;
    width: 96px;
    height: 96px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'NunitoSansRegular';
    font-size: 20px;
    color: #fff;
}
.each-count-box h4 {
    display: inline-block;
	font-size: 20px;
}
.overons-bottom-sec .swiper-button-prev{
	left: 0;
}
.overons-bottom-sec .swiper-button-next{
	right: 0;
}
.overons-bottom-sec.middle-sec{
	padding-bottom: 0;
}
.overons-bottom-sec .gallery-area{
	margin-bottom: 0;
}
/***************************diensten dtl********************/
.common-header{
	position: relative;
}
.dtl-left-top {
	background-color: #141414;
	padding-top: 90px;
	padding-bottom: 120px;
}
.dtl-left-top h3, .dtl-left-top p{
	color: #fff;
}
.dtl-left-top img {
    width: 10px;
    margin-right: 10px;
}
.dtl-left-top h2{
	margin-top: 60px;
}
.dtl-left-btm {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
}
.dtl-left-btm p{
	margin-top: 30px;
	letter-spacing: 0.5px;
	text-align: justify;
}
.dtl-left-btm h2 {
	color: #141414;
}
.dtl-left-btm-wrap{
	max-width: 540px;
	width: 100%;
}
.diensten-dtl-form {
	padding: 180px 0px;
}
.diensten-bottom-sec {
	padding: 65px 0px 30px;
	border-bottom: 1px solid #595959;
}
.diensten-bottom-sec .top-content h2{
	text-transform: uppercase;
}
.dien-dtl-banner-btm {
	padding-bottom: 35px;
}
.dien-dtl-banner-btm-text {
	max-width: 950px;
}
/********************Werkwijze****************/
.werkwijze-middle-content .divider{
	border-top:2px solid #363636;
	margin: 0 0 40px;
}
.werkwijze-left-part {
	display: inline-block;
}
.werkwijze-left-part span {
    border: 2px solid #fff;
    width: 96px;
    height: 96px;
    margin-right: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'NunitoSansRegular';
    font-size: 24px;
    color: #fff;
}
.werkwijze-left-part h4{
	display: inline-block;
	letter-spacing: 2px;
}
.each-werkwijze-block ul{
	font-size: 0;
}
.werkwijze-right-part, .werkwijze-left-part{
	display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.werkwijze-middle-content p{
	color: #fff;
	letter-spacing: 0.5px;
}
.each-werkwijze-block .werkwijze-left-part, .each-werkwijze-block .werkwijze-right-part{
	margin-top: 140px;
}
.werkwijze-middle-content{
	padding-bottom: 200px;
}
.werkwijze-form-area{
	background-color: #1c1c1c;
	padding: 100px 0;
	border-bottom: 1px solid #595959;
}
.werkwijze-form-area .form-styl {
    background-color:#232323;
}
.werkwijze-form-area .form-styl:focus {
    background-color: #232323;
}
/*whatsapp icon start*/
.fixed-whatsapp-icon {
	width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 70px;
    bottom: 25px;
    z-index: 999;
}
.fixed-whatsapp-icon img {
	width: 40px;
}
/*footer upper slider start*/
.home-testimonial-slider {
	padding: 95px 0px;
	background-color: #1c1c1c;
	position: relative;
}
.home-testimonial-slider-right {
	margin-left: -80px;
}
.home-testimonial-slider-left {
	max-width: 710px;
    width: 100%;
	padding-right: 80px;
}
.home-testimonial-slider-left p {
	font-family: 'NunitoSansRegular';
	color: #ffffff;
	margin-top: 25px;
}
.star-rating img {
	width: 20px;
	margin-right: 5px;
}
.star-rating {
	float: right;
}
.each-testimonial-slide p {
	font-family: 'NunitoSansRegular';
	margin-top: 25px;
	color: #ffffff;
}
.each-testimonial-slide {
	border: 1px solid #3f3f3f;
	padding: 55px 60px;
}
.home-testimonial-slider .swiper-button-next {
	right: 0;
}
.home-testimonial-slider .swiper-button-prev {
	left: 0;
}
/***************ons team**************/
.right_bar {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
    -webkit-transition: all 1s;
    transition: all 1s;
    top: 0px;
    z-index: 999;
}
.right_bar.open_side {
    right: 0px;
    left: auto;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.team-block-wrap{
	overflow-y: scroll;
    height: 470px;
}
.floating-team{
	height: 100vh;
}
.floating-team-content {
	padding: 125px 100px 125px 120px;
	background: #141414;
    width: 100%;
	height: 100%;
    position: relative;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
}
.floating-team-content .active {
	right: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.floating-team-close-icon, .floating-team-open-icon {
	width: 90px;
    height: 90px;
    background: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid #fff;
}
.floating-team-open-icon{
	border: 2px solid #147d01;
    background: #147d01 !important;
}
.floating-team-close-icon img, .floating-team-open-icon img {
	width: 33px;
}
.floating-team-open-icon {
	position: fixed;
    right: 80px;
    top:100px;
    z-index: 9;
}
.floating-team-heading {
	padding: 100px 50px 120px 50px;
}
.floating-team-heading h2 {
	color: #ffffff;
	margin-bottom: 35px;
}
.floating-team-heading p {
	color: #ffffff;
}
.each-floating-team {
	margin-bottom: 10px;
	overflow: auto;
}
.each-floating-team-text {
	padding: 50px 65px;
	background-color: #ffffff;
	margin-right: 10px;
	height: 100%;
}
.each-floating-team-text a {
	color: #141414;
}
.each-floating-team-text h3 {
	letter-spacing: 0;
    font-size: 18px;
}
.each-floating-team-text h4 {
	font-size: 18px;
	color: #9c9c9c;
	font-family: 'NunitoSansRegular';
	margin-top: 10px;
	margin-bottom: 40px;
}
.each-floating-team-text h6 {
	color: #1c1c1c;
}
.each-floating-team-text h6 span {
	margin-left: 60px;
	letter-spacing: 0.5px;
}
.floating-team-content.active {
    right: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.each-floating-team:last-child{
	margin-bottom: 0;
}
.team-block-wrap::-webkit-scrollbar {
  width: 10px;
}
.team-block-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 4px;
}
.team-block-wrap::-webkit-scrollbar-thumb {
  background: #5f5f5f;
  border-radius: 4px;
  height: 20px;
}

/*********************direct-offerte start**************************/
.direct-offerte-form {
	background-color: #141414;
}
.direct-offerte-form textarea {
	height: 436px;
}
.direct-offerte-divider {
	border-top: 2px solid #363636;
    margin: 0 0 140px;
}
.direct-offerte-top-sec {
	padding-bottom: 30px;
}

/*extra*/


/*****morgen footer********/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
    float: right;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}
.error_background {
  background-color: #121212;
	height: 95px;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 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: 'Calibri';*/
  font-family: 'arial';
}
.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: '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';
}

#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;
}
.each-floating-team-text h6 a{
	color: #1c1c1c;
}
.desktop-nav li:hover .dropdown-menu {
    display: block;
}
.privacy_section h3, .privacy_section p{
	color: #fff;
}
.privacy_section p{
	letter-spacing: 0.2px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #161616;
    border-color: rgba(255,255,255,0.2);
    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.2);
}
#menu .mm-listview .mm-next {
    background: transparent;
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}
.mm-listview>li .mm-next:before{
	border-color: #fff;
}
.overons-gallery-sec .gallery-area h2 {
    font-size: 22px;
}
.overons-gallery-sec .gallery-area h4 {
    font-size: 18px;
}
.overons-gallery-sec .new_non_slider_member .left-content {
	padding: 30px 5%;
}