/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium-Bold.woff2') format('woff2'),
        url('../fonts/Titillium-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium-Semibold.woff2') format('woff2'),
        url('fonts/Titillium-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium-Regular.woff2') format('woff2'),
        url('../fonts/Titillium-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium';
    src: url('../fonts/Titillium-Light.woff2') format('woff2'),
        url('../fonts/Titillium-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: 'Titillium'; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	line-height: 1;
	overflow-x: hidden;
}

html, body {
	height: 100%;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links/hovers
   ========================================================================== */

a,
#contact .contact-info ul li a i,
#contact .contact-info ul li a span,
#questions .text__holder ul li a span {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#main p a,
#main ul li a {
	color: #E7632C;
	text-decoration: none;
}

#main p a:hover,
#main ul li a:hover {
    color: #eb9740;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Images
   ========================================================================== */

img {
	max-width: 100%;
	height: auto;
}

.fit img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* flex/grid styles */

.flex {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex--not-equal {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-left {
	justify-content: flex-start;
}

.flex-right {
	justify-content: flex-end;
}

.flex-bottom {
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.flex-center-vert {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.grid-0 {
	display: grid;
}

.grid--2,
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.grid--3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

/* main container styles */

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1304px;
	margin: 0 auto;
}

#main {
	width: 100%;
}

#visual {
	position: relative;
	width: 100%;
	/* min-height: 720px; */
	/* padding: 50px 0 50px; */
	padding-top: 120px;
	padding-bottom: 70px;
}

#visual .text__holder h4 p {
	margin: 0;
}
#visual .page-intro p br {
	display: block !important;
}

#visual .visual-holder {
	position: relative;
	top: 100px;
}

/*#visual.small {*/
/*	min-height: 200px !important;*/
/*}*/

/*#visual.medium {*/
/*	min-height: 450px;*/
/*}*/

/* main background styles */

.bg-orange-shapes {
	background: url(../img/orange-shapes.svg) no-repeat center;
	background-size: cover;
}

.bg-grey-shapes {
	background: url(../img/grey-shapes-bg.svg) no-repeat center;
	background-size: cover;
}

.bg-grey-shapes.advice {
	/*margin-top: 0;*/
	padding-top: 120px;
}

/*.bg-orange-shapes-contact{*/
/*	height: 550px;*/
/*}*/

/* main heading styles */

.heading-spacing{
	display: block;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}
#about #services .title.heading-spacing{
	font-size: 22px;
	line-height:1;
	margin-bottom:0px;
}

.heading-1 {
	text-transform: uppercase;
}

.heading-2 {
	text-transform: none;
	font-weight: 300;
}

.heading-3 {
	font-size: 60px;
	text-transform: uppercase;
}

.heading-4 {
	font-size: 23px !important;
	color: #FFF;
	font-weight: normal;
	margin-top:10;
	line-height: 1.4;
	margin-bottom: 0;

}

.title--orange {
	color: #E7632C;
}

.title {
	margin: 0;
}

/* main alignment styles */

.center {
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clearfix {
	display: block !important;
	clear: both;
}

/* main form styles */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"]{
	font-family: 'Titillium';
	font-size: 22px;
	line-height: 37px;
	color: #9D9D9D;
	padding: 20px 2%;
	margin-bottom: 25px;
	width: 95.3%;
	border: 1px solid #E3E3E3;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
}

textarea {
	font-family: 'Titillium';
	font-size: 22px;
	line-height: 37px;
	width: 96%;
	padding: 20px 2%;
	resize: none;
	height: 230px;
	color: #9D9D9D;
	border: 1px solid #E3E3E3;
}

select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border-radius: 0;
	border: 1px solid #E3E3E3;
	padding: 20px 2%;
	font-size: 22px;
	margin-bottom: 25px;
	color: #c4c2c2;
}

input[type="radio"] {
	display: none;
}

form label {
	font-size: 22px;
	margin-bottom: 30px;
}

form span.wpcf7-list-item {
	margin: 0 0 20px 0 !important;
}

form label span {
	position: relative;
	color: #000;
}

form label span::before {
	content: '';
	background: #FFF;
	cursor: pointer;
	position: relative;
	top: 12px;
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #E3E3E3;
	border-radius: 50%;
	margin-right: 10px;
}

form label input[type="radio"]:checked + span::before,
form label input[type="checkbox"]:checked + span::before {
	border-color: #FFF;
	background: #e56634;
}

/* main button styles */

.btn {
	color: #FFF;
	font-size: 25px;
	font-weight: 600;
	padding: 30px 45px;
	text-decoration: none;
	text-align: center;
}

.gradient--orange {
	background: #f18a32; /* fb for older browsers */
	background: linear-gradient(to right, #f18a32, #e7642c, #ec7d1e, #d2480d) !important;
	background-size: 300% 100% !important;
}

.gradient--orange:hover {
	background-position: 100% 0 !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

/* beadcrumb styles */

.breadcrumbs {
	position: relative;
	z-index: 4;
	top: 0;
	text-align: right;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	padding-top: 30px;
}
.breadcrumbs a {
	color: #FFF;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #0e0f23;
}

/* main header styles */

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

#header .header__logo {
	float: left;
	margin-top: 30px;
	width: 200px;
	height: 64.5px;
/* 	background: url(../img/logo.svg) no-repeat; */
	background: url(https://appelit.com/wp-content/uploads/2023/08/appelit-logo-white.png) no-repeat;
	background-size: contain;
}

#header .header__logo a {
	display: block;
	height: 100%;
}

/* main menu styles */

.header__menu {
	float: right;
	width: 2050px;
    margin-right: -1000px;
	background: #FFF;
}

.header__menu ul {
	margin-top: 22px;
}

.header__menu > ul > li {
	position: relative;
	display: inline-block;
	margin-left: 59.5px;
	line-height: 37px;
	list-style-type: none;
}

.header__menu > ul > li > a {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.header__menu ul li a:hover,
.header__menu > ul > li:hover > a {
	color: #DA432A;
}

.header__menu ul ul {
	display: none;
	margin-top: 0px;
	z-index: 9999;
	background: #0e0f23;
	position: absolute;
	width: 220px;
	padding: 10px 25px;
}

.header__menu ul li:hover ul {
	display: block;
}

.header__menu ul ul li {
	line-height: 40px;
	margin-left: 0;
	list-style-type: none;
}

.header__menu ul ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	display: block;
}

/* main page styles */

.sticky {
	position: fixed;
	z-index: 100;
}

ul.contact-icons {
	left: 15px;
	bottom: 30px;
}
ul.contact-icons li {
	display: inline-block;
	margin-left: 0;
	/* transform: scaleX(-1); */
}
li.request-quote{
	padding: 10px 30px 10px;
    border-radius: 30px;
    background: #2bd972;
}
li.request-quote a{
	color: #FFF !important;
	font-weight: 600 !important;
	text-decoration: none;
	line-height: normal;
	text-transform: uppercase !important;
}
ul.contact-icons li a {
	background: #2bd972;
	padding: 20px 44px 15px;
	border-radius: 30px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	text-transform: uppercase;
	z-index: 1;
}
.w-100{
	width:100%;
}
/*---- Media Query for  Landscape view on mobile ----*/

/*@media only screen*/
/*and (min-device-width: 320px)*/
/*and (max-device-width: 767px)*/
/*and (-webkit-min-device-pixel-ratio: 2)*/
/*and (orientation: landscape) {*/

/*	ul.contact-icons {*/
/*		right: 15px;*/
/*		bottom: 40px;*/
/*		transform: none;*/
/*		transform-origin: none;*/
/*		margin: 0;*/
/*		padding: 0;*/
/*	}*/
/*	ul.contact-icons li {*/
/*		transform: none;*/
/*	}*/

/*	ul.contact-icons li a {*/
/*		padding: 15px 35px 15px;*/
/*		font-size: 1rem;*/
/*	}*/
/*}*/
#visual .text__holder {
	position: relative;
	z-index: 99;
	/* top: -50px; */
	max-width: 750px;
	width: 100%;
	padding-top: 70px;
}
#visual.index-pg .text__holder {
	padding-top: 180px;
}

.title.heading-1{
	position: relative;
	top:60;
}

#visual .text__holder .heading {
	margin-bottom: 15px;
}

#visual .text__holder .title {
	color: #FFF;
	font-size: 80px;
}

#visual .text__holder p.title {
	font-weight: bold;
	line-height: normal;
}

#visual .text__holder p {
	font-size: 22px;
	color: #FFF;
	line-height: 37px;
}

#visual picture {
	position: absolute;
	width: 50%;
/* 	right: -200px; */
	right: 0;
	top: 280px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

body.loaded #visual picture {
	right: 0;
}

#quote {
	position: relative;
	width: 100%;
	/* min-height: 325px; */
	background: #0e0f23;
	padding: 75px 0;
}

#quote::before {
	content: '';
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/dotted-lines-al.png) no-repeat left 8px;
	background-size: contain;
}

#quote .text__holder {
	position: relative;
	z-index: 4;
	/* padding-top: 75px; */
}


#quote .text__holder .title {
	color: #FFF;
	font-size: 38px;
	line-height: 50px;
	margin-right: 60px;
}

#quote .text__holder .btn {
	margin-top: 5px;
}

#quote .quote-overlay {
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: 2;
	width: 65%;
	height: 75px;
	background: #0e0f23;
	z-index: 9;
}

#services {
	position: relative;
	z-index: 1;
	margin-top: -75px;
	width: 100%;
	padding: 100px 0 70px;
	background-position: top right;
}
/*.homepage #services {*/
/*	 margin-top: 0;*/
/*}*/
#services.all {
	padding: 75px 0;
}

#services .title,
#about #services .title{
	margin-bottom: 75px;
}

#services .box-services .service {
	position: relative;
	margin-bottom: 100px;
}

#services .box-services .service img {
	padding-bottom: 30px;
}

#services .box-services .service .title-holder {
	position: absolute;
	left: 50%;
	bottom: -100px;
	transform: translate(-50%);
}

#services .box-services .service a {
	color: inherit;
	text-decoration: none;
}

#services .box-services .service .title {
	padding-bottom: 5px;
	border-bottom: 1px solid #F18B32;
}

#service-highlight {
	position: relative;
	width: 100%;
}

#service-highlight .service-highlight--top-box {
	position: relative;
	width: 100%;
	height: 100%;
}

#service-highlight .service-highlight--top-box .service-highlight--top-box-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 65%;
	height: 100%;
	background: #0E0F23 url(../img/dotted-lines-ar.png) no-repeat right 380px;
	background-size: 80%;
}

#service-highlight .text__holder {
	position: relative;
	padding: 100px 0 180px;
}

#service-highlight .service-highlight--top-box .text__holder span.heading {
	color: #E56634;
	margin-bottom: 15px;
}

#service-highlight .service-highlight--top-box .text__holder .title {
	color: #FFF;
	font-size: 60px;
	line-height: 80px;
}

#service-highlight .service-highlight--top-box .text__holder p {
	color: #FFF;
	font-size: 22px;
	line-height: 37px;
	margin-bottom: 75px;
}

#service-highlight .service-highlight--bottom-box {
	position: relative;
	width: 100%;
	min-height: 650px;
	height: 100%;
	overflow: hidden;
}

#service-highlight .service-highlight--bottom-box .service-highlight--bottom-box-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 65%;
	height: 100%;
	background-image: url(../img/partner-bg.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

#service-highlight .service-highlight--bottom-box .service-highlight--bottom-box-bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(232, 102, 44,.6);
	/* background: linear-gradient(to right, rgba(241, 138, 50, .7), rgba(231, 100, 44, .7), rgba(210, 72, 13, .7) 30%) !important; */
	background: linear-gradient(to right, rgba(241, 138, 50, .7), rgba(231, 100, 44, .7), rgb(241 98 38 / 92%) 30%) !important;
}

#service-highlight .service-highlight--bottom-box .text__holder {
	width: 66.8%;
}

#service-highlight .service-highlight--bottom-box .text__holder .btn {
	background: #000 url(../img/button-black-icon.svg) no-repeat 20px 27px !important;
	padding: 30px 30px 30px 90px;
	background-size: 25px;
	margin: 0 auto;
}

#service-highlight .service-highlight--bottom-box .text__holder .btn:hover {
	background-color: rgba(0,0,0,.8) !important;
}

#service-highlight .service-highlight--bottom-box .text__holder img {
	margin-bottom: 10px;
}

#service-highlight .service-highlight--bottom-box .text__holder .title {
    font-size: 45px;
	line-height: 65px;
	margin-bottom: 10px;
}

#service-highlight .service-highlight--bottom-box .text__holder p {
	font-size: 22px;
	line-height: 37px;
	margin: 0 0 60px;
}

#service-highlight .service-highlight--bottom-box .text__holder br {
	display: block !important;
}

#service-highlight .service-highlight--top-right-box {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 35%;
	height: 121%;
	background: #000;
}
#service-highlight .service-highlight--top-right-box picture {
	position: relative;
	width: 100%;
	height: 100%;
}

#service-highlight .service-highlight--bottom-right-box {
	position: absolute;
	right: 0;
	bottom: 75px;
	width: 35%;
	height: 100%;
	background: #F7F7F7;
}

#service-highlight .service-highlight--bottom-right-box .text__holder {
	width: 100%;
	padding: 380px 0 75px;
}

#content {
	padding: 75px 0 75px;
}
#content a {
	color: #000;
}

#content h2.title {
	font-size: 50px;
	line-height: 70px;
	font-weight: 300;
	margin-bottom: 10px;
}

#content h3.title {
	font-size: 38px;
	line-height: 50px;
	font-weight: 600;
}

#content .bbc-title {
	font-size: 38px;
	line-height: 50px;
	font-weight: 600;
}

#content .text__holder {
	width: 48%;
	line-height: 37px;
	font-size: 22px;
}

#content .video.center {
	width: 100%;
	max-width: 1125px;
	margin: auto;
	padding-bottom: 100px;
}

#content .video {
	font-size: 22px;
	line-height: 37px;
}

#content .video iframe {
	width: 100%;
	min-height: 550px;
}
.single-case .logos {
	display:none
}
#case .case-image-right{
	display:none;
}
.logos {
	width: 100%;
	margin-top: 75px;
	padding-top: 75px;
	border-top: 1px solid #CCC;
}

.logos picture {
	margin-top: 75px;
}

.logos img {
    transform: translateY(-50%);
}

.logos .title {
	margin-bottom: 75px;
}

.logos .cycle-slideshow picture {
	margin: 0 40px;
	width: 140px !important;
	height: 140px;
}

.logos .cycle-slideshow img {
   object-fit: cover;
   position: relative;
   top: 50%;
}

.logos .cycle-slideshow .cycle-carousel-wrap {
	display: flex;
}

#customer-service {
	position: relative;
	width: 100%;
}

#customer-service .customer-service-block {
	width: 50%;
	padding: 75px 0;
}

#customer-service .customer-service-block:first-child {
	background: #0E0F23;
}

#customer-service .customer-service-block:last-child {
	position: relative;
	background: #F7F7F7;
}

#customer-service .customer-service-block:last-child::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 75px;
	background: #FFF;
}

#customer-service .customer-service-block .text__holder .title {
	color: #FFF;
	font-size: 45px;
	line-height: 75px;
}

#customer-service .customer-service-block .text__holder p {
	color: #FFF;
	font-size: 22px;
	line-height: 37px;
}

#customer-service .customer-service-block:last-child .title {
	color: #000;
	margin-top: 125px;
}

#customer-service .customer-service-block:last-child p {
	color: #000;
}

#customer-logos {
	width: 100%;
	padding: 50px 0 20px;
}
#customer-logos .title {
	font-size: 60px;
	line-height: 1.4;
	/*margin-bottom: 75px;*/
}

/** removed to replace with slick/owl
#customer-logos .logos-holder picture {
	margin-top: 75px;
}

#customer-logos .logos-holder picture img {
    transform: translateY(-50%);
}
**/

/** Owl crousal after CSS Starts **/
#customer-logos .owl-carousel {
    padding-bottom: 105px;
}
#content .logos img {
    transform: none;
}
#customer-logos .owl-theme .owl-item, #content .owl-theme .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#customer-logos .owl-carousel .owl-item img, #content .owl-carousel .owl-item img{
    max-width: 185px;
    margin: 0 auto;
}
#customer-logos .owl-prev, #customer-logos .owl-next, #content .owl-prev, #content .owl-next {
    position: absolute;
    background: #fff;
    color: #E7632C;
    border: none;
    font-size: 30px;
    outline: none !important;
    margin-top: 30px;
}
#customer-logos .owl-prev, #content .owl-prev {
    left: 48%;
    transform: translateX(-50%);
}
#customer-logos .owl-next, #content .owl-next {
  right: 48%;
  transform: translateX(50%);
}
@media(max-width: 767px){
	/*Hide header services list for Contact & Quote form*/
	.page-id-18 .slist-mobile-view {
  		display: none;
	}
	.page-id-186 .slist-mobile-view {
  		display: none;
	}
	#customer-logos .owl-carousel {
	    padding-bottom: 75px;
	}
    #customer-logos .owl-carousel .owl-item img, #content .owl-carousel .owl-item img {
        max-width: 150px;
        margin: 0 auto;
    }
    #customer-logos .owl-prev, #customer-logos .owl-next, #content .owl-prev, #content .owl-next {
	    margin-top: 15px;
	}
    #customer-logos .owl-prev, #content .owl-prev {
        left: 44%;
    }
    #customer-logos .owl-next, #content .owl-next {
        right: 44%;
    }
    #customer-logos .title, #content .title {
	    /*margin-bottom: 30px;*/
	}
}
@media(max-width: 479px){
    #customer-logos .owl-carousel .owl-item img, #content .owl-carousel .owl-item img {
        max-width: 120px;
    }
}

/** Owl crousal after CSS Ends **/


#customer-logos .cycle-slideshow {
	margin-bottom: 75px;
}

#customer-logos .cycle-slideshow .cycle-carousel-wrap {
	display: flex;
}

#customer-logos .cycle-slideshow picture {
	margin: 0 40px;
	width: 140px !important;
	height: 140px;
}

#customer-logos .cycle-slideshow picture img {
	position: relative;
	top: 50%;
}

#questions {
	position: relative;
	width: 100%;
	padding: 80px 0 70px;
}

#questions::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 75px;
	background: #FFF;
	z-index: 1;
}

#questions .text__holder {
	width: 45%;
}

#questions .text__holder:first-child {
	text-align: right;
}

#questions .text__holder:last-child {
	text-align: left;
	margin-top: 75px;
}

#questions .text__holder .title {
	font-weight: 300;
	color: #FFF;
	font-size: 60px;
	line-height: 80px;
}

#questions .text__holder ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

#questions .text__holder ul li a {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
}

#questions .text__holder ul li a:hover {
	color: #000;
}

#questions .text__holder ul li a i {
	color: #000;
	width: 40px;
	margin-right: 8px;
	text-align: center;
}

#questions .text__holder ul li a span {
	border-bottom: 1px solid #FFF;
}

#questions .text__holder ul li a:hover span {
	border-bottom: 1px solid #000;
}

#instagram {
	width: 100%;
}

#instagram .textwidget {
	width: 100%;
	line-height: 0;
}

#instagram .wdi_photo_wrap_inner {
	border: none !important;
}

#instagram .wdi_feed_thumbnail_1 .wdi_feed_container {
	border-bottom: none !important;
}

#instagram .wdi_photo_img .wdi_photo_overlay {
	opacity: 0;
	background-image: linear-gradient(rgba(255,176,143,.7), rgba(231,99,44,0.9));
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#instagram .wdi_photo_img .wdi_photo_overlay:before {
	content: '\f16d';
	font-family: "Font Awesome 5 Brands";
	position: absolute;
	font-size: 75px;
	color: #FFF;
	left: 0;
	top: 50%;
	width: 100%;
	height: 100%;
}

#instagram .wdi_photo_img:hover .wdi_photo_overlay {
	opacity: 1;
}

#contact-bar {
	width: 100%;
	padding: 75px 0;
	background: #0E0F23;
}

#contact-bar .contact-left {
	width: 45%;
	text-align: right;
}

#contact-bar .contact-left a.tel {
	font-size: 38px;
	color: #F18B32;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}

#contact-bar .contact-left a.mail {
	color: #FFF;
	font-size: 22px;
	display: block;
	text-decoration: none;
}

#contact-bar .contact-right {
	width: 45%;
	text-align: left;
	margin-top:20px;
}

#contact-bar .contact-right a {
	color: #FFF;
	line-height: 40px;
	margin-right: 40px;
	text-decoration: none;
}

#contact-bar .contact-right a:first-child {
	display: none;
	margin-bottom: 25px;
	pointer-events: none;
}

#contact-bar .contact-right a i {
	font-size: 36px;
	margin-right: 5px;
}

#contact-bar a:hover,
#contact-bar a.mail:hover {
	color: #f18b32;
}

#head-content {
	position: relative;
	width: 100%;
	padding: 100px 0 165px;
	overflow: hidden;
	background: #0E0F23;
}

#head-content::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -65px;
	width: 100%;
	height: 100%;
	background: #0E0F23 url(../img/dotted-lines-al.png) no-repeat left bottom;
	background-size: 30%;
}

#head-content .text__holder {
	position: relative;
	z-index: 1;
	color: #FFF;
}

#head-content .text__holder .title {
	font-size: 100px;
}

#head-content .text__holder h2 {
	font-size: 38px;
	font-weight: 300;
	line-height: 50px;
}

#head-content .text__holder p {
	font-size: 22px;
	line-height: 37px;
}

#page-content {
	position: relative;
	width: 100%;
}

#page-content .text__holder {
	width: 65%;
	padding: 70px 0;
}

#page-content .text__holder.full {
	width: 48%;
	padding-top: 0;
}

#page-content .text__holder.full h4 {
	font-size: 35px;
	margin: 25px 0 20px;
	line-height: normal;
	font-weight: 300;
}

#page-content .title {
	font-size: 60px;
}

#page-content p.title {
	font-size: 60px;
	font-weight: bold;
	line-height: normal;
	padding-top: 30px;
}

#page-content h3 {
	font-size: 50px;
	font-weight: 300;
	margin: 0 0 50px;
	line-height: 70px;
}

#page-content .text__holder p {
	font-size: 22px;
	line-height: 37px;
	margin-bottom: 30px;
}

#page-content .text__holder p.title {
	font-size: 60px;
	font-weight: bold;
	line-height: normal;
}

#page-content .text__holder ul,
#highlight-content .text__holder ul {
	margin: 0 0 30px 12px;
}

#page-content .text__holder ul li,
#highlight-content .text__holder ul li,
#page-content .text__holder ol li,
#highlight-content .text__holder ol li,
#case .text__holder ul li,
.case-extra .text__holder ul li,
.case-extra .text__holder ol li,
#review .text__holder ul li,
#review .text__holder ol li {
	font-size: 22px;
	line-height: 37px;
}

#page-content .page-content-image {
	position: absolute;
	right: 0;
	top: -75px;
	width: 35%;
	height: 630px;
}

#page-content .page-content-image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
    width: 100%;
}

#highlight-content {
	position: relative;
}

#highlight-content .highlight-content-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 35%;
}

#highlight-content .text__holder {
	width: 65%;
	padding-top: 100px;
	margin-left: auto;
}

#highlight-content .text__holder .inner {
	padding-bottom: 100px;
	margin-left: 75px;
}

#highlight-content .text__holder .title {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 10px;
}

#highlight-content .text__holder h3 {
	font-size: 38px;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
}

#highlight-content .text__holder p {
	font-size: 22px;
	line-height: 37px;
}

#call-back {
	width: 100%;
	padding: 75px 0;
	background: #eee;
	clear: both;
}

#call-back .person {
	width: 20%;
}

#call-back .person p {
	line-height: 20px;
}

#call-back .form {
	width: 80%;
}

#call-back .form .fields {
	width: 60%;
}

#call-back .form input[type="submit"] {
	margin-top: 45px;
}

.filter {
	color: #FFF;
	padding: 50px 0 100px;
}

.filter select {
	font-size: 25px;
	padding: 20px 10px;
	width: 250px;
	border: 1px solid #E7632C;
	background: rgba(231,171,105,0.6) url(../img/sort-down-solid.svg) no-repeat 96%;
	background-size: 15px;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

#blog {
	position: relative;
	z-index: 4;
	width: 100%;
	min-height: 600px;
	padding-bottom: 175px;
}

#blog .grid--2 {
	grid-gap: 1.5%;
}

#blog .item {
	width: 100%;
	margin-bottom: 10px;
	background: #0E0F23;
}

#blog .item:first-child {
	grid-column: 1 / -1;
	margin-top: -75px;
}

#blog .item:first-child picture {
	margin-top: -75px;
}

#blog .item picture {
	width: 40%;
}

#blog .item:first-child picture {
	width: 40%;
}

#blog .item .text__holder {
	width: 40%;
	color: #FFF;
	padding-right: 10%;
}

#blog .item .text__holder {
	width: 45%;
	padding: 30px 10%;
}

#blog .item .text__holder .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 30px;
}

#blog .item:first-child .text__holder .heading {
	font-size: 70px;
	line-height: 70px;
	margin: 0 0 40px;
}

#blog .item .text__holder p {
	display: none;
	font-size: 22px;
	line-height: 37px;
	margin: 0 0 30px;
}

#blog .item:first-child .text__holder p {
	display: block;
}

#blog .item .text__holder a.more {
	padding: 15px 18px;
	width: 150px;
}

#blog .item:first-child .text__holder a.more {
	padding: 30px 45px;
	margin-left: auto;
}

#blog .wp-pagenavi {
	float: right;
	margin-top: 75px;
}

#blog .wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background: #0e0f23;
	padding: 15px 17px;
	margin: 2px;
	font-size: 20px;
	color: #FFF;
}

#blog .wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #db653a;
}

#blog .wp-pagenavi span.current {
	font-weight: bold;
}

#blog .category__description {
	padding: 75px 0 0;
	font-size: 22px;
	line-height: 37px;
	margin-bottom: 30px;
}

#blog .category__description h1 {
	font-size: 25px !important;
	line-height: 35px !important;
}
#visual .page-intro {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	min-height: inherit;
	padding-top: 30px;
}

#case {
	position: relative;
	padding-bottom: 20px;
}

.case-extra {
	position: relative;
	padding: 50px 0 20px !important;
}

#case.single-post {
	padding: 75px 0 400px;
}

#case .case-img {
	margin: -175px 0 ;
	text-align: center;
	display: block;
}

#case .text__holder,
.case-extra .text__holder {
	width: 65%;
}

.case-extra .text__holder {
	margin-left: auto;
}

.case-extra .text__holder.align--left {
	margin-left: 0;
}

#case .title,
.case-extra .title,
#review .title {
	font-size: 60px;
	font-weight: bold;
}

.case-extra p.title {
	line-height: inherit !important;
}

#case .heading,
.case-extra .heading,
#review .heading {
	font-size: 50px;
	font-weight: 300;
	margin: 0 0 50px;
	line-height: 70px;
}

#case p,
.case-extra p {
	font-size: 22px;
	line-height: 37px;
	margin-bottom: 30px;
}
#case p.heading-1{
	line-height: inherit;
}

#case .logos {
	justify-content: flex-start;
}

#case .logos picture {
	margin-right: 50px;
}

#case .case-image-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
}

.case-extra .case-image-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 35%;
}

.case-extra .case-image-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
}

#case .case-image-right img {
	display: block;
}

#case-highlight {
	background: transparent;
	background-size: cover !important;
	background-repeat: no-repeat;
	padding: 70px 0;
	background-attachment: fixed;
	overflow: hidden;
}

#case-highlight picture:first-child {
	margin-right: 50px;
}

#review {
	padding: 50px 0;
}

#review br {
	display: block !important;
}

#review .flex {
	justify-content: center;
}

#review .text__holder {
	padding: 0 10%;
}

#review p {
	font-size: 22px;
	line-height: 37px;
	margin-bottom: 0px;
}

#review .title {
	line-height: 65px;
}

#review .person p {
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	margin: 40px 0 0 25px;
}

#related-cases {
	width: 100%;
	padding: 50px 0 0;
}

#related-cases h2.title {
	font-size: 60px;
	line-height: 1.4;
	/*margin-bottom: 50px;*/
}

#related-cases .related-cases .case {
	width: 49%;
	background: #0E0F23;
}

#related-cases .related-cases .case picture {
	width: 40%;
}

#related-cases .related-cases .case .text__holder {
	width: 40%;
	color: #FFF;
	padding: 30px 10%;
}

#related-cases .related-cases .case .text__holder .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 30px;
}

#related-cases .related-cases .case .text__holder a.more {
	padding: 15px 18px;
    width: 150px;
}

#contact {
	padding: 75px 0;
}

#contact .form {
	width: 60%;
}

#contact .form input[type="text"],
#contact .form input[type="tel"],
#contact .form input[type="email"],
#contact .form textarea {
	background: #E3E3E3;
}

#contact .form input[type="submit"] {
	margin: 30px 0;
}

#contact .form .center p {
	line-height: 25px;
	color: #A8A8A8;
	padding: 0 10%;
}

#contact .contact-info {
	width: 30%;
}

#contact .contact-info a.tel {
	font-size: 30px;
	color: #F18B32;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}

#contact .contact-info a.mail {
	color: #0E0F23;
	font-size: 22px;
	display: block;
	text-decoration: none;
}

#contact .contact-info a.mail:hover {
	color: #f18b32;
}

#contact .contact-info .social-icons {
	margin-top: 50px;
}

#contact .contact-info .social-icons a {
	color: #0E0F23;
	font-size: 36px;
	margin-right: 35px;
}

#contact .contact-info .social-icons a:hover {
	color: #f18b32;
}

#contact .contact-info ul {
	text-align: left;
	margin-top: 30px;
	padding: 0;
}

#contact .contact-info ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

#contact .contact-info ul li a {
	color: #0E0F23;
	font-size: 22px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
}

#contact .contact-info ul li a:hover,
#contact .contact-info ul li a:hover i {
	color: #f18b32;
}

#contact .contact-info ul li a i {
	color: #000;
	width: 40px;
	font-size: 36px;
	margin-right: 14px;
	text-align: center;
}

#contact .contact-info li a span {
	position: relative;
	top: -6px;
	border-bottom: 1px solid #0E0F23;
}

#contact .contact-info li a:hover span {
	border-color: #f18b32;
}

#contact .opening__times {
	font-size: 22px;
}

#contact .opening__times p {
	font-weight: bold;
}

#contact .opening__times ul li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.wpcf7-not-valid-tip{ /* Contact form error message hoogte aanpassen */
	position: relative;
	bottom: 120px;
}

#wpcf7-f153-o1 .wpcf7-not-valid-tip{ /* Contact form error message hoogte aanpassen (Laat een bericht achter popup) */
	position: relative;
	bottom: 101px;
}

#wpcf7-f189-p186-o1 .wpcf7-not-valid-tip{
	bottom: 140px;
}

#wpcf7-f189-p186-o1 .type-applicatie .wpcf7-not-valid-tip{
	bottom: 120px !important;
}

#locations {
	padding: 75px;
	background: #0E0F23;
}

#locations .title {
	font-size: 60px;
	line-height: 100px;
}

#locations .heading {
	color: #FFF;
	font-size: 50px;
	line-height: 70px;
	margin: 0 0 50px;
}

#locations .locations {
	grid-gap: 5%;
}

#locations .location-block {
	position: relative;
	margin-bottom: 75px;
	color: #FFF;
	justify-content: flex-start;
}

#locations .location-block picture {
	margin-right: 35px;
	width: 220px;
	height: 220px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
}

#locations .location-block picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

#locations .location-block .map {
	width: 220px;
	height: 220px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 35px;
}

#locations .location-block .map iframe {
	width: 220px;
	height: 220px;
}

#locations .location-block .text__holder {
	margin-top: 25px;
}

#locations .location-block p {
	font-size: 18px;
	line-height: 33px;
	margin: 5px 0;
}

#locations .location-block .title {
	line-height: 30px;
	font-size: 40px;
}

#locations .location-block a.email {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 30px;
	color: #e7632c;
}

#locations .location-block a.email:hover {
	color: #FFF;
}

#process {
	padding: 70px 0 125px;
}

#process .container {
	position: relative;
}

#process .title {
	font-size: 60px;
	line-height: 100px;
	margin-bottom: 40px;
}

/*#process .controls {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 100px;*/
/*	width: 100%;*/
/*	text-align: center;*/
/*}*/

.logos .controls,
#customer-logos .controls {
	margin: 30px 0;
}

#process .controls a,
.logos .controls a,
#customer-logos .controls a {
	color: #e7632c !important;
	font-size: 30px;
	margin-left: 20px;
	text-decoration: none;
}

#process .controls a.disabled,
.logos .controls a.disabled,
#customer-logos .controls a.disabled {
	color: #EEE !important;
}

.slick-hidden{
	display: inline-block !important;
}

#customer-logos .controls {
	text-align: center;
}

#process .items-slider {
	overflow: visible !important;
}

#process .items-slider.hidden {
	display: none;
}

#process .items-slider .item {
	min-height: 200px;
	background: #0E0F23;
	margin-right: 25px;
}

#process .items-slider .item a {
	text-decoration: none;
}

#process .items-slider .item .inner {
	padding: 40px;
	white-space: normal !important;
}

#process .items-slider .item figure span {
	color: #FFF;
	font-weight: bold;
	font-size: 5rem;
	margin-right: 20px;
}

#process .items-slider .item figure img {
	width: 200px;
	height: auto;
	max-height: 200px;
}

#process .items-slider .item h2.heading {
	font-size: 50px;
	font-weight: 300;
	color: #FFF;
	margin: 0;
	line-height: 70px;
}

#process .items-slider .item h3.heading {
	font-weight: bold;
	font-size: 60px;
	margin: 0 0 20px;
}

#process .items-slider .item p {
	color: #FFF;
	font-size: 22px;
	line-height: 37px;
	padding-right: 200px;
}

#services .box-services.flex-center .service .title-holder {
	left: 0;
	width: 100%;
	transform: translate(0);
}

#services .box-services.flex-center .service .title-holder h2 {
	position: relative;
	border: none;
	text-align: center;
}

#services .box-services.flex-center .service {
	width: 20%;
}

#services .box-services.flex-center .service .title-holder h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	content: '';
	width: 30%;
	height: 1px;
	background: #e7632c;
}

#main__content {
	padding: 75px 0;
	font-size: 22px;
    line-height: 37px;
}

#visual .text__holder p.page-title {
	font-size: 50px;
}

#main__content p {
	margin-bottom: 30px;
}

#main__content ul {
	margin: 0 0 30px 30px;
}

#main__content a {
	color: #e7632c;
}

#about {
	padding-top: 75px;
}

#about .title {
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 150px;
}

#about .about-content-holder {
	position: relative;
	width: 100%;
	margin-bottom: 150px;
}

#about .about-content-holder::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #F7F7F7;
}

#about .about-content-holder::after {
	content: '';
	position: absolute;
	right: 0;
	top: -75px;
	padding-top: 150px;
	width: 50%;
	height: 100%;
	background: #EEE;
}

#about .about-content-left {
	width: 50%;
	padding: 50px 0;
}

#about .about-content-right {
	width: 50%;
	padding: 50px 0;
}

#about .text__holder {
	position: relative;
	z-index: 1;
}

#about .about-content-left .text__holder {
	padding-right: 50px;
}

#about .about-content-right .text__holder {
	padding-left: 50px;
}

#about .text__holder p {
	font-size: 22px;
	line-height: 37px;
}

#about .text__holder.center {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

#about .text__holder.center h2.heading,
#about .text__holder.full h2.heading {
	font-size: 60px;
	line-height: 65px;
}

#about .logos {
	justify-content: center;
}

#about .logos picture {
	margin-right: 50px;
}

#about .text__holder.full h2.heading {
	margin-bottom: 20px;
}

#about .text__holder.full h3.heading {
	font-size: 50px;
	margin: 0 0 50px;
}

#about .text__holder.full img {
	margin-top: -50px;
}

#about #review {
	margin-top: 150px;
}

#about #review p:first-child {
	font-size: 50px;
	line-height: 65px;
	color: #E7632C;
}

#why {
	position: relative;
	width: 100%;
}

#why .why-image-left {
	width: 50%;
}

#why .why-image-left img {
	display: block;
}

#why .text__holder {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	text-align: left;
}

#why .text__holder .inner {
	padding: 0 15%;
}

#why .text__holder h2.title {
	font-size: 60px;
	line-height: 65px;
	font-weight: bold;
}

#why .text__holder ul {
	padding: 0;
}

#why .text__holder ul li {
	list-style-type: none;
	line-height: 37px;
	font-size: 22px;
	margin-bottom: 30px;
}

#why .text__holder ul li i {
	color: #e7632c;
}

#why .text__holder ul li span {
	margin: -40px 0 0 30px;
	display: block;
}

#visual .page-intro.quote {
	max-width: 960px;
	/*min-height: 1050px;*/
	/*top: -200px;*/
}

.page-offerte{
	height: 1530px;
}

#quote-form {
	position: relative;
	margin: -1264px 0 100px;
	z-index: 9;
}

#quote-form .form {
	width: 100%;
	max-width: 960px;
	margin: auto;
	background: #FFF;
}

#quote-form .form .inner {
	padding: 40px 100px 0;
}

#quote-form .form input[type="text"],
#quote-form .form input[type="email"],
#quote-form .form input[type="tel"],
#quote-form .form select {
	background: #EFEFEF;
	margin-bottom:15px;
	color:#222;
}

#quote-form h2.heading {
	margin: 30px 0;
	font-size: 33px;
	line-height: 30px;
}

#quote-form .select {
	position: relative;
	width: 100%;
}

#quote-form .select i {
	position: absolute;
	right: 30px;
	top: 27px;
	color: #F18B32;
	pointer-events: none;
}

#quote-form p {
	font-size: 22px;
	line-height: 37px;
	color: #E56634;
	margin: 20px 0 20px;
}

#quote-form .form-part {
	background: #EEE;
}

#quote-form .form-part .inner {
	padding: 50px 100px 50px;
}

#quote-form .form .form-part input[type="text"],
#quote-form .form .form-part input[type="email"],
#quote-form .form .form-part input[type="tel"],
#quote-form .form .form-part select {
	background: #FFF;
}

#quote-form .form-part-bottom {
	background: #F7F7F7;
}

#quote-form .form-part-bottom .inner {
	padding: 50px 100px;
}

#quote-form .form-part-bottom a {
	margin-top: 80px;
	border: 1px solid #E7632C;
	color: #E7632C;
	text-decoration: none;
	font-weight: 600;
	font-size: 25px;
	padding: 22px 40px;
}

#quote-form .form-part-bottom a:hover {
	background: #E7632C;
	color: #FFF;
}

#quote-form input[type="submit"] {
/* 	margin-top: 75px; */
	padding: 30px 75px;
}

#quote-form input[type="checkbox"] {
	display: none;
}

/* main footer styles */

#footer {
	width: 100%;
	padding: 75px 0;
	background: #1D1E38;
	color: #FFF;
}

#footer .title {
	font-size: 38px;
	line-height: 60px;
	font-weight: 300;
}

#footer .footer-left {
	width: 48%;
}

#footer .footer-right {
	width: 48%;
}

#footer .footer-right .textwidget {
	margin-bottom: 30px;
}

#footer .footer-right p {
	font-size: 18px;
	font-weight: 300;
}

#footer .footer-right strong{
	font-weight: 600;
}

#footer .footer-menu {
	margin-bottom: 30px;
}

#footer .footer-menu ul {
	padding: 0;
}

#footer .footer-menu ul li {
	list-style-type: none;
}

#footer .footer-menu ul li a {
	color: #FFF;
	font-size: 18px;
	line-height: 45px;
	text-transform: uppercase;
	text-decoration: none;
}

#footer .footer-menu ul li a:hover {
	color: #f18b32;
}

#footer .location-block {
	margin-bottom: 30px;
}

#footer .location-block .map {
	width: 180px;
	height: 180px;
}

#footer .location-block .map iframe {
	width: 180px;
	height: 180px;
	border-radius: 100%;
}

#footer .footer-right p {
	font-size: 18px;
	line-height: 33px;
	margin: 5px 0;
}

#bottom {
	width: 100%;
	padding: 15px 0;
}

#bottom a {
	color: #000;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

/* Form modal */



#form__modal {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
    flex-direction: column;
    justify-content: center;
}

body.show-modal #form__modal {
	display: flex;
}

.no-scroll{
	overflow-y: hidden;
}

#form__modal .form {
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	background: #FFF;
	padding: 40px 30px 30px;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
}

#form__modal a.close__modal {
	position: absolute;
	right: 30px;
	top: 10px;
	color: #000;
	text-decoration: none;
}

#form__modal .form input[type="text"],
#form__modal .form input[type="email"] {
	padding: 10px 2%;
}

#form__modal .form textarea {
	padding: 10px 2%;
	height: 100px;
}

#form__modal .form .center {
	text-align: left;
	margin-top: 30px;
}

/* counter bubble */
.counter {
	position: absolute;
	top: -25px;
	right: -21px;
	/* height: 20px; */
	/* font-size: 12px; */
	/* background: #fd402d; */
	padding: 2px;
	/* border-radius: 20px; */
	/* min-width: 20px; */
	line-height: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	-webkit-animation-name: none;
	animation-name: none;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.header__menu > ul > li > a {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 40px;
}
user agent stylesheet
a:-webkit-any-link {
	color: -webkit-link;
	cursor: pointer;
}
.counter img {
	max-width: 45px;
	max-height: 30px;
}
    .header__menu>ul>li>a{
        position:relative;
    }



    @-webkit-keyframes icon-bounce {
      0%, 100% {
        -webkit-transform: translateY(0);
      }
      50% {
        -webkit-transform: translateY(-5px);
      }
    }
    @keyframes icon-bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-5px);
      }
    }

/* responsive styles
   ========================================================================== */

@media only screen and (min-width: 1025px) {

	/* for hiding on large devices */

	.hidden-l {
		display: none !important;
	}

}

@media only screen and (max-width: 1024px) {

    /* for hiding on medium devices */

	.hidden-m {
		display: none !important;
	}

	#process .items-slider {
    	display: none;
    }

	#process .items-slider.hidden {
    	display: block;
    }

	#process .controls a.disabled {
		color: #e7632c !important;
	}
	.counter{
	    left: 45px;
        right: unset;
        top: -10px;
	}


}

@media only screen and (max-width: 960px) {

	#quote-form{
		margin: -1114px 0 100px;
	}

	.page-offerte{
		height: 1450px;
	}
}

@media only screen and (max-width: 768px) {

	/* for hiding on small devices */

	.hidden-s {
		display: none !important;
	}

	#quote-form {
		margin: -978px 0 100px;
	}

	.page-offerte{
		height: 1240px;
	}



}

/* main responsive styles */

.toggle-mobile-menu {
	position: absolute;
	right: 0;
	top: 0;
	padding: 25px;
	background: #FFF;
}

.toggle-mobile-menu span {
	position: relative;
	display: block;
	width: 37px;
	height: 4px;
	background: #000;
	margin-bottom: 9px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.toggle-mobile-menu span:last-child {
	margin-bottom: 0;
}

body.show-menu {
	overflow: hidden;
}

body.show-menu .toggle-mobile-menu span:first-child {
	transform: rotate(45deg);
    top: 13px;
}

body.show-menu .toggle-mobile-menu span:nth-child(2) {
	transform: rotate(-45deg);
}

body.show-menu .toggle-mobile-menu span:last-child {
	display: none;
}

a.tel-mobile {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	padding: 24.5px 28px 24px;
	background: #FFF;
	color: #000;
	font-size: 27px;
}

.mobile-menu {
	position: fixed;
	left: -100%;
	top: 140px;
	z-index: 9999;
	background: #FFF;
	width: 94%;
	padding: 0 3%;
	height: 100%;
	overflow-y: scroll;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mobile-menu .q-btn {
	display: block;
	width: 100%;
	background: #2bd972;
	color: #FFF;
	text-decoration: none;
	padding: 18px 0;
	text-align: center;
}

body.show-menu .mobile-menu {
	left: 0;
}

.mobile-menu ul {
	padding: 0;
}

.mobile-menu ul li {
	position: relative;
	list-style-type: none;
	line-height: 50px;
}

.mobile-menu ul li a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
	text-decoration: none;
	display: block;
}

.mobile-menu ul li a:hover {
	color: #DA432A;
}

.mobile-menu ul ul {
	display: none;
	margin-left: 10px;
}

.mobile-menu > ul > li.menu-item-has-children > span {
	position: absolute;
	right: 4px;
	top: -2px;
	width: 55px;
	height: 100%;
	cursor: pointer;
	font-size: 24px;
	z-index: 99;
}

.mobile-menu > ul > li.menu-item-has-children > span:after {
	position: absolute;
	right: 50%;
	top: 0;
	content: '+';
	color: #000;
	margin-right: -6px;
}

.mobile-menu ul li.menu-item-has-children.open > span:after {
	content: '-';
}
.mobile-menu ul li.open ul {
	display: block;
}
.mobile-menu ul ul li a::before {
	content: '-';
	margin-right: 8px;
}

.mobile-menu ul ul li a {
	font-size: 17px;
}

body.scroll #header {
	background: #FFF;
}

body.scroll #header .header__logo {
	margin-top: 30px;
/* 	background: url(../img/scroll-logo.png) no-repeat; */
	background: url(https://appelit.com/wp-content/uploads/2023/08/appelit-logo-ornage-01-01.png) no-repeat;
	background-size: contain;
	height: 63.5px;
}

@media only screen and (max-width: 1304px) {

	.container {
		max-width: 90%;
		padding: 0 5%;
	}

	.header__menu {
		margin-right: -440px;
		max-width: 1304px;
	}

	.header__menu ul li {
    	margin-left: 35px;
	}

	#visual picture {
		right: -50px;
	}

	#blog .item:first-child .text__holder .heading {
		font-size: 6vw;
		line-height: 7vw;
	}

	#process .items-slider {
		overflow: hidden !important;
	}

	#process .controls {
		right: 5%;
	}

	#process .items-slider .item p {
		padding-right: 0;
	}

	#why .text__holder .inner {
		padding: 5%;
	}

	#why .text__holder {
		margin-top: 75px;
	}

}

@media only screen and (max-width: 1220px) {
	.header__menu {
		margin-right: -490px;
		max-width: 1370px;
	}

	.header__menu ul li {
		margin-left: 25px;
	}

	#visual picture {
		right: -100px;
	}

	.header__menu ul li {
    	margin-left: 17px;
	}

}

@media only screen and (max-width: 1100px) {

    #service-highlight .text__holder {
    	width: 65%;
    }

    #service-highlight .text__holder br {
    	display: none;
    }

    #process .items-slider .item {
    	padding-bottom: 100px;
    }

}

@media only screen and (max-width: 1080px) {

	.header__menu {
		margin-right: -400px;
	}

	#visual picture {
		right: 0;
	}
	
}
@media screen and (min-width: 1081px) and (max-width: 1200px) {
	#header .header__logo{
		width:120px;
	}
	.header__menu ul {
		padding: 19px 0 !important;
	}
	.header__menu {
		margin-right: -400px;
    	max-width: 1225px;
	}
	.header__menu ul li a {
		font-size:15px !important;
	}
	.service-list .services-dropdown{
		width: 153px;
		padding: 15px 20px 15px 15px;
	}
}
@media only screen and (max-width: 1024px) {

    /*#visual {*/
    /*	min-height: 620px !important;*/
    /*}*/

    /*#visual picture {*/
    /*	top: 220px;*/
    /*}*/

    #case .case-img {
		margin-top: -100px;
		margin-bottom: -100px;
    }

    #why .text__holder h2.title {
    	font-size: 45px;
    }

	#header .header__logo {
		position: relative;
		left: 50%;
		background-size: 75% !important;
		background-position: center !important;
		transform: translateX(-50%);
		margin: 10px auto 10px !important;
	}

	#head-content .text__holder .title {
		font-size: 50px !important;
	}

}

@media only screen and (max-width: 967px) {

	/*#header {*/
	/*	height: 80px;*/
	/*}*/

	br {
		display: none;
	}

	.flex,
	.flex--not-equal {
		display: block;
	}

	#quote::before {
		background-image: none;
	}

	#quote .quote-overlay {
		width: 100%;
	}

	#quote .text__holder .title {
		margin-bottom: 40px;
	}


	#quote .text__holder,
	#services,
	#content,
	#questions,
	#page-content .text__holder,
	#service-highlight .service-highlight--bottom-box .text__holder,
	#head-content,
	#review,
	#related-cases,
	#page-content,
	#process {
		padding: 75px 0;
		margin: 0;
	}
	.single-case div#review {
		padding: 50px 0 25px;
	}
	.homepage #services {
		padding: 75px 0 30px;
	}
	#service-highlight .service-highlight--bottom-box .text__holder {
		padding-bottom: 100px;
	}

	#service-highlight .service-highlight--top-right-box {
		left: 0;
		top: 0;
		height: 50%;
		width: 100%;
	}
	.page-template-new-home #service-highlight .service-highlight--top-right-box {
		height: 35%;
	}

	#service-highlight .service-highlight--top-box .service-highlight--top-box-bg,
	#customer-service .customer-service-block:last-child::before,
	#questions::before,
	#head-content::after,
	#about .about-content-holder::before,
	#about .about-content-holder::after {
		display: none;
	}

	#service-highlight .text__holder {
		width: 100%;
		padding: 870px 0 75px;
	}

	#service-highlight .service-highlight--bottom-box .service-highlight--bottom-box-bg {
		width: 100%;
	}

	#service-highlight .service-highlight--top-box {
		background: #0e0f23;
	}

	#service-highlight .service-highlight--bottom-box .text__holder,
	#content .text__holder,
	#questions .text__holder,
	#contact-bar .contact-left,
	#contact-bar .contact-right,
	#page-content .text__holder,
	#page-content .text__holder.full,
	#highlight-content .text__holder,
	#case .text__holder,
	#contact .form,
	#contact .contact-info {
		width: 100%;
	}

	#service-highlight .service-highlight--bottom-right-box {
		position: relative;
		width: 90%;
		padding: 0 5%;
		bottom: 0;
	}

	#service-highlight .service-highlight--bottom-right-box .text__holder p {
		margin-bottom: 0;
	}

	#service-highlight .service-highlight--top-box .text__holder .title {
		font-size: 8vw !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		line-height: 10vw !important;
	}

	#customer-service .customer-service-block {
		width: 90%;
		padding: 75px 5%;
	}

	#customer-service .customer-service-block:last-child .title {
		margin-top: 0;
	}

	#questions .text__holder,
	#contact-bar .contact-left,
	#contact-bar .contact-right {
		text-align: center !important;
	}

	.instagram__holder {
		display: flex !important;
	}

	#contact-bar .contact-left {
		margin-bottom: 40px;
		margin-top:20px;
	}

	#footer .footer-left,
	#footer .footer-right {
		width: 100%;
	}

	#page-content .page-content-image,
	#highlight-content .highlight-content-image {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		margin-bottom: 75px;
	}

	#page-content .text__holder.full {
		padding: 0;
	}

	#page-content .text__holder.full:last-child {
		padding-bottom: 75px;
	}

	#highlight-content .text__holder {
		padding: 0;
	}

	#call-back .flex {
		display: flex;
	}

	#call-back .form .fields {
		width: 100%;
	}

	#call-back .form input[type="submit"] {
		margin-top: 0;
	}

	.filter .flex {
		display: flex;
	}

	#blog .item {
		display: flex;
	}

	#blog .item:first-child .text__holder a.more {
		margin-left: 0;
	}

	#case .case-image-right {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	}

	#case {
		padding-bottom: 75px;
	}

	#case-highlight .flex--not-equal {
		display: flex !important;
	}

	#review .text__holder {
		padding: 0;
	}

	#review .person p {
		text-align: center;
		margin: 0;
	}

	#review .person p br {
		display: block !important;
	}

	#related-cases .flex {
		display: flex;
	}

	#page-content {
		padding-bottom: 0;
	}

	#process .items-slider .item h2.heading,
	#process .items-slider .item h3.heading {
		font-size: 5vw;
		line-height: 7vw;
	}

	#process .title,
	#related-cases .title,
	#locations .title,
	#locations .heading,
	#contact .contact-info a.tel,
	#about .title,
	#about .text__holder.center h2.heading,
	#about .text__holder.full h2.heading {
		font-size: 8vw !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		line-height: 10vw !important;
	}

	#about .title {
		margin-bottom: 75px;
	}

	#about .about-content-holder {
		margin-bottom: 0;
	}

	#about .about-content-left .text__holder {
		padding-right: 0;
	}

	#about .about-content-right .text__holder {
		padding-left: 0;
	}

	#about .about-content-left,
	#about .about-content-right {
		padding: 75px 5%;
		width: 90%;
	}

	#about .about-content-left {
		background: #f7f7f7;
	}

	#about .about-content-right {
		background: #eeeeee;
	}

	.about-content-holder .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	#about .text__holder.full img {
		margin: 0;
		float: none;
	}

	#about #review {
		margin-top: 75px;
	}

	#why .why-image-left {
		width: 100%;
	}

	#why .text__holder {
		position: relative;
		width: 100%;
		margin-top: 0;
	}

	#why .text__holder .inner {
		padding: 75px 0;
	}

	.form-part .grid--2 {
		display: block;
	}

	form label {
		width: 100%;
		display: block;
	}

	#quote-form p {
		margin: 0 0 50px;
	}

	#case .text__holder, .case-extra .text__holder {
		width: 100% !important;
	}

}
@media only screen and (max-width: 992px) {
	#visual picture {
		top: 270px;
		width: 55%;
	}
}
@media only screen and (max-width: 768px) {

    /*#service-highlight .text__holder {*/
    /*	padding: 650px 0 100px;*/
    /*}*/

     #case .case-img {
		margin-top: -60px;
    	margin-bottom: -60px;
    }

	/*.advies-placeholder{*/
	/*	margin-bottom: 70px;*/
	/*}*/

    /*#visual picture {*/
    /*	top: 280px;*/
    /*	width: 80%;*/
    /*}*/

}

@media only screen and (max-width: 767px) {

	.wpcf7-form-control.wpcf7-checkbox {
		grid-template-columns: 1fr;
	}

	.wpcf7-not-valid-tip{
		bottom: 140px;
	}

	#process .items-slider .item {
		margin-right: 0px !important;
	}

	.grid--2,
	.grid--3 {
    	display: block;
    }

	/*#visual {*/
	/*	min-height: 550px;*/
	/*}*/

	#visual.flex-bottom {
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	}

	#visual .text__holder {
		width: 90%;
		padding: 0 5%;
		/*top: 50px;*/
	}

	h1 {
		font-size: 13vw !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.heading-3 {
		font-size: 10vw !important;
		line-height: 12vw !important;
	}

	.heading-spacing {
		font-size: 22px !important;
	}

    p {
    	font-size: 1.2rem !important;
    	line-height: 2rem !important;
    	margin-bottom: 25px !important;
    }
    #visual .text__holder p.title {
    	font-size: 3rem !important;
    	line-height: 3.5rem !important;
    }

    #service-highlight .service-highlight--top-box .text__holder p,
    #service-highlight .service-highlight--bottom-box .text__holder p {
    	margin-bottom: 75px !important;
    }

    #call-back .flex {
    	display: block;
    }

    #call-back .form {
    	width: 100%;
    }

    #call-back .person {
    	width: 100%;
    	text-align: center;
    }

    #call-back .person br {
    	display: block !important;
    }

    #content .video.center {
    	padding-bottom: 0;
    }

    #blog .item:first-child .text__holder p {
    	display: none;
    }

    #blog .item:first-child picture {
    	margin-top: 0;
    }

    #blog .item .text__holder a.more {
    	padding: 15px 18px !important;
    }

    #blog .item .text__holder .heading,
    #related-cases .related-cases .case .text__holder .heading {
	    font-size: 6vw;
	    line-height: 7vw;
	    margin-bottom: 10px;
    }

    #blog {
    	padding-bottom: 75px;
    }

    #locations .location-block {
    	text-align: center;
    }

    #locations .location-block picture {
    	margin-right: 0;
    }

    #footer .location-block p {
    	margin-bottom: 0 !important;
    }
/*---- hand Iamge ----*/
	#visual picture {
		top: 250px;
		width: 50%;
	}
	.page-template-new-home #visual picture {
		position: relative;
		top: 0;
	}
}

@media only screen and (max-width: 600px) {

	#quote-form .form .inner {
		padding: 50px 50px 0;
	}

	#head-content .text__holder .title {
		font-size: 8vw !important;
		line-height: normal !important;
	}

	#quote-form {
		margin: -928px 0 100px;
	}

	#blog .wp-pagenavi a, .wp-pagenavi span{
		font-size: 13px;
		padding: 12px 13px;
	}
	/*---- hand Iamge ----*/
	/*#visual picture {*/
	/*	top:300px*/
	/*}*/
}


@media only screen and (max-width: 500px) {

    .btn,
    #quote-form .form-part-bottom a {
		display: block;
		width: 90%;
		font-size: 18px;
		padding: 30px 5%;
	}

	#quote-form .form-part-bottom a {
		text-align: center;
		margin: 0;
	}

	input.btn {
		width: 100%;
	}

	.filter .flex {
		display: block;
	}

	.filter .flex p {
		display: none;
	}

	.filter a {
		display: block;
		width: 90%;
		padding: 15px 5%;
	}

	#blog .item {
		display: block;
	}

	#blog .item .text__holder {
		width: 80%;
	}

	#related-cases .related-cases.flex {
		display: block;
	}

	#related-cases .related-cases .case {
		width: 100%;
		margin-bottom: 30px;
	}

	#quote-form .form .inner {
		padding: 30px 20px 0;
	}
	form .budget label {
	  font-size: 19px;
	}
	#quote-form .form .form-part-bottom .inner {
		padding-bottom: 50px;
	}
	#quote-form .form .form-part-bottom .inner {
		padding: 20px 20px !important;
	}
	#quote-form .form-part-bottom .inner p:first-child {
		margin-top: 0px !important;
	}
	#quote-form .wpcf7 form .wpcf7-response-output {
		margin: 15px 0px;
	}
	#quote .text__holder .title {
		margin-bottom: 25px;
	}

	#service-highlight .service-highlight--bottom-box .text__holder .btn {
		padding: 30px 30px 30px 90px;
		width: 140px;
		background: #000 url(../img/button-black-icon.svg) no-repeat 25px 19px !important;
	}

}

@media only screen and (max-width: 576px){
	#service-highlight .text__holder {
		padding: 680px 0 100px;
	}
}
@media only screen and (max-width: 480px) {

	#visual .text__holder p.title {
		font-size: 2.3rem !important;
	}

	/*.page-offerte {*/
	/*	height: 1420px;*/
	/*}*/

}

@media only screen and (max-width: 414px) {

	#service-highlight .text__holder {
    	padding: 575px 0 85px;
    }

    #header {
    	overflow: visible;
    }

	/*#visual {*/
	/*	min-height: 535px;*/
	/*}*/

	h2 {
		font-size: 8vw !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		line-height: 10vw !important;
	}

	h2.title {
		/*margin-bottom: 25px !important;*/
	}

	#services .box-services .service .title-holder {
		position: relative;
		left: 0;
		bottom: 0 !important;
		transform: translate(0);
	}

	h2.title.heading-spacing {
		margin-bottom: 0 !important;
	}

	h3 {
		font-size: 8vw !important;
		line-height: 10vw !important;
	}

	#service-highlight .service-highlight--top-box .text__holder p,
	#service-highlight .service-highlight--bottom-box .text__holder p {
    	margin-bottom: 25px !important;
    }

    #case .case-img {
		margin-top: -30px;
		margin-bottom: -30px;
	
    }

    #related-cases .flex {
    	display: block;
    }

    #related-cases .related-cases .case {
    	width: 100%;
    	margin-bottom: 30px;
    }

    #related-cases .related-cases .case .text__holder {
    	width: 80%;
    }

    #locations .location-block a.email {
    	position: relative;
    }

    #instagram .wdi_layout_th .wdi_img {
    	max-width: 100% !important;
    }

    #instagram .wdi_layout_th .wdi_shape_landscape .wdi_img {
    	height: auto !important;
    	position: relative !important;
    	top: 0 !important;
    	left: 0 !important;
    	transform: translateX(0) translateY(0) !important;
    }

    .wdi_feed_thumbnail_1 .wdi_photo_wrap {
    	width: 100% !important;
    	padding: 0 !important;
    }

    .wdi_layout_th .wdi_photo_wrap_inner {
    	position: relative !important;
    }

    .wdi_layout_th .wdi_photo_wrap::after {
    	padding-top: 0 !important;
    }

	#wpcf7-f153-o1{
		position: relative;
		top: 30px;
	}

	#process .controls{
		top: 410px;
		z-index: 99;
	}

	#process .prev{
		position: absolute !important;
		left: 0;
	}

	#process .next{
		position: absolute !important;
		right: 0;
		margin-left: 0;
		margin-right: 20px !important;
	}

	#blog .wp-pagenavi a, .wp-pagenavi span{
		font-size: 12px;
		padding: 10px 11px;
	}

}

@media only screen and (max-width: 400px) {

    #services .box-services .service .title-holder {
    	bottom: -130px;
    }

}
@media only screen and (max-width: 385px){
	#visual picture {
		top: 330px;
		width: 60%;
	}
}
@media only screen and (max-width: 360px) {

	#case .case-img {
		
		margin-top: 0;
		margin-bottom: 0;
	
	}

	#header .header__logo {
		width: 140px;
		height: 40px;
		margin-top: 20px !important;
	}


}

.grecaptcha-badge {
	display: none !important;
}

/*@media only screen and (max-width: 374px) {*/
/*	ul.contact-icons {*/
/*		bottom: 23px;*/
/*	}*/
/*	ul.contact-icons li a {*/
/*		font-size: 0.9rem !important;*/
/*		padding: 15px 35px 15px;*/
/*	}*/

/*}*/

@media only screen and (max-height: 850px) {

	#form__modal .form input[type="text"],
	#form__modal .form input[type="email"] {
		padding: 7px 2%;
	}

	#form__modal .form textarea {
		padding: 7px 2%;
		height: 75px;
	}

	#form__modal .center p {
		display: none;
	}

}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(43,217,113, 0.4);
    box-shadow: 0 0 0 0 rgba(43,217,113, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(43,217,113, 0);
      box-shadow: 0 0 0 30px rgba(43,217,113, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(43,217,113, 0);
      box-shadow: 0 0 0 0 rgba(43,217,113, 0);
  }
}

.pulse {
  	animation: pulse 2s infinite;
	-webkit-animation:pulse 2s infinite;
	-moz-animation:pulse 2s infinite;
	-o-animation:pulse 2s infinite;
}

/** Slick CSS **/
.slick-prev:before, .slick-next:before{
	color: #fff;
	display: none;
}
.slick-track picture {
    padding: 2px 30px;
    top: 100px;
    position: relative;
}


/*---- item slider ----*/

/*#process .controls {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 100px;*/
/*	width: 100%;*/
/*	text-align: center;*/
/*}*/


#process .controls a.slick-arrow {
	color: #e7632c !important;
	font-size: 30px;
	margin-left: 20px;
	text-decoration: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 50px;
	background:transparent;
	text-align: center;
	line-height: 50px;
	height: 50px;
	transform: translateY(-50%);
}
#process .controls a.slick-arrow.disabled {
	color: #EEE !important;
}
#process .controls a.slick-arrow:hover,
#process .controls a.slick-arrow:active{
	background:#e7632c;
	color: #0E0F23 !important;
}
#process .controls a.slick-arrow.disabled:hover,
#process .controls a.slick-arrow.disabled:active{
	color: #EEE !important;
}
#process .controls a.slick-arrow.prev{
	left: 0;
}
#process .controls a.slick-arrow.next{
	right: 0;
}


/*---- New Item  Slider  29-06-2020 ----*/

#new-items-slider{
	position: relative;
}
#process .container{
	max-width: 100%;
}
#new-items-slider .item {
	background: #0E0F23;
}
#new-items-slider .item a{
	text-decoration: none;
}
#new-items-slider .item .text__holder{
	padding: 40px;
}
#new-items-slider .item .text__holder figure span {
	color: #FFF;
	font-weight: bold;
	font-size: 5rem;
	margin-right: 20px;
}
#new-items-slider .item .text__holder figure img {
	width: 200px;
	height: auto;
	max-height: 200px;
	display: inline;
}
#new-items-slider .item .text__holder .heading {
	font-size: 50px;
	font-weight: 300;
	color: #FFF;
	margin: 0;
	line-height: 70px;
}
#new-items-slider .item .text__holder p {
	color: #FFF;
	font-size: 22px;
	line-height: 37px;
}
#new-items-slider .item .text__holder .heading {
	font-weight: bold;
	font-size: 60px;
	margin: 0 0 20px;
	color: #E7632C;
}

#new-items-slider .owl-nav .owl-prev,
#new-items-slider .owl-nav .owl-next {
	background: rgba(255,255,255, 0.2);
	color: #E7632C;
	font-size: 30px;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	border-radius: 100%;
	outline: none !important;
	z-index: 2;
	transition: all 0.3s ease 0s;
	opacity: 1;
	visibility: visible;
}
#new-items-slider:hover .owl-nav .owl-prev,
#new-items-slider:hover .owl-nav .owl-next {
	opacity: 1;
	visibility: visible;
}
#new-items-slider .owl-nav .owl-prev.disabled,
#new-items-slider .owl-nav .owl-next.disabled{
	color: #EEE !important;
	background: rgba(0,0,0, 0.2);
}
#new-items-slider .owl-nav .owl-prev {
	left: 15px;
}
#new-items-slider .owl-nav .owl-next {
	right: 15px;
}

@media only screen and (max-width: 1304px){
	#process .container{
		padding: 0;
	}
	#new-items-slider .owl-nav .owl-prev,
	#new-items-slider .owl-nav .owl-next {
		opacity:1;
		visibility:visible;
	}
}
@media only screen and (max-width: 991px){
	#new-items-slider .item .text__holder h2.heading,
	#new-items-slider .item .text__holder h3.heading {
		font-size: 5vw;
		line-height: 7vw;
	}
}
@media only screen and (max-width: 767px){
	#new-items-slider .item .text__holder figure span {
		color: #FFF;
		font-weight: bold;
		font-size: 30px;
		margin-right: 10px;
	}
	#new-items-slider .item .text__holder figure img {
		width: 100px;
		height: auto;
		max-height: 100px;
		display: inline;
	}
	#new-items-slider .item .text__holder {
		padding: 15px;
	}
	#visual .container .breadcrumbs{
		text-align:center;
	}
}
@media only screen and (max-width: 479px){
	#new-items-slider .item .text__holder h2.heading {
		font-size: 8vw !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		line-height: 10vw !important;
	}
	#new-items-slider .item .text__holder h3.heading {
		font-size: 8vw !important;
		line-height: 10vw !important;
	}
}

/*---- Fixes 30-06-2020 ----*/
.ups.visible-xl{
	display: block;
}
.ups.visible-lg{
	display: none;
}
.header__menu ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 22px 0;
}
.header__menu > ul > li {
	margin-left: 30px;
}
.header__menu ul.ups {
	padding: 5px 15px 5px 35px;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
}
body.scroll .header__menu ul.ups{
	border-bottom: none;
}
.header__menu ul.ups > li {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 25px 0 0;
}
.header__menu ul.ups li i {
	color: #E7632C;
	margin-right: 15px;
	font-size: 16px;
}
.header__menu ul.ups li a {
	color: #E7632C;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
.header__menu ul.ups li.contact-btn a img {
	max-width: 25px;
	margin-left: 10px;
	vertical-align: middle;
}
.header__menu ul.ups li.contact-btn a {
	color: #fff;
	padding: 10px 25px;
	display: inline-block;
	font-size: 16px;
	background-image: linear-gradient(to right, #6253e1, #852D91, #33377d,#1d1f47,#151735,#0E0F23);
	border-radius: 25px;
	background-size: 300% 100%;
	box-shadow: 0 5px 20px 0 rgba(126, 52, 161, 0.4);
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header__menu ul.ups li.contact-btn a:hover {
	background-position: 100% 0;
}
.header__menu ul.ups li:last-child{
	margin: 0;
}



@media only screen and (max-width: 1500px){
	.header__menu ul.ups {
		padding: 5px 15px 5px 25px;
	}
	.header__menu ul.ups > li {
		margin: 0 15px 0 0;
	}
	.header__menu ul.ups li i {
		margin-right: 5px;
	}
	.header__menu > ul > li {
		margin-left: 30px;
	}
}
@media only screen and (max-width: 1350px) and (min-width: 1024px){
	.header__menu ul.ups > li {
		margin: 0 15px 0 0;
		font-size: 14px;
	}
	.header__menu ul.ups li i {
		margin-right:5px;
		font-size: 14px;
	}
	.header__menu ul.ups li.contact-btn a {
		padding: 10px 15px;
		font-size: 14px;
	}
	.header__menu > ul > li {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 1299px){
	.header__menu > ul > li {
		margin-left: 15px;
	}
	.header__menu > ul > li > a {
		font-size: 17px;
	}
}
@media only screen and (max-width: 1199px) {
	.header__menu ul.ups li.mail{
		display: none;
	}
}

/*--- error page 404.php 6-07-2020 ----*/
#error-page{
	padding: 180px 0 90px;
}
#error-page .content .title {
	color: #FFF;
	font-size: 48px;
}

.useful-links p {
	display: block;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0 ;
}
.useful-links {
	padding: 50px 0 40px;
}
.useful-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.useful-links ul li {
	margin: 15px 0;
}
.useful-links ul li a{
	display: block;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
}
#error-page .serach-area form label {
	display: block;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 0 ;
}

#error-page .serach-area form div {
	position: relative;
	max-width: 990px;
	display: inline-block;
	width: 100%;
}
#error-page .serach-area input[type="text"],
#error-page .serach-area input[type="tel"],
#error-page .serach-area input[type="email"] {
	font-size: 22px;
	line-height: 1.6;
	color: #000;
	padding: 15px 25px;
	width: 93%;
	border: 1px solid #000;
	border-radius: 0;
	margin-top: 20px;
	outline: none !important;
	position: relative;
	max-width: 100%;
	margin-bottom: 0;
}
#error-page .serach-area input[type="submit"] {
	background: #0E0F23;
	color: #fff;
	padding: 20px 40px;
	font-size: 22px;
	font-weight: 700;
	outline: none !important;
	margin-top: 20px;
	position: absolute;
	right: 10px;
	border: 1px solid #0E0F23;
	text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
	#error-page .serach-area input[type="submit"] {
		right: 0px;
		}
}
@media only screen and (max-width: 1024px){
	#error-page .serach-area input[type="submit"] {
		right: -2px;
		bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	#error-page .serach-area input[type="submit"] {
		position: static;
	}
}
@media only screen and (max-width: 576px) {
		#error-page .serach-area input[type="text"],
		#error-page .serach-area input[type="tel"],
		#error-page .serach-area input[type="email"] {
			width: calc(100% - 50px);
		}
	#error-page .content .title {
		color: #FFF;
		font-size: 36px !important;
	}
}



.header-botton-ribbon {
	display: none;
	width: 100%;
	position: relative;
	z-index: 99999;
	/*background: #2bd972;*/
	background: #e5f3fd;
	text-align: center;
}
.header-botton-ribbon .content a {
	color: #fff;
	font-size: 22px;
	padding: 15px 0;
	text-decoration: none;
	font-weight: 700;
	display: block;
}

@media only screen and (max-width: 1024px) {
	body.scroll .header-botton-ribbon {
		display: inline-block;
	}
	.mobile-menu {
		z-index: 99999;
	}
	ul.contact-icons {
		display: none;
	}
	li.request-quote{
		display: none;
	}
}
@media only screen and (max-width: 576px){
	.header-botton-ribbon .content a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	#visual .text__holder .title {
		font-size: 42px !important;
	}
}
@media only screen and (max-width: 480px) {
	#questions .text__holder .title {
		font-weight: 300;
		color: #FFF;
		font-size: 42px !important;
		line-height: 60px;
	}
}


/*--- Services Section ---*/

.services-box-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.each-service{
	flex: 0 0 33.33%;
    max-width: 33.33%;
	text-align: center;
	position: relative;
}

.each-service::before {
	background: rgba(0,0,0,0.05);
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	transition: all 0.5s ease-out 0s;
	content: "";
}
.each-service::after {
	background: rgba(0,0,0,0.05);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	transition: all 0.5s ease-out 0s;
	content: "";
}
.each-service:hover::before {
	width: 100%;
	height: 100%;
}
.each-service:hover::after {
	width: 100%;
	height: 100%;
}
.each-service a {
	display: block;
	text-decoration: none;
	padding: 40px 15px;
	position: relative;
	z-index: 9;
}
#services .svg-icon img {
	max-width: 160px;
	min-height: 198px;
	object-fit: contain;
}
#services .each-service .title {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #F18B32;
	color: #0e0f23;
	display: inline-block;
	max-width: 220px;
}

@media only screen and (max-width: 767px) {
	.each-service {
		flex: 100%;
		max-width: 100%;
	}
	.each-service a {
		padding: 15px;
	}
}
/*---- Person Image ----*/
#call-back {
	padding: 0;
}
.person img{
	width: 100%;
}
#call-back .flex {
	align-items: center;
}
#call-back .form .fields {
	width: 100%;
	padding: 0 50px;
}


@media only screen and (max-width: 967px){

	#call-back .flex, #call-back .flex--not-equal {
		display: flex;
	}
	#call-back .form .fields {
		padding: 0px 20px;
	}
}
@media only screen and (max-width: 767px)
{
	#call-back {
		padding: 50px 0 30px;
	}
	#call-back .form .fields {
		padding:0;
	}
	#call-back .flex, #call-back .flex--not-equal {
		display: block;
	}
	.person img {
		width: 100%;
		max-width: 225px;
	}

}

/*---- Case Hightlight image ----*/

@media only screen and (max-width: 576px){
	#case-highlight .flex--not-equal {
		display: block !important;
	}
	#case-highlight picture:first-child {
		margin-right: 0;
	}
	#case-highlight picture {
		padding-bottom: 30px;
		display: block;
	}
}

/*--- related case 13-07-2020 ---*/

#related-cases .title-holder .title {
	margin-bottom: 0px;
}
#related-cases .title-holder a {
	font-size: 32px;
	font-weight: 300;
	margin: 0 auto 50px;
	line-height: 1.4;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	max-width: 340px;
	border-bottom: 1px solid #E7632C;
}

/*---- Pages  banner  spacing issues responsivness ----*/

@media only screen and (max-width: 1024px){
	#visual.index-pg .text__holder {
		padding-top: 160px;
	}
	#visual {
		padding-top: 80px;
	}

	#visual .text__holder {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767px){
	#related-cases .title-holder a {
		font-size: 28px;
		max-width: 300px;
	}
	#visual.index-pg .text__holder {
		padding-top: 75px;
	}
	#visual {
		padding-top: 125px;
	}
}

.logo-text{
	font-size: 22px;
	font-weight: 300;
	color: #000;
	line-height: 1.4;
}
/*---- UI Fxies  14-07-2020 ----*/

@media only screen and (max-width: 967px) {
	#quote .text__holder {
		padding: 0;
	}
	#quote .quote-overlay {
		display: none;
	}
	#quote .text__holder .btn {
		display: block;
		max-width: 215px;
	}
	#service-highlight .service-highlight--bottom-right-box .text__holder {
		padding-bottom: 0;
	}
}

/*---- Ui Fixes 15-07-2020 ----*/


.callback-form-text.visible-desktop{
	display: block;
	padding-top:35px;
}
.callback-form-text.visible-mob{
	display: none;
}
.callback-form-text p {
	font-size: 25px;
    font-weight: 400;
    margin: 0 0 0px 50px;
    line-height: 1.4 !important;
    color: #000;
    text-decoration: none;
    display: block;
    padding-bottom: 8px;
}
.callback-form-text p:nth-of-type(2) {
    padding-bottom: 30px;
    font-size: 21px;
}
#customer-logos .subtitle {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
	max-width: 360px;
	margin: 0 auto 70px;
	border-bottom: 1px solid #E7632C;
}
.each-service .title-holder p{
	font-size: 22px !important;
	line-height: 1.4;
	color: #000;
	max-width: 320px;
	margin: 10px auto 0;
	font-weight: 300;
}
@media only screen and (max-width: 767px){
	.callback-form-text p {
		margin: 10px 0 !important;
		text-align: center;
		font-size: 25px !important;
	}
	#customer-logos .subtitle{
		font-size: 28px !important;
		margin-bottom: 50px;
		max-width: 320px;
	}
	.breadcrumbs {
		font-size: 14px;
	}
	.callback-form-text.visible-desktop{
		display: none;
	}
	.callback-form-text.visible-mob{
		display: block;
	}
}

/*--- related  Case  Slider ---*/

#related-case-slider {
	margin-bottom: 75px;
}
#related-cases .related-cases #related-case-slider .case {
	width: 100%;
	background: #0E0F23;
	padding: 10px;
	justify-content: flex-start !important;
}
#related-cases .related-cases #related-case-slider .fit img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	height: 200px;
	object-fit: contain;
}
#related-cases .related-cases #related-case-slider .case .text__holder .heading {
	font-size: 27px;
	line-height: 40px;
	margin: 0 0 30px;
}
#related-cases .related-cases #related-case-slider .case .text__holder {
	width: auto;
	padding: 30px 30px;
}
#related-case-slider .owl-nav .owl-prev, #related-case-slider .owl-nav .owl-next {
	background: rgba(0,0,0,0.2);
	color: #E7632C;
	font-size: 30px;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	border-radius: 100%;
	outline: none !important;
	z-index: 2;
	transition: all 0.3s ease 0s;
	/* opacity: 0; */
	/* visibility: hidden; */
}

#related-case-slider .owl-nav .owl-prev.disabled,
#related-case-slider .owl-nav .owl-next.disabled{
	color: #EEE !important;
	background: rgba(0,0,0, 0.2);
}
#related-case-slider .owl-nav .owl-prev {
	left: -60px;
}
#related-case-slider .owl-nav .owl-next {
	right: -60px;
}

@media only screen and (max-width: 1499px){
	#related-case-slider .owl-nav .owl-prev, #related-case-slider .owl-nav .owl-next {
		background: rgba(255,255,255,0.2);
	}
	#related-case-slider .owl-nav .owl-prev {
		left: 15px;
	}
	#related-case-slider .owl-nav .owl-next {
		right:15px;
	}
}
@media only screen and (max-width: 1024px){
	#related-case-slider .owl-nav .owl-prev {
		left: 0;
	}
	#related-case-slider .owl-nav .owl-next {
		right:0;
	}
}
@media only screen and (max-width: 767px){
	#related-case-slider .owl-nav .owl-prev {
		left: 5px;
	}
	#related-case-slider .owl-nav .owl-next {
		right:5px;
	}
}

/*---- Single page  case filter ----*/
.filter.single-page-filter {
	color: #FFF;
	padding: 50px 0 0px;
}
/*---- Newsletter for Styling ----*/
.newsletter-form {
/* 	margin-bottom: 30px; */
}
.emaillist{
	text-align: center
}
.emaillist .es_caption {
	padding-bottom: 20px;
	padding-right: 0;
	font-weight: 300;
	color: #FFF;
	font-size: 32px;
	line-height: 1.4;
	flex: 0 0 100%;
	text-align: center;
	max-width: 93%;
}

.es_subscription_form {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 30px;
}
.es-field-label {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	margin: 0;
	width: 100px;
}
.es-field-wrap {
	flex: 0 0 42.5%;
	max-width: 42.5%;
}
.emaillist form input[type="text"], .emaillist form input[type="email"] {
	font-family: 'Titillium';
	font-size: 22px;
	line-height: 1.4;
	color: #000;
	padding: 10px 15px;
	width: calc(100% - 130px);
	border: none;
	outline: none !important;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 0;
}
.form-submit-action {
	flex: 0 0 15%;
	max-width: 15%;
	text-align: right;
}
.form-submit-action input[type="submit"] {
	border: none;
	cursor: pointer;
	flex: 0 0 100%;
	max-width: 170px;
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	padding: 13px 30px;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(to right, #f18a32, #e7642c, #ec7d1e, #d2480d) !important;
	background-size: 300% 100% !important;
	margin: auto;
	outline: none !important;
	width: 100%;
	border-radius: 4px;
}



@media only screen and (max-width: 1299px){
	.form-submit-action {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: right;
	}
	.es-field-wrap {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media only screen and (max-width: 967px){

	.es-field-wrap label {
		margin-bottom: 0 !important;
	}
	.es-field-wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px){
	.es-field-label {
		font-size: 18px;
		width: 70px;
		text-align: left;
	}
	.emaillist form input[type="text"], .emaillist form input[type="email"] {
		width: calc(100% - 100px);
	}
}

/*-- Call me bac section on Tab Ipad ----*/

@media only screen and (max-width: 991px) and (min-width: 767px){
	#call-back .form .btn {
		font-size: 18px;
		padding: 15px 15px;
	}
	#call-back .form input[type="text"], #call-back .form input[type="tel"], #call-back .form input[type="email"] {
		font-size: 18px;
		line-height: 1.4;
		padding: 10px 5px;
		margin-bottom: 15px;
		width: 100%;
	}
	.callback-form-text p {
		margin: 0 0 20px 20px;
	}
	#call-back .form .flex--not-equal p{
		margin: 25px 0;
	}
}



/*.icon-bounce2 {*/
/*	animation: icon-bounce2 2s ease infinite;*/
/*}*/
/*@keyframes icon-bounce {*/
/*	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}*/
/*	40% {transform: translateY(-30px);}*/
/*	60% {transform: translateY(-15px);}*/
/*}*/



@supports (-webkit-touch-callout: none) {
	@media only screen and (max-width: 991px){
		#case-highlight{
			background-attachment: scroll;
		}
	}
	#case-highlight .flex--not-equal {
		display: flex !important;
	}
	#case-highlight picture:first-child {
		margin-right: 50px;
	}
}

/*-- Archive Page Filter or text setting --*/

.archive-case .filter {
	color: #FFF;
	padding: 30px 0 10px;
}
.archive-case #visual .page-intro {
	margin-bottom: 10px;
}
.archive-case #visual .filter select {
	margin: 0;
}
@media only screen and (max-width: 767px){

	@media only screen and (max-width: 767px)
		.archive-case .filter {
			color: #FFF;
			padding: 10px 0 30px;
		}
	.archive-case #visual .page-intro {
		margin-bottom: 0;
	}
}

.bg-grey-shapes.advice {
	margin-top: -1px;
	padding-top: 120px;
}
#call-back {
	margin-top: -2px;
	position: relative;
}

/*---- quote form text setting ----*/

	#quote-form .Offerte-content h4{
		font-size: 18px;
		line-height: 1.4;
		color: #000;
		margin: 15px 0;
	}
	#quote-form .Offerte-content p{
		font-size: 18px;
		line-height: 1.4;
		color: #000;
		margin: 15px 0;
	}
	#quote-form .Offerte-content ul{
		margin: 0;
		padding: 0;
		padding-left: 20px;
	}
	#quote-form .Offerte-content ul li {
		padding-left: 15px;
		font-size: 18px;
		line-height: 1.4;
		list-style: decimal;
	}



/*---- Static Call to action section ----*/


	#call-to-action{
		width: 100%;
		background: #0e0f23;
		padding: 15px 0;
		position: relative;
	}
	#call-to-action::before {
		content: '';
		z-index: 3;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: url(../img/dotted-lines-al.png) no-repeat left 8px;
		background-size: contain;
	}
	.cta-wrapper{
		display: flex;
		flex-wrap: wrap;
	}
	.each-cta-box{
		flex: 0 0 33.33%;
		max-width: 33.33%;
		text-align: center;
		position: relative;
	}
	.each-cta-box::before {
		background: rgba(255,255,255,0.1);
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 0;
		transition: all 0.5s ease-out 0s;
		content: "";
	}
	.each-cta-box::after {
		background: rgba(255,255,255,0.1);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 0;
		transition: all 0.5s ease-out 0s;
		content: "";
	}
	.each-cta-box:hover::before {
		width: 100%;
		height: 100%;
	}
	.each-cta-box:hover::after {
		width: 100%;
		height: 100%;
	}
	.each-cta-box a {
		display: block;
		text-decoration: none;
		padding: 15px;
		position: relative;
		z-index: 9;
		max-width: 250px;
		margin: 0 auto;
	}
	.cta-icon{
		font-size: 48px;
		
		display: block;
	}
	.cta-content p.cta-title {
		margin-bottom: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #F18B32;
		color: #fff;
		display: inline-block;
		font-size: 18px!important;
		font-weight: 700;
		margin: 10px 0 5px!important;
	}
	.cta-content p.desc {
		font-size: 16px !important;
		line-height: 1.4;
		color: #fff;
		margin: 0 !important;
		font-weight: 300;
	}

@media only screen and (max-width:767px) {
	.each-cta-box {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
	/*---- Slider  Conflict Solved ----*/
	#content.content-adjustment-2 .logos {
		width: 100%;
		margin-top: 0;
		padding-top: 0;
		border-top:none;
	}
	.content-adjustment #content{
		padding:0 ;
	}




	/*---- New Fixes ----*/
	.goreiscen-btn{
		color: #fff;
		font-size: 18px;
		background-image: linear-gradient(to right, #6253e1, #852D91, #33377d,#1d1f47,#151735,#0E0F23);
		background-size: 300% 100%;
		display: block;
		width: 100%;
		padding: 10px 0;
		border-radius: 30px;
		text-align: center;
		text-decoration: none;
	}
	.goreiscen-btn img {
		max-width: 30px;
		margin: 0 10px;
		vertical-align: middle;
	}
	.top-bar-labels{
		text-align: center;
	}
	.top-bar-labels li {
		font-size: 16px;
		line-height: 1.6;
		margin: 0 20px;
		line-height: 1.4 !important;
		display: inline-block;
	}
	.top-bar-labels li i {
		color: #E7632C;
		margin-right: 5px;
		font-size: 16px;
	}

@media only screen and (max-width: 767px){
	.top-bar-labels {
		text-align: left;
		display: flex;
		flex-flow: column wrap;
		align-items: center;
	}
	.top-bar-labels li {
		margin: 10px 0;
		display: block;
		width: 100%;
		max-width: 230px;
	}
	.top-bar-labels li i {
		margin-right: 15px;
	}
	
}

@media only screen and (max-width: 480px){
	.goreiscen-btn span{
		display: block;
	}
	.goreiscen-btn img {
		margin: 0 0 0 5px;
	}
}


/*---- Demo offerte bar ----*/

@media only screen and (max-width: 1024px){
	@keyframes pulse {
		0% {
			-moz-box-shadow: 0 0 0 0 rgba(43,217,113, 0.4);
			box-shadow: 0 0 0 0 rgba(43,217,113, 0.4);
		}
		70% {
			-moz-box-shadow: 0 0 0 15px rgba(43,217,113, 0);
			box-shadow: 0 0 0 15px rgba(43,217,113, 0);
		}
		100% {
			-moz-box-shadow: 0 0 0 0 rgba(43,217,113, 0);
			box-shadow: 0 0 0 0 rgba(43,217,113, 0);
		}
	}

	.pulse {
		animation: pulse 2s infinite;
		-webkit-animation:pulse 2s infinite;
		-moz-animation:pulse 2s infinite;
		-o-animation:pulse 2s infinite;
	}
}

/*---- Filter Buttons UI Fixes  21-08-2020 ----*/

	.kennisbank-listing .filter {
		color: #FFF;
		padding: 30px 0 10px;
	}
	.kennisbank-listing #visual .page-intro {
		margin-bottom: 10px;
	}
	.kennisbank-listing #visual .filter select {
		margin: 0;
	}
	.kennisbank-listing .filter .category-select p{
		display: inline-block;
		margin: 0;
	}
	.kennisbank-listing .filter .flex {
		justify-content: flex-end;
	}
	.kennisbank-listing .faq-blog-button-holder {
		flex: 0 0 calc(100% - 250px);
		text-align: right;
		width: calc(100% - 250px);
		margin-right: 4px;
	}
	.kennisbank-listing .faq-blog-button-holder a {
		max-width: 220px;
		width: 100% !important;
		border: 1px solid #E7632C;
		display: inline-block;
		font-size: 25px;
		padding: 22px 10px;
		background: rgba(231,171,105,0.6);
		color: #FFF;
		cursor: pointer;
		text-decoration: none;
		text-align: left;
		font-weight: 500;
	}
	.kennisbank-listing .faq-blog-button-holder a:hover{
		background: rgba(231,171,105,1);
	}
	.kennisbank-listing .filter .category-select {
		max-width: 250px;
		flex: 0 0 250px;
	}
	.kennisbank-listing .filter select {
		width: 100%;
	}


	@media only screen and (max-width: 1304px) and (min-width: 992px){
		.kennisbank-listing .filter .category-select {
			max-width: 200px;
			flex: 0 0 200px;
		}
		.kennisbank-listing .filter select {
			font-size: 22px;
		}
		.kennisbank-listing .faq-blog-button-holder {
			flex: 0 0 calc(100% - 200px);
			width: calc(100% - 200px);
		}
		.kennisbank-listing .faq-blog-button-holder a {
			max-width: 120px;
			font-size: 22px;
		}
	}


@media only  screen and (max-width:991px){
	.kennisbank-listing .filter .flex {
		display: block;
	}
	.kennisbank-listing #blog .item:first-child picture {
		margin-top: 0;
	}
	.kennisbank-listing .faq-blog-button-holder {
		flex: 0 0 100%;
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.kennisbank-listing .filter .category-select {
		max-width: 488px;
		flex: 0 0 488px;
	}
	.kennisbank-listing #visual .filter select {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 576px){
	.kennisbank-listing .faq-blog-button-holder a:first-child{
		margin-bottom: 10px;
	}
	.kennisbank-listing .faq-blog-button-holder a {
		width: calc(100% - 20px) !important;
		max-width: 100%;
	}
	.kennisbank-listing .filter .category-select {
		max-width: 100%;
		flex: 0 0 100%;
	}

}
/*---- 31-08-2020 ----*/
	.single-case #visual .text__holder p {
		font-size: 38px;
		font-weight: 300;
		line-height: 50px;
	}




	/*---- Background overlay stylling  001-09-2020 ----*/

	.homepage #service-highlight .service-highlight--bottom-box .service-highlight--bottom-box-bg {
		background-image: url(../img/new-partner-bg.jpg) !important;
	}
	#contact-bar {
		padding: 75px 0;
		background-repeat: no-repeat !important;
		background: #0E0F23;
		background-size: cover !important;
		background-position: center !important;
		position: relative;
		background-attachment: fixed !important;
	}
	#contact-bar:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(14, 15, 35, 0.85);
		z-index: 1;
	}
	.sec-whole-content{
		position: relative;
		z-index: 2;
	}
	@media only screen and (max-width: 767px){
		#contact-bar .contact-left a.tel {
			font-size: 32px;
		}
		#service-highlight .service-highlight--bottom-box .service-highlight--bottom-box-bg::after {
			background: rgba(232,102,44,.9);
			background: linear-gradient(to right,rgba(241,138,50,.9),rgba(231,100,44,.9),rgba(210,72,13,.9) 30%) !important;
		}
	}
	@supports (-webkit-touch-callout: none) {
		@media only screen and (max-width: 991px){
			#contact-bar {
				background-attachment: scroll !important;
			}

		}
	}

/*-- Privacy Policy temperory csss --*/

#cookie-notice .cookie-notice-container .btn {
	font-size: 13px !important;
    font-weight: 400 !important;
}

#bottom .flex {
	justify-content: center;
}

/* Google Revies CSS for slider 14OCT2020 */
#google-reviews-slider {
	padding: 75px 0 25px 0;
	background-color: #f7f7f7;
}

@media only screen and (max-width: 750px){
	.container .rplg .rplg-slider .rplg-slider-next {
		right: -12px !important;
	}

	.container .rplg .rplg-slider .rplg-slider-prev {
		left: -12px !important;
	}

	.container .rplg .rplg-slider .rplg-slider-prev, .container .rplg .rplg-slider .rplg-slider-next {
		top: 40% !important;
	}
}


/*-- Audio --*/
	.audio-file{
		margin: 20px 0;
		text-align: center;
	}
	.homepage .audio-file{
		margin: 20px 0;
		text-align: left;
	}


	/*---- New Forms ----*/

	#quote-form .form .form-inner-text ul,
	#quote-form .form .form-inner-text ol{
		margin: 0;
		padding: 0;
		padding-left: 20px;
	}

	#quote-form .form .form-inner-text p,
	#quote-form .form .form-inner-text ul li,
	#quote-form .form .form-inner-text ol li{
		color: #000;
		font-size: 18px;
		line-height: 32px;
		margin: 0px 0px 10px 0px;
	}



	/*----- Form styling ----*/

	.gratis-health-check-app-form #quote-form{
		position: relative;
		margin: -1180px 0 100px;
	}
	.offerte-aanvraag-form #quote-form {
		position: relative;
		margin: -1250px 0 100px;
	}
	.gratis-landingspagina #quote-form {
		margin: -1180px 0 100px;
	}
	.groeiscan-form #quote-form {
		margin: -1280px 0 100px;
	}

	@media only screen and (max-width: 991px){
		.gratis-health-check-app-form #quote-form {
			margin: -1000px 0 100px;
		}
		.gratis-landingspagina #quote-form {
			margin: -1120px 0 100px;
		}
		.offerte-aanvraag-form #quote-form {
			margin: -880px 0 100px;
		}
		.groeiscan-form #quote-form {
			margin: -1100px 0 100px;
		}
	}
	@media only screen and (max-width: 768px){
		.groeiscan-form #quote-form {
			margin: -900px 0 100px;
		}
		.gratis-landingspagina #quote-form {
			margin: -900px 0 100px;
		}
	}
	@media only screen and (max-width: 767px){
		.gratis-landingspagina #visual .text__holder p,
		.gratis-health-check-app-form #visual .text__holder p{
			margin-bottom: 0 !important;
		}
		.gratis-health-check-app-form #quote-form {
			margin: -950px 0 100px;
		}
		.gratis-landingspagina #quote-form {
			margin: -1040px 0 100px;
		}
		/*.offerte-aanvraag-form #quote-form {*/
		/*	margin: -800px 0 100px;*/
		/*}*/
		.groeiscan-form #quote-form {
			margin: -970px 0 100px;
		}
	}
	@media only screen and (max-width: 410px){
		.gratis-landingspagina #quote-form {
			margin: -980px 0 100px;
		}
	}
	.appelit-wpml-lang-switcher {
		text-align: center;
	}
	
	@media only screen and (max-width: 1024px) {
		.appelit-wpml-lang-switcher .wpml-ls-legacy-list-horizontal {
			padding: 0;
		}
		body.scroll #header .header__logo {
			height: 95px;
			background-position-y: top !important;
		}
		body.scroll #header .header__logo a {
			height: 63.5px;
		}
		body.scroll a.tel-mobile {
			padding: 44px 28px 44px;
		}
		body.scroll .toggle-mobile-menu {
			padding: 44px 25px;
		}
	}
	
	/*Styles for current menu item */
	.header__menu ul .current-menu-item:last-child
	{
		border-bottom: 0px;
	}
	.header__menu ul .current-menu-item{
		border-bottom: 3px solid #da432a;
	}
	.header__menu ul .current_page_parent{
		border-bottom: 3px solid #da432a;
	}
	div#es_form_f1-n1 form {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#es_form_f1-n1 .es_subscription_form_submit{
		border: none;
		cursor: pointer;
		flex: 0 0 100%;
		max-width: 170px;
		color: #fff;
		font-size: 22px;
		font-weight: 400;
		padding: 13px 30px;
		text-decoration: none;
		text-align: center;
		background: linear-gradient(to right,#f18a32,#e7642c,#ec7d1e,#d2480d)!important;
		background-size: 300% 100%!important;
		margin: 0 0 auto;
		outline: none!important;
		width: 100%;
		border-radius: 4px;
	}
	div#es_form_f1-n1 .es-field-wrap label {
		display: inline-flex;
		width: 100%;
		color: #fff;
		align-items: center;
		justify-content: space-evenly;
		margin-bottom:0px;
	}
	.cn-button {
		font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
		font-weight: 400;
		font-size: 13px;
		letter-spacing: .25px;
		line-height: 20px;
		margin: 0;
		padding: 0;
		text-align: center;
		text-transform: none;
		display: inline-block;
		cursor: pointer;
		touch-action: manipulation;
		white-space: nowrap;
		outline: none;
		box-shadow: none;
		text-shadow: none;
		border: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	a#cn-accept-cookie {
		padding: 5px 10px;
	}
	a#cn-more-info {
		padding: 5px 10px;
	}
	#contact-bar .contact-right .fab.fa-twitter::before,
	.contact-info .social-icons .fab.fa-twitter::before{
		content: "";
	}
	#contact-bar .contact-right i.fab.fa-twitter {
		width: 22px;
		height: 24px;
		background: url(https://appelit.com/wp-content/uploads/2024/01/x-twitter.png);
		background-size: 22px;
		background-repeat: no-repeat;
		/* background-position: center; */
	}
	.contact-info .social-icons i.fab.fa-twitter{
		width: 43px;
		height: 30px;
		background: url(https://appelit.com/wp-content/uploads/2024/01/x-logo-white-bg.png);
		background-size: 45px;
		background-repeat: no-repeat;
		background-position: right;
	}
	.home .iso-img-home-page{
		max-width:55%;
	}
	.mobile-menu img.mobile-iso-nav-img {
		max-width: 222px;
		margin:0 !important;
	}
	/* Thumb after offeret button*/
	.request-quote::after {
/* 		content: "\1F446";
		font-size: 20px;
		color: white; */
		content: "";
		display: inline-block;
		width: 23px;
		height: 23px;
		background: url(https://appelit.com/wp-content/uploads/2025/02/creative-idea-icon.png) no-repeat center;
		background-size: contain;
		margin-left: 4px;
	}
	/* quote form css styles */
	span.wpcf7-form-control.wpcf7-radio.aanvraag {
    	display: block;
	}
	#quote-form textarea {
    	height: 190px;
		color:#222;
	}
	#quote-form h3.heading.heading-3 {
		margin: 30px 0;
		font-size: 25px !important;
		line-height: 30px !important;
		margin-bottom: 30px;
		font-weight: 500;
		margin-top:15px;
		text-transform:initial;
	}
	#quote-form .color-black{
		color:black;
	}
    span.wpcf7-form-control.wpcf7-radio.gevonden,
	span.wpcf7-form-control.wpcf7-radio.budget{
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	#quote-form .center p {
		margin: 35px;
	}
	@media screen and (max-width: 967px) {
		#quote-form span.wpcf7-form-control.wpcf7-radio {
			display: flex;
        	flex-direction: column;
		}
		#quote-form form label {
			margin-bottom: 20px;
		}
		#quote-form form .wpcf7-radio span.wpcf7-list-item {
			margin-bottom: 0px !important;
		}
		#quote-form .center p{
			display:block !important;
		}
		#quote-form span.wpcf7-spinner{
			display:none;
		}
		form.submitting span.wpcf7-spinner{
			display:inline-table !important;
		}
	}
	#quote-form .accordian-item .accordion-header{
		/*padding: 20px 0;*/
		padding: 0;
		cursor: pointer;
		display: flex;
        align-items: center;
        justify-content: space-between;
	}
	#quote-form .accordian-item h2{
		margin-bottom: 10px;
	}
    #quote-form div.accordian-content {
		display: none;
	}
	#quote-form .accordion-header i.fas.fa-plus,
	#quote-form .accordion-headeri.fas .fa-minus{
		font-size: 18px;
	}
	#quote-form .center p {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	#quote-form h2.heading{
		font-weight:500;
	}
	#quote-form input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.planning-date {
	    background-color: #fff;
	}

	/* Styling for the radio button group */
	.radio-group {
	  margin-bottom: 20px;
	}

	.radio-label {
	  display: flex;
	  align-items: center;
	  gap: 8px;
	  position: relative;
	}
	.form-fields-inner{
		padding: 40px 100px 0;	
	}
	@media(max-width:767px){
		.form-fields-inner{
			padding: 20px 0px;	
		}
	}

	/* Accordion Container */
	.accordion-container {
	  font-family: Arial, sans-serif;
	  margin: 0px;
	  position: relative;
	  display: inline;
	}
	/* Accordion Trigger (Icon) */
	.accordion-trigger {
	  margin-left: 0px;
	  border:none;
	  background:transparent;
	}
	button.accordion-trigger i.fa.fa-info-circle {
		font-size: 20px;
		color: #e56634;
	}
	/* Accordion Content */
	.accordion-content {
	  max-height: 0;
	  overflow: hidden;
	  background-color: #f9f9f9;
	  color: #333;
	  padding: 0 10px;
	  font-size: 14px;
	  line-height: 1.5;
	  border-left: 3px solid #f2631f;
	  margin-top: 10px;
	  border-radius: 5px;
	  transition: max-height 0.3s ease, padding 0.3s ease;
	}
	/* Expanded Accordion Content */
	.accordion-container.open .accordion-content {
	  max-height: 200px; /* Adjust based on content length */
	  padding: 10px;
	}
	.accordion-content ul {
		padding-left: 25px;
		margin-top: 8px;
	}
	li#menu-item-13580 {
		/*visibility: hidden;*/
		display: none;
	}
	@media only screen and (max-width: 768px) {
		.accordion-content br {
			display: block;
		}
		.accordion-container.open .accordion-content {
		  max-height: 400px; /* Adjust based on content length */
		}
		li#menu-item-13580 {
			/*visibility: visible;*/
			display: block;
		}
		/* 	CF7 Modal */
		.cf7-modal {
		  display: none;
		  position: fixed;
		  z-index: 9999;
		  padding-top: 100px;
		  left: 0; top: 0;
		  width: 100%; height: 100%;
		  overflow: auto;
		  background-color: rgba(0,0,0,0.6);
		}
		.cf7-modal-content {
		  background: #fff;
		  margin: auto;
		  padding: 20px;
		  border-radius: 8px;
		  width: 90%; max-width: 400px;
		  text-align: center;
		  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
		  position: absolute;
			top:50%;
		}
		#quote-form .cf7-modal-content p{
			margin:0px !important;
		}
		.cf7-modal-close {
		  position: absolute;
		  right: 15px; top: 0px;
		  font-size: 24px; cursor: pointer;
		}
	}
	@media only screen and (max-width: 450px) and (min-width: 412px) {
		.offerte-aanvraag-form #quote-form {
			margin: -915px 0 100px;
		}
	}
	#quote-form span.wpcf7-not-valid-tip {
		bottom: inherit;
	}
	/* Top Bar */
	.top-bar {
		background-color: #1e1e37; /* Dark blue */
		color: white;
		padding: 10px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contact-link{
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.top-bar-link{
		color: #2bd972; /* Green */
		font-weight: bold;
		text-decoration: none;
	}
	.top-bar-link:hover, .contact-link:hover {
		text-decoration: underline;
	}
	.top-bar-left {
		margin-left: 41px;
	}
	.top-bar-left span {
		font-size: 18px;
	}
	.top-bar-right {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/*
	div#wpadminbar {
		display: none;
	}
	*/
	.home .iso-img-home-page {
		max-width: 75%;
	}
	.top-bar .container {
		display: flex;
		justify-content: space-between;
		max-width: 1380px;
	}
	.top-bar-right span {
		margin-right: 40px;
	}
	a.top-bar-link {
		margin-left: 15px;
		font-size: 18px;
	}
	a.contact-link {
		font-size: 18px;
	}
	a.top-bar-link i {
		vertical-align: middle;
	}
	@media only screen and (max-width: 1025px) {
		
		.header-botton-ribbon .content a:after {
		  content: "";
		  width: 22px;
		  height: 22px;
		  background: url(https://appelit.com/wp-content/uploads/2025/02/creative-idea-icon.png) no-repeat center;
		  background-size: auto;
		  display: inline-block;
		  background-size: contain;
		  margin-left: 4px;
		}
		
		.top-bar{
			height:47px;
		}
		.top-bar-right {
			display: none;
		}
		.top-bar-left {
			font-size: 15px;
			display: grid;
			margin: 0 auto;
		}
		a.tel-mobile{
			top:67px;
		}
		.toggle-mobile-menu{
			top:67px;
		}
		.top-bar .container{
			padding:0px;
		}
		.top-bar-left span{
			text-align:center;
			display: -webkit-box;
        	-webkit-box-orient: vertical;
        	-webkit-line-clamp: 2;
        	overflow: hidden;
        	word-break: break-word;
			line-height: 1.2;
		}
		.top-bar-link, .contact-link{
			text-align:center;
			margin-top: 5px;
		}
	}
/* Quick Scan form css styles */
	#quote-form .quick-scan h2.heading {
		line-height: 37px;
	}
	.quick-scan{
		margin-top:200px;
	}
	@media only screen and (max-width: 767px) {
		.quick-scan {
		  margin-top: 120px;
		}
	}
	@media only screen and (max-width: 1025px) {
		#quote-form .quick-scan h2.heading{
			word-break:break-word;
		}
	}


.slist-mobile-view {
  display: flex;
  justify-content: center;
}
.slist-mobile-view .service-list{
	float: none;
}
.slist-mobile-view .ssubmit-btn {
  margin: 10px 0;
}
.slist-mobile-view .services-dropdown {
  width: 365px;
  margin-bottom: 0;
}
.slist-mobile-view .services-wrap:after {
  bottom: 15px;
}
.header__menu ul{
	float:left;
}
.service-list {
  float: left;
  margin: 15px 15px 0 15px;
}
.services-wrap {
  display: inline-block;
  position: relative;
}
.services-dropdown {
  width: 350px;
  border-radius: 30px;
  font-size: 16px;
  padding: 15px 15px;
  margin-bottom: 15px;
  color: #0f2535;
  background-color: #f5fbff;
  cursor: pointer;
}
.ssubmit-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f9560a;
  color: #fff;
  border: none;
  cursor: pointer;
}
.services-wrap:after {
  position: absolute;
  bottom: 32px;
  right: 12px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  background: #f5fbff;
  padding: 1px 3px;
}

@media only screen and (min-width: 1201px) and (max-width: 1440px){
	.service-list .services-dropdown{
		width:153px;
		padding: 15px 20px 15px 15px;
	}
	.header__menu ul li a {
		font-size:16px;
	}
} 

@media only screen and (min-width: 1024px){
	.header__menu .quote-menu-link{
		display:none;
	}
}

.top-bar-right a.contact-link{
	padding-left:6px;
}
.quote-link {
  color: #2bd972;
  font-size: 18px;
  font-weight: 700;
}
.quote-link:after{
  content: '|';
  padding-left: 6px;
}
.quote-menu-link {
/*   text-decoration: underline; */
}
.mobile-menu ul li.quote-menu-link a {
    color: #f75217;
}
.quote-menu-link a span:after {
    content: '➡️';
    position: absolute;
    right: 6%;
    top: 0;
    color: #000;
    margin-right: -6px;
    font-size: 19px;
}
#quote-form .accordian-content p {
  margin-top: 0 !important;
}
.accordion-content li::marker {
    content: "* ";
}
div#call-to-action {
    padding: 20px 0px;
}