/*!
Theme Name: "De Dijk Mediation"
Theme URI: https://dedijkmediation.nl/
Author: Machined Arts
Author URI: https://dedijkmediation.nl/
Description: Description

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
:root {
	--MainColor: #001550;
    --LightText: #C6AB57;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
 	line-height: 1.15; /* 1 */
 	-webkit-text-size-adjust: 100%; /* 2 */
 }

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
 	margin: 0;
 }

 body,html{
 	overflow-x: hidden !important;
 	font-family: 'Nunito' !important;

 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
 	font-size: 2em;
 }

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
 	box-sizing: content-box; /* 1 */
 	height: 0; /* 1 */
 	overflow: visible; /* 2 */
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
 	font-size: 1em; /* 2 */
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 a {
	background-color: transparent;
	color: var(--MainColor);
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
 	border-bottom: none; /* 1 */
 	text-decoration: underline; /* 2 */
 	text-decoration: underline dotted; /* 2 */
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
 	font-size: 1em; /* 2 */
 }

/**
 * Add the correct font size in all browsers.
 */

 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
 	border-style: none;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit; /* 1 */
 	font-size: 100%; /* 1 */
 	line-height: 1.15; /* 1 */
 	margin: 0; /* 2 */
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Correct the padding in Firefox.
 */

 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

 legend {
 	box-sizing: border-box; /* 1 */
 	color: inherit; /* 2 */
 	display: table; /* 1 */
 	max-width: 100%; /* 1 */
 	padding: 0; /* 3 */
 	white-space: normal; /* 1 */
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box; /* 1 */
 	padding: 0; /* 2 */
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
 	-webkit-appearance: textfield; /* 1 */
 	outline-offset: -2px; /* 2 */
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
 	-webkit-appearance: button; /* 1 */
 	font: inherit; /* 2 */
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */

 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
 	display: none;
 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
    margin-top: 0;
    margin-right: 0;
    margin-left: -0.5em;
    margin-bottom: 0.5em;
}

ul {
	list-style: disc;
		
}

ol {
	list-style: decimal;
}


li {line-height: 2em;	}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*==========Fonts Start==========*/
@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}


/*==========Fonts end==========*/


/*==========Common CSS Start==========*/
.grecaptcha-badge,
div.wpcf7 .screen-reader-response,
div.wpcf7-mail-sent-ok {
	display: none !important;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
	display: none;
}
.form-element {
	position: relative;
}
.form-element i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	pointer-events: none;
	color: #B52350;
	font-size: 20px;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -25px;
	left: 0;
	color: #ff0000;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	margin: 1em 0;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	color: #ff0000;
}
.form-input::placeholder {
	color: var(--MainColor);	
}
.form-input::-webkit-input-placeholder {
	color: var(--MainColor);
	opacity: 1
}

.form-input::-moz-placeholder {
	color: var(--MainColor);
	opacity: 1
}

.form-input:-ms-input-placeholder {
	color: var(--MainColor);
	opacity: 1
}

.form-input::-ms-input-placeholder {
	color: var(--MainColor);
	opacity: 1
}
.overflow-text {
	max-height: 130px;
	padding-right: 10px;
	overflow: auto;
    font-weight: 600;
}
.overflow-text::-webkit-scrollbar {
	width: 3px;
}
.overflow-text::-webkit-scrollbar-thumb {
	background: #dd0000;
}
.overflow-text::-webkit-scrollbar-track {
	background: rgba(13, 56, 11, .10);
}
.slick-slide {
	outline: none;	
}
body {
	font-family: 'Nunito' !important;
}
a,
a:hover {
	text-decoration: none;
}
input,
input:focus,
button,
button:focus {
	outline: none;
}
button:hover {
	cursor: pointer;
}
p {
	font-size: 16px;
	line-height: 26px;
	color: var(--MainColor);
	margin-bottom: 16px;
}
.submit-btn .sec-btn.sm-btn {
	width: 140px;
	background: #fff;
	color: var(--MainColor);
}
.submit-btn .sec-btn.sm-btn:hover {
	background: transparent;
	color: #fff;
	transition: 0.3s;
}
.sec-btn {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
	height: 50px;
	width: 240px;
	padding: 0px 15px;
	background: var(--MainColor);
	display: inline-flex;
	border: 2px solid var(--MainColor);
	align-items: center;
	justify-content: space-around;
	transition: 0.3s;
}

.sec-btn.white-btn {
	background: #fff;
	color: var(--MainColor);
	width: 200px;
	border-color: #fff;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 18px;
	margin-top: 18px;
}

.sec-btn span {
	margin-left: 10px;
}

.sec-btn:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
	transition: 0.3s;
}

h1.h1-title {
	font-size: 55px;
	line-height: 65px;
	font-weight: bold;
	color: #fff;
	font-family: 'Montserrat';
	margin-bottom: 50px;
	text-shadow: 2px 2px #000000;
}

h1.h1-title span {
	font-family: 'Montserrat';
	font-weight: 500;
}


/* Shape Design Start */
.about-us:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/about-left.png);
	background-size: cover;
	background-position: center;
	height: 552px;
	width: 277px;
}
.about-us:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/about-right.png);
	background-size: cover;
	background-position: center;
	height: 552px;
	width: 277px;
	z-index: -1;
}
.products:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/faq-shape-left.png);
	background-size: cover;
	background-position: center;
	width: 217px;
	height: 454px;
}
.products:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/faq-shape-right.png);
	background-size: cover;
	background-position: center;
	width: 217px;
	height: 454px;
	z-index: -1;
}.brands:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/footer-left.png);
	background-size: cover;
	background-position: center;
	width: 390px;
	height: 638px;
}
.brands:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/footer-right.png);
	background-size: cover;
	background-position: center;
	width: 390px;
	height: 678px;
	z-index: -1;
}
/* Shape Design End */
/*==========Common CSS End==========*/

/*==========Header Start==========*/
.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	background: var(--MainColor);
	transition: 0.3s;
	height: 100px;
	border-top: 10px solid #fff;
	}.mobile-call-icon {
		position: absolute;
		top: 0;
		left: 15px;
		width: auto;
		height: 80px;
		align-items: center;
		display: none;
		z-index: 2;
	}

	.site-branding {
		position: relative;
		width: 262px;
		padding-top: 5px;
		transition: 0.3s;
	}

	.site-branding:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: calc(100% - 320px);
		background: #fff;
		height: 110px;
		width: 340%;
		z-index: -1;
		transform: skewX(-45deg);
	}

	.menu.nav-menu {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.menu.nav-menu li {
		display: inline-block;
		padding: 15px 5px;
	}

	.main-navigation {
		display: flex;
		align-items: center;
		height: 90px;
		position: relative;
		transition: 0.3s;
		justify-content: flex-end;
	}

	.menu.nav-menu li a {
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		padding: 5px 15px;
		transition: 0.3s;
		border: 1px solid transparent;
		line-height: 25px;
		font-weight: 600;
	}

	.menu.nav-menu li a:hover {
		transition: 0.3s;
		border: 1px solid #fff;
	}
	.sticky-header {
		transition: 0.3s;
		border: 0;
		height: 90px;
		box-shadow: 0 0 20px rgba(0,0,0,.16);
	}

	.sticky-header .main-navigation {
		height: 90px;
		transition: 0.3s;
	}

	.sticky-header .site-branding {
		transition: 0.3s;
		width: 230px;
	}

	.sticky-header .site-branding:before {
		height: 90px;
		transition: 0.3s;
	}
	/*==========Header End==========*/
	/*========== main Banner Start==========*/
	.main-banner{
    position: relative;
    padding-top: 230px;
    padding-right: 0%;
    padding-left: 40%;
    padding-bottom: 262px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
	}
	.banner-content p {
		font-size: 25px;
		line-height: 25px;
		color: #fff;
		font-weight: 600;
		text-shadow: 2px 2px #000000;
	}

	.banner-btn {
		padding-top: 30px;
		display: flex;
		align-items: center;
	}
		mark:not([data-aos=highlight-text]) {
		    background-size: 100% 0.25em;
		}
		mark {
		    color: inherit;
		    padding: 0;
		    background: 0 0;
		    background-image: linear-gradient(120deg,rgba(51, 102, 153, .6) 0,rgba(51, 102, 153, .6) 100%);
		    background-repeat: no-repeat;
		    background-size: 0 .3em;
		    background-position: 0 86%;
		    position: relative;
		    -webkit-animation-delay: 1s;
		    animation-delay: 1s;
		}
	/*========== main Banner End==========*/
	/*========== About us Start==========*/

	.about-us-img {
	width: 100%;
	height: 560px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 10px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.16);
	position: relative;
	margin-top: -120px;
	/*background-image: url(assets/images/fotos/24.jpg);*/
	}

.tarief-img {
	width: 100%;
	height: 360px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 10px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.16);
	position: relative;
	margin-bottom: 50px;
	/*background-image: url(assets/images/fotos/25.jpg);*/
	}

	.about-us .overflow-text {
		max-height: 100%;
	}

	.h2-title {
		font-size: 35px;
		line-height: 55px;
		font-weight: bold;
		color: var(--MainColor);
		font-family: 'Montserrat';
		text-transform: uppercase;
	}

	.h3-title {
		font-size: 27px;
		line-height: 55px;
		font-weight: bold;
		color: var(--MainColor);
		font-family: 'Montserrat';
		text-transform: uppercase;
	}

	.about-us {
		padding: 50px 0px 20px;
		position: relative;
	}

	.sub-content {
		font-size: 20px;
		margin: 20px 0px 25px;
		line-height: 30px;
		color: var(--MainColor);
		font-weight: bold;
	}
	/*========== About us End==========*/
	/*========== Product Start==========*/
	.products {
		position: relative;
		padding-bottom: 100px;
	}
	.products .h2-title {
		margin-bottom: 10px;
	}
	.img-box {
		width: 100%;
		height: 500px;
		margin-bottom: 30px;
		position: relative;
		overflow: hidden;
		/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	}

	.product {
		width: 100%;
		height: 100%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	h3.product-text {
		font-size: 16px;
		line-height: 18px;
		color: #fff;
		font-style: italic;
		font-weight: bold;
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		margin-bottom: 13px;
		z-index: 1;
		transition: 0.3s;
		width: 100%;
		max-height: 40px;
		padding: 0px 20px;
	}

/*	.img-box:after {
		content: "";
		display: block;
		position: absolute;
		height: 90px;
		width: 100%;
		bottom: -25px;
		left: 0;
		pointer-events: none;
		transition: 0.3s;
		z-index: 0;
		background: var(--MainColor);
		transform: skewY(5.4deg);
	}

	.img-box:hover:after {
		height: 100%;
		transition: 0.3s;
		bottom: 0;
		transform: skewY(0deg);
		opacity: 0.5;
	}

	.img-box:hover .product-text {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		bottom: 0;
		transition: 0.3s;
	}*/
	.view-more {
		text-align: center;
		margin: 0 auto;
	}

	.view-more .sec-btn {
		width: 190px;
		padding: 10px;
		margin-top: 35px;
		padding-top: 12px;
	}

	.view-more .sec-btn .fa {
		font-size: 30px;
	}


	.view-more .sec-btn:hover {
		border-color: var(--MainColor);
		color: var(--MainColor);
		transition: 0.3s;
		background: transparent;
	}

	/*========== Product End==========*/
	/*========== FAQ Start==========*/
	.faq-accordion h5 {
		font-size: 1.1vw;;
		font-weight: bold;
		color: var(--MainColor);
		padding: 12px 20px 10px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		display: flex;
		margin: 0;
		width: 100%;
		align-items: center;
		/*justify-content: space-between;*/
	}

	.faq-text {
		margin-top: 5px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		padding: 20px;
	}

	section.faq {
	padding-top: 20px;
	padding-bottom: 100px;
	position: relative;
	background-image: url(../images/intro_1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	}
	.faq .h2-title {
		margin-bottom: 50px;
	}
	.faq-accordion {
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.80);
	}
	/*========== FAQ End==========*/
	/*========== Testimonials Start==========*/
	.testimonial {
		padding-bottom: 160px;
	}
	.testimonial-box {
		text-align: center;
		padding-top: 45px;
	}
	h3.testimonial-title {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
		font-style: italic;
		color: var(--MainColor);
	}

	.testimonial-box .overflow-text {
		margin: 19px 0px 10px;
	}
	.testimonial-box .overflow-text p {
		margin: 0;
	}
	.testimonial-box .fa.fa-quote-right {
		background: #fff;
		height: 60px;
		width: 60px;
		border-radius: 30px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
		font-size: 40px;
		color: var(--MainColor);
		position: relative;
	}

	.testimonial-box .fa.fa-quote-right:before {
		position: absolute;
		top: 50%;
		left: 50%;
		padding-top: 5px;
		transform: translate(-50%,-50%);
	}
	/*========== Testimonials End==========*/
	/*========== Brands Start==========*/
	.brands {
		padding-bottom: 77px;
		position: relative;
	}


	.brands-img {
		width: 100%;
		height: 60px;
		background-size: 90%;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 50px;
	}

	.brands .h2-title {
		margin-bottom: 50px;
	}
	/*========== Brands End==========*/

	/*==========Footer Start==========*/
	.top-footer {
		background: var(--MainColor);
		padding: 45px 0px 58px;
		position: relative;
		overflow: hidden;
	}
	.contact-form .wpcf7-form-control-wrap {
		margin-bottom: 30px;
		display: block;
		position: relative;
	}
	.top-footer .h2-title {
		color: #fff;
		margin-bottom: 37px;
	}
	.contact-form .wpcf7-form-control.wpcf7-textarea {
		padding: 14px 30px;
		height: 120px;
		resize: none;
	}
	.contact-form .wpcf7-form-control {
		position: relative;
		width: 100%;
		height: 46px;
		background: #fff;
		border: none;
		outline: none;
		-webkit-appearance: none;
		font-size: 16px;
		line-height: 26px;
		line-height: 27px;
		color: var(--MainColor);
		padding: 0 30px;
		font-weight: 600;
	}
	.footer-menu {
		text-align: left;
		padding-top: 37px;
		margin-bottom: 35px;
	}
	.map {
		width: 157%;
		height: 750px;
		position: absolute;
		top: -50px;
		right: calc(100% - 160%);
		background-size: cover;
		background-position: center;
	}

	.site-footer {
		position: relative;
		overflow: hidden;
	}
	.footer-menu ul {
		list-style: none;
		font-size: 0;
		padding: 0;
	}

	.footer-menu ul li {
		display: inline-block;
	}

	.footer-menu ul li a {
		display: block;
		font-size: 12px;
		line-height: 15px;
		color: #000000;
		text-transform: uppercase;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #000000;
		transition: .3s;
	}

	.footer-menu ul li:last-child a {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}

	.footer-menu ul li a:hover {
		color: #000000;
		-webkit-text-stroke: .5px;
	}

	.copyright {
		text-align: left;
		margin-bottom: 0;
	}

	.copyright ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 0;
	}

	.copyright ul li, 
	.copyright ul li a, 
	.copyright-bottom-link p, 
	.copyright-bottom-link p a {
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		color: var(--MainColor);
		transition: .3s;
		margin-bottom: 0;
		font-weight: 600;
	}

	.copyright ul li a {
		padding-left: 6px;
		margin-left: 6px;
		border-left: 1px solid var(--MainColor);
	}

	.copyright ul li a:hover {
		color: var(--MainColor);
		text-decoration: underline;
	}

	.copyright-bottom-link {
		text-align: right;
	}

	.copyright-bottom-link p a:last-child {
		color: var(--MainColor);
		font-weight: 600;
	}

	.copyright-bottom-link p a:hover {
		color: var(--MainColor);
		text-decoration: underline;
	}
	.bottom-footer {
		padding: 40px 0px 25px;
	}

	.footer-menu .menu.nav-menu li a {
		color: var(--MainColor);
		border: 0;
		padding: 0px 8px;
	}

	.footer-logo {
		width: 190px;
	}

	.social-icon {
		display: flex;
		align-items: center;
		padding-bottom: 20px;
	}

	.icons-box {
		height: 40px;
		width: 40px;
		/*background: #fff;*/
		position: relative;
		margin-right: 20px;
		margin-left: 20px;
		text-align: center;
		transition: 0.3s;
		font-size: 35px;
		/*box-shadow: 0px 0px 25px rgba(0, 0, 0, .09);*/
		/*color: var(--MainColor);*/
		cursor: pointer;
	}
	.icons-box:hover {
		background: transparent;
		transition: 0.3s;
		box-shadow: none;
		/*border: 1px solid var(--MainColor);*/
	}

	.icons-box:hover .fa {
		color: var(--MainColor);
		transition: 0.3s;
	}
	.icons-box i.fa {
		position: absolute;
		top: 50%;
		left: 50%;
		transition: 0.3s;
		transform: translate(-50%,-50%);
	}

	.footer-address {
		display: inline-flex;
		flex-direction: column;
	}

	a.footer-link-box .icon {
		height: 40px;
		width: 60px;
		background: var(--MainColor);
		position: relative;
		color: #fff;
		font-size: 35px;
		margin-right: 40px;
	}

	a.footer-link-box .icon .fa {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	a.footer-link-box {
		display: inline-flex;
		/*align-items: center;*/
		margin-bottom: 30px;
		color: var(--LightText);
	}

    a:hover.footer-link-box {
		color: #fff;
	}

	a.footer-link-box.footer-call span.footer-text {
		font-size: 25px;
		font-weight: 900;
	}

	span.footer-text {
		width: calc(100% - 100px);
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
	}

	.small-text {
		display: block;
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
	}
	.footer-links {
		border-top: 2px solid var(--MainColor);
		padding: 25px 0px 0px;
	}
	/*==========Footer End==========*/

	/*==========Blog & Inner Pages Start==========*/
	.blog-post {
		padding: 80px 0;
	}

	.privacy-title {
		color: #000000;
		font-weight: 700;
	}

	.blog-post ol,
	.blog-post ul {
		margin-left: 0;
	}

	.blog-post a {
		color: #000000;
		font-weight: 700;
		transition: 0.3s;
		word-break: break-word;
	}

	.blog-post a:hover {
		color: #000000;
	}

	.blog-post p,
	.blog-post ul li,
	.blog-post ol li {
		color: #000000;
	}

	.thank-text {
		position: relative;
		text-align: center;
		padding-top: 170px;
	}

	.thank-text:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
		width: 147px;
		height: 151px;
		background-image: url(assets/images/thank-you.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.thank-text h6 {
		color: #000000;
	}

	.error-404.not-found {
		text-align: center;
	}

	.error-404 img {
		width: 50vw;
	}
	/*==========Blog & Inner Pages End==========*/

	/*==========Scroll To Top Start==========*/
	.scrolltop {
		width: 50px;
		height: 50px;
		background: #000000;
		text-align: center;
		font-size: 16px;
		padding: 12px 0;
		position: fixed;
		right: 20px;
		bottom: 20px;
		cursor: pointer;
		overflow: hidden;
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		display: none;
		transition: 0.3s;
		z-index: 99;
	}
	.scrolltop i {
		color: #ffffff;
	}
	/*==========Scroll To Top End==========*/


	/*==========Responsive Start==========*/
	@media screen and (min-width: 1500px) {
		.container {
			max-width: 1230px;
		}
		.menu.nav-menu li {
			padding: 15px 0px;
		}
	}
	@media screen and (max-width: 1499px) {
		.menu.nav-menu li {
			padding: 15px 0px;
		}
	}
	@media screen and (max-width: 1199px) {
		.menu.nav-menu li a {
			padding: 5px;
		}

		h3.product-text {
			padding: 0px 8px;
			font-size: 15px;
		}

		.faq-accordion h5 {padding: 12px 15px 10px;font-size: 16px;}

		.faq-text p {
			font-size: 14px;
		}

		.copyright ul li, .copyright ul li a, .copyright-bottom-link p, .copyright-bottom-link p a {
			font-size: 13px;
		}
		.footer-menu .menu.nav-menu li a {
			margin: 0;
			padding: 0px 5px;
			font-size: 19px;
		}
	}

	@media screen and (max-width: 991px){
		.about-us:before,.about-us:after,.brands:before,.brands:after,.products:before,.products:after{
			display: none;
		}

		.container {
			padding: 0px 30px;
		}

		.brands-img {
			background-size: 80%;
		}

		.mobile-call-icon {
			display: flex !important;
		}
		.site-branding {
			position: absolute;
			top: 0;
			z-index: 2;
			padding-top: 12px;
			left: 50%;
			width: 180px;
			transform: translate(-50%, 0%);
		}
		.sticky-header .site-branding {
			width: 170px;
		}
		.gallery .container-fluid {
			width: 70%;
		}
		.gallery-img {
			height: 360px;
		}
		.menu-toggle {
			padding: 0;
			margin: 0;
			border: none;
			width: 80px;
			height: 80px;
			display: block;
			position: absolute;
			right: -15px;
			top: 0;
			outline: none !important;
			background: var(--MainColor);
			z-index: 99;
			transition: .5s all;
		}
		.main-navigation.toggled .menu-menu-1-container {
			transition: 0.3s;
			left: 0;
		}
		.site-header .container {
			max-width: 100%;
		}
		.main-navigation li {
			display: block !important;
			padding: 0;
			float: none;
			margin-left: 0 !important;
			height: auto;
			padding: 5px 0px !important;
		}
		.main-navigation:before {
			display: none;
		}
		.main-navigation ul {
			display: none;
			opacity: 0;
		}
		.main-navigation.toggled ul {
			opacity: 1;
			display: block;
		}
		.main-navigation ul {
			flex-direction: column;
			height: 100vh;
			padding: 0;
			align-items: flex-start;
		}
		a.call-mobile {
			display: block;
			position: absolute;
			top: 50%;
			left: 15px;
			width: 30px;
			z-index: 3;
			transform: translate(0,-50%);
		}
		.main-navigation .menu-main-manu-container {
			top: -100%;
			transition: .3s;
			opacity: 0;
		}
		.main-navigation a {
			padding: 10px 0px;
			display: inline-block;
		}
		.site-header {
			height: 79px;
			background: #fff;
			border: 0;
		}
		.menu-toggle span {
			width: 30px;
			margin-bottom: 5px;
			height: 4px;
			background: #fff;
			border-radius: 40px;
			position: absolute;
			top: 50%;
			z-index: 1;
			transition: 0.3s all;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.menu-toggle span:first-child {
			top: 30px;
		}
		.menu-toggle span:last-child {
			top: 50px;
		}
		.toggled .menu-toggle span:first-child {
			transform: rotate(-45deg);
			opacity: 1;
			left: 30%;
			top: 50%;
		}
		.toggled .menu-toggle span:last-child {
			transform: rotate(45deg);
			top: 30px;
			opacity: 1;
			left: 30%;
			top: 50%;
		}
		.toggled .menu-toggle span {
			opacity: 0;
		}

		.site-branding:before {
			display: none;
		}

		.main-navigation {
			height: 80px;
		}

		.menu-menu-1-container {
			height: 100vh;
			position: fixed;
			top: 0;
			left: 99em;
			width: 100%;
			background: rgba(10,8,81,0.95);
			z-index: 4;
			padding: 100px 30px;
			transition: .3s;
		}
		.mobile-call-icon a {
			color: var(--MainColor);
			font-size: 35px;
			transition: .3s;
		}
		/*Main banner*/
		.main-banner {
		    padding: 150px 0px 201px;
		    background-attachment: unset;
		}
		/*Main banner End*/
        /* about */
        .about-us-img {
			margin-bottom: 48px;
			height: 480px;
		}

		.about-us {
			padding: 86px 0px 50px;
		}
		/* about End*/
		/* Product */
		.view-more .sec-btn {
			margin-top: 10px;
		}

		.products {
			padding-bottom: 46px;
		}
		.products .h2-title {
		    margin-bottom: 28px;
		}
		h3.product-text {
		    padding: 0px 16px;
		    font-size: 16px;
		}

		.img-box:after {
		    bottom: -20px;
		}
		/* product End*/
		section.faq {
		    padding-bottom: 27px;
		}

		.testimonial {
		    padding-bottom: 100px;
		}
		.top-footer {
		    padding-bottom: 100px;
		}

		.map {
		    right: 0;
		    width: 149%;
		    left: -21%;
		    top: 0;
		    height: 500px;
		}
		.contact-form {
			padding-bottom: 60px;
		}
		.bottom-footer {
		    text-align: center;
		}

		.footer-logo {
		    margin: 0 auto;
		    width: 300px;
		}

		.footer-menu .menu.nav-menu li {display: flex;align-items: center;width: 100%;text-align: center;}

		.footer-menu {
		    text-align: center;
		    padding-top: 70px;
		}

		.footer-menu .menu.nav-menu li a {
		    margin: auto;
		}

		.social-icon {
		    justify-content: center;
		    flex-wrap: wrap;
		}

		a.footer-link-box {
		    flex-direction: column;
		}

		a.footer-link-box .icon {
		    margin: 0px;
		    margin-bottom: 20px;
		}

		.copyright, .copyright-bottom-link {
		    text-align: center;
		}
		.copyright ul li:first-child {
		    display: block;
		    font-size: 14px;
		    font-weight: 700;
		}
		.copyright ul li {
		    margin-bottom: 10px;
		}
		.copyright ul li:nth-child(2) a {
		    border: 0;
		    padding-left: 0;
		    margin-left: 0;
		}

		.social-icon a:last-child {
		    margin-right: 0;
		}

	}
	@media screen and (max-width: 767px){
		.img-box:after {
		    bottom: -27px;
		}
	}
	@media screen and (max-width: 575px){
		.img-box:after {
		    bottom: -27px;
		}
		a.icons-box {
			margin-right: 15px;
		}

		h1.h1-title {
			font-size: 8.42vw;
			line-height: 10vw;
		}

		.banner-content p {
			font-size: 3.4vw;
			line-height: 4vw;
		}

		.banner-btn {
			flex-direction: column-reverse;
			align-items: baseline;
		}

		.banner-btn a.sec-btn {
			width: 100%;
			margin-left: 0;
		}

		.banner-btn a.sec-btn .fa {
			display: none;
		}

		.banner-btn a.sec-btn.white-btn {
			margin-bottom: 30px;
		}
	}
	@media screen and (max-width: 425px){
		.menu-toggle {
		    right: 0;
		}

		.site-branding {
		    width: 150px;
		    padding-top: 17px;
		    left: 45%;
		}

		.sticky-header .site-branding {
		    width: 140px;
		}

		.main-banner {
		    padding-top: 120px;
		}

		h1.h1-title {
		    margin-bottom: 30px;
		}

		a.icons-box {
		    height: 40px;
		    width: 40px;
		    font-size: 25px;
		}

		.footer-logo {
		    width: 250px;
		}

		a.footer-link-box.footer-call span.footer-text {
		    font-size: 23px;
		}

		span.footer-text {}

		.brands-img {
		    margin-bottom: 10px;
		}
	}
	@media screen and (max-width: 375px){
		.container{
			padding: 0px 15px;
		}
	}

.colorText {
	color: var(--LightText);
	}	
.smallbuttext {
	font-size: 12px;
	text-align: center;
	line-height: 10px;
}

	/*==========Responsive End==========*/
