@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #fff;
}
.dblock {
	display: none;
}
/**********top bar***********/
.header-top-bar{
	background-color:#f7f7f7;
	position:relative;
	padding: 12px 0;
}
.header-top-bar img{
	width:16px;
	opacity:0.5;
}
.header-top-bar a{
	margin-left:25px;
}
.header-top-bar a:hover img{
	opacity:1;
}
.header-top-group{
	position:absolute;
	top:0;
	left:30px;
	height: 100%;
	width: 46%;
}
.header-top-group li, .menu-top-area li {
	font-family: 'NunitoSansBold';
	color: #1c1c1c;
	font-size: 16px;
	display: inline-block;
}
.header-top-group li{
	width: 25%;
	text-align: center;
	height: 100%;
	line-height: 45px;
}
.header-top-group li.active{
	background-color:#fff; 
	color: #2f385d;
}
.header-top-group a{
	margin-left: 0;
}
.header-top-group ul{
	font-size: 0;
	height: 100%;
}
.header-top-group li:hover{
	background-color: #fff;
}
.header-top-group a:hover li{
	color: #2f385d;
}
/**************menu top************/
.menu-top-area li{
    border: 2px solid #efefef;
    padding: 15px 25px;
    margin-left: 3px;
}
.contact-address img {
    width: 13px;
    margin-right: 15px;
}
.menu-top-area li:nth-child(1) img, .menu-top-area li:nth-child(2) img {
    /*transform: rotate(100deg);*/
}
.ph-img{
	transform: rotate(100deg);
}
.menu-top-area{
	padding: 15px 0;
}
.menu-area-wrapper{
	max-width: 1198px;
	width: 100%;
	margin-left: auto;
}
.main-nav{
	position: relative;
	overflow-x: hidden;
}
/**********navbar******/
.common-right-padding{
	padding-right: 60px;
}
.desktop-nav{
	padding: 0;
}
.desktop-nav:after{
	width: 100vw;
	height: 100%;
	background-color: #30385d;
	left: 0;
	position: absolute;
	top: 0;
	content: '';
	z-index: -1;
	clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
}
.logo{
	position: absolute;
	left: 100px;
	top: 50%;
    transform: translateY(-50%);
}
.desktop-nav .nav-item{
	margin-left: 100px;
	font-size: 16px;
    font-family: 'NunitoSansRegular';
	padding:25px 0;
	position:relative;
}
.desktop-nav .navbar-nav .nav-link{
	color:#fff;
	position:relative;
	padding:0;
	opacity: 0.5;
}
.desktop-nav .navbar-nav .nav-link:hover, .desktop-nav .active .nav-link,
.desktop-nav .navbar-nav .nav-link:focus{
	color:#fff;
	opacity: 1;
}
/*================================banner================================*/
.banner-area p{
	color: #fff;
	font-size: 24px;
	line-height:40px;
	/*padding-left:30px;*/
}
.banner-area{
	position: relative;
}
.each-banner{
	height: 80vh;
}
.banner-content{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	z-index:9;
}
.banner-content-wrapper{
	max-width:700px;
	width:100%;
}
.banner-content-wrapper img.w-100{
	max-width: 380px;
}
.selectbox-area{
	background-color:rgba(0,0,0,0.2);
	padding:30px 30px 70px;
	margin-top:50px;
}
.select-style{
	border:0px;
	border-radius:0px;
	color:#121212;
	font-family: 'NunitoSansBold';
	font-size:16px;
	background-color:#fff;
	padding:17px 25px;
	width:100%;
	appearance:none;
	-webkit-appearance: none;
	position:relative;
	background-image:url('../images/black-triangle.svg');
	background-position:90% center;
	background-size:12px;
	background-repeat:no-repeat;
	text-align-last: center;
}
.common-heading-part {
    padding-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 50px;
}
.form-button .common-btn{
	max-width:none;
	margin-top:18px;
}
.selectbox-area-wrapper{
	max-width:540px;
	width:100%;
}
.selectbox-area-wrapper h2{
	color:#fff;
}
.selectbox-area-wrapper h4{
	color:#fff;
	font-family: 'NunitoSansRegular';
	margin:10px 0 30px;
}
.banner-content-wrapper > h1{
	padding-left:30px;
}
.banner-bottom-content{
	width:100%;
	position:absolute;
	background-color:#2f385d;
	bottom:0px;
	left:0px;
	z-index:9;
}
.banner-bottom-content .car-images ul{
	text-align:right;
	padding:25px 0px;
}
.banner-bottom-content .car-images ul li{
	display:inline-block;
	padding:0px 30px;
}
.banner-bottom-content .car-images ul li a{
	padding:0px 40px;
}
.banner-bottom-content .car-images ul li:last-child{
	padding-right:0px;
}
.banner-area .banner-bottom-left-text p{
	font-size:24px;
	padding-left:60px;
}
.banner-area .swiper-button-prev{
	transform: rotate(180deg);
}
.banner-bottom-left-text{
	padding-top:30px;
}
.banner-bottom-content > .col-lg-3:after{
	position:absolute;
	width:100vw;
	height:calc(100% + 25px);
	background-color:#384269;
	content:'';
	bottom:0px;
	right:-40px;
	z-index:-1;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
.banner-bottom-left-content{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}
/*================================ Border-blog-area Section ================================*/
.border-blog-area{
	padding:60px 0px;
	position:relative;
}
.border-blog-area:after {
    position: absolute;
    bottom: -100px;
    right: 0;
    background-position: bottom right;
    background-size: contain;
    content: '';
    width: 50%;
    background-image: url('../images/bg-img.png');
    background-repeat: no-repeat;
    height:100%;
    z-index: -1;
}
.border-section-left-part a.common-btn{
	margin-top:90px;
}
.border-section-left-part{
	padding-right:60px;
}
.each-border-blog{
	border:2px solid #f4f4f4;
	padding:30px;
	margin-bottom:30px;
}
.each-border-blog h4{
	font-family: 'NunitoSansBold';
	margin-bottom:15px;
}
.each-border-blog:hover{
	border:2px solid #2f385d;
}
/*================================ Counter-section ================================*/
.counter-section{
	background-color:#2f385d;
	padding:70px 0px;
}
.each-counter-img{
	display: inline-block;
	margin-right: 30px;
}
.each-counter-block img{
	width: 50px;
}
.each-counter-block .car-img{
	width: 70px;
}
.each-counter-block h3{
	color: #fff;
	display: inline-block;
    vertical-align: top;
    text-align: left;
}
.counter-section .col-lg-4:last-child .each-counter-block{
	text-align: right;
}
.counter-section .col-lg-4:nth-child(2) .each-counter-block{
	text-align: center;
	padding-left: 100px;
}
/*================================footer-upper-section ===============================*/
.grecaptcha-badge {
	z-index: 1;
}
.footer-left-pic img{
	display:none;
}
.footer-upper-blog-area{
	background:#fff;
	background-image: linear-gradient(#fff 55%, #f7f7f7 45%);
	padding:60px 50px 50px;
}
.footer-upper-blog-wrapper{
	max-width:650px;
	width:100%;
	margin:0px auto;
}
/*.blue-wrapper{
	background-color:#2f385d;
	padding:30px 0px;
	margin:60px 0px;
	position:relative;
}
*/
.blue-wrapper ul{
	display: inline-block;
    background-color: #2f385d;
    padding: 30px 0px;
    margin: 60px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}
.blue-wrapper ul li{
	line-height: 36px;
    position: relative;
    padding-left: 25px;
}
.blue-wrapper ul li:before{
	content: '.';
    font-size: 60px;
    position: absolute;
    top: -20px;
    left: 13%;
}
.blue-wrapper ul:after{
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2f385d;
    content: '';
    position: absolute;
    top: 99%;
    left: 30px;
}
.footer-upper-blog-wrapper a.common-btn{
	margin-top:40px;
}
/********************footer**************/
.footer-area{
	background-color: #1c1c1c;
	padding: 85px 0 65px;
}
.footer-content-wrapper{
	max-width: 1080px;
	width: 100%;
	margin: 60px auto 0;
}
.each-footer-content {
    max-width: 245px;
    width: 100%;
}
.each-footer-content h6{
	margin-bottom: 20px;
}
.each-footer-content ul li {
    margin-bottom: 20px;
}
.each-footer-content ul li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #505051;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'NunitoSansRegular';
    opacity: 0.5;
}
.each-footer-content ul li a:hover, .each-footer-content ul li.active a {
    border-bottom: 1px solid #2f385d;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.logo-panel img{
	display: block;
	/*opacity: 0.5;*/
	margin-bottom: 30px;
}
.logo-panel h6{
	white-space: nowrap;
}
.logo-panel{
	max-width: 100%;
}
.each-footer-content p {
    line-height: 25px;
    color: rgba(255,255,255,0.5);
}
.each-footer-content p a:hover{
	color: #fff;
}
.each-footer-content p img {
    width: 14px;
    margin-right: 20px;
    margin-left: -38px;
}
.each-footer-content ul li a:after {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0px;
    width: 10px;
    height: 10px;
    background: url(../images/next-white.svg) no-repeat center center/cover;
    content: '';
    opacity: 0.5;
}
.each-footer-content ul li a:hover:after, .each-footer-content ul li.active a:after {
    opacity: 1;
}
.footer-content-right {
/*    padding-left: 30px;*/
}
.common-border h3 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 35px;
    margin-bottom: 40px;
}
/**********************************group floder*********************************************/
/*-------experties listview--------*/
.inner-page-banner{
	position: relative;
}
.inner-banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
}
.inner-banner-content h1{
	margin-bottom: 0;
}
.each-listview-content{
	background-color: #2f385d;
    padding: 100px 120px;
    max-width: 744px;
    width: 100%;
    margin-left: auto;
	position:relative;
	z-index:1;
	border-left: 10px solid #fff;
}
.each-listview-content p{
	color:#fff;
	margin:25px 0 70px;
	font-family: 'NunitoSansLight';
}
.experties-listview{
	padding-top:80px;
}
.experties-listview-img{
	position: absolute;
    top: 0;
    width: 52%;
	left:0;
}
.each-listview-wrapper{
	margin-bottom:80px;
	position: relative;
}
.each-listview-wrapper:nth-child(even) .experties-listview-img{
	left:auto;
	right:0;
}
.each-listview-wrapper:nth-child(even) .each-listview-content{
	margin-right:auto;
	text-align: right;
	border-left:0;
	border-right: 10px solid #fff;
}
.experties-listview-img img{
	display:none;
}
.each-listview-content h3{
	color: #fff;
}
/*---------------------experties dtl-----------------------*/
.experties-dtl-btn{
	background-color: #f7f7f7;
	padding-top: 40px;
}
.experties-dtl-content-wrapper table {
    width: 100%;
}
.experties-dtl-content-wrapper table td:nth-child(odd) {
    padding-right: 80px;
}
.experties-dtl-content-wrapper table td:nth-child(even) {
    padding-left: 80px;
}
.experties-dtl-content-wrapper table td {
    width: 50%;
    vertical-align: top;
}
.experties-dtl-content{
	background-color: #f7f7f7;
}
.experties-dtl-content-wrapper{
	/*margin-top: -40px;*/
	padding-top: 85px;
	padding-bottom: 100px;
}
.experties-dtl-content h3{
	padding-bottom: 40px;
}
.experties-dtl-img-content{
	position: relative;
    background-color:#30385d;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
	margin-top: 60px;
}
.left-content h3, .left-content p{
	color: #fff;
}
.experties-right-img-wrapper{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 10px solid #fff;
}
.experties-right-img-wrapper img{
	display: none;
}
.left-content{
	padding: 60px 0 80px;
}
.left-content p{
	margin: 50px 0 65px;
}
.left-content-wrapper{
	max-width: 645px;
	width: 100%;
}
.contact-form-address p{
	font-size: 18px;
	line-height: 30px;
}
.contact-form-address p span{
	color: #2f385d;
	font-family: 'NunitoSansBold';
}
.form-styl {
	resize: none;
	background-color: transparent;
	border-radius: 0;
	font-family: 'NunitoSansLight';
	border:0px;
	border-bottom: 1px solid rgba(148,148,148,0.30);
	color: #2f385d;
	font-size:16px;
	height: auto;
    padding: 0 0 30px;
    line-height: normal;
}
.form-area .form-group {
	margin-bottom: 8px;
}
.form-area .common-btn{
	margin-top:12px;
}
.form-styl:focus {
	box-shadow: none;
	border-bottom: 1px solid rgba(148,148,148,0.30);
	background-color:transparent;
	color:#2f385d;
}
.form-styl:placeholder {
	color: #2f385d;
}
.form-styl:-ms-input-placeholder {
	color: #2f385d;
}
.form-styl::placeholder {
	color: #2f385d;
}
.form-panel{
	position: relative;
	padding: 60px 0 35px 150px;
}
.form-panel:after{
	position: absolute;
	top: 0;
	width: 52vw;
	left: 0;
	background-color: #f7f7f7;
	content: '';
	height: 100%;
	z-index: -1;
}
.contact-form-area{
	overflow-x: hidden;
}
.form-panel .common-btn{
	margin-top: 30px;
}
.address-panel-wrapper{
	max-width: 460px;
	width: 100%;
}
.contact-form-address{
	padding-top: 60px;
	padding-right: 60px;
}
.contact-form-address .menu-top-area li{
	padding: 15px 30px;
}
.form-panel h3{
	margin-bottom: 35px;
}
.contact-form-address .menu-top-area li img{
    transform: rotate(0deg);
}
.contact-form-address .menu-top-area li .ph-img{
	transform: rotate(100deg);
}
.contact-form-address .menu-top-area{
	padding: 75px 0 0;
}
.contact-form-address h3{
	padding-bottom: 45px;
}
/**************************************x*****************************************************************/
/*------------------werkpts dtl/diensten dtl-------------------------*/
.swiper-arrows .common-arrow {
    background:transparent; ;
    border: 2px solid rgba(28,28,28,0.2);
}
.swiper-arrows{
	position: absolute;
	top: -90px;
	right: 0;
}
.swiper-arrows .swiper-button-next{
	right: 0;
}
.swiper-arrows .swiper-button-prev{
	right: 57px;
	left: auto;
}
.each-werkplts-slide{
	position: relative;
	cursor: pointer;
}
.werkplts-slider-content{
	position: absolute;
	bottom: 0;
	padding: 25px 0;
	background-color: rgba(47,56,93,0.8);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.werkplts-slider-content h4{
	color: #fff;
	font-family: 'NunitoSansBold';
}
.each-werkplts-slide:hover .werkplts-slider-content{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.werkplts-dtl-slider{
	padding: 90px 0 60px;
}
.werkplts-slider-wrapper{
	position: relative;
}
.werkplts-slider-wrapper .swiper-arrows {
    right: 60px;
}/***************************************loader***********************************/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
}
/***************************************loader*******************************/
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
	padding: 35px 0;
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.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: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
/**************************************x*****************************************************************/

.morgan_footer
{
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}
.header-area .navbar-nav{
	margin-left:100px;
}
.contact-form-area .menu-top-area li:first-child img{
	transform: rotate(100deg);
}
.thank-u .banner-content h1, .thank-u .banner-content p{
	padding-left:0;
}
.thank-u .banner-content p{
	margin-bottom:40px;
}
.map{
height:570px;
}
.contact-form-area .each-contact-info .menu-top-area{
	padding: 0;
}
.contact-form-area .each-contact-info p{
	margin-bottom: 35px;
}
.contact-page-content{
	padding-bottom: 0px;
}
.contact-page-man-area .man-content{
	padding: 85px 0 120px 45px;
}
.contact-page-man-area{
	background-color: #fff;
}
.contact-page-man-area .man-content p {
    margin-bottom: 70px;
    margin-right: 65px;
}
.each-contact-info .contact-form-address h3{
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.each-contact-info .address-panel-wrapper {
    max-width: 600px;
}
.each-contact-info .menu-top-area li{
	margin-bottom: 8px;
	margin-left: 0;
}
.each-contact-info .menu-top-area ul {
    font-size: 0;
}
.contact-page-content .menu-top-area li {
    width: calc(50% - 15px);
    text-align: center;
    margin-right: 15px !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
}
.contact-page-content .menu-top-area li:nth-child(even){
	margin-left: 15px !important;
    margin-right: 0 !important;
}
.fixed_whatsapp {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    right: 10%;
}
/*----------------------overons---------------------------*/
.overons-content-wrapper{
	max-width: 635px;
	width: 100%;
}
.overons-content{
	padding-top: 90px;
	overflow-x: hidden;
}
.overons-slider-content{
	padding: 90px 60px;
	position: relative;
	background-color: #2f385d;
}
.overons-slider-content p{
	color: #fff;
	text-align: justify;
}
.overons-slider{
	position: relative;
	margin-top: 50px;
}
.overons-slider-img img{
	display: none;
}
.overons-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    margin-right: 37px;
    background-color: #30385d;
}
.overons-slider .swiper-pagination-bullet span{
	margin-top: 40px;
    display: inline-block;
    color: #2f385d;
    opacity: 0;
    font-size: 24px;
    font-family: 'NunitoSansBold';
}
.overons-slider .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
}
.overons-slider .swiper-pagination-bullet-active span{
	opacity: 1;
}
.overons-slider .swiper-pagination{
	position: relative;
	width: 100%;
}
.overons-slider-content:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: 18px 18px 0px;
    border-style: solid;
    border-color: #2f385d transparent;
    display: block;
    width: 0;
}
.each-overons-slide{
	margin-bottom: 115px;
}
.pagination-wrapper{
	position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    bottom: -120px;
}
.dot-big{
    margin: 30px auto 10px;
    width: 25px;
    height: 25px;
    background: #2f385d;
    border-radius: 100%;
}
.pagination-wrapper span{
	display: inline-block;
    color: #2f385d;
    font-size: 24px;
    font-family: 'NunitoSansBold';
    opacity: 0;
    position: relative;
}
.pagination-wrapper span:after{
	/*width: 25px;
    height: 25px;
    background: red;
    border-radius: 100%;
    position: absolute;
    top: -34px;
    left: 50%;
    content: '';
    opacity: 1;
    transform: translateX(-50%);*/
}
.overons-slider-wrapper .swiper-slide-active .pagination-wrapper span{
	opacity: 1;
}
.overons-slider-bullet{
	position: relative;
    top: -100px;
}
.dot-big{
	position: relative;
	right: 10px;
	/*background-color: transparent;*/
}
.dot-big:before {
    background-image: url(../images/bullet.svg);
    background-repeat: space;
    height: 10px;
    background-size: 46px 8px;
    content: '';
    position: absolute;
    right: 45px;
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
}
.dot-big:after {
    background-image: url(../images/bullet.svg);
    background-repeat: space;
    height: 10px;
    background-size: 46px 8px;
    content: '';
    position: absolute;
    left: 45px;
    width: 30vw;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-arrows .common-arrow {
    background:transparent; ;
    border: 2px solid rgba(28,28,28,0.2);
}
.swiper-arrows{
	position: absolute;
	top: -90px;
	right: 0;
}
.swiper-arrows .swiper-button-next{
	right: 0;
}
.swiper-arrows .swiper-button-prev{
	right: 57px;
	left: auto;
}
.overons-bottom-slider-area .section-heading{
	padding: 60px 0 50px;
}
.bottom-slider-wrapper{
	border: 10px solid #fff;
	position: relative;
}
.overons-bottom-slider-area .common-arrow img{
	filter: brightness(0) invert(1);
}
.overons-bottom-slider-area .swiper-button-prev{
	left: 120px;
}
.overons-bottom-slider-area .swiper-button-next{
	right: 120px;
}
.logo_hgt{
	max-width: 206px;
}
.banner-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#mobile-contact-bar {
    display: none;
}