﻿
/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
	height: auto!important;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}
.mob-only {
	display: none!important;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 40px;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	font-weight: 700;
}

h3 {
	font-size: 26px;
	font-weight: 700;
}

h4 {
	font-size: 24px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {}

p {
	font-size: 18px;
	margin: 0;
}

.bold {
	font-weight: bold;
}
.header-text {
	font-family: "Montserrat", sans-serif;
	font-size:30px;
	font-weight:700;
	text-transform: uppercase;
}
.header-text span {
	font-family: "Montserrat", sans-serif;
	font-weight:400;
}
.text-white {
	color:#fff;
}
.text-center {
	text-align: center;
}


/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: #000;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}
.butn-black {
	font-family: "Montserrat", sans-serif;
	background:#000;
	color:#ff8000!important;
	display: inline-block;
	padding:20px 10px;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	box-sizing: border-box;
}
.butn-black:hover {
	color:#000!important;
	background:#fff;
}
.butn-white {
	font-family: "Montserrat", sans-serif;
	background:#fff;
	color:#000!important;
	display: inline-block;
	padding:20px 10px;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	box-sizing: border-box;
}
.butn-white:hover {
	color:#ff8000!important;
	background:#000;
}
.butn-orange {
	font-family: "Montserrat", sans-serif;
	background:#ff8000;
	color:#000!important;
	display: inline-block;
	padding:20px 10px;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #ff8000;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	box-sizing: border-box;
}
.butn-orange:hover {
	color:#000!important;
	background:#fff;
}

.text-link-black {
	font-weight: 600;
	color:#000!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}

/*===================== 
	header styles 
=======================*/


.dark-bg {
	background:#3A3A3A;
}

.head-top {
	width: 100%;
	background: #000;
}
.head-top .container-1 {
	display: flex;
	justify-content: space-between;
	padding:10px 20px;
}
.head-top .container-1 ul {
	padding:0;
	margin:0;
	display: flex;
	gap:0 20px
}
.head-top .container-1 ul.head-soc {
	gap:0 5px;
}
.head-top .container-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.head-top .container-1 ul li a {
	font-size:16px;
	font-weight:500;
	color:#ff8000;
	transition: .2s ease-in;
	font-family: "Montserrat", sans-serif;
}
.head-top .container-1 ul li a:hover {
	color:#ffffff;
}

.header-wrap {
	width: 100%;
	margin: 0;
	position: sticky;
	top:0;
	z-index: 200;
}

header {
	position: absolute;
	width: 100%;
	top:0;
	left:0;
	right:0;
	margin: 0 auto;
	transition: .2s ease-in;
}
.stick header {
	background:rgba(0,0,0,0.8);
}
header .container-1 {
	display: flex;
	justify-content: space-between;
	padding:20px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.stick header .container-1 {
	align-items: center;
	padding:0 20px;
}
.home-page.head-logo-1 {
	width: 20%;
	height: auto;
	max-width: 340px;
	position: relative;
	transition: .2s ease-in;
}
.head-logo-1 {
	width: 20%;
	height: auto;
	max-width: 200px;
	position: relative;
	transition: .2s ease-in;
}
.head-logo-1 a {
	display: block;
	position: absolute;
	left:0;
	top:0;
}
.stick .head-logo-1 a {
	position: static;
}
.head-logo-1 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
}
.stick .head-logo-1 img {
	width: 40%;
	padding:5px 0;
}


/*===================== 
	nav styles 
=======================*/

.menu-button {display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	position: relative;
}

nav.primary ul {
	margin: 0;
	padding: 0;
	display: flex;
}

nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	transition: .2s ease-in;
}

nav.primary ul li a {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding:10px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 800;
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
	white-space: nowrap;
	cursor: pointer;
}

nav.primary ul li a:hover {
	background: #ff8000;
	color: #000;
	text-shadow: 0 0 5px rgba(0,0,0,0.0);
}
nav.primary ul li:hover a {
	background: #ff8000;
	color: #000;
	text-shadow: 0 0 5px rgba(0,0,0,0.0);
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	color: #fff;
	background: #181818;
	display: block;
	text-align: left;
	border-right: none;
	border-left: none;
	border-bottom: #fff solid 1px;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background: #fff;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}

nav.primary ul ul li {
	display: block;
	float: none;
	width: auto;
	min-width: 200px;
	position: relative;
	margin: 0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	background:#000;
	position: relative;
	overflow: hidden;
}
.wrap-hero:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 10%;
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transform: skew(-40deg);
}
.wrap-hero:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 30%;
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transform: skew(-40deg);
}
.hero-video {
	position: relative;
	width: 100%;
	height: calc(100vh - 240px);
	min-height: 450px;
	max-height: 45vw;
	display: block;
	z-index: 1;
	overflow: hidden;
}
.hero-video img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	top:0;
	left:0;
	z-index: 1;
}
.hero-video video {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
	top:-20%;
}
.hero-video iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
	bottom: 0;
}
.hero-overlay {
	position: absolute;
	left:0;
	top:0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	box-sizing: border-box;
	padding:0 20px 130px 20px;
}
.hero-overlay h1 {
	font-size:45px;
	font-weight:800;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
	text-align: center;
	line-height: 1.2;
}
.hero-overlay h1 span {
	font-weight:400;
	display: block;
}
.wrap-cta {
	width: 100%;
	position: relative;
}
.cta-lines {
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cta-lines:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 10%;
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(70,70,70,0.3);
	transform: skew(40deg);
}
.cta-lines:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 30%;
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(70,70,70,0.3);
	transform: skew(40deg);
}
.cta-cont {
	width: 100%;
	background:#000;
}
.cta-cont .container-1 {
	display: flex;
	flex-wrap: wrap;
	gap:40px 0;
	justify-content: space-between;
	padding:60px 20px;
	position: relative;
  	z-index: 5;
  	top: -120px;
	overflow: hidden;
}
.mob-btns {
	display: none;
}
.cta-cont .container-1 a {
	width: 49%;
	position: relative;
	display: block;
}
.video-bg {
	background:#000;	
}
.cta-bg {
	width: 100%;
	height: 220px;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.video-btn:first-of-type .cta-bg:after {
	content:"";
	display: block;
	position: absolute;
	z-index: 3;
	top:0;
	left:0;
	height: 50%;
	width:15%;
	background:rgba(0,0,0,0.4);
	clip-path: polygon(0% 0%,100% 0%,100% 0%,0% 100%);
	transition: .2s ease-in;
}
.video-btn:first-of-type .cta-bg:before {
	content:"";
	display: block;
	position: absolute;
	z-index: 4;
	bottom:0;
	left:0;
	height: 50%;
	width:15%;
	background:rgba(0,0,0,0.4);
	clip-path: polygon(0% 0%,100% 100%,100% 100%,0% 100%);
	transition: .2s ease-in;
}
.video-btn:last-of-type .cta-bg:after {
	content:"";
	display: block;
	position: absolute;
	z-index: 3;
	top:0;
	right:0;
	height: 50%;
	width:15%;
	background:rgba(0,0,0,0.4);
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 0%);
	transition: .2s ease-in;
}
.video-btn:last-of-type .cta-bg:before {
	content:"";
	display: block;
	position: absolute;
	z-index: 4;
	bottom:0;
	right:0;
	height: 50%;
	width:15%;
	background:rgba(0,0,0,0.4);
	clip-path: polygon(0% 100%,100% 0%,100% 100%,0% 100%);
	transition: .2s ease-in;
}
.cta-bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	top:0;
	left:0;
	z-index: 2;
	transition: .2s ease-in;
}
.cta-bg video {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 0;
	left:0;
}
.cta-cont .container-1 a h2 {
	position: absolute;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 700;
	display: flex;
	z-index: 5;
	top: 0;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.video-btn:hover img {
	filter: grayscale(100%);
}

.video-btn:first-of-type:hover .cta-bg:after {
	width:100%;
	background:rgba(0,0,0,0.2);
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.video-btn:first-of-type:hover .cta-bg:before {
	width:100%;
	background:rgba(0,0,0,0.2);
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.video-btn:last-of-type:hover .cta-bg:after {
	width:100%;
	background:rgba(0,0,0,0.2);
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.video-btn:last-of-type:hover .cta-bg:before {
	width:100%;
	background:rgba(0,0,0,0.2);
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}

.home-review-cont {
	width: 100%;
	background:#ff8000;
	padding: 60px 0;
}
.home-review-cont .container-1 {
	position: relative;
	z-index: 3;
}
.home-review-cont .slick-track {
	display: flex;
	align-items: stretch;
	gap:20px;
}
.review-slider-1 {
	padding:40px 0;
}
.review-cont-1 {
	background:#ffff;
	padding:10px;
	box-sizing: border-box;
	display: flex!important;
	flex-direction: column;
	gap:20px;
	justify-content: space-between;
	height: auto !important;
}
.review-cont-1 img {
	width: 100%;
	max-width: 20px;
	display: block;
}
.review-stars {
	display: flex;
	justify-content: center;
	gap:2px;
	font-size: 12px;
	color:#ff8000;
	padding-top: 10px;
}
.review-cont-1 .lg-text {
	font-size: 18px;
	text-align: center;
}
.review-cont-1 .sml-text {
	font-size: 14px;
}
.review-cont-1 .sml-text span {
	font-weight: 600;
}
.home-review-cont .text-link-black {
	font-size: 20px;
}

.wrap-about {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.about-info-cont {
	width: 50%;
	padding:60px;
	box-sizing: border-box;
}
.about-info-cont h2 {
	font-size: 40px;
	font-weight: 700;
}
.about-info-cont h2 span {
	font-weight: 400;
}
.about-info-cont p {
	font-size:18px;
	line-height:1.4;
	padding:40px 0 20px 0;
}
.btn-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn-cont-1 a {
	width: calc(50% - 15px);
	max-width: 100%;
}
.about-img-cont {
	position: relative;
	width: 50%;
}
.about-img-cont:after {
	content:"";
	display: block;
	position: absolute;
	z-index: 3;
	top:0;
	left:0;
	height: 50%;
	width:25%;
	background:rgba(255,255,255,0.4);
	clip-path: polygon(0% 0%,0% 100%,100% 0%);
	transition: .2s ease-in;
}
.about-img-cont:before {
	content:"";
	display: block;
	position: absolute;
	z-index: 4;
	bottom:0;
	left:0;
	height: 50%;
	width:25%;
	background:rgba(255,255,255,0.4);
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
	transition: .2s ease-in;
}
.about-img-cont img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.wrap-location {
	width: 100%;
	position: relative;
	padding: 100px 0 120px 0;
	background-image: url(../siteart/home-location-bg-1.jpg), -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
	background-image: url(../siteart/home-location-bg-1.jpg), -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
	background-image: url(../siteart/home-location-bg-1.jpg), -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
	background-image: url(../siteart/home-location-bg-1.jpg), linear-gradient(180deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.location-lines {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.location-lines:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 10%;
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	transform: skew(40deg);
}
.location-lines:before  {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 30%;
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	transform: skew(40deg);
}
.wrap-location p {
	padding:20px 0 60px 0;
	max-width: 800px;
	width: 100%;
	display: block;
}
.home-loc-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap:20px 0;
}

.loc-slider-nav {
	width: 20%;
	height: auto;
}
.loc-slider-nav .slick-list {
	height: 100%;
}
.loc-slider-nav .slick-track {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap:20px;
	transform: none!important;
}
.loc-slider-nav .slick-track:before, .loc-slider-nav .slick-track:after {
	display: none;
}
.loc-slider-nav-btn {
	flex-grow: 1;
	width: 100%!important;
	display: flex!important;
	justify-content: center;
	align-items: center;
	position: relative;
	background:#fff;
	padding:20px 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.loc-slider-nav-btn.slick-current {
	background:#ff8000;
}
.loc-slider-nav-btn:after {
	content:"";
	display: block;
	height: 100%;
	position: absolute;
	z-index: 1;
	right:0;
	top:0;
	width: 40px;
	clip-path: polygon(100% 0%,100% 100%,0% 100%,40% 50%,0% 0%);
	background:rgba(0,0,0,0.1);
	transition: .2s ease-in;
}
.loc-slider-nav-btn:hover:after {
	width: 100%;
	clip-path: polygon(100% 0%,100% 100%,0% 100%,0% 50%,0% 0%);
}
.loc-slider-nav .slick-track {
	display: flex;
	flex-direction: column;
	gap:20px;
}
.loc-slider-nav-btn h2 {
	position: relative;
	z-index: 2;
	font-size:20px;
}

.loc-slider {
	width: calc(80% - 40px);
	background:#fff;
	padding:20px;
	box-sizing: border-box;
}
.loc-slider .slick-track {
	display: flex!important;
	align-items: stretch;
}
.loc-slider .slick-track .slick-slide {
	height: auto!important;
}
.loc-slide-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
	gap:10px 0;
}
.loc-slide-left {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:20px;
}
.loc-slide-left h2 {
	font-size:30px;
	font-weight: 800;
}
.loc-slide-left ul {
	padding:0;
	margin:0;
}
.loc-slide-left ul li {
	padding:0;
	margin:0;
	list-style: none;
	font-size:18px;
}
.loc-slide-left ul li .lg-text {
	font-size: 20px;
}
.loc-slide-left ul li a {
	color:#000;
	transition: .2s ease-in;
}
.loc-slide-left ul li a:hover {
	opacity: 0.7;
}
.loc-btn-cont-1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.loc-btn-cont-1 a {
	width: 49%;
	max-width: 100%;
}
.loc-slide-right {
	width: 49%;
	min-height: 250px;
}
.loc-slide-right iframe {
	width: 100%;
	height: 100%;
}

.wrap-content {
	width: 100%;
	padding:120px 20px;
	display: block;
	box-sizing: border-box;
	position: relative;
}
.content-lines {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	overflow: hidden;
}
.content-lines:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 10%;
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transform: skew(-40deg);
}
.content-lines:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 30%;
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transform: skew(-40deg);
}
.wrap-content .container-1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	gap:40px 0;
}
.wrap-content .container-1 p {
	padding:20px 0;
	line-height: 1.4;
}
.content-info {
	width: calc(50% - 20px);
	background:#000;
	padding:60px 40px;
	box-sizing: border-box;
	color:#fff;
}
.content-image {
	width: calc(50% - 20px);
	position: relative;
	min-height: 250px;
	background: #000;
}
.content-image:after {
	content:"";
	display: block;
	position: absolute;
	z-index:2;
	top:0;
	left:0;
	height: 50%;
	width:25%;
	background:rgba(255,255,255,0.4);
	clip-path: polygon(0% 0%,0% 100%,100% 0%);
	transition: .2s ease-in;
}
.content-image:before {
	content:"";
	display: block;
	position: absolute;
	z-index: 2;
	bottom:0;
	left:0;
	height: 50%;
	width:25%;
	background:rgba(255,255,255,0.4);
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
	transition: .2s ease-in;
}
.content-img-overlay {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	z-index: 3;
	background:rgba(0,0,0,0.5);
	font-size: 40px;
	font-weight:800;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.content-image img {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}
.content-right-form {
	width: calc(50% - 20px);
	padding:20px;
	box-sizing: border-box;
	background:#fff;
}
.wrap-content-bg {
	width: 100%;
	position: relative;
	padding: 100px 0 120px 0;
	background-image: url(../siteart/home-location-bg-1.jpg), -webkit-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
	background-image: url(../siteart/home-location-bg-1.jpg), -moz-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
	background-image: url(../siteart/home-location-bg-1.jpg), -o-linear-gradient(270deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
	background-image: url(../siteart/home-location-bg-1.jpg), linear-gradient(180deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.70) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.white-bg-cont {
	background: #fff;
	padding:20px;
	box-sizing: border-box;
	width: 100%;
}
.orange-top {
	border-top: 40px solid #ff8000;
}
.wrap-service-list {
	background:#ff8000;
	padding:40px 0px;
}
.wrap-service-list .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.servuice-info {
	width: calc(33.33% - 10px);
	background:#000;
	padding:20px;
	box-sizing: border-box;
}
.servuice-info h2 {
	text-align: center;
	font-size: 22px;
	color:#ff8000;
}
.servuice-info p {
	font-size: 16px;
	color:#fff;
}
.servuice-info img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	margin:20px auto;
}
.map-cont-1 {
	width: calc(50% - 20px);
}
.map-cont-1 iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}
.loc-info-cont {
	width: 100%;
	display: flex;
	gap:20px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}
.loc-soc-cont {
	display: flex;
	gap:10px;
	flex-wrap: wrap;
}
.loc-info-cont ul {
	padding:0;
	margin:0;
}
.loc-info-cont li {
	padding:5px 0;
	margin:0;
	list-style: none;
	font-size: 18px;
	color:#fff;
}
.loc-info-cont li.lg-text {
	font-size: 22px;
	font-weight: 700;
	color:#ff8000;
	padding:20px 0 10px 0;
	display: flex;
	width: 100%;
}
.loc-info-cont li span {
	font-weight: 700;
}
.loc-info-cont li a {
	padding:0;
	margin:0;
	list-style: none;
	color:#fff;
}
.loc-info-cont li a:hover {
	color:#ff8000;
}


.inv-banner {
	width: 100%;
	background:#ff8000;
}
.inv-banner .lg-text {
	font-size:20px;
	font-weight:700;
	text-align: center;
}
.inv-banner .sml-text {
	font-size:18px;
	font-weight:700;
	text-align: center;
}
.inv-banner p span {
	font-weight: 900;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}
.form-info-cont p {
	font-size:20px;
	padding:20px 0 10px 0;
	display: block;
}
.form-info-cont input, .form-info-cont date {
	font-family: "Montserrat", sans-serif;
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:1px solid #000;
    color:#000; 
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:1px solid #000;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	font-family: "Montserrat", sans-serif;
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	min-height: 120px;
	box-sizing: border-box;
    outline:none;
    border:1px solid #000;
}
.click-show {
	display: block;
}
.click-to-show {
	display: none;
}
.click-show.clicked {
	display: none;
}
.click-to-show.clicked {
	display: block;
}

.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} /*===================== 


/*===================== 
	animation styles 
=======================*/

.animate-cont {
    overflow: hidden;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1.3s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1.3s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1.3s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1.3s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1.3s ease-in-out both;
}

.load-right {
    animation: slide-in-right 1.3s ease-in-out both;
}
.load-left {
    animation: slide-in-left 1.3s ease-in-out both;
}
.load-bottom {
    animation: fade-in-bottom 1.3s ease-in-out both;
}
.load-top {
    animation: fade-in-top 1.3s ease-in-out both;
}



/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
}


.container-1 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding:40px 20px;
	box-sizing: border-box;
	position: relative;
  	z-index: 3;
}
.wrap-inv {
	margin: 0 auto;
	padding:150px 0;
	box-sizing: border-box;
}
.container-inv {
	margin: 0 auto;
	padding:20px 0;
	box-sizing: border-box;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.col-1-6 {
	width: 16%;
	box-sizing: border-box;
}

.col-1-5 {
	width: 20%;
	box-sizing: border-box;
}

.col-1-4 {
	width: 24%;
	box-sizing: border-box;
}

.col-1-3 {
	width: 33%;
	box-sizing: border-box;
}

.col-1-2 {
	width: 49%;
	box-sizing: border-box;
}

.col-2-3 {
	width: 65%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 75%;
	box-sizing: border-box;
}
.col-1 {
	width: 100%!important;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
}
.foot-top {
	width:100%;
	padding:80px 40px;
	box-sizing: border-box;
	background:#ff8000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
}
.foot-top:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width:10%;
	clip-path: polygon(100% 0%,0% 50%,100% 100%,0% 100%,0% 0%);
	background: rgba(0,0,0,0.1);
	transition: .2s ease-in;
}
.foot-top:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width:10%;
	clip-path: polygon(100% 0%,100% 100%,0% 100%,100% 50%,0% 0%);
	background: rgba(0,0,0,0.1);
	transition: .2s ease-in;
}
.foot-logo {
	width: 100%;
	max-width:285px;
	display: block;
	margin:0 auto 20px auto;
	position: relative;
	z-index: 2;
}
.foot-logo img {
	width: 100%;
	height: auto;
	display: block;
}
.foot-top ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
	padding:0;
	margin:0;
	position: relative;
	z-index: 2;
}
.foot-top ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.foot-top ul li a {
	transition: .2s ease-in;
	font-size: 16px;
	color:#000;
	font-family: "Montserrat", sans-serif;
}
.foot-top ul li a i {
	font-size: 17px;
}
.foot-top ul li a:hover {
	opacity: 0.6;
}
.foot-bottom {
	background: #000;
	padding:40px 20px;
	width: 100%;
	box-sizing: border-box;
}
.foot-bottom p {
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	font-weight:400;
	color:#ff8000;
	text-align: center;
}

/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1250px) {
	nav.primary ul li a {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 1100px) {
	.hero-overlay h1 {
		font-size: 4vw;
	}
	.about-info-cont {
		width: 100%;
		order:2;
	}
	.about-img-cont {
		width: 100%;
		order:1;
		height: 40vw;
		min-height: 200px;
	}
	.about-info-cont h2 {
	  font-size: 30px;
	  font-weight: 700;
	}
	.servuice-info {
		width: calc(50% - 10px);
	}
	.content-info {
		width:100%;
		order:2;
	}
	.content-image {
		width: 100%;
		order:1;
	}
	.map-cont-1 {
		width: 100%;
		order:2;
	}
	.content-right-form {
		width: 100%;
		order:3;
	}
	.mob-only {
		display: block!important;
	}
	.wrap-content .container-1 {
		gap:20px 0;
	}
	
}
@media screen and (max-width: 1000px) {
	

	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
    .mobile-nav-cont-1 { display:block;}
    
	
	.menu-button {
        display: flex;
        align-items: center;
		justify-content: center;
		height: 50px;
		width: 50px;
		cursor: pointer;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:30px;
        height: 22px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 3px;
		border-radius: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 3px;
		border-radius: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 3px;
		border-radius: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:26px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:26px;
    }
	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background:#393939;
		z-index: 500;
		/* needs to be higher than #menu-button, adjust as needed */
		overflow: auto;
	}

	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		word-spacing: 13px;
		padding: 0 0 0 15px;
		color: #0a2737 !important;
	}
	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #ff8000;
		text-decoration: none;
	}
	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #fff;;
		text-decoration: underline;
	}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0;
		padding:10px;
		box-sizing: border-box;
		width: 100%;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .close-button {
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		cursor: pointer;
	}
	nav.mobile .close-button:hover {
		/* Menu close button on hoveer */
		color: #fff;
	}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	nav.mobile ul li {

		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
        font-family: "Rethink Sans", sans-serif;
		font-size: 18px;
		padding:10px 15px;
        text-align: left;
		color: #fff;
		text-decoration: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}
	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.5);
		color: #fff;
		/* border highlight - Change to fit match site colors */
	}
	nav.mobile ul li a i {
		margin-left:5px;
	}
    .menu-btn-1 a {
       border:0px;
        background:#000;
    }
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
		background: #555759;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
        color: #fff;
	}
	.hero-overlay {
		justify-content: center;
		align-items: center;
		padding:0 20px;
	}
	.loc-slider-nav {
		width: 100%;
	}
	.loc-slider {
		width: 100%;
	}
	.loc-slider-nav .slick-track {
	  flex-direction: row;
	  width: 100% !important;
	}
	.content-info {
		padding: 40px 20px;
	}
	.wrap-content {
		width: 100%;
		padding:80px 10px;
	}

}
@media screen and (max-width: 800px) {
	.col-1-2 {
		width: 100%;
	}
	.cta-cont .container-1 a {
		width: 100%;
	}
	.video-btn:first-of-type .cta-bg:after {
		content:"";
		display: block;
		position: absolute;
		z-index: 3;
		top:0;
		right:0;
		left:auto;
		height: 50%;
		width:15%;
		background:rgba(0,0,0,0.4);
		clip-path: polygon(0% 0%,100% 100%,100% 0%);
		transition: .2s ease-in;
	}
	.video-btn:first-of-type .cta-bg:before {
		content:"";
		display: block;
		position: absolute;
		z-index: 4;
		bottom:0;
		right:0;
		left:auto;
		height: 50%;
		width:15%;
		background:rgba(0,0,0,0.4);
		clip-path: polygon(0% 100%,100% 100%,100% 0%);
		transition: .2s ease-in;
	}
	 .hero-video iframe, .hero-video video {
		display: none;
	  }
	.hero-overlay h1 {
		font-size: 28px;
	}
	.hero-overlay h1 span {
		font-size: 18px;
	}
	.wrap-hero::after {
		right: 0;
		width: 150px;
	}
	.wrap-hero::before {
		right: 200px;
		width: 150px;
	}
	.cta-lines:after {
		right: 0;
		width: 150px;
		background: rgba(70,70,70,0.1);
	}
	.cta-lines:before {
		right: 200px;
		width: 150px;
		background: rgba(70,70,70,0.1);
	}
	.cta-cont .container-1 {
		padding: 0px 20px;
		top: -70px;
	}
	.about-info-cont {
		padding:40px 20px;
	}
	.about-info-cont h2 {
	  font-size: 24px;
	}
	.about-info-cont p {
	  font-size: 16px;
	}
	.loc-slide-left , .loc-slide-right {
		width: 100%;
	}
	.desktop-btns {
		display: none;
	}
	.mob-btns {
		display: block;
	}
	.head-top .container-1 ul li a {
		font-size: 14px;
	}
	
}
@media screen and (max-width: 700px) {
	.head-top .container-1 ul.head-soc {
		display: none;
	}
	.head-top .container-1 ul {
		margin: 0 auto;
		gap: 0 10px;
	}
	
	.head-logo-1 {
	  width: 100%;
	  max-width: 150px;
	}
	.header-text {
	  font-size: 25px;
	}
	.wrap-inv  {
		padding:120px 0px;
	}
	.head-top .container-1 ul li a {
		font-size: 12px;
	}
	
}
@media screen and (max-width: 540px) {
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.cta-bg {
  		height: 150px;
	}
	.cta-cont .container-1 a h2 {
  		font-size: 20px;
	}
	.head-top .container-1 ul li a {
		font-size: 10px;
	  }
	.head-top .container-1 ul {
		flex-wrap: wrap;
		gap:2px 5px;
		justify-content: center;
	}
	.btn-cont-1 a {
	  width: 100%;
	  max-width: 100%;
	}
	.loc-slide-left h2 {
	  font-size: 22px;
	}
	.loc-slide-left ul li .lg-text {
	  font-size: 18px;
	}
	.loc-slide-left ul li {
	  font-size: 16px;
	}
	.loc-slider-nav .slick-track {
		flex-direction: column;
		width: 100% !important;
	}
	.butn-black, .butn-orange, .butn-white {
		padding: 15px 5px;
		font-size: 16px;
	}
	.loc-btn-cont-1 a {
		width: 100%;
	}
	.servuice-info {
		width:100%;
	}
	.servuice-info h2 {
		font-size: 18px;
	}
	.loc-info-cont li {
		padding:3px 0;
		font-size: 16px;
	}
	.loc-info-cont li.lg-text {
		font-size: 18px;
		padding:10px 0 5px 0;
	}
	
	
	
}


