/*

-------------------------------------- ------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Outfit", sans-serif;
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h1 {
	font-size: 100px;
}

@media all and (max-width: 1170px) {
	h1 {
		font-size: 64px;
	}
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Outfit", sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #1A1A1A;
	cursor: help;
}

mark,
ins {
	background: #1A1A1A;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	margin-bottom: 0px !important;
}

.promo-note {
	border-top: 1px solid #F8B327;
	padding: 3px 15px;
	margin-top: 2px !important;
	text-align: center;
	margin-bottom: 25px;
	background-color: #F8B327 !important;
}

.promo-note span {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.promo-note span strong {
	background: #F8B327;
	padding: 0 5px;
}

.promo-note a {
	text-decoration: none;
	color: #1A1A1A;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 700;
	background-color: #F8B327;
}

html {
	scroll-behavior: smooth;
}

/*Standard Classes*/
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.main_container_big {
	max-width: 1920px;
	margin: 0px auto;
}

.main_container_medium {
	max-width: 1720px;
	margin: 0px auto;
}

.main_container_small {
	max-width: 1274px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}

.left-side {
	float: left;
}

.right-side {
	float: right;
}

.pre-title {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}

.col-4 {
	width: 25%;
	float: left;
}

.rooler-container {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.rooler-container img {
	top: 0;
	left: 0;
	animation: ruler 60000ms linear infinite;
}

@keyframes ruler {
	0% {
		margin-top: 0;
	}
	50% {
		margin-top: -600px;
	}
	100% {
		margin-top: 0;
	}
}

@-webkit-keyframes ruler {
	0% {
		margin-top: 0;
	}
	50% {
		margin-top: -600px;
	}
	100% {
		margin-top: 0;
	}
}

header {
	background-color: #fff;
}

header .top-header {
	border-bottom: 1px solid #7D7D7D;
	display: flex;
	justify-content: space-between;
	padding-top: 21px;
	padding-bottom: 21px;
}

header .top-header div {
	text-align: center;
}

@media all and (max-width: 768px) {
	header .top-header {
		padding-left: 15px;
		padding-right: 15px;
	}
}

header .top-header ul {
	margin: 0px 0px 0px -15px;
	padding: 0;
}

@media all and (max-width: 768px) {
	header .top-header ul {
		padding-left: 15px;
	}
}

header .top-header ul li {
	list-style: none;
	float: left;
	margin-right: 14px;
}

header .top-header ul li a {
	color: #7D7D7D;
	text-decoration: none;
	font-size: 16px;
	display: flex;
	align-items: center;
}

header .top-header ul li a img {
	margin-right: 14px;
}

@media all and (max-width: 768px) {
	header .top-header ul li a span {
		display: none;
	}
}

header .top-header a.phone {
	color: #7D7D7D;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	align-items: center;
	float: right;
	margin-right: -15px;
}

header .top-header a.phone img {
	max-width: 23px;
	margin-right: 14px;
}

@media all and (max-width: 768px) {
	header .top-header a.phone {
		font-size: 16px;
		padding-right: 15px;
	}
	header .top-header a.phone span {
		display: none;
	}
}

header .top-header div.license-container {
	line-height: 150%;
}

header .top-header span.license-number {
	color: #1A1A1A;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

header .site-branding {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	transition: padding 0.3s ease-in-out, top 0.3s ease-in-out;
}

@media all and (max-width: 768px) {
	header .site-branding {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

header .site-branding .logo-container {
	margin-left: -15px;
	margin-right: 15px;
	z-index: 11;
}

@media all and (max-width: 768px) {
	header .site-branding .logo-container {
		padding-left: 15px;
	}
	header .site-branding .logo-container svg {
		width: 95px;
		height: 61px;
	}
}

header .site-branding .main-navigation {
	margin-right: 50px;
	margin-left: auto;
}

@media all and (max-width: 995px) {
	header .site-branding .main-navigation {
		margin-right: 15px;
	}
}

@media all and (max-width: 768px) {
	header .site-branding .main-navigation {
		margin-right: 0;
	}
}

header .site-branding .cta_container {
	margin-right: -15px;
}

/*home*/
.home-banner {
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 68px 110px 0px rgba(15, 15, 15, 0.05);
	padding-top: 80px;
	padding-bottom: 180px;
	position: relative;
	z-index: 9;
}

@media all and (max-width: 768px) {
	.home-banner {
		padding-top: 27px;
		border-top: 1px solid #DDDAD8;
		padding-bottom: 50px;
	}
}

.home-banner .roof-img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.home-banner .container {
	display: flex;
}

.home-banner .container .left-side {
	width: 65%;
	z-index: 1;
}

.home-banner .container .left-side .button-container {
	display: flex;
	margin-top: 29px;
	flex-direction: row;
}

.home-banner .container .left-side .button-container a {
	text-decoration: none;
	margin-right: 21px;
}

@media all and (max-width: 768px) {
	.home-banner .container .left-side .button-container a {
		text-align: center;
		width: 100%;
	}
}

.home-banner .container .left-side.main-message h1 span {
	font-size: 24px;
	display: block;
}

.home-banner .container .left-side.main-message p {
	font-size: 38px;
	margin: 10px 0;
}

@media all and (max-width: 1200px) {
	.home-banner .container .left-side.main-message p {
		font-size: 24px;
	}
}

@media all and (max-width: 1200px) {
	.home-banner .container .left-side {
		width: 50%;
	}
}

@media all and (max-width: 768px) {
	.home-banner .container .left-side {
		width: 100%;
	}
	.home-banner .container .left-side h1 {
		font-size: 46px;
	}
}

@media all and (max-width: 768px) {
	.home-banner .container {
		flex-direction: column;
	}
}

.services {
	position: relative;
	box-shadow: 0px 59px 110px 0px rgba(15, 15, 15, 0.05);
	padding-bottom: 100px;
	background-image: url(images/banner-bg.jpg);
	background-position: center;
	background-size: cover;
}

@media all and (max-width: 768px) {
	.services {
		padding-bottom: 50px;
	}
}

.services .title_section {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 70px;
}

.services .title_section img {
	margin-bottom: 25px;
}

@media all and (max-width: 768px) {
	.services .title_section {
		margin-bottom: 25px;
	}
}

.services h2 {
	color: #1A1A1A;
	font-size: 54px;
	margin-bottom: 76px;
}

.services .service-list {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media all and (max-width: 768px) {
	.services .service-list {
		flex-direction: column;
	}
}

.services .service-list .img-container {
	width: 100%;
}

@media all and (max-width: 768px) {
	.services .service-list .img-container {
		max-height: 300px;
		overflow: hidden;
		margin-bottom: 25px;
		text-align: center;
	}
}

.services .service-list .single-service {
	background-color: #fff;
	flex: 0 0 calc(49% - .5%);
	margin-top: 38px;
	border: 1px solid #7D7D7D;
	border-radius: 6px;
	padding: 31px 35px;
	list-style: none;
}

@media all and (max-width: 768px) {
	.services .service-list .single-service {
		padding: 25px 25px;
		margin-top: 20px;
	}
}

.services .service-list .single-service .service-info {
	display: flex;
	align-items: center;
}

.services .service-list .single-service .service-info h3, .services .service-list .single-service .service-info p {
	color: #fff;
}

.services .service-list .single-service .service-info h3 {
	color: #1A1A1A;
	font-size: 24px;
}

@media all and (max-width: 768px) {
	.services .service-list .single-service .service-info h3 {
		font-size: 22px;
	}
}

.services .service-list .single-service .service-info p {
	color: #7D7D7D;
	font-size: 18px;
	line-height: 150%;
}

@media all and (max-width: 768px) {
	.services .service-list .single-service .service-info p {
		font-size: 16px;
		margin-bottom: 0;
	}
}

.services .service-list .single-service .service-info .service-icon img {
	max-width: 100px;
	width: auto;
}

.services .service-list .single-service .service-info .service-desc {
	text-align: left;
	padding-left: 32px;
}

@media all and (max-width: 768px) {
	.services .service-list .single-service .service-info .service-desc {
		padding-left: 22px;
	}
}

.services .service-list .single-service:first-child {
	margin-top: 0;
}

.services .service-list ul {
	margin-bottom: 0;
}

@media all and (max-width: 768px) {
	.services .service-list ul {
		padding-left: 0;
		margin-left: 0;
	}
}

.our-story {
	padding: 100px 0;
	position: relative;
}

@media all and (max-width: 768px) {
	.our-story {
		padding: 50px 0;
	}
}

.our-story h2 {
	color: #1A1A1A;
	font-size: 54px;
	margin-bottom: 76px !important;
	margin-top: 10px;
	border-bottom: 1px solid #DDDAD8;
	padding-bottom: 50px;
	text-align: center;
	font-weight: 500;
}

@media all and (max-width: 768px) {
	.our-story h2 {
		margin-bottom: 30px !important;
		padding-bottom: 25px;
	}
}

.our-story h2 span {
	font-weight: 700;
	color: #0f0f0f;
}

.our-story .container {
	display: flex;
}

@media all and (max-width: 768px) {
	.our-story .container {
		flex-direction: column;
	}
}

.our-story .container .left-side, .our-story .container .right-side {
	flex: 0 0 calc(49% - .5%);
}

.our-story .container .left-side span, .our-story .container .right-side span {
	color: #7D7D7D;
}

.our-story .container .left-side p, .our-story .container .right-side p {
	font-size: 18px;
	line-height: 150%;
	color: #7D7D7D;
}

.our-story .container .left-side .cta-container, .our-story .container .right-side .cta-container {
	margin-top: 10px;
	float: left;
}

.our-story .container .left-side .cta-container a, .our-story .container .right-side .cta-container a {
	display: inline-block;
	margin-right: 15px;
}

.our-story .container .step-list {
	padding: 0;
	margin: 0;
}

@media all and (max-width: 768px) {
	.our-story .container .step-list {
		margin-top: 15px;
	}
}

.our-story .container .step-list li {
	list-style: none;
	padding: 25px 0;
	border-bottom: 1px solid #DDDAD8;
	position: relative;
}

.our-story .container .step-list li h3 {
	color: #111;
	font-weight: 300;
	font-size: 46px;
	cursor: pointer;
}

@media all and (max-width: 768px) {
	.our-story .container .step-list li h3 {
		font-size: 28px;
	}
}

.our-story .container .step-list li h3 span {
	display: inline-block;
	margin-right: 10px;
}

.our-story .container .step-list li h3 span.icon-container {
	display: inline-block;
	position: absolute;
	line-height: 100%;
	right: 0;
	color: #1A1A1A;
	font-weight: 100;
	border: 1px solid #DDDAD8;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	text-align: center;
}

@media all and (max-width: 768px) {
	.our-story .container .step-list li h3 span.icon-container {
		width: 31px;
		height: 31px;
	}
}

.our-story .container .step-list li .step-description {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	padding-left: 50px;
}

.our-story .container .step-list li .show {
	opacity: 1;
	max-height: 700px;
}

.company-reviews {
	position: relative;
	z-index: 2;
	background-size: 54%;
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 0px 10px 110px 0px rgba(15, 15, 15, 0.1);
	padding-top: 100px;
	padding-bottom: 100px;
}

@media all and (max-width: 768px) {
	.company-reviews {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.company-reviews .container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.company-reviews .container h2 {
	font-size: 54px;
	color: #1A1A1A;
}

@media all and (max-width: 768px) {
	.company-reviews .container h2 {
		font-size: 32px;
	}
}

.company-reviews .container p {
	font-size: 18px;
	color: #1A1A1A;
	line-height: 150%;
}

@media all and (max-width: 768px) {
	.company-reviews .container p br {
		display: none;
	}
}

.company-reviews .container a {
	margin-right: 22px;
	display: inline-block;
}

.company-reviews .container a img {
	border-radius: 6px;
	box-shadow: 0px 10px 110px 0px rgba(15, 15, 15, 0.1);
}

.company-reviews .yelp-reviews {
	border-bottom: 1px solid #DDDAD8;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

/*Projects*/
.projects-section {
	position: relative;
}

.projects-section .container {
	padding-top: 95px;
	padding-bottom: 150px;
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media all and (max-width: 768px) {
	.projects-section .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.projects-section .title-section {
	text-align: center;
}

.projects-section .title-section h2 {
	font-size: 54px;
	margin-top: 15px;
}

@media all and (max-width: 768px) {
	.projects-section .title-section h2 {
		font-size: 32px;
	}
}

.projects-section .title-section span {
	color: #7D7D7D;
}

.projects-section .projects-list {
	margin-top: -50px;
}

.projects-section .projects-list .single-project {
	position: relative;
	padding: 15px;
}

.projects-section .projects-list .single-project .project-info {
	position: absolute;
	left: 35px;
	bottom: 30px;
	color: #fff;
	z-index: 5;
	width: 88%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s;
}

@media all and (max-width: 768px) {
	.projects-section .projects-list .single-project .project-info {
		visibility: visible;
		opacity: 1;
	}
}

.projects-section .projects-list .single-project .project-info a {
	color: #1A1A1A;
	text-decoration: none;
	position: absolute;
	right: 30px;
	bottom: 0px;
	font-size: 36px;
	background: #ffffff;
	padding: 13px;
	line-height: 21px;
	border-radius: 6px;
}

@media all and (max-width: 768px) {
	.projects-section .projects-list .single-project .project-info a {
		padding: 8px;
	}
}

.projects-section .projects-list .single-project .project-info span {
	text-transform: uppercase;
	font-size: 14px;
}

.projects-section .projects-list .single-project .project-info h2 {
	font-size: 24px;
	margin-top: 5px;
}

@media all and (max-width: 768px) {
	.projects-section .projects-list .single-project .project-info h2 {
		font-size: 16px;
	}
}

.projects-section .projects-list .single-project .project-thumb {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	float: left;
}

.projects-section .projects-list .single-project .project-thumb:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(189.79deg, rgba(15, 15, 15, 0) 28.68%, #0f0f0f 94.64%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s;
}

@media all and (max-width: 768px) {
	.projects-section .projects-list .single-project .project-thumb:after {
		visibility: visible;
		opacity: 1;
	}
}

.projects-section .projects-list .single-project:hover .project-info {
	opacity: 1;
	visibility: visible;
}

.projects-section .projects-list .single-project:hover .project-thumb:after {
	opacity: 1;
	visibility: visible;
}

@media all and (max-width: 1760px) {
	.projects-section .projects-list .single-project {
		padding: 8px;
	}
}

/*Cost Estimation CTA*/
.cost-estimation {
	position: relative;
	background-image: url("images/banner-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 115px;
	padding-bottom: 85px;
}

.cost-estimation .cta_container {
	padding: 8px 12px;
	border: 1px solid #ffffff;
	display: inline-block;
	border-radius: 6px;
	transition: border-color 0.5s ease;
	margin-top: 31px;
	margin-bottom: 31px;
}

.cost-estimation .cta_container a {
	float: left;
	width: 383px;
}

.cost-estimation .cta_container:hover {
	border-color: #1A1A1A;
}

.cost-estimation h2 {
	font-size: 54px;
	color: #1A1A1A;
	margin-bottom: 43px;
}

.cost-estimation h3 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 48px;
}

.cost-estimation:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #F8B327;
	border-radius: 6px;
	right: 11px;
	bottom: -25px;
	width: 50px;
	height: 50px;
	z-index: 9;
}

/*Footer*/
footer {
	background-color: #1A1A1A;
	padding-top: 75px;
}

@media all and (max-width: 480px) {
	footer {
		padding-top: 40px;
	}
}

footer .main_container_medium {
	display: flex;
	border-bottom: 1px solid #7D7D7D;
	padding-bottom: 52px;
}

@media all and (max-width: 768px) {
	footer .main_container_medium {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	footer .main_container_medium .col-4 {
		width: 50%;
		border-top: 1px solid #F4F1EF;
		padding: 15px 0;
	}
	footer .main_container_medium .col-4:first-child {
		border-top: none;
	}
}

@media all and (max-width: 480px) {
	footer .main_container_medium .col-4 {
		width: 100%;
	}
}

footer .main_container_medium ul {
	padding: 0;
	margin: 0;
	color: #fff;
}

footer .main_container_medium ul li {
	list-style: none;
	margin-bottom: 15px;
}

footer .main_container_medium ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

footer .main_container_medium ul li a:hover {
	color: #F8B327;
}

footer .main_container_medium .site-info a {
	margin-bottom: 20px;
	display: block;
}

footer .main_container_medium .site-info li {
	background-image: url(images/map-pin.svg);
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 15px;
	padding-left: 30px;
}

footer .main_container_medium h4 {
	font-size: 20px;
	font-weight: 700;
	color: #F8B327;
}

footer .main_container_medium .social-icons {
	margin-top: 20px;
}

footer .main_container_medium .social-icons li {
	float: left;
	margin-right: 15px;
}

footer .copywrite {
	padding: 46px 15px;
}

@media all and (max-width: 768px) {
	footer .copywrite {
		padding: 15px 15px;
	}
}

footer .copywrite p {
	color: #7D7D7D;
	text-align: center;
	margin: 0;
}

.sqr-orange:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #F8B327;
	border-radius: 6px;
	right: 11px;
	top: -25px;
	width: 50px;
	height: 50px;
	z-index: 9;
}

@media all and (max-width: 768px) {
	.sqr-orange:before {
		display: none;
	}
}

/*Calculator Page*/
.page-template-calculator .calculator-page {
	margin: 0px auto;
	padding-bottom: 100px;
}

@media all and (max-width: 768px) {
	.page-template-calculator .calculator-page {
		padding-bottom: 50px;
	}
}

.page-template-calculator .calculator-page .frm_forms {
	max-width: 1352px !important;
}

.page-template-calculator .calc-banner {
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 15px;
}

@media all and (max-width: 768px) {
	.page-template-calculator .calc-banner {
		padding: 50px 15px;
	}
}

.page-template-calculator .calc-banner div h2 {
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 100px 50px;
	border-radius: 10px;
	font-size: 48px;
	justify-content: left;
	color: #1A1A1A;
	border: 1px solid;
	font-weight: 500;
}

@media all and (max-width: 1200px) {
	.page-template-calculator .calc-banner div h2 {
		padding: 50px 25px;
		font-size: 32px;
		background-size: 50px 50px;
		background-position: 95% 95%;
	}
}

.page-template-calculator .faq {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media all and (max-width: 768px) {
	.page-template-calculator .faq {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.page-template-calculator .faq h2 {
	font-size: 54px;
	text-align: center;
	margin-bottom: 50px;
}

@media all and (max-width: 768px) {
	.page-template-calculator .faq h2 {
		font-size: 32px;
	}
}

.page-template-calculator .faq ul {
	padding: 0;
	margin: 0;
}

.page-template-calculator .faq ul li {
	list-style: none;
	border-bottom: 1px solid #DDDAD8;
	padding: 25px 15px;
}

.page-template-calculator .faq ul li h3 {
	font-size: 32px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

@media all and (max-width: 1024px) {
	.page-template-calculator .faq ul li h3 {
		font-size: 22px;
		padding-right: 60px;
	}
}

.page-template-calculator .faq ul li h3 span.icon-container {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -8px;
	color: #1A1A1A;
	font-size: 46px;
	font-weight: 100;
	border: 1px solid #DDDAD8;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 100%;
}

.page-template-calculator .faq ul li:first-child {
	border-top: 1px solid #DDDAD8;
}

.page-template-calculator .faq ul .step-description {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	max-width: 80%;
}

.page-template-calculator .faq ul .step-description p {
	font-size: 24px;
	line-height: 150%;
	margin: 25px 0 0;
	font-weight: 300;
}

.page-template-calculator .faq ul .step-description p strong {
	font-weight: 500;
}

@media all and (max-width: 1024px) {
	.page-template-calculator .faq ul .step-description {
		max-width: 100%;
	}
	.page-template-calculator .faq ul .step-description p {
		font-size: 18px;
	}
}

.page-template-calculator .faq ul .show {
	opacity: 1;
	max-height: 700px;
}

.preloader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	/* Adjust based on your needs */
	background-color: #f0f0f0;
}

.page-template-default h2, .single-service h2, .page-template-blog h2 {
	font-size: 54px;
	font-weight: 500;
	margin-bottom: 50px;
}

@media all and (max-width: 768px) {
	.page-template-default h2, .single-service h2, .page-template-blog h2 {
		font-size: 32px;
		margin-bottom: 0px;
	}
}

.page-template-default p, .single-service p, .page-template-blog p {
	font-size: 18px;
	line-height: 150%;
}

@media all and (max-width: 768px) {
	.page-template-default p, .single-service p, .page-template-blog p {
		font-size: 16px;
		line-height: 135%;
		margin-bottom: 10px;
	}
}

.page-template-default h3, .single-service h3, .page-template-blog h3 {
	font-size: 32px;
	font-weight: 500;
}

@media all and (max-width: 768px) {
	.page-template-default h3 br, .single-service h3 br, .page-template-blog h3 br {
		display: none;
	}
}

.page-template-default .standard_page, .single-service .standard_page, .page-template-blog .standard_page {
	padding-top: 100px;
	border-top: 1px solid #DDDAD8;
}

@media all and (max-width: 768px) {
	.page-template-default .standard_page, .single-service .standard_page, .page-template-blog .standard_page {
		padding: 50px 15px;
	}
}

.page-template-default .accordion_list ul, .single-service .accordion_list ul, .page-template-blog .accordion_list ul {
	padding: 0 50px 0 0;
	margin-left: 0;
}

.page-template-default .accordion_list li, .single-service .accordion_list li, .page-template-blog .accordion_list li {
	list-style: none;
	border-top: 1px solid #DDDAD8;
	padding: 35px 0;
	font-size: 24px;
}

.page-template-default .banner-info, .single-service .banner-info, .page-template-blog .banner-info {
	display: flex;
	border-top: 1px solid #DDDAD8;
	align-items: center;
	padding-top: 100px;
	justify-content: center;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

@media all and (max-width: 768px) {
	.page-template-default .banner-info, .single-service .banner-info, .page-template-blog .banner-info {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}

.page-template-default .banner-info .left-side, .single-service .banner-info .left-side, .page-template-blog .banner-info .left-side {
	max-width: 65%;
	padding-right: 50px;
}

.page-template-default .banner-info .left-side p, .single-service .banner-info .left-side p, .page-template-blog .banner-info .left-side p {
	font-size: 24px;
}

@media all and (max-width: 768px) {
	.page-template-default .banner-info .left-side p, .single-service .banner-info .left-side p, .page-template-blog .banner-info .left-side p {
		font-size: 18px;
	}
}

@media all and (max-width: 768px) {
	.page-template-default .banner-info .left-side, .single-service .banner-info .left-side, .page-template-blog .banner-info .left-side {
		max-width: 100%;
		padding: 0;
	}
}

.page-template-default .banner-info .left-side .thumb-container, .single-service .banner-info .left-side .thumb-container, .page-template-blog .banner-info .left-side .thumb-container {
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 380px;
}

.page-template-default .banner-info .left-side .thumb-container img, .single-service .banner-info .left-side .thumb-container img, .page-template-blog .banner-info .left-side .thumb-container img {
	visibility: hidden;
}

@media all and (max-width: 768px) {
	.page-template-default .banner-info .left-side .thumb-container, .single-service .banner-info .left-side .thumb-container, .page-template-blog .banner-info .left-side .thumb-container {
		max-height: 200px;
		overflow: hidden;
		border-radius: 11px;
	}
}

@media all and (max-width: 768px) {
	.page-template-default .banner-info, .single-service .banner-info, .page-template-blog .banner-info {
		flex-direction: column;
		padding-top: 50px;
	}
}

.single.single-service .page-banner {
	box-shadow: 0px 68px 110px 0px rgba(15, 15, 15, 0.05);
}

@media all and (max-width: 1200px) {
	.single.single-service .wp-block-button {
		width: 100%;
	}
}

.page-template-services .services-banner {
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
}

.page-template-services .services-banner h2 {
	font-size: 54px;
	font-weight: 500;
	margin-bottom: 50px;
}

@media all and (max-width: 768px) {
	.page-template-services .services-banner h2 {
		font-size: 46px;
		margin-bottom: 10px;
	}
}

.page-template-services .services-banner .banner-info {
	padding-top: 100px;
	border-top: 1px solid #DDDAD8;
}

@media all and (max-width: 768px) {
	.page-template-services .services-banner .banner-info {
		padding: 50px 15px 20px;
	}
}

.page-template-services .services-banner .banner-info p {
	font-size: 24px;
	line-height: 150%;
}

@media all and (max-width: 768px) {
	.page-template-services .services-banner .banner-info p {
		margin-top: 10px;
		font-size: 18px;
	}
}

.page-template-services .services-banner .banner-info div {
	display: flex;
	align-items: center;
}

@media all and (max-width: 768px) {
	.page-template-services .services-banner .banner-info div {
		flex-direction: column;
		align-items: normal;
	}
}

.page-template-services .services-banner .banner-info div img {
	margin-left: 25px;
	animation: moveUpDown 2s ease-in-out infinite;
}

@media all and (max-width: 768px) {
	.page-template-services .services-banner .banner-info div img {
		max-width: 50px;
		display: inline-block;
		margin-left: 0;
	}
}

.page-template-services .single-service {
	position: relative;
	border-top: 1px dashed #DDDAD8;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.page-template-services .single-service .service-icon {
	margin-right: 25px;
	float: left;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service .service-icon {
		max-width: 37px;
	}
}

.page-template-services .single-service .service-info {
	display: flex;
	align-items: center;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service .service-info {
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.page-template-services .single-service .service-info .service-thumb {
	width: 40%;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service .service-info .service-thumb {
		width: 100%;
		height: 200px;
		overflow: hidden;
		border-radius: 15px;
	}
}

.page-template-services .single-service .service-info .service-thumb img {
	border-radius: 5px;
}

.page-template-services .single-service .service-info .service-excerpt {
	width: 60%;
	padding: 0 0 0 100px;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service .service-info .service-excerpt {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
}

.page-template-services .single-service .service-info .service-excerpt a {
	display: inline-block;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service .service-info .service-excerpt a {
		width: 100%;
		text-align: center;
	}
}

.page-template-services .single-service .service-info .service-excerpt h2 {
	line-height: 150%;
	background-color: transparent;
	color: #fff;
	padding: 15px 15px;
	border-radius: 15px;
	animation-name: fillBackground;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service .service-info .service-excerpt h2 {
		font-size: 24px;
	}
}

.page-template-services .single-service:nth-of-type(2n) .service-thumb {
	order: 1;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service:nth-of-type(2n) .service-thumb {
		order: 0;
	}
}

.page-template-services .single-service:nth-of-type(2n) .service-excerpt {
	padding: 0 100px 0 0;
}

@media all and (max-width: 768px) {
	.page-template-services .single-service:nth-of-type(2n) .service-excerpt {
		padding-right: 0;
	}
}

@keyframes fillBackground {
	from {
		background-color: transparent;
	}
	to {
		background-color: #1A1A1A;
	}
}

@keyframes moveUpDown {
	0%, 100% {
		transform: translateY(0);
		/* Start and end at the original position */
	}
	50% {
		transform: translateY(-20px);
		/* Move the image 20px up */
	}
}

.image-move {
	animation: moveUpDown 2s ease-in-out infinite;
	/* Apply the animation */
}

.page-template-blog .blog_posts {
	padding-top: 100px;
	padding-bottom: 100px;
	border-top: 1px solid #DDDAD8;
}

@media all and (max-width: 768px) {
	.page-template-blog .blog_posts {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.page-template-blog .blog_posts .post {
	display: flex;
	border-bottom: 1px dashed #DDDAD8;
	padding: 50px 0;
}

@media all and (max-width: 768px) {
	.page-template-blog .blog_posts .post {
		flex-direction: column;
		padding: 25px 0;
	}
}

.page-template-blog .blog_posts .post:nth-of-type(2n) .post_image {
	order: 1;
}

@media all and (max-width: 768px) {
	.page-template-blog .blog_posts .post:nth-of-type(2n) .post_image {
		order: 0;
	}
}

.page-template-blog .blog_posts .post:nth-of-type(2n) .entry {
	padding-left: 0;
	padding-right: 50px;
}

@media all and (max-width: 768px) {
	.page-template-blog .blog_posts .post:nth-of-type(2n) .entry {
		padding-right: 0px;
	}
}

.page-template-blog .blog_posts .post .post_image {
	width: 40%;
	background-position: center;
}

@media all and (max-width: 768px) {
	.page-template-blog .blog_posts .post .post_image {
		width: 100%;
		height: 200px;
	}
}

.page-template-blog .blog_posts .post .entry {
	width: 60%;
	padding-left: 50px;
}

@media all and (max-width: 768px) {
	.page-template-blog .blog_posts .post .entry {
		width: 100%;
		padding-left: 0;
		margin-top: 25px;
	}
}

.page-template-blog .blog_posts .post .entry h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 25px;
}

.page-template-blog .blog_posts .post .entry h2 a {
	text-decoration: none;
	color: #1A1A1A;
}

@media all and (max-width: 768px) {
	.page-template-blog .blog_posts .post .entry h2 {
		font-size: 24px;
		margin-bottom: 0;
	}
}

.page-template-blog .blog_posts .post .entry p {
	font-size: 18px;
	line-height: 150%;
	text-align: justify;
}

.page-template-blog .blog_posts .post .entry .main_cta {
	display: inline-block;
}

@media all and (max-width: 768px) {
	.page-template-blog .blog_posts .post .entry .main_cta {
		width: 100%;
		text-align: center;
	}
}

.single-post .single-content {
	display: flex;
	padding-bottom: 100px;
}

@media all and (max-width: 768px) {
	.single-post .single-content {
		flex-direction: column;
		padding-bottom: 50px;
	}
}

.single-post .single-content .post-title {
	font-size: 48px;
	margin-top: 15px;
}

@media all and (max-width: 768px) {
	.single-post .single-content .post-title {
		font-size: 32px;
	}
}

.single-post .post-content {
	width: 70%;
	float: left;
	padding-right: 50px;
}

@media all and (max-width: 768px) {
	.single-post .post-content {
		width: 100%;
		padding-right: 0;
	}
}

.single-post .post-content p {
	font-size: 18px;
	line-height: 150%;
	text-align: justify;
}

@media all and (max-width: 768px) {
	.single-post .post-content p {
		text-align: left;
	}
}

.single-post .post-content h2 {
	font-weight: 500;
	margin-bottom: 10px;
}

.single-post .post-content .alignleft img {
	margin: 0 15px 15px 0;
	border-radius: 5px;
}

.single-post .post-content .alignright img {
	margin: 0 0px 15px 15px;
	border-radius: 5px;
}

.single-post .post-content ul {
	margin-left: 0;
}

.single-post .post-content ul li {
	font-size: 18px;
	line-height: 150%;
}

.single-post .post-content a {
	text-decoration: none;
	color: #F8B327;
}

.single-post .sidebar {
	width: 30%;
	float: right;
}

@media all and (max-width: 768px) {
	.single-post .sidebar {
		width: 100%;
	}
}

.single-post .sidebar h2 {
	margin-bottom: 25px;
	font-size: 32px;
}

.single-post .sidebar ul {
	margin: 0;
}

.single-post .sidebar ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #DDDAD8;
}

.single-post .sidebar ul li a {
	text-decoration: none;
	color: #1A1A1A;
	font-weight: 500;
}

.single-post .sidebar ul li a:hover {
	color: #F8B327;
}

.single-post .sidebar .widget-area {
	padding: 50px;
	box-shadow: 0px 10px 110px 0px rgba(15, 15, 15, 0.1);
}

@media all and (max-width: 768px) {
	.single-post .sidebar .widget-area {
		padding: 50px 25px;
	}
}

.single-post .sidebar .widget-area .wp-block-latest-posts__post-date {
	color: #DDDAD8;
	display: block;
	margin-top: 5px;
}

/*Contact page*/
.contact-page {
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 100px;
}

@media all and (max-width: 768px) {
	.contact-page {
		padding-bottom: 50px;
	}
}

.contact-page h2 {
	font-size: 54px;
	font-weight: 500;
	margin-bottom: 50px;
	padding-top: 100px;
	border-top: 1px solid #DDDAD8;
}

@media all and (max-width: 768px) {
	.contact-page h2 {
		font-size: 32px;
		padding-top: 50px;
	}
}

.contact-page .main-content {
	display: flex;
	align-items: center;
}

@media all and (max-width: 768px) {
	.contact-page .main-content {
		flex-direction: column;
	}
}

.contact-page .main-content .left-side {
	width: 40%;
}

@media all and (max-width: 768px) {
	.contact-page .main-content .left-side {
		width: 100%;
	}
}

.contact-page .main-content .left-side p {
	margin-top: 5px;
	color: #1A1A1A;
}

.contact-page .main-content .left-side h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	border-bottom: 1px dashed #DDDAD8;
	padding-bottom: 15px;
}

.contact-page .main-content .left-side ul {
	padding-left: 0;
	margin-left: 0;
	border-radius: 5px;
}

.contact-page .main-content .left-side ul li {
	list-style: none;
	line-height: 150%;
	font-size: 16px;
	margin-bottom: 15px;
}

.contact-page .main-content .left-side ul li a {
	color: #F8B327;
	text-decoration: none;
}

.contact-page .main-content .left-side ul.social-icons {
	display: flex;
	background-color: #1A1A1A;
	float: left;
	padding: 15px;
}

.contact-page .main-content .left-side ul.social-icons li {
	float: left;
	margin-left: 25px;
	margin-bottom: 0px;
}

.contact-page .main-content .left-side ul.social-icons li:first-child {
	margin-left: 0;
}

.contact-page .main-content .right-side {
	width: 60%;
}

@media all and (max-width: 768px) {
	.contact-page .main-content .right-side {
		width: 100%;
	}
}

.contact-page .main-content .right-side .is-layout-flex {
	justify-content: center;
}

.contact-page .main-content .right-side form {
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 10px 110px 0px rgba(15, 15, 15, 0.1);
}

.contact-page .main-content .right-side form input {
	height: 54px;
	background-color: #f4f1ef;
}

.contact-page .main-content .right-side form input:focus {
	border-color: #F8B327 !important;
}

.contact-page .main-content .right-side form textarea {
	background-color: #f4f1ef;
}

.contact-page .main-content .right-side form button {
	background-color: #F8B327;
	color: #fff;
	border: none;
	padding: 15px 20px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	transition: background-color 0.5s ease;
}

.contact-page .main-content .right-side form button:hover {
	background-color: #1A1A1A;
	color: #fff;
}

.contact-page .main-content .right-side form .frm_error {
	margin-top: 5px;
}

.contact-page .main-content .right-side form fieldset {
	padding-bottom: 0;
}

/*Projects page*/
.projects-page .title-section h2 {
	font-size: 54px;
	font-weight: 500;
	padding-top: 100px;
	border-top: 1px solid #DDDAD8;
}

@media all and (max-width: 768px) {
	.projects-page .title-section h2 {
		padding-top: 50px;
		font-size: 32px;
	}
}

@media all and (max-width: 768px) {
	.projects-page .title-section .pre-title {
		margin-bottom: 25px;
	}
}

.projects-page .projects {
	display: flex;
	flex-wrap: wrap;
}

.projects-page .projects .single-project {
	position: relative;
	box-shadow: 0px 10px 110px 0px rgba(15, 15, 15, 0.1);
	border-radius: 5px;
	width: 100%;
	display: flex;
	margin-bottom: 50px;
}

.projects-page .projects .single-project .project-thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.projects-page .projects .single-project .project-thumb img {
	visibility: hidden;
}

@media all and (max-width: 768px) {
	.projects-page .projects .single-project {
		flex-direction: column;
	}
}

.projects-page .projects .single-project img {
	float: left;
	max-width: 285px;
}

@media all and (max-width: 768px) {
	.projects-page .projects .single-project img {
		max-width: 100%;
	}
}

.projects-page .projects .single-project .project-info {
	padding: 50px 150px 50px 50px;
}

@media all and (max-width: 768px) {
	.projects-page .projects .single-project .project-info {
		padding: 25px;
	}
}

.projects-page .projects .single-project .project-info span {
	color: #F8B327;
	display: block;
	margin-bottom: 15px;
}

.projects-page .projects .single-project .project-info h2 {
	font-size: 32px;
	font-weight: 500;
}

@media all and (max-width: 1024px) {
	.projects-page .projects .single-project .project-info h2 {
		font-size: 22px;
	}
}

.projects-page .projects .single-project .project-info p {
	font-size: 16px;
	color: #1A1A1A;
	font-weight: 300;
}

.projects-page .projects .single-project .project-info a {
	position: absolute;
	right: 50px;
	bottom: 50px;
	text-decoration: none;
	font-size: 100px;
	font-weight: 100;
	border: 1px solid #DDDAD8;
	color: #1A1A1A;
	line-height: 57px;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	text-align: center;
}

.projects-page .projects .single-project .project-info a:hover {
	background-color: #F8B327;
	color: #fff;
}

@media all and (max-width: 768px) {
	.projects-page .projects .single-project .project-info a {
		right: 15px;
		bottom: 15px;
		width: 45px;
		height: 45px;
		font-size: 58px;
		line-height: 41px;
	}
}

.projects-page .pre-title {
	color: #1A1A1A;
	margin-bottom: 50px;
	display: block;
	margin-top: 15px;
	text-transform: none;
	color: #1A1A1A;
	font-weight: 400;
	font-size: 24px;
}

.projects-page .pagination {
	width: 100%;
	padding-bottom: 100px;
}

.projects-page .pagination a {
	color: #1A1A1A;
}

.projects-page .pagination a:visited {
	color: #1A1A1A;
}

/*Single Project*/
.project-content .main-title {
	font-size: 54px;
	padding-top: 100px;
	border-top: 1px solid #DDDAD8;
	margin-bottom: 50px;
}

@media all and (max-width: 768px) {
	.project-content .main-title {
		font-size: 32px;
		padding-top: 50px;
	}
}

@media all and (max-width: 768px) {
	.project-content .wp-block-media-text__content {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 25px;
	}
}

.project-content p {
	font-size: 18px;
	line-height: 150%;
}

.project-content ul, .project-content ol {
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 25px;
}

.project-content ul li, .project-content ol li {
	line-height: 150%;
	font-size: 18px;
	margin-bottom: 15px;
}

.project-content .alignleft img {
	margin: 0 15px 15px 0;
	border-radius: 5px;
}

.project-content h3.text-large {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 15px;
}

@media all and (max-width: 768px) {
	.project-content h3.text-large {
		font-size: 24px;
	}
}

.project-content p.text-large {
	font-size: 18px;
	line-height: 150%;
}

@media all and (max-width: 768px) {
	.project-content p.text-large {
		font-size: 16px;
	}
}

.spacer_dark {
	border-top: 1px dashed #DDDAD8;
}

.error-page {
	min-height: 500px;
	background-image: url(images/banner-bg.jpg);
}

.error-page h2 {
	font-size: 54px;
	padding-top: 100px;
}

.pdf-files a {
	display: block;
	text-decoration: none;
	color: #1A1A1A;
	font-size: 16px;
	text-align: center;
}

.pdf-files a.wp-element-button {
	border-radius: 5px;
	background: #121212;
	padding: 15px 15px;
	font-weight: 700;
	font-size: 18px;
	display: block;
	text-align: center;
	margin-left: 0;
	margin-top: 10px;
	color: #fff;
}

.promo-banner {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
}

.hide-dk {
	display: none;
	border-radius: 8px;
}

@media all and (max-width: 768px) {
	.hide-dk {
		display: inline-block;
		box-shadow: 0px 68px 110px 0px rgba(15, 15, 15, 0.05);
	}
}

.hide-mb {
	border-radius: 8px;
	box-shadow: 0px 68px 110px 0px rgba(15, 15, 15, 0.05);
}

@media all and (max-width: 768px) {
	.hide-mb {
		display: none;
	}
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms 
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #DDDAD8;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

.main_cta {
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	background-color: #1A1A1A !important;
	text-decoration: none !important;
	border-radius: 5px !important;
	padding: 15px 20px !important;
	transition: background-color 0.5s ease !important;
}

.main_cta:hover, .main_cta.hlgt {
	background-color: #F8B327 !important;
	color: #1A1A1A !important;
	transition: background-color 0.5s ease !important;
}

.main_cta.hlgt:hover {
	background-color: #1A1A1A !important;
	color: #fff !important;
	border-color: #1A1A1A !important;
}

@media all and (max-width: 1024px) {
	.main_cta {
		font-size: 16px !important;
		line-height: 150%;
	}
}

@media all and (max-width: 430px) {
	.main_cta {
		padding: 15px 5px !important;
		font-size: 14px !important;
	}
}

.btn {
	padding: 15px 20px;
	border: 1px solid;
	font-weight: 700;
	border-radius: 5px;
	color: #1A1A1A;
	font-size: 20px;
}

.btn.btn-light {
	border-color: #1A1A1A;
	background: #fff;
	color: #1A1A1A;
	border-color: #1A1A1A;
	transition: background-color 0.5s ease;
	text-decoration: none;
}

.btn.btn-light:hover {
	background-color: #1A1A1A;
	color: #fff;
}

@media all and (max-width: 768px) {
	.btn {
		font-size: 14px !important;
		line-height: 150%;
	}
}

@media all and (max-width: 430px) {
	.btn {
		padding: 15px 5px;
	}
}

a.social-icon {
	display: inline-block;
	background-image: url("images/social-icons.png");
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	display: inline-block;
}

a.social-icon.icon-fb:hover {
	background-position: left bottom;
}

a.social-icon.icon-tw {
	background-position: -61px top;
}

a.social-icon.icon-tw:hover {
	background-position: -61px bottom;
}

a.social-icon.icon-ig {
	background-position: -122px top;
}

a.social-icon.icon-ig:hover {
	background-position: -122px bottom;
}

a.social-icon.icon-yelp {
	background-position: -185px top;
}

a.social-icon.icon-yelp:hover {
	background-position: -185px bottom;
}

.pagination {
	text-align: center;
	padding-top: 25px;
}

.pagination .next, .pagination .prev {
	display: none;
}

.pagination a, .pagination span {
	font-size: 18px;
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
	min-width: 32px;
	border: 1px solid #1A1A1A;
	padding: 5px;
}

.pagination a.current, .pagination span.current {
	background-color: #F8B327;
	font-weight: 700;
	border-color: #F8B327;
}

.pagination a:hover {
	background-color: #F8B327;
	font-weight: 700;
	border-color: #F8B327;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border-radius: 3px;
	padding: 3px;
}

textarea {
	width: 100%;
}

.services-form {
	width: 35%;
	padding: 44px;
	background: #fff;
	box-shadow: 0px 10px 110px 0px rgba(15, 15, 15, 0.1);
	border-radius: 6px;
}

@media all and (max-width: 1200px) {
	.services-form {
		width: 50%;
		z-index: 99;
		padding: 26px;
	}
}

@media all and (max-width: 768px) {
	.services-form {
		padding: 22px 25px;
	}
}

.services-form input, .services-form select, .services-form textarea {
	border: 1px solid #DDDAD8;
	background: #F4F1EF !important;
	box-shadow: none;
}

.services-form input:focus, .services-form select:focus, .services-form textarea:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: #DDDAD8 !important;
}

.services-form input, .services-form select {
	height: 55px;
}

.services-form textarea {
	height: 113px;
	resize: none;
}

.services-form button {
	width: 100% !important;
	border: none !important;
}

.services-form .frm_form_title {
	font-size: 24px;
	color: #1A1A1A;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	margin: 0px 0px 36px 0px;
}

@media all and (max-width: 768px) {
	.services-form .frm_form_title {
		font-size: 32px !important;
		margin-bottom: 25px !important;
	}
}

@media all and (max-width: 768px) {
	.services-form {
		width: 100%;
		margin-top: 50px;
		position: relative;
		z-index: 5;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	float: left;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-left: 35px;
}

@media all and (max-width: 966px) {
	.main-navigation li {
		position: relative;
		margin-left: 12px;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #1A1A1A;
	font-size: 18px;
	font-weight: 500;
}

.main-navigation a:hover {
	color: #F8B327;
}

@media all and (max-width: 966px) {
	.main-navigation a {
		font-size: 16px;
	}
}

.main-navigation .current-menu-item > a {
	color: #F8B327;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background-color: #fff;
	height: 100vh;
}

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.fixed-on-scroll.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	/* Ensures it stays above other content */
	background: #fff;
	/* Or any background color that fits your design */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	/* Optional: Adds shadow for better visibility */
	transition: all 0.3s ease-in-out;
}

.fixed-on-scroll.fixed .site-branding {
	padding-top: 10px;
	padding-bottom: 10px;
}

.fixed-on-scroll.fixed .site-branding svg {
	width: 95px;
	height: 61px;
}

@media all and (max-width: 768px) {
	.fixed-on-scroll.fixed .site-branding svg {
		width: 67px;
		height: 38px;
	}
}

/* Optional: Add transition for the header to smoothly disappear if needed */
.header-transition {
	transition: margin-top 0.3s ease-in-out;
}

@media all and (max-width: 768px) {
	.hide-mobile {
		display: none;
	}
}

.toggled .menu-main-menu-container {
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	right: 0;
	padding-top: 50px;
	background: #fff;
	display: flex;
	height: 100%;
}

.toggled .menu-main-menu-container ul {
	display: block;
	width: 100%;
	padding: 25px;
	border-top: 1px solid;
	margin-left: 0px;
}

.toggled .menu-main-menu-container ul li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid;
	margin-left: 0px;
}

.toggled .menu-main-menu-container ul li a {
	font-size: 22px;
}

.menu-toggle {
	background: #fff;
	color: #1A1A1A;
	border-radius: 5px;
	border: none;
	height: 50px;
	border: 1px solid;
	padding: 15px 25px;
	cursor: pointer;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */