
#service-request h2 {
	text-align: center;
}

.gform_wrapper.gravity-theme .gfield_error label {
	color: #000 !important;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: #fff !important;
}

#branding {
	max-width: 1920px;
	margin: 0 auto;
}

#container {
	width: 100%;
	padding: 0;
}

.list-wrap {
	display: flex;
	margin: 0 auto;
}

.landing-page {
	margin-top: 50px;
}

.landing-page .banner {
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.rgba-gradient {
	background: rgba(204, 45, 17, 75%);
	height: 100%;
}

.black-gradient {
	background: rgba(0, 0, 0, 65%);
	height: 100%;
	width: 100%;
}

.landing-page .banner .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.landing-page .banner h1, .landing-page .banner h6, .landing-page .banner a {
	color: #fff;
}

.landing-page .banner h1 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 600;
	color: #f41f2b;
}

.landing-page .banner h6 {
	font-size: 24px;
	color: #fff;
}

.landing-page .banner a {
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 0;
	font-weight: 600;
}

.landing-page .banner a.btn-white {
	border: 2px solid #fff;
	border-radius: 0;
	background: #fff;
	color: #000;
}

.landing-page .banner a.btn-white:hover {
	background: transparent;
	color: #fff;
}

.landing-page .banner a.btn-outline-white {
	background: #cc2d11;
	border-radius: 0;
	border: 2px solid #cc2d11;
}

.landing-page .banner a.btn-outline-white:hover {
	background: #fff;
	color: #000;
	border: 2px solid #fff;
}

.landing-page .intro-text {
	background-color: #f4f4f4;
}

.landing-page .form-area h2 {
	font-size: 22px;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
}

.gform_wrapper.gravity-theme .gfield_label {
	text-align: left !important;
	display: block !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 220px !important;
}

.landing-page .two-column-wrap ul, .landing-page .full-width-wrap ul {
	list-style: none;
	padding-left: 0;
}

.landing-page .two-column-wrap ul li, .landing-page .full-width-wrap ul li {
	font-size: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: "Lato";
	color: #000;
}

.landing-page .two-column-wrap ul li::before, .landing-page .full-width-wrap ul li::before {
	content: "";
	background-size: contain;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	position: relative;
	top: .5rem;
	margin-right: .2rem;
}

.slick-slide img {
	height: 270px;
	object-fit: cover;
}

.two-column-wrap, .full-width-wrap, .cta-wrap > div, .reviews-wrap > div, .clients-wrap {
	padding: 70px 0;
}

.two-column-wrap h2 {
	font-size: 30px;
	text-transform: normal;
	font-weight: 600;
	line-height: 1.2em;
	color: #000;
}

.two-column-wrap p {
	font-size: 20px;
	text-transform: initial;
	line-height: 1.2em;
}

.two-column-wrap .hr-red {
	border-color: #cc2d11;
	opacity: 1;
	width: 50%;
	border-width: medium;
	margin: unset;
	margin-bottom: 25px;
}

.overlay-img, .cta-wrap, .reviews-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.overlay-img {
	height: 285px !important;
}

.overlay-img h6 {
	color: #fff;
}

.overlay-img > div {
	padding: 80px 20px;
}

.center-column {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.two-column-wrap .form-content {
	display: table;
	background: #cc2d11;
	padding: 2em;
	color: #fff;
	margin: 0;
	text-align: center;
	width: 100%;
}

.two-column-wrap .form-content form {
	display: grid;
}

.two-column-wrap .form-content form input[type="submit"] {
	margin-top: 20px;
	border: 2px solid #fff;
}

.full-width-wrap.bg-black h2 {
	color: #000;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
}

.full-width-wrap.bg-black .hr-red {
	border-color: #cc2d11;
	opacity: 1;
	width: 25%;
	border-width: medium;
	margin: 0 auto;
}

.full-width-wrap.bg-black p {
	color: #000;
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
}

.cta-wrap h2 {
	color: #fff;
	text-align: center;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 600;
}

.clients-wrap h2 {
	text-align: center;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}

.cta-wrap a {
	color: #cc2d11;
	font-size: 18px;
	text-align: center;
	background: #fff;
	padding: 10px 30px;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
}

.cta-wrap a:hover {
	color: #fff;
	background: #000;
}

.cta-wrap form {
	display: table;
	margin: 0 auto;
}

.two-column-wrap img {
	width: 100%;
}

.two-column-wrap a {
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #cc2d11;
	padding: 10px 30px;
	margin-top: 15px;
}

.two-column-wrap a:hover {
	color: #000;
	background: #fff;
	border-color: #cc2d11;
}

.reviews-wrap h2 {
	color: #fff;
	font-weight: 600;
}

.overlay-flip {
	margin: 0 auto;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.overlay-flip .front, .overlay-flip .back {
	text-align: center;
}

.overlay-flip .front {
	height: inherit;
	top: 0;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.overlay-flip .back {
	height: inherit;
	position: fixed;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.overlay-flip.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.overlay-flip.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.accordion-icon {
	float: left;
	margin-right: 10px;
	transition: transform .2s;
}

.collapsed .accordion-icon {
	transform: rotate(-90deg);
}

.accordion .accordion-button::after {
	background-image: none;
	content: "";
	transform: scale(.7) !important;
	float: left;
	position: absolute;
	margin-left: -35px;
}

.accordion .accordion-button:not(.collapsed)::after {
	background-image: none;
	float: left;
	position: absolute;
	margin-left: -35px;
	content: "";
}

.accordion .accordion-button {
	padding-left: 30px;
	background: none;
	box-shadow: none;
	padding: 10px 40px;
	font-size: 24px;
	color: #000;
	font-weight: 500;
}

.accordion-item {
	border: none;
}

.accordion .accordion-button:after {
	position: absolute;
	left: 32px;
	top: 5px;
	font-size: 42px !important;
	font-size: .756em;
	display: block;
	display: inline-block;
	font-family: FontAwesome;
	padding-right: 3px;
	vertical-align: middle;
	color: #cc2d11;
}

.accordion-body {
	padding-left: 40px;
	font-size: 18px;
}

.cta-wrap form {
	width: 100%;
}

.slick-slide {
	margin: 10px;
}

.slick-slide img {
	width: 100%;
	border: 2px solid #fff;
}

.slick-next:before, .slick-prev:before {
	color: #cc2d11;
	font-size: 28px;
}

.clients-wrap .hr-red {
	border-color: #cc2d11;
	opacity: 1;
	width: 25%;
	border-width: medium;
	margin: 0 auto;
	margin-bottom: 25px;
}

.clients-wrap {
	background-color: #f5f5f5;
}

.text-red {
	color: #cc2d11;
	font-weight: 600;
}

a {
	text-decoration: none;
}

.overlay-img.front h6 {
	font-size: 26px;
}

.overlay-img.back h6 {
	font-size: 22px;
}

.form-content a, .contact-today p a {
	background: none;
	padding: 0;
}

.contact-today p a {
	color: #000;
}

#gform_ajax_spinner_1, #gform_ajax_spinner_2 {
	width: 25px;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 200px;
	border: none;
	color: #000;
}

.gform_wrapper.gravity-theme .gfield input {
	border: none;
	color: #000;
}

.gform_button {
	width: 200px !important;
	font-size: 18px;
}

.slick-lightbox-slick-img {
	height: auto !important;
}

#gform_submit_button_5, #gform_submit_button_6 {
	font-size: 16px;
}

.page-id-2176 #service-request h2 {
	text-align: left;
}

@media (max-width: 767px) {
	.cta-wrap form {
		width: 100%;
	}
	
	.landing-page .banner {
		height: 450px;
	}
	
	#container {
		display: block;
	}
	
	.list-wrap {
		display: block;
		margin: 0 auto;
	}
	
	.full-width-wrap.bg-black .hr-red, .clients-wrap .hr-red {
		margin: 0 auto !important;
	}
	
	.slick-prev {
		left: 0;
		z-index: 1;
	}
	
	.slick-next {
		right: 8px;
		z-index: 1;
	}
}

@media (max-width: 412px) {
	.column-button {
		margin-bottom: 15px;
	}
}
