<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =================
Theme Name:Cayman 1.0.custom
Author:WowThemes.net
Copyright:WowDevelopment
=================*/

/* ==============

HOME STYLES

=================*/
html {
	scroll-behavior: smooth;
}

.body-wrapper {
	opacity: 1;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.body-wrapper.fade {
	opacity: 0;
}

@media (max-width: 992px) {
	.home-grid {
		background-size: cover;
		background-attachment: scroll;
		padding-bottom: 0 !important;
	}
	.welcome .welcome-title {
		margin-top: -100px;
		font-size: 35px !important;
	}
	.welcome .promo-hover {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
	}
	.contact-location, .social-title {
		text-align: center;
	}
	.social.justify-content-start {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
}

/*Jumbotron*/

.jumbotron {
	color: var(--color-3);
	background-image: url("../images/backgrounds/hero.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.jumbotron {
		background-attachment: scroll;
	}
}

.jumbotron .container-fluid .row {
	height: 100%;
}

/*Home Socials*/

a.home-social {
	font-size: 1rem;
	padding: 0.5rem;
	margin: 0.5rem;
}

a.home-social:hover {
	font-size: 3rem;
}

/*Footer Socials*/

.social li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 2rem;
}

h1.home-title {
	font-size: 4rem;
	text-decoration: underline;
}

@media (max-width: 400px) {
	h1.home-title {
		font-size: 1.5rem;
	}
}

.home-title a {
	background-color: transparent;
	border: none;
	transition: background-color 300ms ease-in, border 300ms ease-in;
	-webkit-transition: background-color 300ms ease-in, border 300ms ease-in;
	-moz-transition: background-color 300ms ease-in, border 300ms ease-in;
	-ms-transition: background-color 300ms ease-in, border 300ms ease-in;
	-o-transition: background-color 300ms ease-in, border 300ms ease-in;
}


/*=========================
Blocks
=========================*/

.block1 h1 {
	margin-top: 0;
	margin-bottom: 70px;
	text-transform: uppercase;
	line-height: 0;
	color: inherit;
	font-size: 5.625rem;
}

.block1 h2 {
	color: inherit;
}

.block1 h3 {
	color: inherit;
}

.block1 h4 {
	color: inherit;
}

.block1 h5 {
	color: inherit;
}

.block1 h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: inherit;
	font-size: 1.125rem;
	font-weight: 300;
}

.block1 .caption a {
	color: inherit;
}

.block2 {
	color: inherit;
}

.block2 h1 {
	color: inherit;
}

.block2 h2 {
	color: inherit;
}

.block2 h3 {
	color: inherit;
}

.block2 h4 {
	color: inherit;
}

.block2 h5 {
	color: inherit;
}

.block2 h6 {
	color: inherit;
}

.block2 .text1 {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: inherit;
	font-size: 1.125rem;
	font-weight: 900;
}

.block2 .text1.big {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--color-3);
	font-size: 3.75rem;
	font-weight: 900;
}

.block2 .text1.big.borders {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	.block2 .text1.big {
		font-size: 2.5rem;
	}
}

.block2 .text1.nomargbot {
	margin-bottom: 0;
}

.block2 .text2 {
	display: inline-block;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 1.3;
	color: inherit;
	font-size: 1.875rem;
}

.block2 .text2.big {
	display: block;
	letter-spacing: 3px;
	font-size: 1.125rem;
	font-weight: 300;
}

.block2 .text3 {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: inherit;
	font-size: 0.8125rem;
	font-weight: 300;
}

/*=========================
Nav Tabs and Content
=========================*/

.tab-content {
	padding: 2rem;
}

/*=========================
Down Arrow
=========================*/

.downarrowpoint {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	background-color: rgba(0, 0, 0, 0.2);
	width: 55px;
	height: 55px;
	text-align: center;
	border-radius: 50rem;
	-webkit-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-ms-border-radius: 50rem;
	-o-border-radius: 50rem;
}

.downarrowpoint i {
	line-height: 55px;
	color: var(--color-3);
	font-size: 1.5625rem;
}

/*=========================
Footer
=========================*/

#footer.footer {
	position: relative;
	float: none;
	clear: both;
	padding: 50px 0;
	font-size: 1rem;
}

#footer small {
	display: block;
	font-size: 90%;
}

#footer .copyright {
	margin-top: 10px;
}

#footer .nav-link {
	font-size: 1.15rem;
}

footer.fixed-bottom a:hover {
	text-decoration: underline;
}

footer.fixed-bottom {
	font-size: 1.5rem;
}

.list-style-type-none {
	list-style-type: none;
}

.fixed-bottom ul {
	padding: 0;
}

@media (max-width: 400px) {
	.fixed-bottom li {
		font-size: 1rem;
	}
}

.footer-nav * {
	font-size: 1rem;
}

.copyright p,
.copyright a {
	font-size: 1rem !important;
	text-align: center;
}

/*=========================
General
=========================*/

body {
	position: relative;
	line-height: 1.6;
	color: var(--text);
	overflow-x: hidden;
}

@media (max-width: 1199.98px) {
	h1 {
		text-align: center;
	}
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--btn-main-border);
}

a:hover,
a:focus {
	text-decoration: none;
	color: var(--main-accent);
}

a:focus {
	outline: 1pt solid transparent;
}

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

.w960 {
	margin: 0 auto;
	width: 960px;
	min-width: 100%;
}

.w480 {
	margin: 0 auto;
	min-width: 480px;
}

.w680 {
	margin: 0 auto;
	min-width: 680px;
}

.w360 {
	margin: 0 auto;
	min-width: 360px;
}

.font300 {
	font-weight: 300;
}

.font500 {
	font-weight: 500;
}

/*=========================
Page Loader
=========================*/

.page-loader {
	position: fixed;
	z-index: 9;
	margin-top: -5px;
	background-color: var(--color-3);
	width: 100%;
	height: 102%;
	content: "";
}

.page-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

/*=========================
Page Wrapper
=========================*/

.page-wrapper {
	position: relative;
	float: none;
	clear: both;
	padding: 20px 0;
}

.page-wrapper .container {
	padding: 1rem;
}

.page-wrapper.bot0 {
	padding: 40px 0 40px;
}

.page-wrapper.gray {
	background-color: #f8f9fa;
}

.page-wrapper.gray h1 {
	color: inherit;
}

.page-wrapper.gray h2 {
	color: inherit;
}

.page-wrapper.gray h3 {
	color: inherit;
}

.page-wrapper.gray h4 {
	color: inherit;
}

.page-wrapper.gray h5 {
	color: inherit;
}

.page-wrapper.gray h6 {
	color: inherit;
}

.page-wrapper .row {
	margin-bottom: 50px;
}

.page-wrapper .row:last-child {
	margin-bottom: 0;
}

.page-wrapper .tagline {
	margin-top: -10px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 300;
}

.page-wrapper .tagline::before {
	display: block;
	-webkit-animation: title-border 0.5s ease-in;
	animation: title-border 0.5s ease-in;
	margin: 15px auto 10px;
	background-color: var(--btn-main-border);
	width: 40px;
	height: 1px;
	content: "";
}

.page-wrapper h2.title {
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

.col-12.no-gutters,
.col-md-6.no-gutters {
	padding-right: 0;
	padding-left: 0;
}

/*=========================
Page Wrapper
=========================*/

.main-container {
	position: relative;
	float: none;
	clear: both;
	padding: 20px 0;
}

.main-container .container {
	padding: 1rem;
}

.main-container.bot0 {
	padding: 80px 0 0;
}

.main-container.gray {
	background-color: #f8f9fa;
}

.main-container.gray h1 {
	color: inherit;
}

.main-container.gray h2 {
	color: inherit;
}

.main-container.gray h3 {
	color: inherit;
}

.main-container.gray h4 {
	color: inherit;
}

.main-container.gray h5 {
	color: inherit;
}

.main-container.gray h6 {
	color: inherit;
}

.main-container .row:last-child {
	margin-bottom: 0;
}

.main-container .tagline {
	margin-top: -10px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 300;
}

.main-container .tagline::before {
	display: block;
	-webkit-animation: title-border 0.5s ease-in;
	animation: title-border 0.5s ease-in;
	margin: 15px auto 10px;
	background-color: var(--btn-main-border);
	width: 40px;
	height: 1px;
	content: "";
}

.main-container h2.title {
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

/*=========================
Parallax
=========================*/

.parallax-image {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.wrapsection {
	position: relative;
	margin: 0;
	padding: 0;
	height: 65vh;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.6;
	z-index: 2;
}

.secondary-bg {
	background-color: var(--color-4-opacity-darker);
	height: 65vh;
	min-height: 400px;
	background-size: cover !important;
	background-position: center !important;
}

.parallax-content {
	position: relative;
	z-index: 4;
}

#page-content {
	scroll-margin-top: 8em;
}

button#header-arrows {
	font-size: 2rem;
	border-radius: 100%;
}

.bounce {
	-webkit-animation: bounce 2s;
	animation: bounce 2s;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/*=========================
Sections
=========================*/

section {
	position: relative;
	float: none;
	clear: both;
}

/*=========================
Buttons
=========================*/

.btn {
	margin-top: 15px;
	margin-bottom: 1rem;
	padding: var(--btn-padding);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: var(--btn-font-size);
	font-weight: 700;
	transition: "padding .3s ease-in-out", "margin .3s ease-in-out";
	-webkit-transition: "padding .3s ease-in-out", "margin .3s ease-in-out";
	-moz-transition: "padding .3s ease-in-out", "margin .3s ease-in-out";
	-ms-transition: "padding .3s ease-in-out", "margin .3s ease-in-out";
	-o-transition: "padding .3s ease-in-out", "margin .3s ease-in-out";
	border-radius: var(--btn-border-radius);
	-webkit-border-radius: var(--btn-border-radius);
	-moz-border-radius: var(--btn-border-radius);
	-ms-border-radius: var(--btn-border-radius);
	-o-border-radius: var(--btn-border-radius);
}

.btn-group-sm &gt; .btn,
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: var(--btn-border-radius);
	-webkit-border-radius: var(--btn-border-radius);
	-moz-border-radius: var(--btn-border-radius);
	-ms-border-radius: var(--btn-border-radius);
	-o-border-radius: var(--btn-border-radius);
}

/*=========================
Cards
=========================*/

.card {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.card .lead {
	line-height: 1.6;
	font-size: 1.0675rem;
}

.card .blast {
	font-size: 2.5rem;
}

.card.no-padding {
	padding: 0;
}

.card.heavy-padding {
	padding: 75px 60px;
}

/*=========================
Tables
=========================*/

.table {
	margin-bottom: 30px;
	color: var(--color-3);
}

.table:last-child {
	border-bottom: 0;
}

.table &gt; tbody &gt; tr &gt; td {
	border: 0 none;
	padding: 13px;
}

.table &gt; tbody &gt; tr &gt; th {
	border: 0 none;
	padding: 13px;
}

.table &gt; tfoot &gt; tr &gt; td {
	border: 0 none;
	padding: 13px;
}

.table &gt; tfoot &gt; tr &gt; th {
	border: 0 none;
	padding: 13px;
}

.table &gt; thead &gt; tr &gt; td {
	border: 0 none;
	padding: 13px;
}

.table &gt; thead &gt; tr &gt; th {
	border: 0 none;
	padding: 13px;
}

/*=========================
Isotope
=========================*/

.isotope {
	z-index: 2;
	-webkit-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	-webkit-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope .isotope-item {
	z-index: 2;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

/*=========================
Slider
=========================*/

.slider_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.42);
	width: 100%;
	height: 100%;
}

.carousel {
	position: relative;
	min-height: 600px;
	max-height: 600px;
	overflow: hidden;
	color: var(--color-3);
}

.business_carousel.carousel {
	position: relative;
	min-height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	color: var(--color-3);
}

.business_carousel .carousel-content h1 {
	letter-spacing: 2px;
	font-size: 3.75rem;
	font-weight: 200;
}

.business_carousel .carousel-content h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	font-weight: 300;
}

.business_carousel .carousel-inner &gt; .item {
	position: relative;
	min-height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	color: var(--color-3);
}

.business_carousel .carousel-inner &gt; .item p {
	font-size: 1.375rem;
	font-weight: 300;
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes kenburnsreverse {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes kenburnsreverse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.carousel-control.left {
	display: none;
}

.carousel-control.right {
	display: none;
}

@media (max-width: 500px) {
	.carousel {
		position: relative;
		min-height: 300px;
		max-height: 300px;
		overflow: hidden;
		color: var(--color-3);
	}
}

@media (max-width: 500px) {
	.carousel .business_carousel.carousel {
		position: relative;
		min-height: 400px;
		max-height: 400px;
		overflow: hidden;
		color: var(--color-3);
	}
}

@media (max-width: 500px) {
	.carousel .business_carousel .carousel-inner &gt; .item {
		position: relative;
		min-height: 400px;
		max-height: 400px;
		overflow: hidden;
		color: var(--color-3);
	}
}

.carousel-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.carousel-content h1 {
	display: inline-block;
	margin-bottom: 0;
	padding: 18px 20px;
	text-transform: capitalize;
	color: var(--color-3);
	font-size: 40px;
	font-weight: 600;
}

@media (max-width: 500px) {
	.carousel-content {
		padding: 85px 0 100px;
	}
}

@media (max-width: 500px) {
	.carousel-inner &gt; .item {
		position: relative;
		min-height: 300px;
		max-height: 300px;
		overflow: hidden;
		color: var(--color-3);
	}
}
/* Forms */
.toast{--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color:;--bs-toast-bg:rgba(255, 255, 255, 0.85);--bs-toast-border-width:1px;--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:0;--bs-toast-box-shadow:0 0.5rem 1remrgba (0, 0, 0, 0.15);--bs-toast-header-color:#6c757d;--bs-toast-header-bg:rgba(255, 255, 255, 0.85);--bs-toast-header-border-color:rgba(0, 0, 0, 0.05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);-webkit-box-shadow:var(--bs-toast-box-shadow);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast h3{font-size:1.5rem}.cmsform&gt;div.form-group&gt;.btn{margin-bottom:0}.placeholder-text{opacity:.7;margin-left:5px;font-size:.75rem;display:none}.placeholder-text{opacity:.7;margin-left:5px;font-size:.75rem;font-style:italic;display:none}.form-floating&gt;.form-control:focus~label .placeholder-text{display:block}.form-floating&gt;label,.toast .form-floating&gt;label .form-floating:not(:placeholder-shown)~label{position:absolute;top:0;left:0;width:100%;height:100%;padding:.85rem .875rem 1rem .75rem;overflow:hidden;text-align:start;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid #fff0;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:opacity 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out;transition:opacity 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out;transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out;transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out;font-size:1rem}.form-heading,.toast .form-heading{margin-bottom:1.5rem;border-bottom:1px solid var(--color-2);padding:1rem 0 .5rem 0;text-align:start!important;font-size:1.5rem;letter-spacing:3px}.form-floating&gt;.form-control-plaintext~label,.form-floating&gt;.form-control:focus~label,.form-floating&gt;select~label,.form-floating&gt;.form-control:focus~label,.form-floating&gt;.form-control:active~label,.form-floating&gt;.form-control:visited~label,.form-floating&gt;.form-control:not(:placeholder-shown)~label,.form-floating&gt;.form-select~label,.form-floating&gt;input[type="time"]~label{opacity:1!important;-webkit-transform:scale(.85) translateY(-1.7rem) translateX(-0.5rem);-ms-transform:scale(.85) translateY(-1.7rem) translateX(-0.5rem);transform:scale(.85) translateY(-1.7rem) translateX(-0.5rem)}.form-floating&gt;.form-control-plaintext~label .formTextColor,.form-floating&gt;.form-control:focus~label .formTextColor,.form-floating&gt;select~label .formTextColor,.form-floating&gt;.form-control:focus~label .formTextColor,.form-floating&gt;.form-control:active~label .formTextColor,.form-floating&gt;.form-control:visited~label .formTextColor,.form-floating&gt;.form-control:not(:placeholder-shown)~label .formTextColor,.form-floating&gt;.form-select~label .formTextColor,.form-floating&gt;input[type="time"]~label .formTextColor{color:var(--color-4)!important;background-color:var(--color-2);padding:1px 10px;border-radius:25px}.form-check-input:checked{background-color:var(--color-1);border-color:var(--color-1)}.form-control,.toast .form-control{font-size:1rem;font-weight:400;text-align:start}.form-control:focus,.toast .form-control:focus,.form-control:active,.toast .form-control:active{color:#212529;background-color:#fff;border-color:var(--color-2);outline:0;-webkit-box-shadow:none;box-shadow:none;outline:none;border:2px solid var(--color-2)}.formTextColor{position:absolute;color:var(--color-4)!important;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.formTextColor::after{content:" ";display:block;position:absolute;background:#fff;height:2px;top:50%;z-index:-1}.form-control:focus,.toast .form-control:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;border:2px solid var(--color-2)}.form-control{border-radius:0}.btn-block{width:100%}textarea.form-control,.cmsform textarea{min-height:206px}input,select,textarea,input[type="submit"],.toast input,.toast select,.toast textarea,.toast input[type="submit"]{border:1px solid var(--form-border);background-color:var(--form);color:var(--form-text);width:100%;letter-spacing:1px;border-radius:0}input[type="radio"],input[type="checkbox"]{padding:0}input:focus,select:focus,textarea:focus,input[type="submit"]:focus,.toast input:focus,.toast select:focus,.toast textarea:focus,.toast input[type="submit"]:focus{outline:0;-webkit-box-shadow:0 0 0 2pt var(--btn-main-border);box-shadow:0 0 0 2pt var(--btn-main-border);background-color:var(--form);color:var(--form-text)}select.form-control{font-size:1rem;padding-top:0.875rem!important;letter-spacing:0}.form-floating&gt;.form-control-plaintext:focus,.form-floating&gt;.form-control-plaintext:not(:placeholder-shown),.form-floating&gt;.form-control:focus,.form-floating&gt;.form-control:not(:placeholder-shown){padding-top:calc((3.2rem + 4px) / 4);padding-bottom:.625rem}.form-floating&gt;.form-control,.form-floating&gt;.form-control-plaintext,.form-floating&gt;.form-select{height:calc(3.2rem + 4px)}.ui-datepicker{display:none!important}.hide-year .numInputWrapper{display:none}.form-control[type="hidden"]{display:none}.form-group{margin-top:5px}@media (max-width:767px){.form-floating&gt;label,.toast .form-floating&gt;label{font-size:1rem}select.form-control{font-size:1rem;padding-top:0.875rem!important}.form-floating&gt;.form-control,.form-floating&gt;.form-control-plaintext,.form-floating&gt;.form-select{height:calc(3rem + 4px)}.form-floating&gt;.form-control-plaintext:focus,.form-floating&gt;.form-control:focus{padding-top:.925rem;padding-bottom:.625rem}}#ui-datepicker-div{display:none!important}
.formTextColor span{color:var(--color-4) !important}
/* Calendar/Time Widget */
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:var(--color-1-opacity)}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:var(--color-1)}.flatpickr-day.today{border-color:var(--color-1-opacity)}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:var(--color-1-opacity);background:var(--color-1-opacity)}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:var(--color-1);border-color:var(--color-1)}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 var(--color-1);box-shadow:-10px 0 0 var(--color-1)}.flatpickr-day.week.selected{-webkit-box-shadow:-5px 0 0 var(--color-1),5px 0 0 var(--color-1);box-shadow:-5px 0 0 var(--color-1),5px 0 0 var(--color-1)}


/*=========================
Other
=========================*/

.sr-only-focusable {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: var(--color-3);
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 800;
}

.sr-only-focusable:focus {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: var(--color-3);
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 800;
}

.menu-cat::after {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
}
.ingredients {}

/*=========================
Menu
=========================*/

#header {
	position: relative;
}

.nav-link {
	font-size: 1.15rem;
}

.top-bar {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
	background: transparent;
	width: 100%;
	color: var(--color-3);
}

.top-bar .top-contact {
	padding: 0 15px;
	color: var(--color-3);
}

.top-bar .top-contact span {
	padding: 0 15px;
	color: var(--color-3);
}

@media (min-width: 992px) {
	.top-bar {
		display: block;
	}
}

.header {
	border-width: 0;
	border-style: solid;
}

.header .navbar-header {
	width: 100%;
}

@media (min-width: 992px) {
	.header .navbar-header {
		width: auto;
	}
}

.header .navbar-default .navbar-nav &gt; li {
	display: block;
}

.header .navbar-default .navbar-nav &gt; li &gt; a {
	display: block;
	padding: 15px;
	-webkit-transition-property: padding, color;
	-o-transition-property: padding, color;
	transition-property: padding, color;
	-webkit-transition-duration: 0.8s, 0.2s;
	-o-transition-duration: 0.8s, 0.2s;
	transition-duration: 0.8s, 0.2s;
}

@media (min-width: 992px) {
	.header .navbar-default .navbar-nav &gt; li &gt; a {
		padding: 45px 15px;
		font-size: 0.875rem;
	}
}

.header .navbar-default .dropdown .dropdown-toggle::after {
	display: none;
}

.header .navbar-default .dropdown:not(.show) .sub-menu:not(.show) {
	display: block;
}

@media (min-width: 992px) {
	.header .navbar-default .dropdown:not(.show) .sub-menu:not(.show) {
		display: none;
	}
}

.header.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	border-width: 0;
	border-style: solid;
	width: 100%;
}

.header-sticky {
	transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
}

.header.header-sticky.on {
	border-width: 1px;
}

.header-line {
	border-top: 1px solid var(--color-1);
	opacity: 1;
	margin: 0px;
}

.navbar-brand {
	padding: 10px;
	margin: 0;
	line-height: 60px;
	font-size: 30px;
	font-weight: 300;
}

.navbar-collapse {
	height: 100%;
	max-height: 100%;
	text-align: center;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	border-width: 0;
	border-style: solid;
	width: 100%;
	transition: height 0.3s;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
}

.header .navbar {
	margin-bottom: 0;
	transition: height 0.3s;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
}

.header .navbar .navbar-toggler-icon {
	background: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
	.header.header-sticky.on .navbar-default .navbar-nav &gt; li &gt; a {
		padding: 20px 15px;
	}

	.header .navbar {
		line-height: 1.6;
		font-size: 12px;
	}

	.header .navbar &gt; .container .navbar-brand {
		display: block;
		margin-top: 18px;
		margin-left: -15px;
	}
}

.header.icons-top .nav &gt; li &gt; a {
	text-align: center;
}

.header.icons-top .nav &gt; li &gt; a &gt; i {
	display: block;
}

.header.icons-no .nav &gt; li &gt; a &gt; i {
	display: none;
}

.header.icons-left .nav &gt; li &gt; a &gt; i {
	margin-right: 5px;
}

.header.icons-right .nav &gt; li &gt; a &gt; i {
	display: block;
	float: right;
	margin-left: 5px;
}

@media (min-width: 991px) {
	.header.shrink .navbar &gt; .container .navbar-brand {
		margin-top: 5px;
	}

	.header.icons-left .nav &gt; li &gt; a &gt; i {
		display: block;
		float: left;
	}

	.header.icons-left .nav &gt; li &gt; a .link-item {
		float: right;
	}

	.header.icons-right .nav &gt; li &gt; a .link-item {
		float: left;
	}
}

.navbar-default {
	border: 0;
	background-color: transparent;
	padding: 0;
}

.navbar-default .navbar-toggle {
	-ms-flex-item-align: center;
	align-self: center;
	border-color: #d5d5d5;
	background: #f8f9fa;
}

.navbar-default .redq-menu-title {
	display: block;
	padding-left: 15px;
	line-height: 1.4em;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
}

.navbar-default .redq-link-title {
	display: block;
	line-height: 1.4em;
	color: inherit;
	font-weight: bold;
}

.navbar-default .navbar-nav &gt; li &gt; a {
	border-bottom: 0 solid transparent;
	color: var(--color-3);
	font-size: 16px;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
	color: var(--btn-main-border);
}

.navbar-default .navbar-nav &gt; li &gt; a:focus {
	color: var(--btn-main-border);
}

.navbar-default .navbar-nav &gt; .open &gt; a {
	background-color: #bbbbbb;
	color: #333333;
}

.navbar-default .navbar-nav &gt; .open &gt; a:hover {
	background-color: #bbbbbb;
	color: #333333;
}

.navbar-default .navbar-nav &gt; .open &gt; a:focus {
	background-color: #bbbbbb;
	color: #333333;
}

.navbar-default .navbar-nav &gt; .active a {
	background: transparent;
}

.navbar-default .navbar-nav &gt; .active a:hover {
	background: transparent;
}

.navbar-default .navbar-nav &gt; .active a:focus {
	background: transparent;
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav {
		float: none;
		text-align: right;
	}

	.navbar-default .navbar-nav &gt; li {
		display: inline-block;
		float: none;
		text-align: left;
	}
}

.navbar-default .navbar-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
	color: var(--btn-main-border);
}

.navbar-default .navbar-collapse {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 991px) {
	.navbar-default .navbar-collapse {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transform: translate3d(320px, 0, 0);
		transform: translate3d(320px, 0, 0);
		visibility: hidden;
		z-index: 100;
		width: 320px;
		height: 100%;
	}
}

@media (max-width: 764px) {
	.hidden-xs {
		display: none !important;
	}

	.navbar-brand img {
		max-height: 60px;
	}

	footer.fixed-bottom {
		font-size: 1rem;
	}

	.block2 .text1.big {
		font-size: 2rem;
	}

	.block2 .text2.big {
		font-size: 0.75rem;
	}
}

.dropdown-menu,
.sub-menu {
	margin-top: -5px;
	padding: 0;
	min-width: 13.3em;
}

.dropdown-menu ul.sub-menu,
.dropdown-menu ul.dropdown-menu,
.sub-menu ul.sub-menu,
.sub-menu ul.dropdown-menu {
	top: 0;
	left: 100%;
}

.dropdown-menu li,
.sub-menu li {
	display: block;
}

.dropdown-menu li a,
.sub-menu li a {
	display: block;
	border-top: 1px solid rgba(52, 58, 64, 0.1);
	background-color: transparent;
	padding: 10px 0px;
	color: var(--text);
	-webkit-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

@media (min-width: 992px) {
	.dropdown-menu li a,
	.sub-menu li a {
		border-top: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.9);
	}
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.sub-menu li a:hover,
.sub-menu li a:focus {
	background-color: var(--color-3);
	color: var(--btn-main-border);
}

@media (min-width: 992px) {
	.dropdown-menu li a:hover,
	.dropdown-menu li a:focus,
	.sub-menu li a:hover,
	.sub-menu li a:focus {
		background-color: var(--header-background);
	}
}

.dropdown-menu li:last-child a,
.sub-menu li:last-child a {
	border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}

@media (min-width: 992px) {
	.dropdown-menu li:last-child a,
	.sub-menu li:last-child a {
		border-bottom: 0;
	}
}

@media (min-width: 992px) {
	.dropdown-menu {
		opacity: 0;
		transition: opacity 200ms ease-in, visibility 200ms ease-in;
		-moz-transition: opacity 200ms ease-in, visibility 200ms ease-in;
		-webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in;
		-ms-transition: opacity 200ms ease-in, visibility 200ms ease-in;
		-o-transition: opacity 200ms ease-in, visibility 200ms ease-in;
		display: block;
		visibility: hidden;
	}

	.dropdown-menu.show {
		visibility: visible;
		opacity: 1;
	}
}

@media (min-width: 992px) {
	.navbar {
		line-height: 0;
	}

	.navbar &gt; .container .navbar-brand {
		transition: all 0.8s;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-ms-transition: all 0.8s;
		-o-transition: all 0.8s;
	}

	.header {
		height: auto;
	}

	.header .navbar {
		height: auto;
	}

	.show-grid [class^="col-"] {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.6);
	}

	.navbar-nav &gt; li &gt; .dropdown-menu {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
}

.carousel-inner &gt; .item {
	position: relative;
	opacity: 0;
	min-height: 600px;
	max-height: 600px;
	overflow: hidden;
	color: var(--color-3);
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-inner &gt; .item.active {
	opacity: 1;
}

.carousel-inner &gt; .item .slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-inner &gt; .item .slider-bg img {
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.carousel-inner &gt; .item .slider-bg img.kenburns {
	-webkit-animation-name: kenburns;
	animation-name: kenburns;
}

.carousel-inner &gt; .item .slider-bg img.kenburnsreverse {
	-webkit-animation-name: kenburnsreverse;
	animation-name: kenburnsreverse;
}

.cayman-slider .slider-content-style1 {
	z-index: 1000;
	padding: 235px 0 100px;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: 5px;
	color: var(--color-3);
}

/* containers */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 576px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 992px;
	}
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1200px;
	}
}

/* calendar */

.ui-widget-header .ui-icon {
    background-image: url('https://www.phpclasses.org/browse/view/image/file/87984/name/ui-icons_444444_256x240.png');
}

#calendar-events &gt; div &gt; .card {
	border: none;
	background-color: #f5f5f5;
	-webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

#calendar-events &gt; div &gt; .card &gt; .card-header {
	text-align: center;
	font-weight: bolder;
}

#calendar-events div.row.h-100.m-0 &gt; div.col-md-6.p-0.my-auto.text-center &gt; div &gt; div &gt; h5,
#calendar-events div.row.h-100.m-0 &gt; div.col-md-10.p-0.my-auto.text-center &gt; div &gt; div &gt; h5 {
	font-weight: bolder;
	font-size: 1rem;
}

#calendar-events div.row.h-100.m-0 &gt; div.col-md-6.p-0.my-auto.text-center &gt; div &gt; div .card-title,
#calendar-events div.row.h-100.m-0 &gt; div.col-md-10.p-0.my-auto.text-center &gt; div &gt; div &gt; .card-title {
	font-weight: bolder;
	font-size: 1.5rem;
}

#calendar-events &gt; div &gt; .card &gt; .card-body {
	text-align: center;
}

#calendar-events &gt; div &gt; .card &gt; .card-body &gt; img {
	margin-right: auto;
	margin-left: auto;
}

#calendar-events &gt; div &gt; .card &gt; .card-footer {
	text-align: center;
	font-weight: bold;
	padding: 0;
	border: none;
}

#calendar-events .card-text p {
	color: var(--color-4);
}

#calendar-events div.row.h-100.m-0 &gt; div.col-md-2.p-0.m-0.text-center.date-bg &gt; div &gt; div &gt; h3,
#calendar-events div.row.h-100.m-0 &gt; div.col-md-2.p-0.m-0.text-center.date-bg &gt; div &gt; div &gt; h2 {
	color: var(--main-accent-text) !important;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#calendar-events div.row.h-100.m-0 &gt; div.col-md-10.p-0.my-auto.text-center &gt; div &gt; div &gt; div,
#calendar-events div.row.h-100.m-0 &gt; div.col-md-6.p-0.my-auto.text-center &gt; div &gt; div &gt; div &gt; p {
	color: var(--secondary-accent-text) !important;
}

.date-bg &gt; div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 768px) {
	.date-bg &gt; div &gt; div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
	}
}

#calendar-events .fa-calendar-plus {
	position: absolute;
	right: 1rem;
	top: 0.75rem;
	color: var(--color-2);
	font-size: 1.25rem;
}

#calendar-events .fa-calendar-plus:hover {
	position: absolute;
	right: 1rem;
	top: 0.75rem;
	color: var(--color-1);
	font-size: 1.25rem;
	cursor: pointer;
}

@media (max-width: 768px) {
	#calendar-events .fa-calendar-plus {
		position: absolute;
		right: 1rem;
		top: 0.75rem;
		color: var(--color-3);
		font-size: 1.5rem;
	}

	#calendar-events .fa-calendar-plus:hover {
		position: absolute;
		right: 1rem;
		top: 0.75rem;
		color: var(--color-1);
		font-size: 1.5rem;
		cursor: pointer;
	}
}

.events-calendar {
	margin-bottom: 3rem;
}

.cta-button.btn.btn-template {
	height: 100%;
	width: 100%;
	margin: 0;
	border-radius: 0;
	border: none;
	outline: none;
	color: var(--main-accent);
	color: var(--main-accent-text);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: 0px 0px 0px rgb(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px rgb(0, 0, 0, 0) !important;
}

.cta-button.btn.btn-template:hover,
.cta-button.btn.btn-template:focus,
.cta-button.btn.btn-template:active {
	background-color: var(--secondary-accent);
	color: var(--secondary-accent-text);
	border: none;
	outline: none;
}

#calendar-events .card-img-top {
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin-right: -1px;
}

.date-bg {
	background-color: var(--main-accent) !important;
	color: var(--main-accent-text) !important;
}

@media (max-width: 768px) {
	.subscribeBtn {
		margin-bottom: 2rem;
	}
}

/* modals */

#mailingList.modal .modal-dialog {
	width: 98%;
	position: fixed;
	bottom: 5px;
	right: 5px;
	margin: 0px;
}

#contactUs &gt; div &gt; div &gt; div.modal-body {
	background-color: var(--color-3) !important;
}
.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: #fff;
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: 1px;
	--bs-modal-border-radius: 0.5rem;
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-modal-inner-border-radius: calc(0.5rem - 1px);
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: 1px;
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: 1px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal {
	--bs-modal-bg: var(--modal-bg);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9002;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-backdrop {
	z-index: 9001;
}

.modal.show,
.modal-open,
.modal-open .navbar {
	padding-right: 0px !important;
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal-open .modal::-webkit-scrollbar,
.modal-open .modal::-webkit-scrollbar-track,
.modal-open .modal::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar,
.modal::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-thumb {
	display: none;
}

.modal-header {
	background-color: var(--modal-bg);
	color: var(--modal-text);
	border-radius: 30px 30px 0 0 !important;
	-webkit-border-radius: 30px 30px 0 0 !important;
	-moz-border-radius: 30px 30px 0 0 !important;
	-ms-border-radius: 30px 30px 0 0 !important;
	-o-border-radius: 30px 30px 0 0 !important;
}

.modal-header button {
	color: var(--modal-btn-text);
}

.modal-content {
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
}

.modal-body {
	border-radius: 0 0 30px 30px !important;
	background-color: var(--modal-bg);
	color: var(--modal-text);
	-webkit-border-radius: 0 0 30px 30px !important;
	-moz-border-radius: 0 0 30px 30px !important;
	-ms-border-radius: 0 0 30px 30px !important;
	-o-border-radius: 0 0 30px 30px !important;
}

.modal-body p {
	color: var(--modal-text);
}

.modal-footer {
	background-color: var(--modal-bg);
	color: var(--modal-text);
	border-radius: 0 0 30px 30px !important;
	-webkit-border-radius: 0 0 30px 30px !important;
	-moz-border-radius: 0 0 30px 30px !important;
	-ms-border-radius: 0 0 30px 30px !important;
	-o-border-radius: 0 0 30px 30px !important;
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
	margin-top: 4rem;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	outline: 0;
	padding: 1.5rem;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.modal-header .btn-close {
	position: absolute;
	top: 1.5em;
	right: 1.5em;
}

.modal-header .btn-close {
	background: var(--color-4);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E");
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E");
	opacity: 1;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 90%;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 90%;
}

.modal-header .btn-close:hover {
	background-image: none;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E");
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E");
	opacity: 1;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 100%;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-animation-name: maskSize;
	animation-name: maskSize;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
}

.modal-title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1em;
	line-height: 1;
	font-size: 2.25rem;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
	background-color: var(--bs-modal-footer-bg);
	border-top: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}
}

/* forms */

.cmsform &gt; div.form-group &gt; .btn {
	margin-bottom: 0;
}

/* map */

.home-section iframe {
	-webkit-filter: var(--map);
	filter: var(--map);
}

div.page-wrapper.primary-bg.home-section {
	padding: 0;
}

@media (min-width: 992px) {
	.border-lg {
		border: 3px solid var(--map-border);
		-webkit-box-shadow: var(--map-shadow);
		box-shadow: var(--map-shadow);
	}

	div.page-wrapper.primary-bg.home-section {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.home-section iframe {
		padding: 1rem;
	}

	#main div.col-lg-2 {
		margin-left: -10rem;
	}
}

h2.home-title {
	color: var(--home-title-color);
	font-size: 3rem !important;
}

.home-body {
	margin-bottom: 0;
	font-size: 1.25rem;
}

.home-body a {
	--bs-text-opacity: 1;
	color: inherit !important;
}

/* about us */
.about-us-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about-us-image {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}
.about-us-text {
	margin-left: 30px;
}

/* locations */

.location-section {
	padding: 50px 0;
}
.location-card {
	margin-bottom: 30px;
}
.location-card h5 {
	margin-bottom: 20px;
	color: var(--color-1);
}
.location-info {
	margin-bottom: 15px;
}
.location-section .uk-card-body {
	border: 1px solid var(--color-3);
	padding: 30px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.location-section .uk-card-body h5 {
	font-weight: bold;
}
.location-section iframe {
	border-radius: 15px;
	height: 300px;
	margin-top:1rem;
}
.location-section .uk-card-body p, .location-section .uk-card-body a{
	color: var(--color-2);
}

/* home gallery */
.gallery-wrapper {
	position: relative;
	padding: 0;
	background-color: var(--color-1);
}
.gallery-wrapper .container {
	width: 100%;
	padding: 0;
}
.gallery-wrapper .gallery-grid {
	width: 100% !important;
	margin: 0 auto;
}

.gallery-wrapper .gallery-grid:after {
	display: block;
	content: "";
	clear: both;
}
.gallery-grid-item {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.gallery-grid-item a {
	display: block;
	position: relative;
}
.gallery-grid-item a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gallery-grid-item:hover a:after {
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
.gallery-grid-item img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.gallery-grid-item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
}

.gallery-grid-sizer,
.gallery-grid-item {
	width: 20%;
}

.gallery-grid-item--width2 {
	width: 40%;
}

@media (max-width: 992px) {
	.gallery-grid-sizer,
	.gallery-grid-item {
		width: 50%;
	}
	.gallery-grid-item--width2 {
		width: 100%;
	}
}

/* Gallery */

.gallery-items {
	position: relative;
}

.gallery-items img {
	padding-bottom: 24px;
}

.gallery-container .gallery-filters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px 10px 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 10px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background: var(--btn-main-bg) !important;
	color: var(--btn-main-text) !important;
	border-radius: var(--btn-border-radius) !important;
	-webkit-box-shadow: var(--btn-main-shadow) !important;
	box-shadow: var(--btn-main-shadow) !important;
	text-decoration: none !important;
	font-family: var(--headers-font) !important;
	border: none;
}

.gallery-container .gallery-filters li:hover,
.gallery-container .gallery-filters li.filter-active {
	background: var(--btn-hover-bg) !important;
	color: var(--btn-hover-text) !important;
	text-decoration: none !important;
	border: none;
}

.gallery-container .gallery-filters li:last-child {
	margin-right: 0;
}

.portfolio-shuffle li.filter-active {
	background-color: var(--secondary);
	color: var(--secondary-text);
}

.gallery-filters {
	background-color: var(--main-accent);
	padding-top: 15px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.gallery-items {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.gallery-items img {
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	min-width: 100%;
}

.gallery-items img:hover {
	-webkit-transform: scale(1.02) perspective(50em);
	-ms-transform: scale(1.02) perspective(50em);
	transform: scale(1.02) perspective(50em);
}

/* ------ Titles/Headers/Body Text ------ */

p,
body,
li,
a,
.block2 .text2.big,
.navbar-expand-md .navbar-nav .nav-link,
table {
	font-family: var(--text-font) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.block2 .text1.big {
	font-family: var(--headers-font) !important;
	text-transform: uppercase;
}

.text2.big {
	color: var(--color-3);
}

.header-span {
	color: var(--main-accent-text);
}

/* Accent 2 Card */

.accent-2 .card {
	background-color: var(--secondary-accent);
	color: var(--secondary-accent-text);
}

.accent-2 .card-footer {
	padding: 0.75rem 1.25rem;
	background-color: var(--secondary-accent);
	border-top: 0;
}

.accent-2 h2 {
	color: var(--secondary-accent-title) !important;
}

/* Promotiles */

.bg1 {
	padding: 0;
	min-height: 640px;
	height: auto;
	color: var(--main-accent-text) !important;
}

.home-grid {
	background: url("../images/design/home-grid.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.home-grid .row {
	background-color: var(--color-1-opacity-darker) !important;
}

@media (max-width: 992px) {
	.home-grid {
		background-size: cover;
		background-attachment: scroll;
		background: var(--color-1);
	}
	.home-grid .row {
		background-color: var(--color-1);
	}
}

@media (min-width: 0px) {
	.home-1,
	.home-2,
	.home-3 {
		min-height: 100vh;
	}
}

@media (min-width: 992px) {
	.home-1,
	.home-2,
	.home-3 {
		min-height: 100%;
	}
}

.promo-hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	width: 100%;
	height: 100%;
	color: var(--text, var(--color-3));
	font-weight: 400;
}

.promo-title {
	color: #ff2e17 !important;
	font-size: 50px;
	font-weight: 800;
}

.promo-title3 {
	color: var(--color-5) !important;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 1rem;
	font-family: var(--text-font);
}

.promo-text {
	font-weight: 600;
	color: #fff !important;
}

.contact-grid {
	background: url("../images/design/home-grid.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.contact-grid p,
.contact-grid h2 {
	color: var(--color-3);
}
.contact-grid &gt; .row {
	background-color: var(--color-1-opacity-darkest) !important;
}

@media (max-width: 992px) {
	.contact-grid {
		background-size: cover;
		background-attachment: scroll;
	}

	.promo-title {
		padding-top: 1rem;
	}
}

/* Hero */

#heroCarousel video {
	-webkit-filter: brightness(0.7);
	        filter: brightness(0.7);
}

.hero-overlay {
	width: 100%;
	height: 100vh;
	background-color: rgb(28 28 28 / 70%);
}

.hero-img,
.hero-btn {
	-webkit-filter: drop-shadow(0 0 0.75rem rgb(200 200 200 / 15%));
	filter: drop-shadow(0 0 0.75rem rgb(200 200 200 / 15%));
}

.hero-address {
	background-color: #296061;
	color: var(--color-3);
	text-align: center;
	padding: 2rem 1rem;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 2px;
}
.hero-address a {
	color: var(--color-3);
}

/* Navbar */

.navbar-home {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

@media (max-width: 992px) {
	.navbar-home {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 992px) {
	.header-sticky .navbar-collapse {
		background-color: rgb(0, 0, 0, 0.5);
		border: 1px solid var(--main-accent);
		margin-top: 0.25rem;
	}
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.navbar-brand img {
	max-height: 105px;
}

/* helpers */
.animate__animated.animate__delay-01s {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.animate__animated.animate__delay-02s {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.animate__animated.animate__delay-03s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.animate__animated.animate__delay-04s {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.animate__animated.animate__delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animate__animated.animate__delay-15s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.animate__animated.animate__delay-25s {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

a {
	text-decoration: none;
}

body {
	overflow-x: hidden;
}

.beforeCentering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.centering {
	margin: auto;
}

.centering h2,
.centering h3 {
	font-weight: bolder;
}

figure {
	margin: 0;
}

.display-none {
	display: none;
}

.border-none {
	border: 0;
}

.section-title {
	font-size: 48px;
}

/* reviews */

.source-logo {
	height: 30px;
}

.star-colors-full {
	fill: #ff2d16;
	stroke: #ff2d16;
	width: 20px;
	height: 20px;
	-webkit-transform: translateZ(0) translateY(-3px);
	        transform: translateZ(0) translateY(-3px);
}

.star-colors-empty {
	fill: transparent;
	stroke: #ff2d16;
	width: 20px;
	height: 20px;
	-webkit-transform: translateZ(0) translateY(-3px);
	        transform: translateZ(0) translateY(-3px);
}

.review-title {
	font-size: 3rem;
}

.review-scale {
	-webkit-transform: scale(1.35);
	    -ms-transform: scale(1.35);
	        transform: scale(1.35);
}

.reviews-image {
	background-image: url("../images/design/reviews-image.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 60vh;
}

.reviews-module {
	margin-top: auto;
	margin-bottom: auto;
}

.reviews-module-wrap {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.reviews-module .review-title {
	position: relative;
	top: 0rem;
}

#reviewsCarousel.carousel {
	margin: 50px auto;
}

#reviewsCarousel.carousel .carousel-item {
	color: #1e6261;
	overflow: hidden;
	min-height: 120px;
	font-size: 13px;
}

#reviewsCarousel.carousel .media {
	position: relative;
}

#reviewsCarousel.carousel .testimonial p {
	line-height: 21px;
	margin: 0;
	font-size: 18px;
	color: #1e6261;
	text-align: center;
	padding: 0px 3rem;
}

#reviewsCarousel.carousel .overview .details {
	padding: 0;
	margin: 0;
}

#reviewsCarousel.carousel .overview b {
	text-transform: uppercase;
	color: #1e6261;
	font-size: 20px;
}

#reviewsCarousel.carousel .carousel-indicators [data-bs-target] {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	padding: 0;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #1e6261;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	-webkit-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

#reviewsCarousel.carousel .carousel-indicators .active {
	opacity: 1;
}

#reviewsCarousel.carousel .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -25px;
	left: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

#reviewsCarousel.carousel {
	position: relative;
	min-height: auto;
	max-height: 600px;
	overflow: hidden;
	color: var(--review-carousel-text);
}

#reviewsCarousel.carousel .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 2rem;
}

#reviewsCarousel.carousel .carousel-inner::before {
	content: "\201D";
	font-family: var(--text-font);
	color: #1e6261;
	font-weight: bold;
	font-size: 100px;
	line-height: 70px;
	position: absolute;
	right: 0px;
	top: 18%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#reviewsCarousel.carousel .carousel-inner::after {
	content: "\201C";
	font-family: var(--text-font);
	color: #1e6261;
	font-weight: bold;
	font-size: 100px;
	line-height: 70px;
	position: absolute;
	left: 0px;
	top: 18%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#reviewsCarousel.carousel .truncate {
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 768px) {
	#reviewsCarousel.carousel .carousel-inner::before {
		font-size: 70px;
	}
	#reviewsCarousel.carousel .carousel-inner::after {
		font-size: 70px;
	}
}



/* captcha */

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	-webkit-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
	bottom: 4px !important;
	border-radius: 2px;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
html,
body {
	overflow-x: hidden;
}
</pre></body></html>