* {
    font-family: exo-soft, sans-serif;
	font-weight: 400;
	font-style: normal;
    transition: all 1s ease;
}
html {
    overflow-x:hidden;
}
body {
    overflow-x: hidden;
    background-color: #f9f9f9;
    min-height: 100vh;
    position: relative;
    padding-bottom: 300px;
}
header {
	background-color:#FFF;
}
.container {
    margin:auto!important;
    left:0;
    right:0;
}
h1 {
	font-weight:600;
	border-bottom: 6px dotted white;
    width: fit-content;
    padding-bottom: 9px;
}
h2 {
    font-size:30px;
    font-weight:700;
}
.bruin h1, .bruin h2 {
	text-shadow: 4px 2px 10px #634b2b;
}
h3 {
    font-size:20px;
    font-weight:700;
}
h4 {
    font-size:18px;
    font-weight:700;
}
p {
    font-size:16px;
	/*max-width:1000px;*/
	margin-left:auto;
	margin-right:auto;
}
a {
    text-decoration:none;
    color: #3981c2;
}
p a:hover {
    text-decoration:underline;
    color: #3981c2
}
strong {
    font-weight:600;
}
section.vc_section {
    padding-top: 75px;
    padding-bottom: 75px;
}
img.logo {
    max-height: 100px;
}
header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contactWidget {
    clear: left;
    cursor: pointer;
    background-color: #3981c1;
    border-right-style: none;
    border-right-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    align-items: flex-start;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: relative;
    color: #FFF;
    text-decoration: none;
    justify-content: center;
	text-transform:uppercase;
}
nav.mobileNav{
	display: none;	
}
nav ul {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
nav ul li {
    padding-left:25px;
}
nav a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}
.navigation {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}
.container.footer-flex {
	margin-top:50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.homeHero h1, .homeHero p, .homeHero h2, .homeHero li, .homeHero h3 {
	color:#FFF;
}
.homeHero img.vc_single_image-img.attachment-large {
    max-width: 75%;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey, a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    background-color: #FFF;
    border: 0;
    padding: 10px 15px;
    color: #3981c2;
	border: 2px solid;
	font-size:18px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-default {
    background-color: #FFF;
    border: 0;
    padding: 10px 15px;
    color: #000;
	border: 2px solid #b99a70;
	font-size:18px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover, , a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
    background-color: #3981c2;
    border: 0;
    padding: 10px 15px;
    color: #FFF;
	border: 2px solid;
	background-image:none;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-default:hover {
    background-color: #b99a70;
    border: 0;
    padding: 10px 15px;
    color: #FFF;
	border: 2px solid;
	background-image:none;
}

.vc_btn3:hover {
  	transform: scale(1.05);
	filter: brightness(1.1);
}

.smallContainer {
    max-width: 1000px;
    margin: auto!important;
}
.smallContainer p {
    font-size:18px;
}
.smallContainer .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.wpcf7-form label{
	margin-bottom: 10px;
	width: 100%
}
.wpcf7-form label input, .wpcf7-form label textarea{
	width: 100%;	
}
.wpcf7-form label input{
	border	
}
.wpcf7-form input[type=submit]{
	background-color: #FFF;
    border: 0;
    padding: 10px 15px;
    color: #000;
    border: 2px solid #b99a70;
    font-size: 18px;
    border-radius: 5px;
	transition-duration: 300ms;
}
.wpcf7-form input[type=submit]:hover{
	background-color: #b99a70;
    border: 0;
    padding: 10px 15px;
    color: #FFF;
    border: 2px solid;
    background-image: none;
}
.contactSticky {
    position: fixed;
    right: -150px;
    top: calc(50% - 50px);
	z-index: 9999999;
}
.contactSticky2 {
    position: fixed;
    right: -183px;
    top: calc(50% + 50px);
	z-index: 9999999;
}
.contactSticky:hover, .contactSticky.active, .contactSticky2:hover, .contactSticky2.active{
	right: 0;	
}
.contactStickyContent {
    display: flex;
	filter: drop-shadow(0px 0px 4px rgba(0 0 0 / 25%));
}
.contactStickyContent img {
    padding: 5px 6px 5px 10px;
    background-color: #3981c1;
    border-radius: 10px 0 0px 10px;
}
.contactSticky2 .contactStickyContent img {
    width: 45px;
}
.contactStickyContent p{
	background-color: white;
	padding: 5px;
	margin: 0;
}
.contactStickyContent a{
	word-break:none;
}
.footerNav{
	text-align: left;	
}
.footerNav li{
	list-style: none;
}
ul li{
	list-style: none;	
}
ul:not(.menu) li::before{
    content: '\2713 ';
	margin-right: 5px;
}
ul:not(.menu){
	padding-left: 0;	
}
footer .footer-flex .footer-col:nth-child(2) ul{
	padding-left: 0;	
}
span.infolabel {
    text-align: right;
    display: block;
}
.footer-flex .footer-col:nth-child(3){
	text-align: left;
}
.contactWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-end;
}
.contactWidget {
    margin-left: 10px;
}
.contactWidget a {
    color: #FFF !important;
    text-transform: none;
}
.contactWidget a+a {
    padding-left: 25px;
}
.contactWidget+.contactWidget {
    background: #b99a70;
}
.jobs{
	clear: both;
    padding-top: 15px;
}
div.singleJob {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000003d;
}
.jobLinks {
    margin-bottom: 25px;
}
.jobLinks a {
    padding: 8px 15px;
    color: #FFF;
    background-color: #3981c1;
    /*margin-right: 10px;
    margin-bottom: 10px;*/
	list-style: none;
    float: left;
    margin: 5px 5px;
}

.contentCol>.vc_column-inner {
    background-color: #FFF;
    border-radius: 25px;
    padding: 50px!important;
}
.contentCol>.wpb_text_column.wpb_content_element {
    margin: 0;
}
.contentCol h2::after {
    width: 110%;
    left: -5%;
    content: "";
    height: 3px;
    background-color: #b99a70;
    position: absolute;
    bottom: 0;
    display: block;
}
.contentCol h2 {
    padding-bottom: 5px;
	margin-bottom:25px!important;
    width: fit-content;
    margin: auto;
    position: relative;
}
.schaduw>.vc_column-inner {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/GEO-PROJECT_icon_rgb.png);
    background-size: contain;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: -20px;
    background-color: #FFF;
    border-radius: 99999px;
    z-index: 99;
}
.wpcf7-form label input, textarea {
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .05) !important;
    border-radius: 8px;
    padding: 5px 15px;
    border: 2px solid #e3e4e4;
}
section.homeHero.bruin.single {
    padding: 70px 70px 100px 70px;
    background: #b99a70 !important;
}
.single h1 {
    margin: auto;
}
section.vc_section.single {
    margin: auto;
    max-width: 90%;
    width: 890px;
    padding-top: 0;
    margin-top: -50px;
}
img.blog-image {
    max-width: 85%;
    width: 600px;
    margin: auto;
    display: block;
    margin-top: -120px;
    border-radius: 25px;
}
.vc_gitem-zone {
    max-height: 250px;
}
.vc_gitem-animated-block.vc_gitem-animate.vc_gitem-animate-fadeIn {
    max-height: 250px;
}
footer {
    padding-top: 35px;
    position: absolute;
    bottom: 0;
    width: 100%;
	background-color:#FFF;
}
.vc_grid-item-mini {
    border-radius: 15px;
    overflow: hidden;
}
.socials {
    display: flex;
    gap: 5px;
}
.footer-bottom {
    background-color: #3981c1;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
}
.footer-bottom a {
    color: #FFF;
    font-size: 14px;
}
.footer-bottom-left {
	padding-left:15px;
}
footer p, footer h3 {
	padding-left:15px;
}
footer img.logo {
    max-height: 80px;
}
footer a {
	color: #000;
}
img.rescert {
    max-width: 220px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
    font-size: 14px;
}
main {
	padding-bottom:375px;
}
.vc_icon_element-icon {
    color: #FFF;
	    font-size: 1.5em !important;
	    font-family: 'Font Awesome 5 Brands';
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.vc_icon_element-inner.vc_icon_element-color-white.vc_icon_element-have-style-inner.vc_icon_element-size-md.vc_icon_element-style-rounded.vc_icon_element-background.vc_icon_element-background-color-custom {
    padding: 5px;
    border-radius: 500px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shortTitle .wpb_wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.black, .black h3 {color: #000;}

@media only screen and (max-width: 1400px){
	nav a{
		font-size: 16px;	
	}
}
@media only screen and (max-width: 1200px){
	img.logo{
		max-width: 250px;	
	}
}
@media only screen and (max-width: 992px){
	main {
		padding-bottom:875px;
	}
	.contentCol.schaduw {
		margin-bottom: 50px;
	}
	.navigation nav{
		display: none;	
	}
	nav a {
		font-size: 25px;
	}
	.navigation nav.mobileNav{
		display: block;	
	}
	.navigation nav.mobileNav ul{
		flex-direction: column;	
	}
	.navigation nav.mobileNav ul li{
		padding-left: 0;
		padding-bottom: 20px;
		text-align: center;
	}
	.mobileNav .menu-menu-1-container{
		background-color: white;
		position: fixed;
		top: 84px;
		left: 0;
		width: 100%;
		height: calc(100% - 84px);;
		display: none;
		justify-content: center;
		align-items: center;
		z-index: 999;	
	}
	img.toggleMobileNav {
    	width: 40px;
		margin: 10px 0;
	}
	img.toggleMobileNav:hover{
		cursor: pointer;	
	}
	.wpcf7-form .col-6{
		width: 100%;	
	}
	.container.footer-flex{
		flex-direction: column;	
	}
	.footer-col{
		text-align: center;
    	margin: auto;
    	margin-bottom: 32px;	
	}
	.footer-bottom {
    text-align: center;
}
}
@media only screen and (max-width: 545px){
	.navigation{
		align-items: center;
    	justify-content: center;
	}
	.contactWidget{
		display: none;	
	}
}