/* custom select styles */

.form-group.input-error .jcf-select {
	border: 1px solid #f00;
}

.jcf-select {
	display: block;
	vertical-align: top;
	position: relative;
	border: 1px solid #ced4da;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 43px;
	color: #6f6f6f;
	border-radius: 4px;
}

.jcf-select.jcf-select-no-border {
	border: 1px solid transparent;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 26px;
	margin: 8px 40px 0 29px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 36px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 17px;
	margin-top: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 5px;
	border-color: #8a8a8a transparent transparent;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #ced4da;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 3px;
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
	margin-top: 0;
	margin-bottom: 3px;
}

.jcf-select-drop.jcf-select-no-border .jcf-select-drop-content {
	border: 1px solid transparent;
	margin-top: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.jcf-select-drop.jcf-select-no-border.jcf-drop-flipped .jcf-select-drop-content {
	margin-top: 0;
	margin-bottom: 3px;
	box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .1);
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 18px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 13px 15px;
	color: #6f6f6f;
	height: 1%;
}

.jcf-list .jcf-option.jcf-option-hidden {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #fb5c00;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #ced4da !important;
}

.jcf-focus.jcf-select-no-border,
.jcf-focus *.jcf-select-no-border {
	border: 1px solid transparent !important;
}

#nav ul,
.sidebar-nav ul,
#footer .secondary-nav ul,
#footer .social-networks,
.service-container .question-list,
.choose-container .comparison-chart .index-list,
.choose-container .recommend .recommend-list,
.choose-container .determine-box .question-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0 0 .5em;
	font-weight: 600;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	color: #2d2d2e;
}

h1,
.h1 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 28px;
}

h2,
.h2 {
	font-size: 26px;
	line-height: 1.3333;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 1.4;
}

h4,
.h4 {
	font-size: 21px;
	line-height: 1.4;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 22px;
}

h6,
.h6 {
	font-size: 16px;
}

.medium-text {
	font-size: 16px;
	line-height: 1.5;
}

.small-text {
	font-size: 14px;
	line-height: 1.5;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

/* navigation styles */

#nav {
	font-size: 14px;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#nav > ul > li {
	position: relative;
	padding: 0 1px;
}

#nav > ul > li:hover ul {
	display: block;
}

#nav > ul > li > a {
	display: block;
	padding: 10px 15px;
	position: relative;
	color: #fff;
}

#nav > ul > li > a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fb5c00;
	left: 0;
	bottom: 0;
	display: none;
}

#nav > ul > li > ul {
	display: none;
}

#nav > ul > li > ul li.active a {
	background: #ff7b2f;
	color: #fff;
}

#nav > ul > li > ul a {
	display: block;
	padding: 10px 15px;
	color: #404040;
}

#nav > ul > li > ul a:hover {
	background: #fb5c00;
	color: #fff;
}

#nav > ul a:hover {
	text-decoration: none;
}

/* hero banner styles */

.hero-banner {
	position: relative;
	overflow: hidden;
	padding: 30px 0 17px;
}

.hero-banner .js-bg-cover {
	background-size: cover;
	background-position: 50% 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hero-banner .js-bg-cover:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	left: 0;
	top: 0;
}

.hero-banner .banner-content {
	position: relative;
	color: #fff;
}

.hero-banner .banner-heading {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.49;
	margin-bottom: 20px;
	text-align: center;
	color: inherit;
}

.hero-banner .banner-heading span,
.hero-banner .banner-heading strong {
	display: block;
}

.hero-banner .banner-heading strong {
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}

.hero-banner .btn-holder {
	margin: 0 -6px;
	text-align: center;
}

.hero-banner .btn-holder .btn {
	margin: 10px 6px;
	min-width: 240px;
	font-size: 18px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.hero-banner .before-after {
	position: relative;
	padding: 0 0 0 0;
}

.hero-banner .before-after .img-col {
	padding: 15px;
	max-width: 399px;
	padding: 12px 5px;
}

.hero-banner .before-after .img-holder {
	border: 2px solid #fff;
}

.hero-banner .before-after .img-label {
	font-family: inherit;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	min-width: 100px;
	padding: 5px 15px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.hero-banner .before-after img {
	width: 100%;
}

.hero-banner .before-after .icon-arrow {
	width: 70px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	margin: 0 0 0 -30px;
	-webkit-transform: rotate(-125deg);
	-ms-transform: rotate(-125deg);
	transform: rotate(-125deg);
}

.hero-banner .before-after .icon-arrow img {
	border: 0;
}

/* header styles */

#header {
	background: #fff;
	line-height: 1.5;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
}

#header .container {
	position: relative;
}

#header .logo {
	-ms-flex-preferred-size: 126px;
	flex-basis: 126px;
}

#header .logo a {
	display: block;
	max-width: 120px;
}

#header .logo img {
	width: 100%;
}

#header .nav-opener {
	position: absolute;
	height: 32px;
	width: 40px;
	top: 15px;
	right: 15px;
	z-index: 9999;
}

#header .nav-opener .bar {
	position: absolute;
	height: 3px;
	width: 28px;
	left: 4px;
	display: block;
	background: #fb5c00;
}

#header .nav-opener .bar:nth-of-type(1) {
	top: 7px;
	-webkit-transition: top .25s ease .25s, -webkit-transform .25s ease-out .1s;
	transition: top .25s ease .25s, -webkit-transform .25s ease-out .1s;
	transition: top .25s ease .25s, transform .25s ease-out .1s;
	transition: top .25s ease .25s, transform .25s ease-out .1s, -webkit-transform .25s ease-out .1s;
}

.nav-active #header .nav-opener .bar:nth-of-type(1) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s, -webkit-transform .25s ease-out .4s;
}

#header .nav-opener .bar:nth-of-type(2) {
	top: 15px;
	-webkit-transition: .25s ease .25s;
	transition: .25s ease .25s;
}

.nav-active #header .nav-opener .bar:nth-of-type(2) {
	opacity: 0;
	top: 15px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s, -webkit-transform .25s ease-out .4s;
}

#header .nav-opener .bar:nth-of-type(3) {
	top: 23px;
	-webkit-transition: top .25s  ease .25s, -webkit-transform .25s ease-out .1s;
	transition: top .25s  ease .25s, -webkit-transform .25s ease-out .1s;
	transition: top .25s  ease .25s, transform .25s ease-out .1s;
	transition: top .25s  ease .25s, transform .25s ease-out .1s, -webkit-transform .25s ease-out .1s;
}

.nav-active #header .nav-opener .bar:nth-of-type(3) {
	top: 15px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s, -webkit-transform .25s ease-out .4s;
}

#header .your-estimate {
	text-align: center;
	-ms-flex-preferred-size: 126px;
	flex-basis: 126px;
	line-height: 1.2;
	font-size: 16px;
}

/* sidebar styel */

#sidebar {
	margin-top: 50px;
}

.sidebar-nav {
	margin-bottom: 50px;
	line-height: 1.3;
}

.sidebar-nav ul li {
	margin-bottom: 9px;
}

.sidebar-nav ul li.active a {
	background: #fb5c00;
	color: #fff;
}

.sidebar-nav ul li.active a .icon-holder {
	color: inherit;
}

.sidebar-nav ul a {
	background: #fff;
	color: #898989;
	display: block;
	padding: 16px 28px 17px 15px;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}

.sidebar-nav ul a:hover {
	text-decoration: none;
	background: #fb5c00;
	color: #fff;
}

.sidebar-nav ul a:hover .icon-holder {
	color: #fff;
}

.sidebar-nav .icon-holder {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #d4d4d4;
	font-size: 24px;
}

.side-box {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.6364;
	border: 1px solid #d4d4d4;
	padding: 20px 15px 17px 15px;
}

.side-box .title {
	display: block;
	font-size: 22px;
	line-height: 1.4;
	color: #fb5c00;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.side-box p {
	margin-bottom: 27px;
}

body {
	font: 300 18px/2 "Roboto", Arial, Helvetica, sans-serif;
	color: #606060;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
}

.form-group {
	margin-bottom: 32px;
}

.form-group.input-error .form-control {
	border-color: #f00;
}

.form-control {
	height: 43px;
	padding-left: 29px;
	font-weight: 300;
	color: #404040;
	border-radius: 4px;
	font-size: 18px;
}

.form-control::-webkit-input-placeholder {
	color: #6f6f6f;
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #6f6f6f;
}

.form-control:-moz-placeholder {
	color: #6f6f6f;
}

.form-control:-ms-input-placeholder {
	color: #6f6f6f;
}

.form-control.placeholder {
	color: #6f6f6f;
}

.form-control.no-border {
	border-color: #fff;
}

textarea.form-control {
	height: auto;
}

noscript {
	text-align: center;
	padding: 15px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 0;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
	outline: 1px dotted #fb5c00;
}

.hidden,
legend {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: #fb5c00;
}

a:hover,
a:focus {
	color: #c84900;
}

.btn {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 15px;
	border-width: 2px;
	font-weight: 600;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	border-radius: 5px;
}

.btn.btn-primary:hover {
	border-color: #d24d00;
}

.btn.btn-primary:focus {
	color: #fff;
	border-color: #fb5c00;
}

.btn.btn-primary:focus:hover {
	border-color: #d24d00;
}

.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
	border-color: #c84900;
}

.btn.btn-default {
	background: #fff;
	color: #2d2d2e;
}

.btn.btn-default:hover {
	background: #ddd;
}

.btn.btn-default:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
	color: #2d2d2e;
}

.btn.btn-outline-default {
	border-color: #fff;
	color: #fff;
}

.btn.btn-outline-default:hover {
	background: #fff;
	color: #2d2d2e;
}

.btn.btn-outline-default:hover:focus {
	color: #2d2d2e;
}

.btn.btn-outline-default:focus {
	color: #fff;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.btn-pdf-download {
	display: inline-block;
	vertical-align: top;
	font: 500 16px/1.25 "Raleway", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #c5c5c5;
	position: relative;
	padding: 14px 32px 14px 73px;
	margin: 0 0 20px;
	text-decoration: none;
}

.btn-pdf-download .ico-pdf {
	width: 50px;
	height: 61px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 7px;
	background: #fb5c00 url(../images/icon-pdf.png) 50% 50% no-repeat;
}

.btn-pdf-download:hover,
.btn-pdf-download:focus {
	color: #fb5c00;
	background: #c5c5c5;
	text-decoration: none;
}

.btn-pdf-download:hover .ico-pdf,
.btn-pdf-download:focus .ico-pdf {
	background: #c5c5c5 url(../images/icon-pdf-hover.png) 50% 50% no-repeat;
}

.brand-color {
	color: #fb5c00;
}

.img-holder {
	position: relative;
}

.img-label {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 120px;
	padding: 6px 10px;
	background: #fb5c00;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.2;
}

.img-label.right {
	left: auto;
	right: 0;
}

.sub-heading {
	color: #fb5c00;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.sub-heading .icon-holder {
	width: 46px;
	font-size: 30px;
	padding-left: 3px;
	line-height: 1;
}

.sub-heading .titie {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-heading {
	margin-bottom: 24px;
}

.main-heading .icon-holder {
	font-size: 70px;
	color: #fb5c00;
	line-height: 1;
	-ms-flex-preferred-size: 75px;
	flex-basis: 75px;
}

.main-heading .heading-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 4px;
}

.main-heading h2,
.main-heading .h1 {
	margin-bottom: 0;
}

blockquote {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 0 0 0 36px;
	position: relative;
}

blockquote:before {
	content: "\f10d";
	position: absolute;
	left: -5px;
	top: 5px;
	color: #e7e6e6;
	font: normal normal normal 30px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

q {
	quotes: none;
}

cite {
	font-style: normal;
	display: block;
	padding: 12px 0 0;
	font-size: 14px;
}

cite .separator {
	padding: 0 2px;
}

.decorative-heading {
	position: relative;
	padding: 0 0 28px;
	margin-bottom: 24px;
}

.decorative-heading:after {
	content: "";
	position: absolute;
	width: 112px;
	height: 3px;
	background: #fb5c00;
	left: 0;
	bottom: 0;
}

.decorative-heading .heading-label {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #fb5c00;
	display: block;
	margin-bottom: 10;
}

.divider {
	border-top: 1px solid #e8e0e0;
	font-size: 0;
	line-height: 0;
	margin: 32px 0 41px;
	padding: 1px 0;
}

figure {
	margin-bottom: 38px;
}

figure.full-image {
	margin-bottom: 38px;
}

figure.full-image img {
	width: 100%;
	height: auto;
}

figure img {
	margin-bottom: 14px;
}

figure figcaption {
	font-size: 14px;
	line-height: 1.5;
	display: block;
}

.full-image {
	position: relative;
	margin-bottom: 30px;
}

.full-image img {
	width: 100%;
	height: auto;
}

p {
	margin-bottom: 18px;
}

.btn-with-icon {
	display: inline-block;
	background: #b8b8b8;
	line-height: 1.3;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	padding: 14px 20px 12px 88px;
	font-size: 22px;
	font-weight: 600;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.btn-with-icon:hover {
	text-decoration: none;
	color: #fff;
	background: #a4a4a4;
}

.btn-with-icon:focus {
	color: #fff;
}

.btn-with-icon:hover .icon-holder {
	background: #d24d00;
}

.btn-with-icon:hover .icon-holder:after {
	border-color: transparent transparent transparent #d24d00;
}

.btn-with-icon .icon-holder {
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0;
	left: 0;
	font-size: 30px;
	color: inherit;
	background: #fb5c00;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.btn-with-icon .icon-holder span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
}

.btn-with-icon .icon-holder:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: -43px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 36px 22px;
	border-color: transparent transparent transparent #fb5c00;
	-webkit-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

.btn-with-icon.btn-big {
	padding: 14px 20px 13px 105px;
	font-size: 24px;
}

.btn-with-icon.btn-big .icon-holder {
	width: 60px;
	font-size: 34px;
}

.btn-with-icon.btn-big .icon-holder span {
	left: 18px;
}

.btn-with-icon.btn-big .icon-holder:after {
	right: -54px;
	border-width: 41px 28px;
}

.btn-with-icon.btn-sm {
	padding: 10px 18px 9px 90px;
	font-size: 18px;
	border-radius: 4px;
}

.btn-with-icon.btn-sm .icon-holder {
	width: 46px;
	font-size: 24px;
}

.btn-with-icon.btn-sm .icon-holder span {
	left: 13px;
}

.btn-with-icon.btn-sm .icon-holder:after {
	right: -24px;
	border-width: 22px 12px;
}

dl {
	line-height: 1.5;
}

dl dt {
	font-weight: 600;
	color: #3f3f3f;
	margin-bottom: 5px;
}

/* map */

.map {
	position: relative;
	min-height: 250px;
}

.map.bordered {
	border-bottom: 9px solid #fff;
}

.map .map-canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 0;
}

.js-custom-marker {
	position: absolute;
	content: "";
	line-height: 1;
	width: 40px;
	height: 40px;
	padding: 10px 0 0;
	margin: -20px 0 0 -20px;
	border-radius: 40px;
	font-size: 20px;
	background: #fff;
	text-align: center;
	color: #fb5c00;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.bullet-list {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 0 0 35px;
}

.bullet-list li {
	position: relative;
}

.bullet-list li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	left: -18px;
	top: 11px;
	border-radius: 7px;
	background: #606060;
}

.banner-box {
	position: relative;
	overflow: hidden;
	min-height: 200px;
}

.bg-white {
	background: #fff;
}

.heading-with-icon {
	position: relative;
	padding: 0 0 0 20px;
	margin-bottom: 21px;
}

.heading-with-icon .icon-holder {
	font-size: 30px;
	position: absolute;
	top: 4px;
	left: 0;
	line-height: 1;
}

.js-slide-hidden {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	display: block !important;
}

/* footer styles */

#footer {
	background: #404040;
	padding: 48px 0 0;
	color: #9c9c9c;
	line-height: 1.5;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.home-page #footer {
	padding: 48px 0 0;
}

#footer .footer-top {
	padding-bottom: 43px;
}

#footer .logo {
	margin: 0 auto 35px;
	width: 150px;
}

#footer a {
	color: inherit;
}

#footer address {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

#footer .secondary-nav {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	max-width: 332px;
	margin: 0 auto 30px;
	position: relative;
}

#footer .secondary-nav ul {
	position: relative;
}

#footer .secondary-nav ul li {
	padding: 14px 15px;
}

#footer .secondary-nav ul li + li {
	border-top: 1px solid #535353;
}

#footer .social-section {
	margin: 0 auto;
}

#footer .social-section .holder {
	margin-bottom: 44px;
}

#footer .social-section .title {
	font-size: 18px;
	display: block;
	margin-bottom: 8px;
}

#footer .social-networks {
	font-size: 30px;
	margin: 0 -10px;
	line-height: 1;
}

#footer .social-networks li {
	padding: 0 10px;
}

#footer .social-networks a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#footer .social-networks a:hover {
	color: #ddd;
}

#footer .btn-holder .btn {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	display: block;
}

#footer .footer-bottom {
	font-size: 12px;
	background: #333;
	padding: 21px 0 19px;
	color: #666;
}

#footer .back-to-top-holder {
	text-align: right;
}

#footer .back-to-top {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 50%;
	font-size: 29px;
	text-align: center;
	line-height: 1;
	padding-top: 3px;
	-webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
	transition: color .2s ease-in-out, border-color .2s ease-in-out;
}

#footer .back-to-top:hover {
	color: #999;
	border-color: #999;
}

/* Home page style*/

/* client feedback styles */

.client-feedback {
	background: #f4f4f4;
}

.client-feedback .container {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

.client-feedback .container:before {
	content: "\f075";
	position: absolute;
	left: 50px;
	top: -80px;
	color: #eaeaea;
	font: normal normal normal 275px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.client-feedback .h4 {
	color: #3f3f3f;
	margin-bottom: 28px;
}

.client-feedback .rating {
	-ms-flex-preferred-size: 240px;
	flex-basis: 240px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.client-feedback .rating .text {
	background: #fb5c00;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 2px 5px 8px;
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
	max-width: 80px;
}

.client-feedback .rating-number {
	font-size: 36px;
	font-weight: 700;
	display: block;
	margin-bottom: -1px;
}

.client-feedback .stars {
	font-size: 12px;
}

.client-feedback .stars span {
	display: inline-block;
	margin: 0 -1px;
}

.client-feedback .rating-on-google {
	background: #fff;
	padding: 0 15px;
	-ms-flex-preferred-size: 160px;
	flex-basis: 160px;
	max-width: 160px;
}

.client-feedback .rating-on-google img {
	max-width: 150px;
	width: 100%;
}

/* why choose us styles */

.why-choose-section {
	line-height: 2.1111;
	padding: 0 0 70px;
	background: #fff;
}

.why-choose-section .main-heading {
	background: #404040;
	color: #fff;
	padding: 24px 0 24px;
	margin-bottom: 43px;
}

.why-choose-section .main-heading .heading-holder {
	padding-top: 4px;
}

.why-choose-section .main-heading h2,
.why-choose-section .main-heading .h1 {
	color: inherit;
}

.why-choose-section .top-text {
	padding: 0 0 46px;
}

.why-choose-section .top-text p {
	margin-bottom: 24px;
}

.why-choose-section .reason-item {
	border-bottom: 1px solid #e8e0e0;
	margin: 0 0 45px 0;
	padding: 0 0 34px;
}

.why-choose-section .why-choose-img {
	position: relative;
}

.why-choose-section .why-choose-img:last-of-type {
	margin-bottom: 50px;
}

.why-choose-section .why-choose-img img {
	width: 100%;
}

.why-choose-section .arrow-holder {
	text-align: center;
	color: #fb5c00;
	font-size: 52px;
	line-height: 1;
	padding: 8px 0 5px;
	margin: 0 0 0 -10px;
}

.why-choose-section .bottom-text {
	line-height: 2;
}

.why-choose-section .bottom-text .link-holder {
	padding-top: 15px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.why-choose-section .bottom-text .link-holder a:focus {
	color: #fb5c00;
}

.why-choose-section .tb-open-close .opener .more-text {
	display: none;
}

.why-choose-section .tb-open-close .opener .hide-text {
	display: inline-block;
}

.why-choose-section .tb-open-close .opener.collapsed .more-text {
	display: inline-block;
}

.why-choose-section .tb-open-close .opener.collapsed .hide-text {
	display: none;
}

.why-choose-section .tb-open-close .opener:focus,
.why-choose-section .tb-open-close .opener:active {
	outline: 0;
}

/* free guide styles */

.free-guide-section {
	background: #404040;
	color: #fff;
	padding: 15px 0 50px;
}

.free-guide-section h2,
.free-guide-section .h1 {
	color: inherit;
	margin-bottom: 50px;
}

.free-guide-section .text-holder {
	padding: 30px 0 50px;
}

.free-guide-section .footer-text {
	color: #b5b5b5;
}

.free-guide-section .btn-holder {
	line-height: 1;
	margin-bottom: 24px;
}

/* portfolio styles */

.portfolio-section {
	overflow: hidden;
	background: #fff;
}

.portfolio-section .main-heading {
	padding: 70px 0 30px;
}

.portfolio-section .main-heading .icon-holder {
	font-size: 56px;
	color: #fb5c00;
	line-height: 1;
	-ms-flex-preferred-size: 78px;
	flex-basis: 78px;
}

.portfolio-section h2,
.portfolio-section .h1 {
	margin-bottom: 0;
	font-weight: 700;
}

.portfolio-section .bottom-text {
	padding: 33px 0 58px;
	line-height: 1.75;
}

.portfolio-section .bottom-text .link-holder {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 15px 0 0;
}

.portfolio-holder {
	margin: -6px 0 0;
	background: #fff;
	border-bottom: 6px solid #fff;
}

.portfolio-holder .portfolio-item {
	padding: 6px 0 0;
}

.portfolio-holder .portfolio-img {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	position: relative;
}

.portfolio-holder .portfolio-img a {
	display: block;
	position: relative;
}

.portfolio-holder .portfolio-img a:hover:after {
	background: rgba(0, 0, 0, .5);
}

.portfolio-holder .portfolio-img a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.portfolio-holder .portfolio-img + .portfolio-img:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 2;
}

.portfolio-holder .portfolio-img + .portfolio-img .icon-holder {
	left: 0;
	right: auto;
	border-radius: 0 7px 7px 0;
}

.portfolio-holder .portfolio-img img {
	width: 100%;
}

.portfolio-holder .portfolio-img .icon-holder {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	border-radius: 7px 0 0 7px;
	background: #fb5c00;
	color: #fff;
	padding: 10px 12px;
	z-index: 1;
}

/* questions styles */

.question-section {
	background: #404040;
	color: #fff;
	padding: 53px 0 70px;
}

.question-section .main-heading {
	margin-bottom: 57px;
}

.question-section .main-heading h2,
.question-section .main-heading .h1 {
	color: inherit;
}

.question-section .question-item {
	color: #9c9c9c;
}

.question-section .question-item .holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.question-section .question-item .question {
	color: #fff;
	margin-bottom: 19px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.question-section .read-more-holder {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	padding: 5px 0 75px;
}

.question-section .read-more-holder a {
	color: #9c9c9c;
}

.question-section .read-more-holder a:hover {
	color: #fb5c00;
}

.question-section .link-holder {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 0 0 0 32px;
}

/* request quote styles */

.request-quote {
	color: #28272c;
	background: #f4f4f4;
	position: relative;
}

.request-quote:before {
	content: "";
	position: absolute;
	height: 36px;
	width: 100%;
	left: 0;
	top: 0;
	background: #404040;
}

.request-quote h2 {
	background: #fb5c00;
	color: #fff;
	text-align: center;
	font-size: 26px;
	padding: 21px 15px 17px;
	margin: 0 0 40px;
	position: relative;
	font-weight: 400;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.request-quote h3 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 28px;
}

.request-quote .form-separator {
	position: relative;
}

.request-quote .arrow-holder {
	position: absolute;
	width: 107px;
	left: 50%;
	bottom: -75px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.request-quote .arrow-holder img {
	max-width: 70%;
}

.request-quote .call-option {
	padding: 35px 0 50px;
	max-width: 732px;
	margin: 121px auto 0;
	border-top: 2px solid #fff;
	font: 600 20px/1.6 "Poppins", Arial, Helvetica, sans-serif;
	text-align: center;
}

/* three steps styles */

.three-steps {
	padding: 0 0 50px;
}

.three-steps .quote-step-item {
	position: relative;
	line-height: 1.6667;
}

.three-steps .quote-step-item + .quote-step-item {
	margin-top: 50px;
}

.three-steps .step-img {
	text-align: center;
	padding: 50px 0 15px;
}

.three-steps .step-img img {
	position: relative;
	z-index: 2;
}

.three-steps .step-img .step-num {
	font: 600 36px/1 "Poppins", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	padding: 13px 3px 0;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #fb5c00;
}

.three-steps .text-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 20px;
}

/* quote form styles */

.quote-form {
	position: relative;
}

.quote-form .input-holder,
.quote-form .success-message {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.quote-form .success-message {
	font-size: 18px;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	width: 90%;
	max-width: 316px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.quote-form .success-message .icon-holder {
	display: inline-block;
	font-size: 40px;
	color: #4bb543;
	margin-bottom: 10px;
}

.quote-form.ajax-success-state .input-holder {
	visibility: hidden;
	opacity: 0;
}

.quote-form.ajax-success-state .success-message {
	visibility: visible;
	opacity: 1;
}

.quote-form input[name="contact_by_fax_only"] {
	display: none;
}

.quote-form .btn-holder {
	padding-top: 20px;
}

.quote-form .btn-holder .btn {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	border-radius: 6px;
}

/* location styles */

.location {
	border-top: 7px solid #404040;
	background: #404040;
}

.location .address {
	color: #fff;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	position: relative;
	margin-top: -40px;
	font-size: 16px;
}

.location .address .row {
	margin-left: 0;
	margin-right: 0;
}

.location .address [class^="col-"],
.location .address [class*="col-"] {
	padding: 0;
}

.location .address .content-holder {
	max-width: 250px;
	margin: 18px auto 16px;
	line-height: 1.6667;
	text-align: center;
}

.location .address .content-holder a {
	color: inherit;
}

.location .address .contact-number {
	background: #a4a4a4;
}

.location .address .showroom-address {
	background: #afafaf;
}

.location .address .open-hours {
	background: #b6b6b6;
}

.location .address .title {
	text-transform: uppercase;
	color: #49433c;
	font-weight: 600;
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
}

/* project photo style */

.project-container {
	padding: 40px 0;
}

.project-container h2 {
	color: #3f3f3f;
}

.project-container .project-work-process {
	margin: 46px 0 50px;
	padding: 15px 30px 13px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}

.project-container .process-item {
	padding: 10px 10px 0 16px;
	position: relative;
	max-width: 450px;
	margin: 0 auto;
}

.project-container .process-item + .process-item {
	padding: 10px 10px 0 20px;
	border-top: 1px solid #b5b5b5;
}

.project-container .process-item dl dt {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
}

.project-container .bottom-text {
	padding: 41px 0 0;
}

.project-container .bottom-text .h5 {
	font-weight: 500;
}

.project-container h3,
.project-container .h5 {
	margin-bottom: 26px;
}

.project-container .img-label {
	font-family: inherit;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	min-width: 80px;
	padding: 5px 15px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.project-feedback {
	color: #959595;
	padding: 60px 0 21px;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 52px;
}

.project-feedback .h4 {
	position: relative;
	margin-bottom: 26px;
}

.project-feedback .h4 * {
	position: relative;
}

.project-feedback .h4:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #b5b5b5;
	left: 0;
	top: 50%;
}

.project-feedback .h4 > span {
	background: #f4f4f4;
	padding: 0 25px 0 0;
}

.project-feedback blockquote {
	padding: 0 0 0 36px;
}

.project-feedback cite {
	padding: 26px 0 0;
}

.project-feedback + .bottom-text {
	padding-top: 0;
}

/* faq style */

.faqs-container {
	padding: 40px 0;
}

.faqs-container .bigest-questions {
	padding: 30px 0 40px;
}

.faqs-container .pdf-article-row {
	margin-top: 38px;
}

.faqs-container .pdf-article-row [class*="col-"],
.faqs-container .pdf-article-row [class^="col-"] {
	position: relative;
}

.faqs-container .pdf-article-row .download-pdf-article {
	padding: 0 0 40px;
}

.faqs-container .article-image {
	margin-bottom: 28px;
}

.faqs-container .article-image img {
	width: 100%;
}

.faqs-container .question-group {
	margin-bottom: 40px;
}

.faqs-container .question-group:last-of-type {
	margin-bottom: 20px;
}

.faqs-container .question-group .h1 {
	margin-bottom: 30px;
}

.faqs-container .tb-open-close {
	border-top: 3px solid #fb5c00;
}

.faqs-container .tb-open-close .faq-item {
	padding-bottom: 20px;
}

.faqs-container .tb-open-close .question-holder {
	font-size: 16px;
	line-height: 1.2083;
	font-weight: 400;
}

.faqs-container .tb-open-close .opener {
	position: relative;
	color: #3f3f3f;
	display: block;
	padding: 15px 30px 18px 44px;
	position: relative;
	background: #fff;
}

.faqs-container .tb-open-close .opener:hover,
.faqs-container .tb-open-close .opener:focus {
	text-decoration: none;
	outline: 0;
}

.faqs-container .tb-open-close .opener:before {
	content: "Q";
	font: 400 30px/1.2 "Poppins", Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	position: absolute;
	top: 8px;
	left: 10px;
}

.faqs-container .tb-open-close .opener.collapsed:after {
	content: "\f067";
}

.faqs-container .tb-open-close .opener:after {
	content: "\f068";
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 18px;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fb5c00;
}

.faqs-container .tb-open-close .answer-box {
	background: #f9f9f9;
	margin-top: 4px;
	position: relative;
	padding: 24px 15px 20px 44px;
}

.faqs-container .tb-open-close .answer-box:before {
	content: "A";
	font: 400 30px/1.2 "Poppins", Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	position: absolute;
	top: 19px;
	left: 10px;
}

.faqs-container .faq-footer {
	padding-bottom: 37px;
}

/* about page style */

.about-container .main-heading .icon-holder {
	font-size: 56px;
	color: #fb5c00;
	line-height: 1;
	-ms-flex-preferred-size: 54px;
	flex-basis: 54px;
}

.about-container .content-box {
	padding: 50px 0 50px;
}

.about-container .content-box:first-of-type {
	padding: 40px 0 50px;
}

.about-container .content-box.showroom {
	padding-bottom: 10px;
}

.about-container .video-section {
	padding: 20px 0 0;
}

.about-container .video-section .video-holder {
	position: relative;
}

.about-container .video-section .video-holder:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.about-container .video-section .video-holder iframe {
	position: absolute;
	border: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.about-container .showroom {
	background: #fff;
}

.about-container .showroom-item {
	line-height: 1.6667;
	padding-bottom: 31px;
}

.about-container .showroom-image {
	margin-bottom: 25px;
}

.about-container .showroom-image img {
	width: 100%;
	height: auto;
}

.about-container .team-member {
	margin-bottom: 10px;
}

.about-container .team-member img {
	width: 100%;
	height: auto;
}

/* service page style */

.service-container {
	padding: 40px 0;
}

.service-container .service-description {
	margin-top: -5px;
}

.service-container .reason-section {
	margin-bottom: 60px;
}

.service-container .reason-section .pictogram {
	width: 250px;
	padding-top: 10px;
}

.service-container .heading-with-para {
	border-bottom: 1px solid #e8e0e0;
	padding-bottom: 10px;
	margin-bottom: 28px;
}

.service-container .heading-with-para .h1 {
	margin-bottom: 22px;
}

.service-container .reason-item {
	border-bottom: 1px solid #e8e0e0;
	margin-bottom: 30px;
	padding-bottom: 1px;
}

.service-container .reason-item .reason-heading {
	font-size: 28px;
	margin-bottom: 4px;
}

.service-container .reason-item .reason-heading strong {
	font-size: 24px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fb5c00;
}

.service-container .reason-item .text-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.service-container .reason-item figcaption {
	line-height: 1.1875;
}

.service-container .white-offset-container {
	position: relative;
	padding: 50px 0;
}

.service-container .white-offset-container:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	background: #fff;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.service-container .main-heading {
	margin-bottom: 50px;
}

.service-container .main-heading .h1 {
	margin-bottom: 0;
}

.service-container .service-box {
	padding-top: 40px;
	padding-bottom: 1px;
}

.service-container .service-box + .service-box {
	border-top: 1px solid #e8e0e0;
	padding-top: 40px;
}

.service-container .service-box .pictogram {
	padding: 8px 0 0;
}

.service-container .service-section + .service-section {
	border-top: 1px solid #e8e0e0;
	padding-top: 50px;
}

.service-container .service-section .bottom-text {
	border-top: 1px solid #e8e0e0;
	padding-top: 50px;
}

.service-container .which-option {
	padding-top: 60px;
}

.service-container .types-of-stairs {
	padding-top: 25px;
}

.service-container .types-of-stairs .heading-with-para {
	padding-bottom: 15px;
	margin-bottom: 0;
}

.service-container .we-donot-restore {
	border-top: 1px solid #e8e0e0;
	padding-top: 40px;
}

.service-container .we-donot-restore .img-holder {
	background: #fff;
	margin: 45px 0;
}

.service-container .refinishing-steps {
	padding-top: 0;
}

.service-container .refinishing-steps .heading-with-para {
	padding-bottom: 15px;
	margin-bottom: 0;
}

.service-container .important-info {
	border-top: 1px solid #e8e0e0;
	padding-top: 40px;
}

.service-container .important-info .info-holder {
	padding: 27px 0 0;
}

.service-container .important-info .info-holder .h5 {
	margin-bottom: 27px;
}

.service-container .question-answer {
	border-top: 1px solid #e8e0e0;
	padding-top: 40px;
	margin-top: 40px;
}

.service-container .question-answer .main-heading {
	margin-bottom: 42px;
}

.service-container .question-list {
	color: #3f3f3f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.service-container .question-list li {
	padding: 0 0 18px 20px;
	position: relative;
}

.service-container .question-list li:before {
	position: absolute;
	content: "+";
	top: -1px;
	left: 0;
	color: #a1a1a1;
}

.service-container .question-list a {
	color: inherit;
}

.service-container .extra-steps .heading-with-para {
	padding: 28px 0 15px;
	margin-bottom: 0;
}

.service-container .extra-steps .bottom-text {
	border-top: 1px solid #e8e0e0;
	padding: 35px 0 49px;
}

.service-container .service-question-section {
	background: none;
}

.service-container .service-question-section .service-section {
	border-top: 1px solid #e8e0e0;
	margin-top: 30px;
	padding-top: 40px;
	line-height: 1.6667;
}

.service-container .service-question-section .service-section .h1 {
	margin-bottom: 30px;
}

.service-container .functional-section {
	margin: 39px 0 27px;
}

.service-container .functional-section figure {
	max-width: 724px;
	margin: 0 auto;
	padding: 20px 0 31px;
}

.service-container .consider-block {
	padding-top: 50px;
}

.service-container .consider-block figure {
	max-width: 724px;
	margin: 40px auto 36px;
}

.service-container .consider-block figure.color-palette {
	max-width: none;
	padding: 0 30px;
	background: #fff;
}

/* choose page style */

.choose-container .how-to-choose .main-heading .icon-holder {
	font-size: 50px;
	color: #fb5c00;
	line-height: 1;
	-ms-flex-preferred-size: 54px;
	flex-basis: 54px;
	position: relative;
	top: -20px;
}

.choose-container .content-box {
	padding: 50px 0;
}

.choose-container .content-box p {
	margin-bottom: 21px;
}

.choose-container .group + .group {
	margin-top: 69px;
}

.choose-container .group.s1 {
	line-height: 1.6667;
}

.choose-container .group.s1 + .group.s1 {
	margin-top: 60px;
}

.choose-container .group.s1 .offset-heading {
	padding-bottom: 0;
}

.choose-container .group.s1 .sub-group {
	padding-top: 20px;
}

.choose-container .group.s1 .sub-group h3,
.choose-container .group.s1 .sub-group .h3 {
	margin-bottom: 23px;
}

.choose-container .group .sub-group {
	padding-top: 20px;
}

.choose-container .group .sub-group h3,
.choose-container .group .sub-group .h3 {
	margin-bottom: 15px;
}

.choose-container .group .bottom-text {
	font-size: 24px;
	font-weight: 400;
	padding: 20px 0 0;
	line-height: 1.25;
}

.choose-container .highlight-row .highlight-text {
	color: #2d2d2e;
	font: 600 20px/1.5 "Poppins", Arial, Helvetica, sans-serif;
	padding: 76px 0 0;
	position: relative;
	padding: 50px 50px 0 0;
}

.choose-container .highlight-row .highlight-text:before {
	content: "";
	position: absolute;
	width: 112px;
	height: 3px;
	background: #fb5c00;
	top: 30px;
}

.choose-container .comparison-chart {
	margin-top: 40px;
	padding-top: 44px;
	border-top: 1px solid #e8e0e0;
}

.choose-container .comparison-chart .chart-holder {
	margin-bottom: 30px;
}

.choose-container .comparison-chart .chart-holder img {
	width: 100%;
	height: auto;
}

.choose-container .comparison-chart .index-holder {
	line-height: 1.3;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #373737;
}

.choose-container .comparison-chart .index-list {
	padding: 0;
	margin: 0 -5px;
	font-weight: 600;
	font-size: 16px;
}

.choose-container .comparison-chart .index-list li {
	display: inline-block;
	padding: 5px 5px;
}

.choose-container .recommend .offset-heading {
	padding-bottom: 0;
}

.choose-container .recommend .recommend-group {
	margin-top: 40px;
	line-height: 1.6667;
}

.choose-container .recommend .recommend-group + .recommend-group {
	margin-top: 40px;
}

.choose-container .recommend .recommend-group h3,
.choose-container .recommend .recommend-group .h3 {
	margin-bottom: 20px;
}

.choose-container .recommend .heading-with-icon {
	padding: 0 0 0 30px;
	margin-bottom: 21px;
}

.choose-container .recommend .heading-with-icon .icon-holder {
	font-size: 24px;
	top: 5px;
}

.choose-container .recommend .recommend-section {
	margin-top: 30px;
}

.choose-container .recommend .recommend-section .h3 {
	margin-bottom: 21px;
}

.choose-container .recommend .recommend-list {
	padding: 24px 0 0;
	font: 600 22px/1.3 "Poppins", Arial, Helvetica, sans-serif;
	color: #3f3f3f;
}

.choose-container .recommend .recommend-list li {
	position: relative;
	padding: 0 0 30px 42px;
}

.choose-container .recommend .recommend-list li .icon-holder {
	position: absolute;
	line-height: 1;
	top: 2px;
	left: 0;
	font-size: 30px;
	color: #fb5c00;
}

.choose-container .determine-box {
	line-height: 1.6667;
}

.choose-container .determine-box .offset-heading {
	padding-bottom: 9px;
}

.choose-container .determine-box .question-list {
	line-height: 1.3333;
	padding: 0 0 20px;
}

.choose-container .determine-box .question-list li {
	position: relative;
	padding: 0 0 30px 26px;
}

.choose-container .determine-box .question-list li .icon-holder {
	position: absolute;
	line-height: 1;
	font-size: 30px;
	color: #fb5c00;
	top: -2px;
	left: 0;
}

.choose-container .our-system .main-heading {
	background: #fb5c00;
	color: #fff;
	padding: 24px 0 24px;
	margin-bottom: 0;
}

.choose-container .our-system .main-heading .icon-holder {
	color: #fff;
	font-size: 56px;
	line-height: 1;
	-ms-flex-preferred-size: 68px;
	flex-basis: 68px;
}

.choose-container .our-system .main-heading .h1 {
	line-height: 1;
}

.choose-container .our-system .main-heading h2,
.choose-container .our-system .main-heading .h1 {
	color: inherit;
}

.choose-container .our-system .main-heading .gray-text {
	color: #373737;
}

.choose-container .our-system .system {
	padding: 53px 0 50px;
}

.choose-container .our-system .system:nth-child(2n) {
	background: #fff;
}

.choose-container .our-system .system .offset-heading {
	padding: 0;
}

.choose-container .our-system .system-heading {
	line-height: 1.4;
	margin-bottom: 25px;
}

.choose-container .our-system .system-heading .title {
	display: block;
	color: #fb5c00;
	font-size: 22px;
	position: relative;
	padding: 0 0 0 34px;
}

.choose-container .our-system .system-heading .title .icon-holder {
	position: absolute;
	font-size: 26px;
	line-height: 1;
	left: 0;
	top: 4px;
}

.choose-container .our-system .pros-cons {
	margin-top: 32px;
}

.choose-container .our-system .pros-cons .h3 {
	margin-bottom: 15px;
}

.choose-container .our-system .pros-cons .label {
	font: 600 20px/1.3 "Poppins", Arial, Helvetica, sans-serif;
	color: #fb5c00;
}

.choose-container .our-system .more-info {
	padding: 20px 0 0;
}

.choose-container .system-info {
	margin: 40px 0 0;
	padding: 30px 0;
	border-top: 1px solid #e8e0e0;
	border-bottom: 1px solid #e8e0e0;
}

.choose-container .system-info .text-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.choose-container .system-info .h3 {
	margin-bottom: 24px;
}

.choose-container .system-info .pictogram {
	padding: 30px 0 0;
}

.choose-container .system-info .system-image {
	margin: 0;
}

.choose-container .system-info .system-image figcaption {
	font-weight: 500;
	color: #373737;
	font-size: 20px;
}

.choose-container .system-info .system-image figcaption span {
	padding: 0 15px;
}

.choose-container .system-info .system-image img {
	margin-bottom: 24px;
}

.choose-container .conclusion {
	padding: 50px 0;
}

.choose-container .conclusion p {
	margin-bottom: 21px;
}

body {
	min-width: 320px;
}

@media (min-width: 576px) {
	.hero-banner {
		padding: 30px 0;
	}

	.hero-banner .banner-heading {
		font-size: 32px;
	}

	.hero-banner .banner-heading strong {
		font-size: 44px;
	}

	.hero-banner .before-after .img-col {
		padding: 12px;
	}

	.hero-banner .before-after .img-holder {
		border: 5px solid #fff;
	}

	.hero-banner .before-after .icon-arrow {
		width: 80px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin: -100px 0 0 -40px;
		top: 100%;
	}

	#header {
		padding: 2px 0 0;
	}

	.img-label {
		font-size: 22px;
	}

	.main-heading .icon-holder {
		-ms-flex-preferred-size: 85px;
		flex-basis: 85px;
		font-size: 80px;
	}

	blockquote {
		padding: 0 0 0 41px;
	}

	blockquote:before {
		font: normal normal normal 36px/1 FontAwesome;
		left: 2px;
		top: 5px;
	}

	cite {
		font-size: 16px;
	}

	.gutter-20 {
		margin-left: -10px;
		margin-right: -10px;
	}

	.gutter-20 [class*="col-"],
	.gutter-20 [class^="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.gutter-14 {
		margin-left: -7px;
		margin-right: -7px;
	}

	.gutter-14 [class*="col-"],
	.gutter-14 [class^="col-"] {
		padding-left: 7px;
		padding-right: 7px;
	}

	.gutter-10 {
		margin-left: -5px;
		margin-right: -5px;
	}

	.gutter-10 [class*="col-"],
	.gutter-10 [class^="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.btn-with-icon .icon-holder {
		width: 50px;
	}

	.btn-with-icon.btn-big {
		font-size: 30px;
		padding: 14px 20px 13px 110px;
	}

	.btn-with-icon.btn-big .icon-holder {
		font-size: 40px;
		width: 70px;
	}

	.btn-with-icon.btn-big .icon-holder span {
		left: 20px;
	}

	dl dt {
		margin-bottom: 15px;
	}

	.map {
		min-height: 285px;
	}

	.banner-box {
		min-height: 270px;
	}

	.client-feedback .container:before {
		left: 100px;
		top: -120px;
	}

	.why-choose-section .main-heading {
		padding: 40px 0;
		margin-bottom: 53px;
	}

	.why-choose-section .arrow-holder {
		font-size: 62px;
		padding: 10px 0 5px;
	}

	.portfolio-section .main-heading .icon-holder {
		font-size: 70px;
		-ms-flex-preferred-size: 90px;
		flex-basis: 90px;
	}

	.portfolio-section .bottom-text {
		line-height: 2.1111;
		padding: 53px 0 88px;
	}

	.request-quote:before {
		height: 42px;
	}

	.request-quote h2 {
		font-size: 30px;
	}

	.request-quote .call-option {
		font-size: 26px;
		padding: 45px 0 60px;
	}

	.three-steps .step-img {
		text-align: right;
		padding: 27px 0 0;
	}

	.three-steps .step-img img {
		max-width: 70%;
	}

	.three-steps .step-img .step-num {
		left: -15px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.three-steps .text-wrap {
		padding: 15px 0 0 20px;
	}

	.project-container .project-work-process {
		padding: 15px 0 13px;
	}

	.project-container .process-item {
		width: 33.33%;
		padding: 10px 10px 5px 16px;
	}

	.project-container .process-item + .process-item {
		border-left: 1px solid #b5b5b5;
		border-top: 0;
	}

	.project-feedback {
		margin-bottom: 62px;
	}

	.project-feedback blockquote {
		padding: 0 15px 0 41px;
	}

	.faqs-container .tb-open-close .question-holder {
		font-size: 18px;
	}

	.faqs-container .tb-open-close .opener {
		min-height: 64px;
	}

	.faqs-container .tb-open-close .answer-box {
		padding: 24px 30px 20px 44px;
	}

	.about-container .main-heading .icon-holder {
		font-size: 70px;
		-ms-flex-preferred-size: 66px;
		flex-basis: 66px;
	}

	.choose-container .how-to-choose .main-heading .icon-holder {
		font-size: 70px;
		-ms-flex-preferred-size: 75px;
		flex-basis: 75px;
	}

	.choose-container .our-system .main-heading {
		padding: 40px 0;
	}

	.choose-container .our-system .main-heading .icon-holder {
		font-size: 70px;
		-ms-flex-preferred-size: 90px;
		flex-basis: 90px;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 40px;
		margin-bottom: 38px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	h4,
	.h4 {
		font-size: 28px;
	}

	h5,
	.h5 {
		font-size: 24px;
	}

	h6,
	.h6 {
		font-size: 22px;
		line-height: 1.4;
	}

	#nav {
		padding: 0 10px;
	}

	#nav > ul > li.active > a:after {
		display: block;
	}

	#nav > ul > li:hover > a:after {
		display: block;
	}

	#nav > ul > li > a {
		padding: 24px 6px;
		color: #404040;
	}

	#nav > ul > li > a:hover:after {
		display: block;
	}

	#nav > ul > li > ul {
		position: absolute;
		width: 220px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
		color: red;
		z-index: 999;
		left: 0;
		top: 100%;
		border-style: solid;
		border-color: #eee;
		border-width: 0 1px 1px;
	}

	#nav > ul > li > ul:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-color: transparent transparent #fb5c00;
		border-width: 7px 8px;
		border-style: solid;
		top: -16px;
		left: 20px;
	}

	#nav > ul > li > ul li.active a {
		background: #fb5c00;
		color: #fff;
	}

	.hero-banner .banner-heading {
		font-size: 36px;
	}

	.hero-banner .banner-heading strong {
		font-size: 60px;
	}

	.hero-banner .btn-holder .btn {
		min-width: 270px;
		font-size: 20px;
		letter-spacing: .06em;
	}

	.hero-banner .before-after .img-label {
		font-size: 20px;
		padding: 8px 20px;
	}

	#header .nav-opener {
		display: none;
	}

	#header .your-estimate {
		text-align: right;
	}

	#sidebar {
		max-width: 256px;
		padding-top: 3px;
		margin-top: 0;
	}

	.side-box {
		padding: 20px 15px 17px 15px;
	}

	.btn {
		font-size: 24px;
		padding: 13px 15px;
	}

	.sub-heading {
		margin-bottom: 15px;
	}

	.main-heading .icon-holder {
		font-size: 120px;
		-ms-flex-preferred-size: 124px;
		flex-basis: 124px;
	}

	.divider {
		margin: 52px 0 61px;
	}

	figure img {
		margin-bottom: 18px;
	}

	figure figcaption {
		font-size: 16px;
	}

	.full-image {
		margin-bottom: 38px;
	}

	.btn-with-icon {
		font-size: 24px;
		padding: 14px 20px 12px 95px;
	}

	.btn-with-icon .icon-holder {
		width: 56px;
		font-size: 34px;
	}

	.btn-with-icon .icon-holder span {
		left: 18px;
	}

	.btn-with-icon.btn-sm {
		padding: 10px 12px 9px 50px;
	}

	.btn-with-icon.btn-sm .icon-holder {
		width: 33px;
		font-size: 22px;
	}

	.btn-with-icon.btn-sm .icon-holder span {
		left: 8px;
	}

	.map {
		min-height: 350px;
	}

	.js-custom-marker {
		width: 60px;
		height: 60px;
		padding: 17px 0 0;
		margin: -30px 0 0 -30px;
		border-radius: 60px;
		font-size: 30px;
	}

	.bullet-list {
		padding: 0 0 0 50px;
	}

	.bullet-list li:before {
		left: -24px;
		top: 15px;
	}

	.banner-box .js-bg-cover img {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.heading-with-icon {
		padding: 0 0 0 24px;
	}

	.heading-with-icon .icon-holder {
		font-size: 36px;
		top: 3px;
	}

	#footer {
		padding: 60px 0 0;
	}

	#footer .logo {
		margin: 0 0 35px;
	}

	#footer address {
		margin-bottom: 0;
	}

	#footer .secondary-nav {
		margin: 0 auto;
	}

	#footer .social-section {
		width: 314px;
		margin: 0;
	}

	#footer .social-section .holder {
		margin-bottom: 64px;
	}

	.client-feedback .container {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.client-feedback .container:before {
		font: normal normal normal 400px/1 FontAwesome;
		left: 120px;
		top: -150px;
	}

	.client-feedback .rating {
		-ms-flex-preferred-size: 313px;
		flex-basis: 313px;
		max-width: 313px;
	}

	.client-feedback .rating-on-google {
		-ms-flex-preferred-size: 130px;
		flex-basis: 130px;
		max-width: 130px;
		padding: 0 10px;
	}

	.why-choose-section {
		padding: 0 0 100px;
	}

	.why-choose-section .main-heading {
		padding: 53px 0;
		margin-bottom: 73px;
	}

	.why-choose-section .top-text {
		padding: 0 0 66px;
	}

	.why-choose-section .why-choose-img {
		margin: 17px 0 0;
	}

	.why-choose-section .why-choose-img:last-of-type {
		margin-bottom: 70px;
	}

	.why-choose-section .arrow-holder {
		padding: 26px 0 10px;
		font-size: 72px;
	}

	.free-guide-section {
		padding: 15px 0 15px;
	}

	.free-guide-section .text-holder {
		padding: 30px 0;
	}

	.portfolio-section .main-heading {
		padding: 100px 0 30px;
	}

	.portfolio-section .main-heading .icon-holder {
		font-size: 80px;
		-ms-flex-preferred-size: 105px;
		flex-basis: 105px;
	}

	.portfolio-section .bottom-text .link-holder {
		padding: 22px 0 0;
	}

	.portfolio-holder {
		margin: -6px -3px 0;
	}

	.portfolio-holder .portfolio-item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding: 6px 3px 0;
	}

	.request-quote:before {
		height: 44px;
	}

	.request-quote h2 {
		font-size: 38px;
		margin: 0 0 60px;
	}

	.request-quote h3 {
		font-size: 30px;
		margin-bottom: 36px;
	}

	.request-quote .form-separator:before {
		content: "";
		display: block;
		position: absolute;
		width: 2px;
		top: 0;
		bottom: 0;
		background: #fff;
		left: -1px;
		z-index: 9;
	}

	.request-quote .arrow-holder {
		left: -51px;
		bottom: -75px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.request-quote .arrow-holder img {
		max-width: 100%;
	}

	.request-quote .call-option {
		font-size: 30px;
		padding: 52px 0 67px;
	}

	.three-steps {
		padding: 0;
	}

	.three-steps .quote-step-item + .quote-step-item {
		margin-top: 76px;
	}

	.three-steps .step-img {
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
	}

	.three-steps .text-wrap {
		padding: 0 0 0 20px;
	}

	.quote-form {
		padding: 0 0 0 10px;
	}

	.quote-form .success-message {
		font-size: 21px;
	}

	.quote-form .btn-holder {
		padding-top: 35px;
	}

	.quote-form .btn-holder .btn {
		font-size: 24px;
	}

	.location .address {
		margin-top: -80px;
	}

	.location .address .content-holder {
		margin: 38px auto 36px;
	}

	.project-container {
		padding: 78px 0 60px;
	}

	.project-container .project-work-process {
		margin: 46px 0 89px;
	}

	.project-container .process-item {
		padding: 20px 10px 15px 16px;
	}

	.project-container .process-item + .process-item {
		padding: 20px 10px 15px 20px;
	}

	.project-container .img-label {
		font-size: 18px;
		min-width: 80px;
		padding: 8px 20px;
	}

	.project-feedback {
		margin-bottom: 72px;
	}

	.faqs-container {
		padding: 70px 0 70px;
	}

	.faqs-container .bigest-questions {
		padding: 50px 0 100px;
	}

	.faqs-container .pdf-article-row [class*="col-"] + [class*="col-"]:before,
	.faqs-container .pdf-article-row [class*="col-"] + [class^="col-"]:before,
	.faqs-container .pdf-article-row [class^="col-"] + [class*="col-"]:before,
	.faqs-container .pdf-article-row [class^="col-"] + [class^="col-"]:before {
		content: "";
		position: absolute;
		width: 1px;
		top: 0;
		bottom: 0;
		left: 0;
		background: #b5b5b5;
	}

	.faqs-container .pdf-article-row .download-pdf-article {
		padding: 30px 0 16px;
	}

	.faqs-container .article-image {
		margin-bottom: 37px;
	}

	.faqs-container .question-group {
		margin-bottom: 52px;
	}

	.faqs-container .question-group .h1 {
		margin-bottom: 46px;
	}

	.faqs-container .tb-open-close {
		border-top: 4px solid #fb5c00;
	}

	.faqs-container .tb-open-close .faq-item {
		padding-bottom: 30px;
	}

	.faqs-container .tb-open-close .question-holder {
		font-size: 20px;
	}

	.faqs-container .tb-open-close .opener {
		padding: 18px 60px 20px 70px;
	}

	.faqs-container .tb-open-close .opener:before {
		font-size: 40px;
		left: 20px;
	}

	.faqs-container .tb-open-close .opener:after {
		font-size: 18px;
		right: 24px;
		top: 23px;
	}

	.faqs-container .tb-open-close .answer-box {
		padding: 28px 50px 26px 70px;
	}

	.faqs-container .tb-open-close .answer-box:before {
		font-size: 40px;
		left: 20px;
		top: 22px;
	}

	.about-container .main-heading {
		margin-bottom: 35px;
	}

	.about-container .main-heading .icon-holder {
		font-size: 80px;
		-ms-flex-preferred-size: 80px;
		flex-basis: 80px;
	}

	.about-container .content-box {
		padding: 88px 0 75px;
	}

	.about-container .content-box:first-of-type {
		padding: 75px 0 93px;
	}

	.about-container .content-box.showroom {
		padding-bottom: 30px;
	}

	.about-container .video-section {
		padding: 43px 0 0;
	}

	.service-container {
		padding: 78px 0 80px;
	}

	.service-container h1,
	.service-container .h1 {
		margin-bottom: 26px;
	}

	.service-container .reason-section {
		padding-top: 15px;
		margin-bottom: 90px;
	}

	.service-container .heading-with-para {
		padding-bottom: 29px;
		margin-bottom: 38px;
	}

	.service-container .reason-item {
		margin-bottom: 45px;
		padding-bottom: 12px;
	}

	.service-container .bottom-text {
		padding-top: 10px;
	}

	.service-container .white-offset-container {
		padding: 60px 0;
	}

	.service-container .service-box {
		padding-bottom: 10px;
		padding-top: 55px;
	}

	.service-container .service-box + .service-box {
		padding-top: 50px;
	}

	.service-container .service-box .text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.service-container .service-box .pictogram {
		width: 250px;
	}

	.service-container .service-section + .service-section .service-box:nth-child(even) .pictogram {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.service-container .which-option {
		padding-top: 80px;
	}

	.service-container .types-of-stairs .heading-with-para {
		padding-bottom: 42px;
		margin-bottom: 15px;
	}

	.service-container .types-of-stairs .heading-with-para .h1 {
		margin-bottom: 34px;
	}

	.service-container .we-donot-restore {
		margin-top: 32px;
		padding-top: 73px;
	}

	.service-container .we-donot-restore .h1 {
		margin-bottom: 42px;
	}

	.service-container .we-donot-restore p {
		margin-bottom: 25px;
	}

	.service-container .we-donot-restore .img-holder {
		margin: 65px 0 73px;
	}

	.service-container .refinishing-steps .heading-with-para {
		padding-bottom: 42px;
		margin-bottom: 15px;
	}

	.service-container .refinishing-steps .heading-with-para .h1 {
		margin-bottom: 27px;
	}

	.service-container .important-info {
		margin-top: 7px;
		padding-top: 93px;
	}

	.service-container .important-info .h1 {
		margin-bottom: 38px;
	}

	.service-container .important-info > p {
		margin-bottom: 16px;
	}

	.service-container .question-answer {
		margin-top: 78px;
		padding-top: 73px;
	}

	.service-container .question-list {
		font-size: 22px;
	}

	.service-container .question-list li {
		padding: 0 0 22px 24px;
	}

	.service-container .extra-steps .heading-with-para {
		padding: 66px 0 40px;
		margin-bottom: 12px;
	}

	.service-container .extra-steps .heading-with-para .h1 {
		margin-bottom: 35px;
	}

	.service-container .extra-steps .bottom-text {
		padding: 50px 0 64px;
	}

	.service-container .service-question-section .service-section {
		margin-top: 71px;
		padding-top: 70px;
	}

	.service-container .service-question-section .service-section .h1 {
		margin-bottom: 41px;
	}

	.service-container .service-question-section .service-section .bottom-text {
		margin-top: 75px;
	}

	.service-container .functional-section figure {
		padding: 45px 0 51px;
	}

	.service-container .consider-block {
		padding-top: 90px;
	}

	.service-container .consider-block figure {
		margin: 40px auto 65px;
	}

	.choose-container .how-to-choose .main-heading {
		margin-bottom: 57px;
	}

	.choose-container .how-to-choose .main-heading .icon-holder {
		font-size: 80px;
		-ms-flex-preferred-size: 90px;
		flex-basis: 90px;
	}

	.choose-container .content-box {
		padding: 70px 0;
	}

	.choose-container .group + .group {
		margin-top: 89px;
	}

	.choose-container .group.s1 + .group.s1 {
		margin-top: 80px;
	}

	.choose-container .group.s1 .sub-group {
		padding-top: 28px;
	}

	.choose-container .group .sub-group {
		padding-top: 52px;
	}

	.choose-container .group .sub-group h3,
	.choose-container .group .sub-group .h3 {
		margin-bottom: 30px;
	}

	.choose-container .group .bottom-text {
		padding: 40px 0 0;
	}

	.choose-container .highlight-row .highlight-text {
		width: 250px;
		padding: 76px 0 0;
		font-size: 24px;
	}

	.choose-container .highlight-row .highlight-text:before {
		top: 45px;
	}

	.choose-container .highlight-row .text-holder {
		padding: 0 0 0 30px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.choose-container .comparison-chart {
		margin-top: 70px;
		padding-top: 84px;
	}

	.choose-container .comparison-chart .h1 {
		margin-bottom: 47px;
	}

	.choose-container .comparison-chart .chart-holder {
		margin-bottom: 58px;
	}

	.choose-container .comparison-chart .index-list {
		padding: 6px 0 30px;
		margin: 0 -10px;
		font-size: 18px;
	}

	.choose-container .comparison-chart .index-list li {
		padding: 10px 10px;
	}

	.choose-container .recommend .recommend-group {
		margin-top: 60px;
	}

	.choose-container .recommend .recommend-group + .recommend-group {
		margin-top: 85px;
	}

	.choose-container .recommend .recommend-group h3,
	.choose-container .recommend .recommend-group .h3 {
		margin-bottom: 40px;
	}

	.choose-container .recommend .heading-with-icon {
		padding: 0 0 0 48px;
	}

	.choose-container .recommend .heading-with-icon .icon-holder {
		font-size: 36px;
		top: 4px;
	}

	.choose-container .recommend .recommend-section {
		margin-top: 53px;
	}

	.choose-container .recommend .recommend-list {
		font-size: 28px;
		padding: 39px 0 0;
	}

	.choose-container .recommend .recommend-list li {
		padding: 0 0 53px 54px;
	}

	.choose-container .recommend .recommend-list li .icon-holder {
		font-size: 36px;
		top: 1px;
	}

	.choose-container .determine-box .question-list li {
		padding: 0 0 48px 26px;
	}

	.choose-container .determine-box .question-list li .icon-holder {
		font-size: 36px;
		top: -6px;
	}

	.choose-container .our-system .main-heading {
		padding: 53px 0;
	}

	.choose-container .our-system .main-heading header {
		margin-left: -37px;
	}

	.choose-container .our-system .main-heading .icon-holder {
		font-size: 80px;
		-ms-flex-preferred-size: 105px;
		flex-basis: 105px;
	}

	.choose-container .our-system .main-heading h2,
	.choose-container .our-system .main-heading .h1 {
		font-size: 48px;
	}

	.choose-container .our-system .main-heading .gray-text {
		font-size: 40px;
	}

	.choose-container .our-system .system {
		padding: 63px 0 92px;
	}

	.choose-container .our-system .system-heading .title {
		font-size: 30px;
		padding: 0 0 0 49px;
	}

	.choose-container .our-system .system-heading .title .icon-holder {
		font-size: 36px;
		top: 2px;
	}

	.choose-container .our-system .pros-cons .h3 {
		margin-bottom: 23px;
	}

	.choose-container .our-system .pros-cons .label {
		font-size: 24px;
	}

	.choose-container .system-info {
		padding: 51px 0 36px;
	}

	.choose-container .system-info .text-holder {
		padding: 0 40px 0 0;
	}

	.choose-container .system-info .pictogram {
		padding: 0;
	}

	.choose-container .conclusion {
		padding: 65px 0 44px;
	}
}

@media (min-width: 768px) and (max-width: 1229.98px) {
	.choose-container .system-info .pictogram {
		width: 300px;
	}
}

@media (min-width: 992px) {
	#nav > ul > li > a {
		padding: 36px 15px;
	}

	.hero-banner {
		padding: 68px 0 71px;
	}

	.hero-banner .banner-heading {
		font-size: 40px;
		text-align: left;
		margin-bottom: 42px;
	}

	.hero-banner .banner-heading strong {
		font-size: 70px;
		margin-bottom: 20px;
	}

	.hero-banner .btn-holder {
		text-align: left;
		margin: 0 -15px;
	}

	.hero-banner .btn-holder .btn {
		margin: 10px 15px;
		padding: 17px 6px;
	}

	.hero-banner .before-after .img-col {
		padding: 12px 0;
	}

	.hero-banner .before-after .icon-arrow {
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 100px;
		right: -15px;
		top: 50%;
		margin-top: 15px;
		left: auto;
		right: -35px;
	}

	#header {
		padding: 6px 0 0;
	}

	#header .logo {
		-ms-flex-preferred-size: 165px;
		flex-basis: 165px;
	}

	#header .logo a {
		max-width: 165px;
	}

	#header .your-estimate {
		-ms-flex-preferred-size: 165px;
		flex-basis: 165px;
		font-size: 18px;
	}

	.sidebar-nav {
		margin-bottom: 98px;
	}

	.sidebar-nav ul a {
		padding: 23px 32px 23px 22px;
		font-size: 18px;
	}

	.sidebar-nav .icon-holder {
		font-size: 30px;
		right: 19px;
	}

	.side-box {
		font-size: 22px;
		padding: 31px 22px 17px 23px;
	}

	.img-label {
		font-size: 24px;
		min-width: 140px;
	}

	.sub-heading {
		margin-bottom: 20px;
	}

	.decorative-heading {
		margin-bottom: 34px;
		padding: 0 0 38px;
	}

	.decorative-heading .heading-label {
		margin-bottom: 24px;
	}

	.btn-with-icon.btn-big {
		padding: 14px 26px 13px 130px;
	}

	.btn-with-icon.btn-big .icon-holder {
		width: 80px;
	}

	.btn-with-icon.btn-sm {
		font-size: 21px;
		padding: 9px 20px 9px 78px;
	}

	.btn-with-icon.btn-sm .icon-holder {
		font-size: 28px;
		width: 50px;
	}

	.btn-with-icon.btn-sm .icon-holder span {
		left: 13px;
	}

	.btn-with-icon.btn-sm .icon-holder:after {
		border-width: 22px 18px;
		right: -36px;
	}

	.location .map {
		min-height: 429px;
	}

	.map {
		min-height: 484px;
	}

	.bullet-list {
		padding: 0 0 0 72px;
	}

	.bullet-list li:before {
		left: -34px;
	}

	.offset-heading {
		margin-left: -30px;
		padding-bottom: 16px;
	}

	#footer .logo {
		width: 200px;
	}

	#footer .social-networks {
		margin: 0 -14px;
	}

	#footer .social-networks li {
		padding: 0 14px;
	}

	.client-feedback .container {
		padding-top: 77px;
		padding-bottom: 76px;
	}

	.client-feedback .container:before {
		font: normal normal normal 500px/1 FontAwesome;
		left: 158px;
		top: -170px;
	}

	.client-feedback .rating .text {
		-ms-flex-preferred-size: 102px;
		flex-basis: 102px;
		max-width: 102px;
		padding: 5px 5px 14px;
	}

	.client-feedback .rating-on-google {
		-ms-flex-preferred-size: 186px;
		flex-basis: 186px;
		max-width: 186px;
		padding: 0 15px;
	}

	.why-choose-section {
		padding: 0 0 131px;
	}

	.why-choose-section .main-heading {
		padding: 73px 0 63px;
		margin-bottom: 93px;
	}

	.why-choose-section .top-text {
		padding: 0 0 86px;
	}

	.why-choose-section .reason-item {
		margin: 0 60px 65px 0;
		padding: 0 0 54px;
	}

	.why-choose-section .bottom-text .link-holder {
		padding-top: 29px;
	}

	.free-guide-section h2,
	.free-guide-section .h1 {
		margin-bottom: 70px;
	}

	.free-guide-section .text-holder {
		padding: 40px 0;
	}

	.home-page .portfolio-section {
		padding-top: 16px;
	}

	.portfolio-section .main-heading {
		padding: 109px 0 39px;
	}

	.portfolio-section .main-heading .icon-holder {
		font-size: 100px;
		-ms-flex-preferred-size: 131px;
		flex-basis: 131px;
	}

	.portfolio-section .bottom-text {
		padding: 73px 0 108px;
	}

	.portfolio-holder .portfolio-item {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.question-section {
		padding: 73px 0 90px;
	}

	.question-section .question-item {
		padding: 0 16px;
	}

	.question-section .read-more-holder {
		padding: 5px 16px 75px;
	}

	.request-quote:before {
		height: 57px;
	}

	.request-quote h2 {
		font-size: 42px;
		padding: 30px 15px 23px;
	}

	.request-quote h3 {
		font-size: 36px;
		margin-bottom: 46px;
	}

	.request-quote .form-separator:before {
		left: 12px;
		top: -34px;
		bottom: 8px;
	}

	.three-steps {
		padding: 0 28px 26px 0;
	}

	.three-steps .step-img {
		-ms-flex-preferred-size: 170px;
		flex-basis: 170px;
	}

	.three-steps .step-img img {
		max-width: 100%;
	}

	.three-steps .step-img .step-num {
		font-size: 56px;
		width: 90px;
		height: 90px;
		padding: 17px 3px 0;
		left: 0;
	}

	.three-steps .text-wrap {
		padding: 0 0 0 43px;
	}

	.quote-form {
		padding: 0 0 0 80px;
	}

	.quote-form .btn-holder .btn {
		font-size: 30px;
	}

	.location .address {
		font-size: 18px;
	}

	.project-container {
		padding: 98px 0 80px;
	}

	.project-container .img-label {
		min-width: 100px;
	}

	.project-feedback {
		margin-bottom: 82px;
	}

	.faqs-container .bigest-questions {
		padding: 68px 0 130px;
	}

	.faqs-container .pdf-article-row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.faqs-container .pdf-article-row [class*="col-"],
	.faqs-container .pdf-article-row [class^="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.faqs-container .tb-open-close {
		border-top: 5px solid #fb5c00;
	}

	.faqs-container .tb-open-close .faq-item {
		padding-bottom: 40px;
	}

	.faqs-container .tb-open-close .question-holder {
		font-size: 22px;
	}

	.faqs-container .tb-open-close .opener {
		padding: 22px 80px 20px 100px;
		min-height: 78px;
	}

	.faqs-container .tb-open-close .opener:before {
		font-size: 50px;
		left: 24px;
	}

	.faqs-container .tb-open-close .opener:after {
		font-size: 20px;
		right: 30px;
		top: 26px;
	}

	.faqs-container .tb-open-close .answer-box {
		padding: 30px 80px 28px 100px;
		min-height: 78px;
	}

	.faqs-container .tb-open-close .answer-box:before {
		font-size: 50px;
		left: 24px;
		top: 20px;
	}

	.about-container .main-heading .icon-holder {
		font-size: 100px;
		-ms-flex-preferred-size: 97px;
		flex-basis: 97px;
	}

	.about-container .content-box {
		padding: 108px 0 100px;
	}

	.about-container .content-box.showroom {
		padding-bottom: 68px;
	}

	.service-container {
		padding: 98px 0 100px;
	}

	.service-container .reason-section {
		margin-bottom: 115px;
	}

	.service-container .reason-section .pictogram {
		width: 200px;
	}

	.service-container .reason-item .text-holder {
		padding-right: 30px;
	}

	.service-container .service-box {
		padding-bottom: 23px;
	}

	.service-container .service-box + .service-box {
		padding-top: 65px;
	}

	.service-container .service-box .text-holder {
		padding: 0 30px 0 0;
	}

	.service-container .service-box:nth-child(even) .text-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 0 0 30px;
	}

	.service-container .service-box:nth-child(even) .pictogram {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.service-container .service-section + .service-section {
		padding-top: 82px;
		margin-top: 29px;
	}

	.service-container .service-section + .service-section .service-box:nth-child(odd) .text-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 0 0 30px;
	}

	.service-container .service-section + .service-section .service-box:nth-child(odd) .pictogram {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.service-container .service-section + .service-section .service-box:nth-child(even) .text-holder {
		padding: 0 30px 0 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.service-container .which-option .h1 {
		margin-bottom: 39px;
	}

	.service-container .extra-steps .bottom-text {
		padding: 65px 0 79px;
	}

	.service-container .consider-block {
		padding-top: 114px;
	}

	.choose-container .how-to-choose .main-heading .icon-holder {
		font-size: 100px;
		-ms-flex-preferred-size: 124px;
		flex-basis: 124px;
	}

	.choose-container .content-box {
		padding: 84px 0;
	}

	.choose-container .content-box.determine-box {
		padding: 141px 0 98px;
	}

	.choose-container .group + .group {
		margin-top: 109px;
	}

	.choose-container .group.s1 + .group.s1 {
		margin-top: 94px;
	}

	.choose-container .highlight-row .highlight-text {
		width: 300px;
	}

	.choose-container .highlight-row .text-holder {
		padding: 0 0 0 40px;
	}

	.choose-container .determine-box .question-list {
		padding: 0 150px 19px 0;
	}

	.choose-container .our-system .main-heading {
		padding: 68px 0 67px;
	}

	.choose-container .our-system .main-heading .icon-holder {
		font-size: 100px;
		-ms-flex-preferred-size: 115px;
		flex-basis: 115px;
	}

	.choose-container .our-system .system {
		padding: 83px 0 112px;
	}

	.choose-container .our-system .system .offset-heading {
		margin-left: -37px;
	}

	.choose-container .conclusion {
		padding: 80px 0 59px;
	}
}

@media (min-width: 1230px) {
	#nav > ul > li > a {
		padding: 36px 23px;
	}

	.hero-banner .banner-heading {
		font-size: 48px;
	}

	.hero-banner .banner-heading strong {
		font-size: 80px;
	}

	.hero-banner .btn-holder .btn {
		min-width: 305px;
	}

	.hero-banner .before-after {
		padding: 0 43px 0 26px;
	}

	.hero-banner .before-after .img-label {
		min-width: 144px;
	}

	.hero-banner .before-after .icon-arrow {
		right: -7px;
		width: 131px;
		margin-top: 12px;
	}

	#header .logo {
		-ms-flex-preferred-size: 260px;
		flex-basis: 260px;
	}

	#header .your-estimate {
		-ms-flex-preferred-size: 260px;
		flex-basis: 260px;
	}

	.sub-heading {
		margin-bottom: 28px;
	}

	.btn-with-icon.btn-big {
		font-size: 36px;
		padding: 17px 26px 12px 148px;
	}

	.btn-with-icon.btn-big .icon-holder {
		width: 103px;
		font-size: 48px;
	}

	.btn-with-icon.btn-big .icon-holder span {
		left: 30px;
	}

	.client-feedback .rating-on-google {
		-ms-flex-preferred-size: 211px;
		flex-basis: 211px;
		max-width: 211px;
	}

	.why-choose-section .reason-item {
		margin: 0 0 65px;
		padding: 0 0 54px;
	}

	.why-choose-section .why-choose-img {
		margin: 17px 0 0 -10px;
	}

	.free-guide-section {
		padding: 15px 0 34px;
	}

	.free-guide-section h2,
	.free-guide-section .h1 {
		line-height: 1.4;
	}

	.portfolio-holder .portfolio-img + .portfolio-img .icon-holder {
		border-radius: 0 10px 10px 0;
	}

	.portfolio-holder .portfolio-img .icon-holder {
		font-size: 30px;
		padding: 14px 18px;
		border-radius: 10px 0 0 10px;
	}

	.question-section {
		padding: 113px 0 120px;
	}

	.question-section .question-item {
		padding: 0 32px;
	}

	.question-section .read-more-holder {
		padding: 5px 32px 75px;
	}

	.request-quote h2 {
		margin: 0 0 68px;
	}

	.three-steps {
		padding: 0 45px 26px 71px;
	}

	.quote-form {
		padding: 0 71px 48px 99px;
	}

	.project-container .process-item {
		padding: 36px 10px 26px 16px;
	}

	.project-container .process-item + .process-item {
		padding: 36px 15px 26px 38px;
	}

	.project-container .img-label {
		font-size: 24px;
		min-width: 170px;
	}

	.faqs-container .inner-container {
		padding: 0 70px;
	}

	.faqs-container .bigest-questions {
		padding: 68px 0 154px;
	}

	.faqs-container .pdf-article-row {
		margin-left: -50px;
		margin-right: -50px;
	}

	.faqs-container .pdf-article-row [class*="col-"],
	.faqs-container .pdf-article-row [class^="col-"] {
		padding-left: 50px;
		padding-right: 50px;
	}

	.faqs-container .tb-open-close .faq-item {
		padding-bottom: 48px;
	}

	.faqs-container .tb-open-close .question-holder {
		font-size: 24px;
	}

	.faqs-container .tb-open-close .opener {
		padding: 36px 100px 30px 130px;
		min-height: 96px;
	}

	.faqs-container .tb-open-close .opener:before {
		font-size: 60px;
		left: 29px;
		top: 10px;
	}

	.faqs-container .tb-open-close .opener:after {
		font-size: 24px;
		top: 40px;
	}

	.faqs-container .tb-open-close .answer-box {
		padding: 40px 100px 46px 130px;
	}

	.faqs-container .tb-open-close .answer-box:before {
		font-size: 60px;
		left: 29px;
		top: 27px;
	}

	.about-container .content-box {
		padding: 138px 0 149px;
	}

	.service-container .reason-section .pictogram {
		width: 250px;
	}

	.service-container .reason-item .text-holder {
		padding-right: 50px;
	}

	.service-container .white-offset-container {
		padding: 60px 0 79px;
	}

	.service-container .service-box .text-holder {
		padding: 0 90px 0 0;
	}

	.service-container .service-box .pictogram {
		width: 375px;
	}

	.service-container .service-box:nth-child(even) .text-holder {
		padding: 0 0 0 90px;
	}

	.service-container .service-section + .service-section .service-box:nth-child(odd) .text-holder {
		padding: 0 0 0 90px;
	}

	.service-container .service-section + .service-section .service-box:nth-child(even) .text-holder {
		padding: 0 90px 0 0;
	}

	.service-container .service-section .bottom-text {
		padding-top: 63px;
	}

	.service-container .which-option {
		padding-top: 99px;
	}

	.choose-container .content-box {
		padding: 94px 0 96px;
	}

	.choose-container .content-box:first-child {
		padding: 94px 0 96px;
	}

	.choose-container .content-box.group-box {
		padding: 125px 0 118px;
	}

	.choose-container .content-box.recommend {
		padding: 154px 0 90px;
	}

	.choose-container .highlight-row .highlight-text {
		width: 340px;
	}

	.choose-container .highlight-row .text-holder {
		padding: 0 0 0 61px;
	}

	.choose-container .comparison-chart .index-list {
		margin: 0 -20px;
		font-size: 20px;
	}

	.choose-container .comparison-chart .index-list li {
		padding: 10px 20px;
	}

	.choose-container .our-system .main-heading .icon-holder {
		-ms-flex-preferred-size: 147px;
		flex-basis: 147px;
	}

	.choose-container .our-system .system {
		padding: 113px 0 142px;
	}

	.choose-container .system-info .text-holder {
		padding: 0 60px 0 0;
	}

	.choose-container .system-info .system-image figcaption {
		font-size: 24px;
	}

	.choose-container .system-info .system-image figcaption span {
		padding: 0 23px;
	}

	.choose-container .conclusion {
		padding: 110px 0 89px;
	}
}

@media (min-width: 1400px) {
	.portfolio-holder .portfolio-img .icon-holder {
		font-size: 48px;
		padding: 14px 18px;
	}
}

@media (max-width: 991.98px) {
	.hero-banner .before-after {
		padding: 30px 0 0;
	}

	.hero-banner .before-after .img-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
	}

	.client-feedback .rating {
		margin-top: 30px;
	}

	.choose-container .system-info .pictogram {
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	#nav {
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;
		right: -266px;
		overflow: auto;
		width: 266px;
		height: 100vh;
		background: #2c2b2c;
	}

	#nav > ul > li {
		border-bottom: 1px solid #333;
	}

	#nav > ul > li.active > a {
		background: #e25300;
	}

	#nav > ul > li:hover > a {
		background: #e25300;
	}

	#nav > ul > li > ul {
		background: #fff;
	}

	#nav > ul > li > ul li a:hover {
		background: #ff7b2f;
	}

	#header .container {
		width: 100%;
		max-width: none;
		padding: 15px 0 0;
	}

	#header .logo {
		padding: 0 0 15px 15px;
	}

	#header .your-estimate a {
		display: block;
		padding: 12px 15px;
		background: #fb5c00;
		color: #fff;
	}

	#header .your-estimate a:hover {
		text-decoration: none;
		background: #c84900;
	}

	body {
		font: 300 16px/1.75 "Roboto", Arial, Helvetica, sans-serif;
	}

	body.nav-active {
		overflow: hidden;
	}

	.page-wrapper {
		-webkit-transition: .3s linear transform;
		transition: .3s linear transform;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		position: relative;
	}

	.resize-active .page-wrapper {
		-webkit-transition: none;
		transition: none;
	}

	.page-wrapper:before {
		-webkit-transition: .3s linear visibility, .3s linear opacity;
		transition: .3s linear visibility, .3s linear opacity;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .85);
		z-index: 999;
		visibility: hidden;
		opacity: 0;
	}

	.nav-active .page-wrapper:before {
		opacity: 1;
		visibility: visible;
	}

	.resize-active .page-wrapper:before {
		-webkit-transition: none;
		transition: none;
	}

	.nav-active .page-wrapper {
		-webkit-transform: translate(-266px, 0);
		-ms-transform: translate(-266px, 0);
		transform: translate(-266px, 0);
	}

	.banner-box .js-bg-cover {
		background-size: cover;
		background-position: 50% 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#footer address {
		text-align: center;
	}

	#footer .secondary-nav:before {
		content: "";
		position: absolute;
		left: -999px;
		right: -999px;
		top: 0;
		bottom: 0;
		background: rgba(255, 255, 255, .05);
	}
}

@media screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
	.page-wrapper {
		-webkit-transition: none;
		transition: none;
	}

	.page-wrapper:before {
		-webkit-transition: none;
		transition: none;
	}
}

@media (max-width: 575.98px) {
	.hero-banner .before-after .img-row {
		margin: 0 -5px;
	}

	.hero-banner .before-after .img-label {
		display: none;
	}
}

