@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* = DEFAULT STYLES = */
html, body {
	margin: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}
/* = DEFAULT - LINKS = */
a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
	transition: all ease .7s;
}
a:hover, a:focus {
	text-decoration: none;
	transition: all ease .7s;
	font-size: 17px;
}
/* = DEFAULT - TEXT ITEMS = */
p {
	margin: 20px 0;
	line-height: 1.75em;
}
/* = DEFAULT - HEADINGS = */
h1 {
	font-size: 36px;
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
}
h3 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
}
/* Buttons */
.btn {
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 40px !important;
	transition: all ease .7s;
}
.btn:hover, .btn:focus {
	color: #fff;
	transition: all ease .7s;
	transform: scale(1.1);
}
/* = HEADER = */
#header {
	padding: 10px 15px;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.logo-container img {
	transition: all ease .7s;
}
.logo-container img:hover {
	transition: all ease .7s;
	transform: scale(1.03);
}
.mobile-c2a {
	display: none;
}
.header-login {
	text-align: right;
}
.header-login .btn {
	padding: 15px 10px !important;
	font-size: 12px;
	letter-spacing: 0;
}
/* = NAVIGATION = */
.navbar-nav {
	float: right;
	padding-right: 10px;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
}
.navbar-nav>li a {
	color: #444;
	transition: all ease .7s;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px;
}
.navbar-nav>li a:hover, .navbar-nav>li a:active, .navbar-nav>li a:focus {
	transition: all ease .7s;
	font-size: 15px;
	background: transparent;
}
.main-nav .mobile-nav {
	display: none
}
.main-nav .nav-list {
	padding: 0;
	margin: 0;
	list-style: none
}
.main-nav .nav-list .menu-item {
	width: 100%;
	text-align: center
}
.main-nav .nav-list .menu-item:first-of-type a {
	border-top: 1px dotted #fff
}
.main-nav .nav-list .menu-item a {
	display: block;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px dotted #fff;
}
.menu-mobile-dropdown-menu-container {
	display: none;
}
.nav-toggler {
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 600;
	width: 55px;
	transition: all ease-in-out .3s;
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	cursor: pointer;
	padding: 10px 10px
}
.nav-toggler .toggle-more {
	transform: rotate3d(1, 0, 0, 0deg);
	float: left;
	opacity: 1
}
.nav-toggler .toggle-less {
	opacity: 0
}
.nav-toggler .toggle-text {
	width: 40px;
	position: absolute;
	left: 0;
	top: 0
}
.nav-toggler .nav-toggler .fas, .nav-toggler .toggle-text {
	transition: all ease-in-out .3s
}
.nav-toggler .fas {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 4px;
	right: 0
}
.nav-toggler.active .toggle-more {
	transform: rotate3d(1, 0, 0, 180deg);
	float: left;
	opacity: 0
}
.nav-toggler.active .toggle-less {
	transform: none;
	float: left;
	opacity: 1
}
.nav-toggler.active .fas {
	transform: rotate3d(1, 0, 0, 180deg)
}
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.dropdown-menu {
	margin-top: -2px;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	padding: 0;
	border-top: 2px solid #fff;
	background-color: #fff;
	border-top: 2px solid #000;
}
.dropdown-menu>li>a {
	border-bottom: 1px solid #000;
	transition: all ease 1s;
	font-size: 14px;
	padding: 15px;
}
.dropdown-menu>li>a:hover {
	transition: all ease 1s;
	font-size: 15px;
	background: #fff !important;
}
.dropdown-menu>li>a:hover:after {
	transform: scaleX(0) !important;
	opacity: 0;
	background: transparent !important;
}
.dropdown-menu>.active>a {
	background: transparent;
}
/* = BANNER = */
#banner, #interior-banner {
	position: relative;
}
video {
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	z-index: -1;
}
#banner img, #interior-banner img {
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	z-index: -1;
	object-fit: cover;
}
.banner-content {
	text-align: center;
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .2);
	color: #fff;
}
.banner-content .banner-title {
	margin: 0;
	font-weight: bold;
	font-size: 40px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}
.banner-content .banner-subtitle {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-bottom: 15px;
	display: block;
}
.banner-content .btn {
	background: transparent;
	transition: all ease .7s;
}
/* Main Styles */
#main, #main-interior, #photo-feature-1 {
	background: #fff;
}
#main {
	padding: 100px;
	text-align: center;
}
#main-interior {
	padding: 50px 100px;
	text-align: center;
}
#main-heading {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
}
#main-heading h1 {
	color: #fff;
	font-size: 44px;
	letter-spacing: 3px;
	text-shadow: 0 0 5px #000;
}
.error404 main {
	padding-top: 125px;
	text-align: center;
}
/* No Banner Pages */
#main-no-banner {
	padding: 50px 20px;
	background: #eee;
}
#main-no-banner h1 {
	padding-bottom: 20px;
}
#main-with-background {
	padding: 50px 20px;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: 0 0 35px #444;
}
#main-with-background:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, rgb(34, 34, 34), rgba(34, 34, 34, .9), rgba(34, 34, 34, .9), rgba(34, 34, 34, .8), rgba(34, 34, 34, .7), rgba(34, 34, 34, .4), transparent);
}
.main-with-background-inner {
	position: relative;
	color: #fff
}
#main-with-background h1 {
	color: #fff;
	padding-bottom: 50px;
	text-align: center;
}
/* Photo Feature 1 */
#photo-feature-1 img {
	width: 100%;
}
.photo-feature-1-left {
	position: relative;
}
.photo-feature-1-content {
	position: absolute;
	display: flex;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	flex-direction: column;
	flex-flow: wrap;
	justify-content: center;
	align-content: center;
	background: rgba(255, 255, 255, .75);
	text-align: center;
	padding: 40px;
}
.photo-feature-1-content p {
	line-height: 1.5em;
}
.photo-feature-1-content h2 {
	font-weight: bold;
	font-size: 42px;
}
/* Home Text Feature */
#text-feature {
	padding: 100px;
	text-align: center;
}
/* Photo Feature 2 */
.photo-feature-2-box {
	margin: 20px;
}
.photo-feature-2-box:nth-child(2) {
	min-width: 50%;
	max-width: 50%;
	position: relative;
	box-shadow: 0 0 20px #444;
}
.photo-feature-2-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	padding: 30px 50px;
}
.photo-feature-2-button:hover {
	transform: translate(-50%, -50%) scale(1.3);
}
/* Photo Feature 3 */
#photo-feature-3 h2 {
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.photo-feature-3-container {
	text-align: center;
	position: relative;
	height: 600px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.photo-feature-3-box {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .3);
}
.photo-feature-3-button {
	margin-top: 20px;
	background: transparent;
	transition: all ease .7s;
}
/* Home Page Gallery */
.gallery-image-container {
	overflow: hidden;
}
#gallery img {
	transition: all ease .7s;
}
#gallery a:hover img {
	transition: all ease .7s;
	transform: scale(1.03);
}
/* Clients */
#clients {
	text-align: center;
	padding: 75px 20px;
	background: #fff;
}
#clients h2 {
	padding-bottom: 30px;
	font-size: 36px;
}
.client-box {
	padding: 0 20px;
}
/* Process Page */
#steps {
	background: #eee;
}
.step-box {
	padding: 25px 100px;
}
.step-box:nth-of-type(even) {
	background: #fff;
}
.step-icon {
	font-size: 80px;
}
.client-quote {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.client-quote:before, .client-quote:after {
	content: '"';
}
/* Clients Page */
#testimonials {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	box-shadow: 0 0 10px #000;
}
#testimonials:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, .9), rgba(255, 255, 255, .9), rgba(255, 255, 255, .8), rgba(255, 255, 255, .7), rgba(255, 255, 255, .4), transparent);
}
.testimonials-inner {
	position: relative;
	padding: 100px;
}
.testimonials-container {
	overflow: hidden;
	border: 2px solid #000;
	box-shadow: 0 0 10px #000;
}
.testimonials-group {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 100px 30px 30px;
	background: #fff;
}
.testimonial-box {
	padding: 15px;
	border-bottom: 1px dotted #444;
	width: 100%;
}
.testimonial-box .header {
	align-items: baseline;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
}
.testimonial-box h2 {
	font-weight: bold;
	padding-right: 15px;
	letter-spacing: 0;
	text-transform: none;
}
.testimonial-scrolls {
	font-size: 62px;
}
.testimonial-scroll-up {
	position: absolute;
	top: 80px;
	right: 115px;
	transition: all ease .7s;
}
.testimonial-scroll-down {
	position: absolute;
	bottom: 80px;
	right: 115px;
	transition: all ease .7s;
}
.testimonial-scroll-up:hover, .testimonial-scroll-down:hover {
	color: #fff;
	transform: scale(1.1);
	text-shadow: 0 0 30px #000;
	cursor: pointer;
	transition: all ease .7s;
}
[dir=rtl] .slick-next {
	left: auto;
}
#references {
	padding: 50px 100px;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	box-shadow: 0 0 10px #000;
}
#references:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, .9), rgba(255, 255, 255, .9), rgba(255, 255, 255, .8), rgba(255, 255, 255, .7), rgba(255, 255, 255, .4), transparent);
}
.references-inner {
	position: relative;
}
.references-container {
	overflow: hidden;
	margin: 50px 200px;
	text-align: left;
	font-size: 18px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #000;
}
.reference-group {
	position: relative;
	padding: 15px;
}
.reference-scrolls {
	font-size: 46px;
}
.reference-scroll-up {
	position: absolute;
	top: -10px;
	right: 15px;
	transition: all ease .7s;
}
.reference-scroll-down {
	position: absolute;
	bottom: -10px;
	right: 15px;
	transition: all ease .7s;
}
.reference-scroll-up:hover, .reference-scroll-down:hover {
	color: #eee;
	transform: scale(1.1);
	text-shadow: 0 0 30px #000;
	cursor: pointer;
	transition: all ease .7s;
}
.document-link {
	padding: 5px 0;
}
.document-link .fas {
	font-size: 28px;
	padding-right: 5px;
}
.document-link a:hover {
	font-size: 19px;
}
#news {
	text-align: center;
	padding: 50px 100px;
	background: #fff;
}
.news-inner {
	position: relative;
}
.news-and-scroll {
	position: relative;
}
.news-container {
	overflow: hidden;
	margin: 50px 0;
}
.news-group {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.news-box {
	padding: 20px;
}
.news-box:nth-of-type(odd) {
	background: #eee;
}
.news-content {
	text-align: left;
	padding: 25px;
}
.news-content h3 {
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
	letter-spacing: 2px;
	font-size: 28px;
}
.news-scrolls {
	font-size: 62px;
}
.news-scroll-up {
	position: absolute;
	top: -45px;
	right: 25px;
	transition: all ease .7s;
}
.news-scroll-down {
	position: absolute;
	bottom: -45px;
	right: 25px;
	transition: all ease .7s;
}
.news-scroll-up:hover, .news-scroll-down:hover {
	color: #eee;
	transform: scale(1.1);
	text-shadow: 0 0 30px #000;
	cursor: pointer;
	transition: all ease .7s;
}
/* Services Page */
#services {
	background: #fff;
}
.service-container {
	padding: 150px 50px;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.service-container:nth-of-type(odd):before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, rgb(34, 34, 34), rgba(34, 34, 34, .9), rgba(34, 34, 34, .9), rgba(34, 34, 34, .8), rgba(34, 34, 34, .7), rgba(34, 34, 34, .4), transparent);
}
.service-container:nth-of-type(odd) {
	color: #fff;
}
.service-container:nth-of-type(even):before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, .9), rgba(255, 255, 255, .9), rgba(255, 255, 255, .8), rgba(255, 255, 255, .7), rgba(255, 255, 255, .4), transparent);
}
.service-container:nth-of-type(even) {
	justify-content: flex-end;
}
.service-content {
	position: relative;
}
/* Certifications Page */
#our-difference {
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
#our-difference:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, .9), rgba(255, 255, 255, .9), rgba(255, 255, 255, .8), rgba(255, 255, 255, .7), rgba(255, 255, 255, .4), transparent);
}
#our-difference h2 {
	text-align: center;
	padding: 50px 0 30px;
	position: relative;
}
.reason-container {
	padding: 25px 50px;
	position: relative;
}
.reason-content {
	position: relative;
}
.reason-toggle {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
}
.reason-toggle:hover {
	cursor: pointer;
}
.reason-toggle .fas {
	transition: transform .25s linear;
	font-weight: bold;
	font-size: 22px;
	padding-left: 10px;
}
.reason-toggle.active .fas {
	transform: rotate(90deg);
}
.reason-toggle-window {
	display: none;
	position: absolute;
	background: #eee;
	margin: 20px;
	padding: 20px;
	box-shadow: 0 0 10px #000;
	z-index: 5;
}
#charities {
	text-align: Center;
	padding: 50px;
	background: #f9f9f9;
	box-shadow: 0 0 10px inset #444;
}
#charities h2 {
	margin-bottom: 30px;
	font-size: 32px;
	border-bottom: 2px solid #000;
}
.charity-box h3 {
	padding: 0 20px;
	letter-spacing: 2px;
	font-style: italic;
	font-size: 22px;
}
.charity-box h3:before {
	font-family: "Font Awesome 5 Free";
	content: '\f005';
	font-weight: 900;
	padding-right: 10px;
}
/* Our Work Page */
#projects {
	background: #eee;
	padding: 100px;
}
#projects h2 {
	text-align: center;
	padding-bottom: 30px;
}
.project-container {
	background: #fff;
}
.project-content {
	padding: 35px;
}
.toggle-bar {
	border-bottom: 2px solid #000;
	padding: 15px;
}
.toggle-bar-icon {
	text-align: right;
}
.toggle-bar:hover {
	cursor: pointer;
}
.toggle-bar .fas {
	transition: transform .25s linear;
	font-weight: bold;
	font-size: 28px;
	padding-left: 10px;
}
.toggle-bar.active .fas {
	transform: rotate(90deg);
}
.toggle-content {
	padding: 15px;
	background: #444;
	color: #fff;
}
#gallery-section {
	background: #fff;
	padding: 50px;
	text-align: center;
}
.gallery-img {
	padding: 5px;
}
.gallery-img img {
	width: 100%;
	transition: all ease .7s;
}
.gallery-img img:hover {
	transition: all ease .7s;
	transform: scale(1.03);
	box-shadow: 0 0 15px #222;
}
/* Contact Page */
.phone-number-container .btn {
	margin-bottom: 25px;
	font-size: 18px;
}
.phone-number-container .btn .fas {
	padding-right: 10px;
}
.phone-number-container {
	padding: 20px 0;
	margin: 20px;
	text-align: center;
}
.form-container {
	background: #fff;
	padding: 20px 50px;
	margin: 20px;
}
.form-container form .gfield_label, .quick-apply-form form .fgield_label {
	margin: 0 !important;
}
.form-container form .ginput_container, .quick-apply-form form .ginput_container {
	margin-top: 2px !important;
}
.location-container {
	padding: 20px 50px;
	margin: 20px;
	text-align: center;
}
.location-container h4 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 5px;
}
.contact-page-phone {
	font-size: 28px;
	padding-bottom: 15px;
}
.contact-page-phone a {
	padding-left: 20px;
}
.contact-page-phone a:hover {
	font-size: 30px;
}
.contact-page-phone .fas {
	padding-right: 5px;
}
.location-container .btn {
	margin-bottom: 25px;
	font-size: 18px;
}
.location-container .btn .fas {
	padding-right: 10px;
}
#available-positions {
	padding: 100px;
}
#available-positions h2 {
	text-align: center;
	padding-bottom: 20px;
}
.toggle-container {
	background: #eee;
}
#quick-apply {
	padding: 100px;
	text-align: center;
	background: #eee;
}
.quick-apply-form {
	padding: 50px 100px;
	background: #fff;
	margin-top: 30px;
}
#quick-apply .gform_wrapper .gform_footer input.button, #quick-apply .gform_wrapper .gform_footer input[type=submit], #quick-apply .gform_wrapper .gform_page_footer input.button, #quick-apply .gform_wrapper .gform_page_footer input[type=submit] {
	border: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 40px !important;
	transition: all ease .7s;
}
#quick-apply .gform_wrapper .gform_footer input.button:hover {
	color: #fff;
	transition: all ease .7s;
	transform: scale(1.1);
}
.quick-apply-form .gform_footer {
	text-align: center;
}
#contact-page-info {
	text-align: center;
	padding: 50px 100px;
}
.contact-info-box-inner {
	padding: 50px 20px;
	background: #eee;
	margin: 0 25%;
}
.contact-info-box-inner .contact-page {
	display: block;
	font-size: 16px;
}
.contact-page h3 {
	padding-bottom: 15px;
}
.social-box {
	font-size: 42px;
}
.social-box a {
	padding: 0 5px;
}
.social-box a:hover {
	font-size: 42px;
}
.social-box span {
	transition: all ease .7s;
}
.social-box a:hover span {
	transform: scale(1.1);
	transition: all ease .7s;
}
/* Sitemap & Thank You Pages */
h1.sitemap-title {
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.sitemap-page {
	list-style: none;
	padding: 50px 0;
	text-align: center;
	font-size: 38px;
}
.sitemap-page a {
	transition: all ease .6s;
	display: block;
}
.sitemap-page a:hover {
	transition: all ease .6s;
	transform: scale(1.03);
	font-size: 38px;
}
h1.thank-you {
	border: none !important;
	text-align: center;
	font-size: 50px;
}
/* = FOOTER = */
footer {
	text-align: center;
	background: #fff;
	padding: 40px 0 30px;
}
.footer-inner {}
.sitemap .list-inline {
	margin-bottom: 0;
}
footer a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}
footer a:hover {
	font-size: 13px;
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 1200px) {
	.photo-feature-1-content {
		font-size: 18px;
	}
	.nav>li>a {
		padding: 5px;
	}
	#clients-section {
		padding: 75px 25px;
	}
	.client-box {
		padding: 0 10px;
	}
	#steps {
		text-align: center;
	}
	.references-container {
		margin: 0;
	}
	.form-container,
	.location-container {
		padding: 20px;
		margin: 10px;
	}
	.contact-page-phone {
		font-size: 24px;
	}
	.contact-page-phone a {
		padding-left: 10px;
	}
	.contact-page-phone a:hover {
		font-size: 26px;
	}
	#available-positions,
	#quick-apply {
		padding: 50px;
	}
	.contact-info-box-inner {
		margin: 0 5%;
	}
	#projects {
		padding: 50px;
	}
	.project-content {
		padding: 15px;
	}
	.charity-box h3 {
		padding: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1211px) {
	.nav>li>a {
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	video,
	#banner img,
	#interior-banner img {
		height: auto;
		width: 100%;
		position: relative;
	}
	.parallax-video {
		margin-bottom: -10px;
	}
	.logo-container img {
		margin: 0 auto;
	}
	#header {
		position: relative;
	}
	.navbar-nav>li a {
		letter-spacing: 0;
	}
	#main,
	#main-interior,
	#text-feature {
		padding: 50px;
	}
	.photo-feature-2-box:nth-child(2) {
		min-width: 85%;
		max-width: 85%;
		margin: 0 auto;
	}
	.client-box {
		padding: 10px 0;
	}
	.navbar-nav {
		float: none;
		text-align: center;
	}
	.login-nav {
		margin-top: 15px;
	}
	.header-login {
		text-align: center;
		padding: 10px 0;
	}
	.service-image-box {
		padding: 20px 0;
	}
	.social-box {
		margin: 15px 0;
	}
	#projects,
	#gallery-section {
		padding: 20px;
	}
	.project-name h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	img.pull-left {
		float: none !important;
		margin: 0 auto;
	}
	img.pull-right {
		float: none !important;
		margin: 0 auto;
	}
	.banner-content h2 {
		font-size: 22px;
	}
	.banner-content h3 {
		font-size: 14px;
	}
	.banner-content .btn {
		padding: 5px 20px !important;
	}
	#main,
	#main-interior, #text-feature {
		padding: 10px;
	}
	h1 {
		font-size: 26px;
	}
	.photo-feature-1-content {
		position: relative;
		padding: 10px;
		font-size: 14px;
	}
	.photo-feature-2-button {
		padding: 15px 20px;
	}
	.photo-feature-3-container {
		background-attachment: scroll;
		height: 400px;
	}
	.list-inline>li {
		display: block;
	}
	.reason-container {
		padding: 15px;
	}
	.reason-toggle-window {
		margin: 10px;
		padding: 10px;
	}
	.service-image-box img {
		padding: 5px;
	}
	.service-container {
		padding: 15px;
	}
	.step-box {
		padding: 20px;
	}
	.testimonials-inner {
		padding: 50px 15px;
	}
	.testimonials-group {
		padding: 0;
	}
	.testimonial-scroll-up {
		top: -20px;
		right: 50%;
		transform: translate(50%);
	}
	.testimonial-scroll-down {
		bottom: -20px;
		right: 50%;
		transform: translate(50%);
	}
	#references, #news {
		padding: 15px;
	}
	.news-content {
		padding: 0;
	}
	#client-scroller img, #client-scroller-2 img {
		padding: 5px;
	}
	.testimonial-scroll-up:hover, .testimonial-scroll-down:hover {
		transform: translate(50%);
	}
	#available-positions, #quick-apply, .quick-apply-form, #contact-page-info {
		padding: 15px;
	}
	.project-name, .position {
		flex: 1 1 90%;
		max-width: 90%;
		padding-bottom: 15px;
	}
	.brief-description {
		order: 3;
	}
	.toggle-bar-icon {
		padding-bottom: 15px;
	}
	#main-no-banner {
		padding: 0;
	}
	.contact-page-phone a {
		display: block;
		padding: 0;
	}
	.location-container {
		padding: 0;
	}
	#main-no-banner h1 {
		padding: 10px 0;
	}
	.reason-container, #testimonials, .service-container, #references, #main-with-background {
		background-attachment: scroll;
	}
	#main-heading h1 {
		font-size: 32px;
	}
	#main-heading {
		bottom: 15px;
	}
	#charities {
		padding: 10px;
	}
	.client-box {
		flex: 1 1 50%;
	}
	.btn {
		padding: 15px 10px !important;
	}
	/* Mobile Nav Settings */
	#menu-main-menu, .header-login {
		display: none;
	}
	.menu-mobile-dropdown-menu-container {
		display: block;
	}
	.logo-container {
		position: relative;
		padding-top: 100px;
	}
	.menu-main-container, .social {
		display: none;
	}
	.main-nav {
		position: fixed;
		left: 0;
		right: 0;
		top: 50px;
		height: 50px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		z-index: 10;
	}
	.main-nav .nav-list .menu-item a, .main-nav .nav-list .menu-item a:hover, .main-nav .nav-list .menu-item a:focus {
		color: #fff;
	}
	.main-nav .mobile-nav {
		display: flex;
		flex-flow: column nowrap
	}
	.main-nav .mobile-nav .mobile-list {
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-around;
		list-style: none
	}
	.main-nav .mobile-nav .mobile-list a {
		color: #fff;
	}
	.main-nav .menu-wrap {
		display: none;
		position: absolute;
		right: 0;
		top: 50px
	}
	.mobile-c2a {
		display: block;
		z-index: 10;
		position: fixed;
		top: 0;
		height: 50px;
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
	}
	.mobile-c2a .fas {
		font-size: 24px;
		padding: 0 10px;
	}
	.mobile-c2a a:hover {
		color: #444;
	}
	.home-link {
		border-right: 1px solid #ccc;
	}
}
@media screen and (max-width: 350px) {
	.banner-content .banner-title {
		font-size: 25px;
	}
}
/* IE Styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.banner-inner, .banner-inner .row, .interior-banner-inner, .interior-banner-inner .row {
		height: 100%;
	}
}
/* Animations */
/* Fade In */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fade-in {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2.1s;
	-moz-animation-duration: 2.1s;
	-o-animation-duration: 2.1s;
	animation-duration: 2.1s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-duration: .3s;
	animation-delay: .3s;
}
/* Fade In Left */
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-10px);
		-moz-transform: translatex(-10px);
		-o-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@-moz-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-10px);
		-moz-transform: translatex(-10px);
		-o-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translatex(-100px);
		-moz-transform: translatex(-100px);
		-o-transform: translatex(-100px);
		transform: translatex(-100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
.in-left {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	-moz-animation-duration: 1.7s;
	-o-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-duration: .3s;
	animation-delay: .3s;
}
/* Fade In Right */
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translatex(10px);
		-moz-transform: translatex(10px);
		-o-transform: translatex(10px);
		transform: translatex(10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@-moz-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translatex(10px);
		-moz-transform: translatex(10px);
		-o-transform: translatex(10px);
		transform: translatex(10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translatex(100px);
		-moz-transform: translatex(100px);
		-o-transform: translatex(100px);
		transform: translatex(100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
.in-right {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	-moz-animation-duration: 1.7s;
	-o-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-duration: .3s;
	animation-delay: .3s;
}
/* Fade In Top */
@-webkit-keyframes fadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
@-moz-keyframes fadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
@keyframes fadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translatey(-100px);
		-moz-transform: translatey(-100px);
		-o-transform: translatey(-100px);
		transform: translatey(-100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
.in-top {
	-webkit-animation-name: fadeInTop;
	-moz-animation-name: fadeInTop;
	-o-animation-name: fadeInTop;
	animation-name: fadeInTop;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	-moz-animation-duration: 1.7s;
	-o-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-duration: .3s;
	animation-delay: .3s;
}
/* Fade In Bottom */
@-webkit-keyframes fadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translatey(10px);
		-moz-transform: translatey(10px);
		-o-transform: translatey(10px);
		transform: translatey(10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
@-moz-keyframes fadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translatey(10px);
		-moz-transform: translatey(10px);
		-o-transform: translatey(10px);
		transform: translatey(10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
@keyframes fadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translatey(100px);
		-moz-transform: translatey(100px);
		-o-transform: translatey(100px);
		transform: translatey(100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
.in-bottom {
	-webkit-animation-name: fadeInBottom;
	-moz-animation-name: fadeInBottom;
	-o-animation-name: fadeInBottom;
	animation-name: fadeInBottom;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	-moz-animation-duration: 1.7s;
	-o-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-duration: .3s;
	animation-delay: .3s;
}
/* Fade In Left Dramatic */
@-webkit-keyframes fadeInLeftDramatic {
	from {
		opacity: 0;
		-webkit-transform: translatex(-200px);
		-moz-transform: translatex(-200px);
		-o-transform: translatex(-200px);
		transform: translatex(-200px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@-moz-keyframes fadeInLeftDramatic {
	from {
		opacity: 0;
		-webkit-transform: translatex(-200px);
		-moz-transform: translatex(-200px);
		-o-transform: translatex(-200px);
		transform: translatex(-200px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@keyframes fadeInLeftDramatic {
	from {
		opacity: 0;
		-webkit-transform: translatex(-300px);
		-moz-transform: translatex(-300px);
		-o-transform: translatex(-300px);
		transform: translatex(-300px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
.in-left-dramatic {
	-webkit-animation-name: fadeInLeftDramatic;
	-moz-animation-name: fadeInLeftDramatic;
	-o-animation-name: fadeInLeftDramatic;
	animation-name: fadeInLeftDramatic;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	-moz-animation-duration: 1.7s;
	-o-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-duration: .4s;
	animation-delay: .4s;
}
/* Fade In Right Dramatic */
@-webkit-keyframes fadeInRightDramatic {
	from {
		opacity: 0;
		-webkit-transform: translatex(200px);
		-moz-transform: translatex(200px);
		-o-transform: translatex(200px);
		transform: translatex(200px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@-moz-keyframes fadeInRightDramatic {
	from {
		opacity: 0;
		-webkit-transform: translatex(200px);
		-moz-transform: translatex(200px);
		-o-transform: translatex(200px);
		transform: translatex(200px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@keyframes fadeInRightDramatic {
	from {
		opacity: 0;
		-webkit-transform: translatex(300px);
		-moz-transform: translatex(300px);
		-o-transform: translatex(300px);
		transform: translatex(300px);
	}
	to {
		opacity: 1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
.in-right-dramatic {
	-webkit-animation-name: fadeInRightDramatic;
	-moz-animation-name: fadeInRightDramatic;
	-o-animation-name: fadeInRightDramatic;
	animation-name: fadeInRightDramatic;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	-moz-animation-duration: 1.7s;
	-o-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-duration: .4s;
	animation-delay: .4s;
}
/* Colors */
.charity-box h3:before {
	color: var(--color-one);
}
.btn,
#quick-apply .gform_wrapper .gform_footer input.button,
#quick-apply .gform_wrapper .gform_footer input[type=submit],
#quick-apply .gform_wrapper .gform_page_footer input.button,
#quick-apply .gform_wrapper .gform_page_footer input[type=submit] {
	background: var(--color-one);
}
.banner-content .btn,
.photo-feature-3-button {
	border: 2px solid var(--color-one);
}
a:hover,
a:focus,
h1,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.testimonial-scroll-up,
.testimonial-scroll-down,
.reference-scroll-up,
.reference-scroll-down,
.news-scroll-up,
.news-scroll-down,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: var(--color-two);
}
#gallery {
	background: var(--color-two);
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.pull-right,
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
	.main-nav,
	.main-nav .menu-wrap {
		background: var(--color-two);
	}
	.mobile-c2a a {
		color: var(--color-two);
	}
  .pull-right,
  .alignright {
    float: none!important;
    margin: 0;
  }
  .pull-left,
  .alignleft {
    float: none!important;
    margin: 0;
  }
}
.blogs-row{
	display:flex;
}
/* Blog Template */
.blog-section {
  margin-bottom: 50px;
}
.blog-section .blog-inner {
	align-items: center;
}
.blog-section .blogs-row {
	justify-content: flex-end;
}
.blog-section .blogs-col {
	flex: 0 0 75%;
  margin-right: 30px;
}
.blog-section .sidebar-col {
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-section .blog {
	margin-bottom: 30px;
}
.blog-section .blog:nth-child(odd) {
	background-color: #eee;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 1;
	margin-right: 0;
}
.blog-section .blog .image-col {
	flex: 0 0 25%;
}
.blog-section .blog .content-col {
	padding: 12px;
  flex: 1 1 auto;
}
.blog-section .blog h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blog-section .blog a {
	color: #000;
	font-weight: 400;
}
.blog-section .blog a:hover, .blog-section .blog a:focus {
	text-decoration: none;
}
.blog-section .blog .read-more-text {
	font-weight: 700;
	transition: all ease .3s;
}
.blog-section .sidebar {
	text-align: center;
	border: 2px solid;
}
.blog-section .sidebar .screen-reader-text {
	display: none;
}
.blog-section .sidebar .search-form {
	display: inline-flex;
	width: auto;
	position: relative;
	margin: 15px 10px;
}
.blog-section .sidebar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-section .sidebar li {
	padding: 15px 0;
}
.blog-section .sidebar li:not(:last-child) {
	border-bottom: 1px solid;
}
.blog-section .sidebar h2 {
	border-bottom: none;
	margin-top: 8px;
	font-size: 22px;
}
.blog-section .sidebar a:hover, .blog-section .sidebar a:focus {
	text-decoration: none;
}
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
  justify-content: center;
}
.blog-section .pagination .page-numbers {
  flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
  min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
  border-left-width: 1px;
  border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover, .blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .blog .date {
  font-size: .9em;
  font-style: italic;
  margin-bottom: 10px;
  color: #666;
}
.main-section.single {
  margin: 50px 0;
}
.main-section.single .image.pull-left {
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.main-section.single .date {
  margin: 5px 0;
  font-size: .9em;
  color: #666;
}
@media screen and (max-width: 991px) {
	.row-md {
		display: block;
	}
  .row-md > .col:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
	.row-sm {
		display: block;
	}
  .row-sm > .col:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
	.blog-section .blogs {
		max-width: 500px;
		margin: 0 auto;
	}
	.blog-section .blog:nth-child(odd) .image-col {
		order: 0;
	}
  .main-section.single .image.pull-left {
    float: none !important;
    margin: 0 auto 20px;
  }
}
.blog-section .blog a:hover .read-more-text,
.blog-section .blog a:focus .read-more-text
{color: var(--color-1);}
.blog-section .pagination .page-numbers
{background-color: var(--color-1);}
.blog-section .blog .read-more-text
{color: var(--color-2);}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers
{border-color: var(--color-2);}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus
{background-color: var(--color-2);}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.pull-right,
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.toggle-container .toggle-content {
	display: none;
}
@media screen and (max-width: 767px) {
  .pull-left,
  .alignleft {
	float: none !important;
	margin: 20px auto;
  }
  .pull-right,
  .alignright {
	float: none !important;
	margin: 20px auto;
  }
}
.project-container .toggle-content {
	display: none;
}
.project-container .toggle-content.active {
	display: flex;
}
