/* CSS Document */

/*########################################
## Font Imports
########################################*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'),
        url('fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'),
        url('fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova/ProximaNova-Semibold.ttf') format('truetype'),
        url('fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*########################################
## Body
########################################*/
html {
	box-sizing: border-box;
	font-size: 16px;
}

:root {
	--blue1: #50A9C2;
	--blue2: #2494B2;
	--blue3: #1B6F86;
	--black: #333333;
	--darkgreen: #09252D;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: var(--black);
	min-width: 1200px;
}

.container {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}

/*########################################
## Typography
########################################*/
a {
	color: inherit;
	text-decoration: none
}

a:hover,
a:focus {
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	padding: 0;
	margin: 1rem 0;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 50px;
}


ul,
ol {
	margin: 1rem 0;
}

p {
	font-family: 'Proxima Nova', sans-serif;
	margin: 1rem 0;
	font-size: 16px;
	line-height: 1.6;
}

p.lead {
	font-size: 25px;
	line-height: 2;
}

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

/*########################################
## Layouts
########################################*/
.screen-reader-text {
	display: block;
	width: .1px;
	height: .1px;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}

img {
	border: 0;
	transition: all .3s linear;
	max-width: 100%;
}

hr.hide-line {
	padding: 0;
	margin: 0;
	display: none;
}

figure {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
}

figure img {
	display: block;
	max-width: 100%;
}

figure img:hover {
	transform: scale(1.03);
	filter: brightness(1.1);
}

.mobile {
	display: none;
}

/*########################################
## Flexbox
########################################*/
.dflex {
	display: flex;
	display: -webkit-flex;
}

.sb-flex {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cn-flex {
	justify-content: center;
	-webkit-justify-content: center;
}

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

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

.align-center {
	align-items: center;
	-webkit-align-items: center;
}

.align-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.align-start {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.wrap-flex {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.col-flex {
	flex-direction: column;
	-webkit-flex-direction: column;
}

.row-flex {
	flex-direction: row;
	-webkit-flex-direction: row;
}

.col33 {
	flex-basis: 33.33%;
	-webkit-flex-basis: 33.33%;
}

.col37 {
	flex-basis: 37%;
	-webkit-flex-basis: 37%;
}

.col50 {
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
}

.col63 {
	flex-basis: 63%;
	-webkit-flex-basis: 63%;
}

.col100 {
	flex-basis: 100%;
	-webkit-flex-basis: 63%;
}

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

/*contact form messages*/
form .messages p {
	display: none;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px !important;
	margin-bottom: 20px;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
}

form .alert-success {
	color: #3c763d !important;
	background-color: #dff0d8 !important;
	border-color: #d6e9c6 !important;
}

form .alert-danger {
	color: #a94442 !important;
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
}

form input:focus,
form select:focus,
form textarea:focus {
	outline: none;
}

/*contact form*/
.ctc-form {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.ctc-form select,
.ctc-form input[type="text"],
.ctc-form input[type="file"],
.ctc-form textarea {
	width: 100%;
	margin: 0 0 20px;
	border: 1px solid #D6D6D6;
	border-radius: 0;
	background: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 120%;
	padding: 15px;
	box-sizing: border-box;
	display: block;
	color: #111;
}

.ctc-form textarea {
	height: 111px;
	padding-top: 10px;
	width: 100%;
}

.ctc-form label,
.ctc-form .label {
	display: block;
	text-align: left !important;
	font-weight: 700;
}

.ctc-form label.ctc-hide {
	display: none;
}

.ctc-form button {
	margin-top: 10px;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .city {
	display: none;
}

.ctc-form .email,
.ctc-form .phone {
	display: none;
}

.ctc-form input[type="submit"] {
	min-width: 200px;
	padding: 15px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font: 700 16px "Open Sans";
}

.ctc-hide,
.hdMob {
	display: none;
}

.g-recaptcha>div {
	margin: 20px auto 0;
}

/*########################################
## Button
########################################*/
.button {
	position: relative;
	display: inline-block;
	padding: 16px;
	border: none;
	color: #FFF;
	background-color: var(--blue1);
	line-height: 1;
	min-width: 200px;
	font-family: 'Proxima Nova', cursive;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
}

/*########################################
## Header
########################################*/

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

#header {
	padding: 30px 0;
}

#header .header-wrap {
	display: flex;
	justify-content: space-between;
}

#header .header-wrap .header-nav {
	flex-basis: 42%;
}

#header .header-wrap .header-logo {
	flex-basis: 42%;
}

/* Sticky Header */
#header.sticky {
	background: #FFF;
	padding: 15px 0;
}

#header.sticky .header-logo img {
	max-width: 300px;
}

/* Navigation */
#header nav #pull {
	display: none;
}

#header nav>ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
	list-style: none;
}

#header nav>ul>li {
	position: relative;
}

#header nav>ul>li>a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	padding: 15px;
	border-radius: 8px;
	min-width: 200px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

#header nav>ul>li>a.blue1 {
	background-color: var(--blue1);
}

#header nav>ul>li>a.blue2 {
	background-color: var(--blue2);
}

#header nav>ul>li>a.blue3 {
	background-color: var(--blue3);
}

#header nav>ul>li.active-menu>a,
#header nav>ul>li>a:hover {
	background-color: var(--black);
}

/* Navigation > sub-menu */
#header nav>ul>li>ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 150px;
	transition: all .3s ease;
}

#header nav>ul>li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header nav>ul>li>ul.sub-menu>li {
	text-align: left;
}

#header nav>ul>li>ul.sub-menu>li>a {
	font-family: 'Proxima Nova', cursive;
}

/*########################################
## Banner
########################################*/
#banner {
	margin-top: 240px;
}

#banner .home-banner .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#banner .home-banner .banner-caption {
	flex-basis: 40%;
}

#banner .home-banner .banner-caption p {
	max-width: 555px;
}

#banner .home-banner .banner-image {
	position: relative;
	flex-basis: 50%;
}

#banner .home-banner .banner-image::before {
	content: url(../images/common/dots.png);
	position: absolute;
	bottom: -80px;
	left: -80px;
}

#banner .home-banner .banner-image img {
	width: 100%;
}

/*########################################
## Home Page Content
########################################*/
.home .service {
	position: relative;
	margin: 100px 0;
}

.home .service .container {
	position: relative;
}

.home .service .service-image {
	margin-top: 2rem;
}

.home .service .service-image img {
	display: block;
	border-radius: 20px;
	width: 100%;
	max-height: 800px;
	object-fit: cover;
	object-position: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	box-shadow: 10px 30px 60px rgba(0, 0, 0, 0.15);
}

.home .service .service-text {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 8.125%;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/*padding: 100px 110px;*/
	padding: 60px;
	/*max-width: 680px;*/
	max-width: 480px;
	height: 100%;
	max-height: 600px;
}

.home .service .service-text h2.heading {
	margin-bottom: 40px;
}

.home .service .service-text p {
	margin: 0;
}

.home .service:nth-of-type(2n) .container:before {
	content: url(../images/common/dots.png);
	position: absolute;
	z-index: -1;
	bottom: -80px;
	left: -80px;
}

.home .service:nth-of-type(2n-1) .container:before {
	content: url(../images/common/dots.png);
	position: absolute;
	z-index: -1;
	bottom: -80px;
	right: -80px;
}

.home #serviceareas {
	background: url(../images/common/service_areas_bg.jpg) center bottom no-repeat;
	background-size: 100%;
}

.home #serviceareas .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.home #serviceareas .text {
	flex-basis: 35%;
}

.home #serviceareas .map {
	position: relative;
	flex-basis: 50%;
}

.home #serviceareas .map::before {
	content: url(../images/common/dots.png);
	position: absolute;
	z-index: 0;
	bottom: -80px;
	left: -80px;
}

.home #serviceareas .map img {
	display: block;
	width: 100%;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.home #serviceareas .list {
	flex-basis: 100%;
	padding: 110px 0 90px;
}

.home #serviceareas .list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	list-style-position: inside;
	max-width: 1200px;
}

.home #serviceareas .list ul li {
	font-family: 'Proxima Nova', sans-serif;
	flex-basis: 33.33%;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 0;
}

/*########################################
## Footer
########################################*/
footer {
	position: relative;
	background: var(--darkgreen);
	color: #FFF;
}

footer .footer-top .container {
	display: flex;
	justify-content: space-between;
}

footer .footer-top .footer-phone,
footer .footer-top .footer-email,
footer .footer-top .footer-logo {
	padding: 80px 0;
	width: 33.33%;
}

footer .footer-top .label {
	color: var(--blue2);
}

footer .footer-top .footer-phone .toggle-hidden {
	font-weight: 700;
	font-size: 12px;
	color: var(--blue2);
}

footer .footer-top .footer-phone .phone p {
	font-size: 20px;
}

footer .footer-top .footer-phone .phone span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	padding: 0 10px;
	margin-left: 10px;
}

footer .footer-top .footer-phone .phone span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transform: translateX(101%);
	-webkit-transform: translateX(101%);
	-moz-transform: translateX(101%);
	-ms-transform: translateX(101%);
	-o-transform: translateX(101%);
}

footer .footer-top .footer-phone .phone span.hidden:after {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

footer .footer-top .footer-phone .phone a {
	font-weight: 700;
}

footer .footer-top .footer-email a {
	font-size: 20px;
	font-weight: 700;
}

footer .footer-bottom {
	padding: 35px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2)
}

footer .footer-bottom p {
	margin: 0;
}


/*########################################
## Inner Pages
########################################*/
.inner #content {
	padding: 30px 0 50px;
	min-height: 400px;
}

.inner #content h1 {
	text-align: center;
	margin-bottom: 30px;
}

/* Services Page */
.inner .service {
	position: relative;
	margin: 100px 0;
}

.inner .service .container {
	position: relative;
}

.inner .service .service-image {
	margin-top: 2rem;
}

.inner .service .service-image img {
	display: block;
	border-radius: 20px;
	width: 100%;
	max-height: 800px;
	object-fit: cover;
	object-position: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	box-shadow: 10px 30px 60px rgba(0, 0, 0, 0.15);
}


.inner .service .service-text {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 8.125%;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding:60px;
	max-width: 480px;
	height: 100%;
	max-height: 600px;
}

.inner .service .service-text h2.heading {
	margin-bottom: 40px;
}

.inner .service .service-text p {
	margin: 0;
}

.inner .service:nth-of-type(2n) .container:before {
	content: url(../images/common/dots.png);
	position: absolute;
	z-index: -1;
	bottom: -80px;
	left: -80px;
}

.inner .service:nth-of-type(2n-1) .container:before {
	content: url(../images/common/dots.png);
	position: absolute;
	z-index: -1;
	bottom: -80px;
	right: -80px;
}

/*########################################
## Accordion Inner Pages
########################################*/
.accordion .title {
	padding: 10px 20px;
	box-sizing: border-box;
	background: #FFF;
	margin-top: 15px;
	position: relative;
	box-shadow: 1px 1px 3px #333;
	transition: all .3s linear;
}

.accordion .title:hover {
	background: #8EC449;
}

.accordion .title:hover h3 {
	color: #FFF;
}

.accordion .title h3::after {
	content: "+";
	position: absolute;
	right: 15px;
	transition: all .3s linear;
}

.accordion .title h3.open::after {
	content: "-";
}

.accordion .title h3 {
	cursor: pointer;
	font-size: 20px;
	color: #8EC449;
	text-shadow: 1px 1px 1px #333;
}

.accordion .acc-content {
	background: #FFF;
	padding: 15px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 1px #333;
}

/*########################################
## Testimonials Page
########################################*/
.rvw-box {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .7);
	border: 5px solid #8EC449;
	border-bottom-color: #333;
	border-right-color: #333;
}

.rvw-box p {
	font-style: italic;
	line-height: 150%;
}

.rvw-box p.auth {
	font-weight: 600;
	text-shadow: 1px 1px 2px #8EC449;
}

/*########################################
## Contact Us Page
########################################*/
.contact-page #content .ctc-form {}

/*########################################
## Gallery Page
########################################*/
.galBox {
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 2px 2px 8px #DDD;
}

.galBox h3 {
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}

.gallery {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.gallery li {
	width: 19.3%;
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #AAA;
	margin: 3px;
	border-radius: 3px;
	transition: all .3s linear;
}

.gallery li a {
	overflow: hidden;
	display: block;
}

.gallery li img {
	transition: all .3s linear;
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.gallery li:hover {
	background: #FF9124;
}

.gallery li:hover img {
	transform: scale(1.1);
}

.page_navigation {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.page_navigation a {
	font-size: 12px;
	font-weight: 600;
	color: #1f1f1f;
	background: #FF9124;
	padding: 3px 5px;
	margin: 0 2px;
}

.page_navigation a:hover {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #1f1f1f;
}

/*########################################
## Thank You Page
########################################*/
.thank-you-page #content {
	text-align: center;
}

.thank-you-page .inThankLogo {
	margin-bottom: 40px;
}

/*########################################
## Responsive
########################################*/

@media screen and (max-width: 1680px) {
	.home .service:nth-of-type(odd) .container:before,
	.inner .service:nth-of-type(odd) .container:before {
		right: 0;
	}

	.home .service:nth-of-type(even) .container:before,
	.inner .service:nth-of-type(even) .container:before {
		left: 0;
	}
}

@media screen and (max-width: 1440px) {
	#header nav>ul>li>a {
		min-width: unset;
	}

	.home .service .service-text,
	.inner .service .service-text {
		padding: 60px 25px;
		height: auto;
		max-width: 400px;
	}

	.home #serviceareas .text {
		flex-basis: 45%;
	}

	.home .service .service-text p {
		font-size: 22px;
	}
}

@media screen and (max-width: 1200px) {
	body {
		min-width: 320px;
	}

	h1,
	h2 {
		font-size: 40px;
	}

	.home .service .service-text,
	.inner .service .service-text {
		padding: 45px 20px;
	}

	.home .service .service-text p {
		font-size: 20px;
	}
}

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

	#header .container {
		padding-top: 50px;
	}

	#header .header-logo {
		display: none;
	}

	#header nav {
		flex-basis: unset;
	}

	#header nav #pull {
		position: fixed;
		z-index: 9999;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #FFF;
		top: 0;
		left: 0;
		width: 100%;
		padding: 20px;
	}

	#header nav #pull .mobile-logo {
		width: 100%;
		max-width: 300px;
	}

	#header nav #pull .mobile-nav {
		padding: 20px;
	}

	#header .header-nav nav>ul {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #FFF;
		z-index: 9998;
		text-align: left;
		padding: 120px 15px 0;
	}

	#header .header-nav nav>ul>li {
		margin: 5px 0;
	}

	#header .header-nav nav>ul>li>ul.sub-menu {
		position: relative;
		visibility: visible;
		opacity: 1;
		display: block !important;
		list-style-type: disc;
	}

	#banner {
		margin-top: 115px;
	}

	#banner .home-banner .container {
		flex-wrap: wrap;
	}

	#banner .home-banner .banner-image {
		flex-basis: 100%;
		order: 1;
	}

	#banner .home-banner .banner-caption {
		flex-basis: 100%;
		order: 2;
		text-align: center;
	}

	#banner .home-banner .banner-caption p {
		max-width: 100%;
	}

	.home .service,
	.inner .service {
		text-align: center;
		margin: 20px 0;
	}

	.home .service .service-text,
	.inner .service .service-text {
		position: relative;
		left: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		max-width: 100%;
		background: none;
		padding: 20px 0;
	}

	footer .footer-top .container {
		flex-wrap: wrap;
	}

	footer .footer-top .footer-logo {
		flex-basis: 100%;
		order: 1;
		padding: 40px 0;
		text-align: center;
	}

	footer .footer-top .footer-phone,
	footer .footer-top .footer-email {
		flex-basis: 50%;
		order: 2;
		padding: 20px 0;
		text-align: center;
	}
}

@media screen and (max-width: 960px) {
	.home #serviceareas .text {
		flex-basis: 100%;
		text-align: center;
	}

	.home #serviceareas .map {
		flex-basis: 100%;
	}

	.home #serviceareas .list {
		padding: 40px 0;
	}

	.home #serviceareas .list ul li {
		flex-basis: 50%;
	}
}

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

	h1,
	h2 {
		font-size: 30px;
	}

	footer .footer-top .footer-phone,
	footer .footer-top .footer-email {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 600px) {
	p.lead {
		font-size: 18px;
	}

	#header nav #pull .mobile-logo {
		max-width: 200px;
	}

	#header nav #pull .mobile-nav {
		padding: 15px;
	}

	.home #serviceareas .list ul {
		list-style: none;
	}

	.home #serviceareas .list ul li {
		flex-basis: 100%;
		text-align: center;
		padding: 10px 0;
	}
}