@charset "UTF-8";

body {
	font-family: 'Baloo Da 2', cursive;
	text-align: left;
	font-size: 18px;
	background: #ffffff;
	color: #000000;
}

h1,h2,h3 {
	margin-bottom: .75em; 
	font-weight: 700;
	color: #119b53;
	text-transform: uppercase;
}
h1 { font-size: 50px; line-height: 50px; }
h2 { font-size: 42px; line-height: 42px; text-align: center; }
h3 { font-size: 25px; line-height: 25px; }
a { text-decoration: none; color: #e88107; }

.special-title { display: block; margin-bottom: .5em; text-transform: uppercase; font-weight: 700; }

.bloc-text h2,
.bloc-text h3,
.bloc-text h4 { text-align: left; }
.bloc-text a { text-decoration: underline; }
.bloc-text a:hover { text-decoration: none; }
.bloc-text li { position: relative; padding-left: 40px; margin-bottom: .5em; }
.bloc-text li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	display: block;
	width: 25px;
	height: 18px;
	background: url('../../img/icons/list-bullet.svg') top center no-repeat;
	background-size: 100%;
}

/* Placeholder */
::-webkit-input-placeholder { color: #989898; font-style: italic; }
::-moz-placeholder { color: #989898; font-style: italic; }
:-ms-input-placeholder { color: #989898; font-style: italic; }
:-moz-placeholder { color: #989898; font-style: italic; }

/* Inputs */
input {
	width: 100%;
	padding: .75em 1em;
	outline: none;
	font-size: 18px;
	font-family: 'Baloo Da 2', cursive;
	box-shadow: none;
	border: none;
	background: #fff;
	color: #000000;
}

.wrap-input {
	float: left;
	width: calc( 96% / 2);
	margin-right: 4%;
	margin-bottom: 1.5em;
}
.wrap-input:nth-of-type(2n) { margin-right: 0; }
.wrap-input span { display: block; margin-bottom: .25em; color: #fff; }

/* Textarea */
textarea {
	width: 100%;
	padding: 1em;
	background: #fff;
	border: none;
	font-family: 'Baloo Da 2', cursive;
	font-size: 18px;
	resize: none;
	outline: none;
	min-height: 180px;
}
.wrap-textarea span { display: block; margin-bottom: .25em; color: #fff; }

/* BTN */
button { border: none; font-family: 'Baloo Da 2', cursive; cursor: pointer; }
.btn,
.btn-border {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 10px 35px;
	background: #119b53;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-border { background: transparent; border: 1px solid #1b2331; }
.btn:after,
.btn-border:after {
	content: '';
	position: absolute;
	left: -25%;
	width: 150%;
	height: 200px;
	background: #1b2331;
	transform: translateY(-45%) skew(25deg) scale(0);
	transition: 300ms ease-in-out;
}
.btn-border:after { background: #fff; }
.btn:hover:after,
.btn-border:hover:after { transform: translateY(-45%) skew(25deg) scale(1); }
.btn:hover span,
.btn-border:hover span { position: relative; z-index: 1; }
.btn-border:hover span { color: #119b53; }

/* Slick */
.slick-prev,
.slick-next {
	z-index: 6;
	width: 40px !important;
	height: calc(100% - 20px) !important;
	background: transparent url(../../img/icons/arrow.svg) no-repeat center center !important;
	background-size: 50% auto !important;
}
.slick-prev { left: -35px !important; }
.slick-next { right: -35px !important; }
.slick-prev { transform: translate(0, -50%) rotate(180deg) !important; -webkit-transform: translate(0, -50%) rotate(180deg) !important; }
.slick-prev:before,
.slick-next:before { content: none !important; }

/* Page container */
.container { overflow: hidden; position: relative; max-width: 1240px; width: 100%; margin: 0 auto; padding: 1em 20px; }

/* Banners */
.banner {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.wrap-home-banner .banner .container { z-index: 1; overflow: inherit; height: 812px; padding-top: 295px; }
.wrap-home-banner .banner h1 { margin-bottom: .5em; line-height: 70px; font-size: 70px; color: #fff; font-weight: 700; }
.wrap-home-banner .slick-dots {
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
	max-width: 1240px;
	padding: 0 1em;
	text-align: left;
}
.wrap-home-banner .slick-dots li { margin-right: 8px; }
.wrap-home-banner .slick-dots li button { width: 19px; height: 19px; background: rgba(255,255,255, .4); }
.wrap-home-banner .slick-dots li.slick-active button { background: rgba(255,255,255, 1); }
.wrap-home-banner .slick-dots li button:before { content: none; }

.page-banner .banner .container { z-index: 1; overflow: inherit; height: 544px; padding-top: 260px; text-align: center; }
.page-banner .banner h1,
.page-banner .banner p { color: #fff; font-weight: 700; text-shadow: 0 0 10px #555; }
.page-banner .banner h1 { margin-bottom: .25em; line-height: 70px; font-size: 70px; }
.page-banner .banner p { margin-bottom: 1em; font-size: 25px; text-align: center; }

/* Header */
.small-header { box-shadow: 0 0 6px #e0eaf4; }
.header-menu { z-index: 10; position: fixed; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 100%; padding: 1.75em 0; background: transparent; }
.small-header.header-menu,
.contact-us .header-menu,
.contact .header-menu { padding: 1em 0; background: #fff; }
.header-menu .logo {
	display: block;
	background: url('../../img/logo.svg') left center no-repeat;
	background-size: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.header-menu .logo { background-image: url('../../img/logo-light.svg'); }
.small-header.header-menu .logo,
.contact .header-menu .logo,
.contact-us .header-menu .logo {
	background-image: url('../../img/logo.svg'); 
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.header-menu .container { overflow: inherit; padding-top: 0; padding-bottom: 0; }
.header-menu .menu { display: none; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.header-menu .menu.show { display: block; }
.header-menu .menu li { position: relative; display: inline-block; margin-right: 2em; }
.fr .header-menu .menu li { margin-right: 1.5em; }
.header-menu .menu > li:nth-of-type(1) { animation: menu-anim .5s ease; }
.header-menu .menu > li:nth-of-type(2) { animation: menu-anim 1s ease; }
.header-menu .menu > li:nth-of-type(3) { animation: menu-anim 1.5s ease; }
.header-menu .menu > li:nth-of-type(4) { animation: menu-anim 2s ease; }
.header-menu .menu > li:nth-of-type(5) { animation: menu-anim 2.5s ease; }
.header-menu .menu > li:nth-of-type(6) { animation: menu-anim 3s ease; }
.header-menu .menu > li:nth-of-type(7) { animation: menu-anim 3.5s ease; }
.header-menu .menu > li:nth-of-type(8) { animation: menu-anim 4s ease; }
@keyframes menu-anim {
	0% { opacity: 0; }
	50% { opacity: 0; transform: translateY(-10px); }
	100% { opacity: 1; }
}
.header-menu .menu li.tel { margin-right: 0; }
.header-menu .menu li.lang ul li { margin-right: .25em; }
.header-menu .menu li.lang ul li a { display: inline-block; }
.header-menu .menu li.lang ul li.active a { background: #1c1f2a; color: #fff; }
.header-menu .menu li.tel a { background: #0047bb; }
.header-menu .menu li.tel a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	background: url('../../img/icons/icon-tel-light.svg') top center no-repeat;
	background-size: 100%;
}
.header-menu .menu li.menu-logo {
	display: none;
	position: absolute;
	top: 19px;
	left: 20px;
	animation: inherit;
}
.header-menu .menu li.menu-logo a {
	width: 150px;
	height: 54px;
	background: url('../../img/logo.svg') left center no-repeat;
	background-size: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.header-menu .menu li.menu-logo img { max-width: 150px; }
.header-menu .menu li a {
	display: block;
	padding: 2px .5em;
	background: transparent;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header-menu .menu li.selected a { background: #119b53; color: #fff; pointer-events: none; cursor: default; }

.small-header.header-menu .menu li a,
.contact .header-menu .menu li a,
.contact-us .header-menu .menu li a { color: #000; }
.header-menu .menu li a,
.small-header.header-menu .menu li.selected a,
.small-header.header-menu .menu li.tel a,
.header-menu .menu li.lang a.lang-selected,
.contact .header-menu .menu li.selected a,
.contact-us .header-menu .menu li.selected a,
.contact .header-menu .menu li.tel a,
.contact-us .header-menu .menu li.tel a { color: #fff; }

.header-menu .wrap-nav-icon { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.header-menu .wrap-nav-icon .nav-icon { 
	position: relative;
	width: 40px;
	height: 24px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.header-menu .wrap-nav-icon .nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 12px;
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.header-menu .wrap-nav-icon .nav-icon span:nth-child(1) { top: 0px; left: 0; width: 40px; }
.header-menu .wrap-nav-icon .nav-icon span:nth-child(2) { top: 10px; left: 0; width: 40px; }
.header-menu .wrap-nav-icon .nav-icon span:nth-child(3) { top: 20px; right: 0; width: 30px; } 
.header-menu .wrap-nav-icon.open .nav-icon span:nth-child(1) {
	top: 8px;
	left: 5px;
	width: 40px;
	-webkit-transform: translateY(50%) rotate(135deg);
	transform: translateY(50%) rotate(135deg);
}
.header-menu .wrap-nav-icon.open .nav-icon span:nth-child(2) { opacity: 0; }
.header-menu .wrap-nav-icon.open .nav-icon span:nth-child(3) {
	top: 8px;
	left: 5px;
	width: 40px;
	-webkit-transform: translateY(50%) rotate(-135deg);
	transform: translateY(50%) rotate(-135deg);
}

/* Home */
.home-intro { padding-bottom: 3em; text-align: center; }
.home-intro p { text-align: center; }
.home-intro img { width: 275px; margin-bottom: 2em; }
.home-intro .container { padding: 1em 8em; }

.home-services { padding-top: 3em; padding-bottom: 3em; background: #f2f7fc; border-top: 1px solid #a9adb0; border-bottom: 1px solid #a9adb0; }
.home-services .special-title { text-align: center; }
.home-service-list { z-index: 1; margin: 2em 0 3em; }
.home-service-list .service-list { position: relative; padding: 10px; }
.home-service-list .service-list a { display: block; box-shadow: 0 0 12px #e0eaf4; background: #fff; }
.home-service-list .service-list .service-details { position: relative; display: table; width: 100%; min-height: 82px; padding: .75em .5em; text-align: center; }
.home-service-list .service-list .service-details .title {
	display:table-cell;
	vertical-align :middle;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	color: #119b53;
}
.home-service-list .service-list .service-details .title:after {
	content: '+';
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 21px;
	background: #1d252c;
	color: #fff;
	font-size: 18px;
}

.home-contact { padding: 0 10em; text-align: center; }
.home-contact h2 span { font-weight: 400; }

.home-about { overflow: hidden; background: #fff; }
.home-about .home-about-left,
.home-about .home-about-right { float: left; width: 50%; }
.home-about .home-about-left .container { float: right; max-width: calc(1240px / 2); padding-top: 5em; padding-right: 4em; }
.home-about .home-about-left .container ul li { margin-bottom: 1.5em; }
.home-about .home-about-right img { display: block; margin: 3px 0; }

/* Services */
.wrap-services { max-width: 1920px; width: 100%; margin: 0 auto; }
.wrap-services .service-box .container { padding-top: 0; padding-bottom: 0; }
.wrap-services .service-box { background: #f2f7fc; }
.wrap-services .service-box:nth-child(even) { background: #ffffff; }
.wrap-services .service-box .service-content { float: left; width: 50%; }
.wrap-services .service-box .service-content img { display: block; }
.wrap-services .service-box:nth-child(even) .service-content { float: right; }
.wrap-services .service-box .service-content:first-child { padding: 4em 2em 1em 9em; }
.wrap-services .service-box:nth-child(even) .service-content:first-child { padding: 4em 1em 1em 10em }
.wrap-services .service-box .service-content h2 { position: relative; display: inline-block; margin: 0; text-align: left; }
.wrap-services .service-box .service-content h2:before,
.wrap-services .service-box .service-content h2:after {
	content: '';
	position: absolute;
	top: 0;
	left: -145px;
	display: block;
	width: 100px;
	height: 100px;
}
.wrap-services .service-box:nth-child(even) .service-content h2:before,
.wrap-services .service-box:nth-child(even) .service-content h2:after { left: -140px; }
.wrap-services .service-box .service-content h2:before {
	background: #ffffff;
	border-radius: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.wrap-services .service-box .service-content h2:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 55%;
}
.wrap-services .service-box .service-content .title-snow:after { background-image: url('../../img/service/icon-snow-removal.png'); }
.wrap-services .service-box .service-content .title-landscape:after { background-image: url('../../img/service/icon-landscape.png'); }
.wrap-services .service-box .service-content .title-sweeping:after { background-image: url('../../img/service/icon-sweeping.png'); }
.wrap-services .service-box .service-content .title-litter:after { background-image: url('../../img/service/icon-litter.png'); }
.wrap-services .service-box .service-content .title-painting:after { background-image: url('../../img/service/icon-painting.png'); }
.wrap-services .service-box:nth-child(even) .service-content h2:before { background: #f2f7fc; }

.wrap-services .service-box .service-content .wrap-title { display: inline-block; margin-bottom: 2em; }
.wrap-services .service-box .service-content .wrap-title:after {
	content: '';
	display: block;
	width: 80%;
	padding-top: 10px;
	border-bottom: 3px solid #109858;
}
.wrap-services .service-box .empty-anchor { margin-top: -90px; }

/* Contact form */
.home-contact-txt { padding: 0 12em; }
.contact-form { position: relative; background: #109858; }
.contact-form:after {
	content: '';
	z-index: 1;
	position: absolute;
	bottom: -105px;
	display: block;
	width: 100%;
	height: 105px;
	background: transparent url('../../img/bottom-bg.png') bottom center no-repeat;
}
.contact-form .container { padding-top: 4em; padding-bottom: 0; }
.contact-form .special-title,
.contact-form p { text-align: center; }
.contact-form p > a { color: #000; font-weight: 700; text-decoration: underline; }
.contact-form h1,
.contact-form h2 { margin-bottom: .5em; color: #fff; }
.contact-form h1 { text-align: center; }
.contact-form .wrap-contact-form { overflow: hidden; padding: 0 6em; }
.contact-form .contact-form-btn { margin: 2em 0 4em; text-align: center; }
.contact-form .contact-form-btn .btn { width: 285px; margin-right: 1.5em; padding: 5px 35px; text-transform: inherit; background: #1b2331; }
.contact-form .contact-form-btn .btn:after { content: none; }
.contact-form .contact-form-btn .btn span {
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #109858;
	font-weight: 700;
}
.contact-form .wrap-contact-form textarea { margin-bottom: 1em; }
.contact-form .form-btn { text-align: right; }
.contact-form .form-btn .btn-border { padding: 5px 45px; }

/* Contact */
.contact .contact-form { padding-top: 150px; }
.contact .contact-form p { color: #fff; }
.contact .contact-form p > a { color: #000; font-weight: 700; text-decoration: underline; }

/* Footer */
.footer { padding-top: 110px; background: #1d252c; }
.footer .container { padding-top: 3em; padding-bottom: 2.5em; }
.footer .container div { float: left; margin-right: 5%; }
.footer .container div:last-child { margin-right: 0 }
.footer .container p { line-height: 22px; color: #fff; }

.footer-contact { width: 50%; }
.footer-contact .footer-logo { float: left; width: 50%; margin-right: 10%;  }
.footer-contact .footer-logo img { width: 265px; }
.footer-contact .footer-map { color: #fff; }
.footer-contact ul li { display: block; margin-bottom: .25em; }
.footer-contact ul li:last-child { margin-bottom: 0; }
.footer-contact ul li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.footer-contact ul li.tel a:before { background-image: url('../../img/icons/icon-tel.svg'); }
.footer-contact ul li.fax a:before { background-image: url('../../img/icons/icon-fax.svg'); }
.footer-contact ul li.mail a:before { width: 20px; height: 17px; background-image: url('../../img/icons/icon-email.svg'); }
.footer-contact ul li a { color: #fff; font-weight: 500; }
.footer-social { width: 23%; }
.footer-social h3 { margin-bottom: .25em; }
.footer-social ul li { display: inline-block; margin-right: 1em; background-repeat: no-repeat; background-position: top center; background-size: 100%; }
.footer-social ul .fb { width: 33px; height: 33px; background-image: url('../../img/icons/icon-fb.svg'); }
.footer-social ul .lk { width: 33px; height: 33px; background-image: url('../../img/icons/icon-linkedin.svg'); }
.footer-social ul .yt { width: 135px; height: 33px; background-image: url('../../img/icons/icon-youtube.svg'); }
.footer-social ul li a { display: block; font-size: 0; }
.footer-license { width: 17%; text-align: right; }
.footer-license a { display: block; margin-bottom: 1em; }
.footer-license a.logo-apchq { padding-left: 15px; text-align: left; }
.footer-license a.logo-rbq { margin-bottom: 0; }
.footer-license a.logo-rbq p { text-align: right; font-size: 16px; }

.wrap-copyright { width: 100%; background: #1d252c; }
.wrap-copyright .container { overflow: hidden; padding: 0 20px; }
.wrap-copyright .container .copyright { width: 100%; padding: .75em 0; border-top: 1px solid #6c7176; }
.wrap-copyright .container p { margin: 0; float: left; font-size: 16px; }
.wrap-copyright .container p:last-child { float: right; }
.wrap-copyright .container p,
.wrap-copyright .container a { display: inline-block; line-height: 16px; font-size: 16px; }
.wrap-copyright .container a { color: #fff; }

.display_none { display: none; }