:root {
	--ty-primary: #ea7c14;
	--ty-secondary: #525252;
	--primary: #ea7c14;
	--secondary: #525252;
	--tertiary: #343434;
	--quaternary: #242424;
}

body {
	color: #525252;
}

a {
	color: #ea7c14;
}

a:hover {
	color: #c8650f;
}

.btn-primary,
.btn-quaternary {
	background-color: #ea7c14;
	border-color: #ea7c14;
	color: #fff;
}

.btn-primary:hover,
.btn-quaternary:hover {
	background-color: #c8650f;
	border-color: #c8650f;
	color: #fff;
}

.btn-outline.btn-primary {
	color: #ea7c14;
	border-color: #ea7c14;
	background: transparent;
}

.btn-outline.btn-primary:hover {
	color: #fff;
	background: #ea7c14;
}

.ty-logo {
	align-items: center;
	display: inline-flex;
	line-height: 1;
	text-decoration: none;
}

.ty-logo img {
	display: block;
	height: auto;
	max-width: 150px;
	width: 150px;
}

.ty-logo:hover {
	text-decoration: none;
}

#header .header-nav-main nav > ul > li > a.active,
#header .header-nav-main nav > ul > li > a:hover,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
	color: #ea7c14;
}

.ty-menu-social {
	gap: 8px;
	justify-content: center;
	margin: 0 0 12px;
	padding: 0;
	width: 100%;
}

.ty-menu-social li {
	margin: 0;
}

.ty-menu-social.social-icons li a {
	align-items: center;
	border: 2px solid #343434;
	border-radius: 50%;
	color: #343434;
	display: inline-flex;
	font-size: 17px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	width: 42px;
}

.ty-menu-social.social-icons li a:hover {
	background: #ea7c14;
	border-color: #ea7c14;
	color: #fff;
}

.ty-hero {
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: 78vh;
}

.min-vh-75 {
	min-height: 75vh;
}

.ty-hero h1 {
	color: #fff;
	font-size: clamp(2.6rem, 6vw, 5.4rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: .95;
	max-width: 900px;
}

.ty-home-slider .rev-slidebg {
	filter: brightness(.48);
}

.ty-slider-kicker {
	color: #ea7c14;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .55);
	text-transform: uppercase;
	white-space: nowrap;
}

.ty-slider-title {
	color: #fff;
	font-size: 64px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: .95;
	text-shadow: 0 3px 22px rgba(0, 0, 0, .72);
	white-space: nowrap;
}

.ty-slider-text {
	color: rgba(255, 255, 255, .9);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.55;
	max-width: 720px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .72);
	white-space: normal;
}

.ty-slider-button {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.ty-mobile-slider-copy {
	display: none;
}

.ty-lead {
	color: rgba(255, 255, 255, .88);
	font-size: 1.25rem;
	line-height: 1.7;
	max-width: 720px;
}

.ty-eyebrow {
	color: #ea7c14;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.ty-feature {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 6px;
	height: 100%;
	padding: 28px;
}

.ty-feature i {
	color: #ea7c14;
	font-size: 2rem;
	margin-bottom: 18px;
}

.ty-feature h3,
.ty-project-card h3 {
	color: #222;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.ty-feature p,
.ty-project-card p {
	margin-bottom: 0;
}

.ty-project-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 6px;
	height: 100%;
	overflow: hidden;
}

.ty-project-card img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.ty-project-card div {
	padding: 30px;
}

.ty-project-card span {
	color: #ea7c14;
	display: block;
	font-size: .75rem;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.ty-project-gallery-section {
	background: #f7f7f7;
}

.ty-project-gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.ty-project-gallery img {
	aspect-ratio: 16 / 10;
	border-radius: 6px;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .22s ease, filter .22s ease;
	width: 100%;
}

.ty-gallery-item {
	background: #111;
	border-radius: 6px;
	cursor: zoom-in;
	display: block;
	overflow: hidden;
}

.ty-gallery-item:hover img,
.ty-gallery-item:focus img {
	filter: brightness(.86);
	transform: scale(1.035);
}

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

.ty-page-header {
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 130px 0 90px;
	position: relative;
}

.ty-page-header::before {
	background: rgba(22, 22, 22, .58);
	content: "";
	inset: 0;
	position: absolute;
}

.ty-page-header .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.ty-page-header .ty-eyebrow {
	margin: 0 0 22px;
}

.ty-page-header h1 {
	color: #fff;
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.ty-page-header p {
	color: rgba(255, 255, 255, .86);
	font-size: 1.15rem;
	line-height: 1.55;
	margin: 20px 0 0;
	max-width: 740px;
}

.ty-page-header p.ty-eyebrow {
	color: #fff;
	line-height: 1.2;
	margin: 0 0 22px;
}

@media (min-width: 992px) {
	.ty-page-header h1 {
		white-space: nowrap;
	}
}

.ty-stat {
	border-left: 3px solid #ea7c14;
	padding-left: 18px;
}

.ty-stat strong {
	color: #222;
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.ty-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ty-contact-list li {
	margin-bottom: 18px;
	padding-left: 34px;
	position: relative;
}

.ty-contact-list i {
	color: #ea7c14;
	left: 0;
	position: absolute;
	top: 4px;
}

.accordion .card-header a {
	color: #222;
	font-weight: 700;
}

.accordion .card-header a:hover {
	color: #ea7c14;
}

.ty-faq-toggle .toggle-title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
}

.ty-faq-toggle .toggle-content p {
	color: #525252;
	line-height: 1.8;
}

.ty-info-list {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 6px;
	list-style: none;
	margin: 0;
	padding: 28px 32px;
}

.ty-info-list li {
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding: 13px 0 13px 28px;
	position: relative;
}

.ty-info-list li::before {
	color: #ea7c14;
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 13px;
}

.ty-info-list li:last-child {
	border-bottom: 0;
}

.ty-cta-wrap {
	padding: 46px 0;
}

.ty-cta.call-to-action {
	background: #fff;
	border-color: rgba(0, 0, 0, .1);
	border-radius: 6px;
	margin: 0;
}

.ty-cta .call-to-action-content h3 {
	color: #222;
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.ty-cta .call-to-action-content p {
	color: #525252;
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 760px;
}

.ty-cta .call-to-action-btn {
	margin-top: 24px;
	text-align: center;
}

.ty-site-footer .footer-copyright p {
	color: #525252;
	font-size: .85rem;
	line-height: 1.8;
	margin: 0;
}

.ty-site-footer .footer-copyright a {
	color: #525252;
	display: inline-block;
	margin: 0 4px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ty-site-footer .footer-copyright a:hover {
	color: #ea7c14;
}

@media (max-width: 991px) {
	html.side-header,
	html.side-header body {
		overflow-x: hidden;
	}

	#header.side-header {
		position: relative !important;
		width: 100%;
	}

	#header.side-header .header-body {
		min-height: 0;
		position: relative !important;
		width: 100%;
	}

	#header.side-header .header-container {
		height: auto !important;
		max-width: 100%;
		padding-left: 22px;
		padding-right: 22px;
	}

	#header.side-header .header-column {
		align-items: center;
		display: flex;
		flex-direction: row !important;
		flex-wrap: wrap;
		justify-content: space-between !important;
		padding: 12px 0;
		width: 100%;
	}

	#header.side-header .header-logo {
		margin: 0;
	}

	#header.side-header .header-logo .ty-logo {
		line-height: 1;
	}

	#header.side-header .header-logo .ty-logo img,
	.sticky-wrapper .ty-logo img {
		width: 132px;
	}

	#header.side-header .header-row:first-child {
		flex: 1 1 auto;
		order: 1;
		padding: 0 !important;
	}

	#header.side-header .header-row-side-header {
		flex: 0 0 100%;
		height: auto !important;
		margin-top: 0;
		order: 3;
		overflow: visible !important;
		padding: 0 !important;
	}

	#header.side-header .header-row-side-header:has(nav.collapse:not(.show)) {
		display: none;
	}

	#header.side-header .header-row.justify-content-end {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		gap: 8px;
		order: 2;
		padding: 0 !important;
	}

	#header .header-btn-collapse-nav {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		margin: 0;
		width: 40px;
	}

	.ty-menu-social {
		display: flex !important;
		gap: 8px;
		margin: 0;
		width: auto;
	}

	.ty-menu-social.social-icons li a {
		font-size: 14px;
		height: 40px;
		width: 40px;
	}

	#header.side-header .header-nav {
		width: 100%;
	}

	#header.side-header .header-nav-main nav {
		max-height: calc(100vh - 88px);
		overflow-y: auto;
		width: 100%;
	}

	#header.side-header .header-nav-main nav > ul {
		border-top: 1px solid rgba(0, 0, 0, .08);
		margin-top: 10px;
		padding-top: 8px;
		width: 100%;
	}

	#header.side-header .header-nav-main nav > ul > li > a {
		border-bottom: 1px solid rgba(0, 0, 0, .08);
		font-size: .92rem;
		min-height: 44px;
		padding: 12px 10px !important;
	}

	#header.side-header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border: 0;
		box-shadow: none;
		margin: 0;
		padding: 0 0 6px 12px;
	}

	#header.side-header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: .88rem;
		padding: 10px 10px !important;
	}

	#header.side-header .header-row.justify-content-end > p {
		display: none !important;
	}

	.ty-hero {
		min-height: auto;
		padding: 110px 0 70px;
	}

	.ty-hero h1 {
		font-size: 2.6rem;
	}

	.ty-slider-title {
		font-size: 36px !important;
		line-height: 1.05 !important;
		max-width: calc(100vw - 70px) !important;
		white-space: normal !important;
	}

	.ty-slider-text {
		font-size: 15px !important;
		line-height: 1.45 !important;
		max-width: calc(100vw - 70px) !important;
		white-space: normal !important;
	}

	.ty-slider-kicker {
		font-size: 12px !important;
		max-width: calc(100vw - 70px) !important;
		white-space: normal !important;
	}

	.ty-slider-button {
		font-size: 12px !important;
		line-height: 1.2 !important;
		padding: 12px 16px !important;
		white-space: nowrap !important;
	}

	.ty-page-header {
		min-height: 260px;
		padding: 58px 0;
	}

	.ty-page-header h1 {
		font-size: clamp(2.2rem, 11vw, 3.4rem);
		line-height: 1.03;
		white-space: normal;
	}

	.ty-page-header .ty-eyebrow,
	.ty-page-header p.ty-eyebrow {
		margin-bottom: 16px;
	}

	.ty-page-header p {
		font-size: 1rem;
		line-height: 1.55;
		margin-top: 16px;
		max-width: 92%;
	}

	.main > .section.border-0.m-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.section .container.py-5 {
		padding-bottom: 1.8rem !important;
		padding-top: 1.8rem !important;
	}

	.ty-project-card div,
	.ty-feature,
	.ty-info-list {
		padding: 24px;
	}

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

	.ty-cta-wrap {
		padding: 34px 0;
	}

	.ty-cta.call-to-action {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ty-cta .call-to-action-content h3 {
		font-size: 1.45rem;
	}

	.ty-cta .call-to-action-content p {
		font-size: .98rem;
	}
}

@media (max-width: 575px) {
	#header.side-header .header-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	#header.side-header .header-column {
		padding: 8px 0;
	}

	#header.side-header .header-logo .ty-logo {
		line-height: 1;
	}

	#header.side-header .header-logo .ty-logo img,
	.sticky-wrapper .ty-logo img {
		width: 104px;
	}

	.ty-menu-social {
		gap: 6px;
	}

	.ty-menu-social.social-icons li a {
		border-width: 1.5px;
		font-size: 13px;
		height: 34px;
		width: 34px;
	}

	#header .header-btn-collapse-nav {
		height: 36px;
		width: 36px;
	}

	#header.side-header .header-row.justify-content-end {
		gap: 6px;
	}

	.ty-home-slider,
	.ty-home-slider .rev_slider,
	.ty-home-slider .tp-fullwidth-forcer {
		height: calc(100vh - 88px) !important;
		max-height: none !important;
		min-height: 640px !important;
	}

	.ty-home-slider .rev-slidebg {
		filter: brightness(.38);
	}

	.ty-home-slider .tp-revslider-mainul,
	.ty-home-slider .tp-revslider-slidesli {
		height: 100% !important;
	}

	.ty-home-slider .tparrows {
		display: none !important;
	}

	.ty-home-slider .tp-caption {
		display: none !important;
	}

	.ty-mobile-slider-copy {
		bottom: 42px;
		display: block;
		left: 20px;
		position: absolute;
		right: 20px;
		z-index: 25;
	}

	.ty-mobile-slider-copy .ty-mobile-slider-kicker {
		color: #ea7c14;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 1.35;
		margin: 0 0 12px;
		text-shadow: 0 2px 14px rgba(0, 0, 0, .7);
		text-transform: uppercase;
	}

	.ty-mobile-slider-copy h1 {
		color: #fff;
		font-size: 32px;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 1.05;
		margin: 0 0 16px;
		max-width: 340px;
		text-shadow: 0 3px 22px rgba(0, 0, 0, .8);
	}

	.ty-mobile-slider-copy p {
		color: rgba(255, 255, 255, .92);
		font-size: 14px;
		line-height: 1.48;
		margin: 0 0 20px;
		max-width: 345px;
		text-shadow: 0 2px 18px rgba(0, 0, 0, .78);
	}

	.ty-mobile-slider-copy .btn {
		font-size: 12px;
		font-weight: 800;
		padding: 12px 16px;
		text-transform: uppercase;
	}

	.ty-slider-title {
		font-size: 29px !important;
		line-height: 1.08 !important;
		max-width: calc(100vw - 40px) !important;
	}

	.ty-slider-text {
		font-size: 14px !important;
		line-height: 1.42 !important;
		max-width: calc(100vw - 40px) !important;
	}

	.ty-slider-kicker {
		font-size: 11px !important;
		line-height: 1.3 !important;
		max-width: calc(100vw - 40px) !important;
	}

	.ty-slider-button {
		font-size: 11px !important;
		padding: 11px 14px !important;
	}

	#header.side-header .header-nav-main nav > ul > li > a {
		min-height: 42px;
		padding: 11px 10px !important;
	}

	.ty-page-header {
		min-height: 238px;
		padding: 46px 0;
	}

	.ty-page-header h1 {
		font-size: clamp(2rem, 10vw, 2.85rem);
	}

	.ty-page-header p {
		max-width: 100%;
	}

	.section .container.py-5 {
		padding-bottom: 1.35rem !important;
		padding-top: 1.35rem !important;
	}

	.ty-project-gallery {
		gap: 12px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 380px) {
	.ty-slider-title {
		font-size: 25px !important;
	}

	.ty-slider-text {
		font-size: 13px !important;
		max-width: calc(100vw - 34px) !important;
	}

	.ty-slider-kicker {
		max-width: calc(100vw - 34px) !important;
	}

	.ty-home-slider .tp-caption.ty-slider-kicker,
	.ty-home-slider .tp-caption.ty-slider-title,
	.ty-home-slider .tp-caption.ty-slider-text,
	.ty-home-slider .tp-caption.ty-slider-button {
		left: 17px !important;
		width: calc(100vw - 34px) !important;
	}

	.ty-mobile-slider-copy {
		bottom: 34px;
		left: 17px;
		right: 17px;
	}

	.ty-mobile-slider-copy h1 {
		font-size: 28px;
	}

	.ty-mobile-slider-copy p {
		font-size: 13px;
		line-height: 1.44;
		margin-bottom: 16px;
	}
}
