﻿/*===================== 
	Color information
	
	-
	-yellow #f9bd2d
brown #AB6503
Gray #2d2d2d

	-
	-
		 
=======================*/
/*===================== 
	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%;
	scroll-behavior: smooth;
}

body {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {}

p {
	font-size: 18px;
	margin: 0;
}

.bold {
	font-weight: bold;
}

/*===================== 
	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:#fff;
	display:block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-black:hover {
	color:#000;
	background:#fff;
}
.butn-gold {
	font-family: "Montserrat", sans-serif;
	background:#f9bd2d;
	color:#000;
	display:block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #f9bd2d;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-gold:hover {
	color:#f9bd2d;
	background:#000;
}
.text-link-white {
	font-weight: 600;
	color:#fff!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-white:hover {
	opacity: 0.7;
}
.text-link-gold {
	font-weight: 600;
	color:#AB6503!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-gold:hover {
	opacity: 0.7;
}

.header-text {
	width: 100%;
	font-size: clamp(24px, 2vw, 36px);
	font-weight: 500;
	padding-bottom: 20px;
	line-height: 1;
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.text-white {
	color:#fff;
}

.btn-cont-1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px 20px;
}

.btn-cont-2 {
	display: flex;
	flex-wrap: wrap;
	gap:10px 20px;
}
.bg-gray {
	background:#2d2d2d!important;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	background: #000;
	position: sticky;
	top:0;
	left:0;
	z-index: 20;
}

header {
	margin: 0 auto;
	max-width: 1800px;
	padding:10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}
.head-logo-1 {
	display: block;
	width: 100%;
	max-width: 175px;
}
.head-logo-1 img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}
.head-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap:10px;
}
.head-info {
	padding:0 10px 0 0;
	margin:0;
	display: flex;
	justify-content: flex-end;
	gap:20px;
}
.head-info li {
	padding:0;
	margin:0;
	list-style: none;
}
.head-info li a {
	font-family: "Montserrat", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#f9bd2d;
	transition: .2s ease-in;
}
.head-info li a:hover {
	opacity: 0.7;
}

/*===================== 
	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 auto;
	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: clamp(12px, 1.2vw, 18px);
	text-decoration: none;
	padding:10px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	transition: .2s ease-in;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
}

nav.primary ul li a:hover {
	background: #2d2d2d;
	color: #f9bd2d;
}
nav.primary ul li:hover a {
	background: #2d2d2d;
	color: #f9bd2d;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	color: #fff;
	background: #2d2d2d;
	display: block;
	text-align: left;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	color: #f9bd2d;
}

/* 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 {
	width: 100%;
	padding:14vw 20px;
	background: #000;
	box-sizing: border-box;
	position: relative;
}
.wrap-hero .container-md {
	position: relative;
	z-index: 2;
}
.wrap-hero h1 {
	font-size:clamp(16px, 2vw, 35px) ;
	font-weight:400;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
	text-align: center;
	line-height: 1;
	animation: fade-in-bottom 1000ms ease-in-out both;
}
.wrap-hero h1 span {
	font-size:clamp(22px, 3vw, 45px) ;
	font-weight:800;
	display: block;
	padding-top: 5px;
}
.wrap-hero img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	top:0;
	left:0;
	opacity: 0.7;
}
.wrap-hero-cta {
	width: 100%;
	background-image: url(../siteart/bg-texture-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
}
.wrap-hero-cta .container-md {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	top: -80px;
	gap: 20px 0;
	padding: 40px 20px;
}
.wrap-hero-cta .container-md a {
	background:#000;
	transition: .2s ease-in;
	width: 32.33%;
	padding:15px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.wrap-hero-cta .container-md a:nth-of-type(1) {
	animation: fade-in-bottom 1200ms ease-in-out both;
}
.wrap-hero-cta .container-md a:nth-of-type(2) {
	animation: fade-in-bottom 1400ms ease-in-out both;
}
.wrap-hero-cta .container-md a:nth-of-type(3) {
	animation: fade-in-bottom 1600ms ease-in-out both;
}

.wrap-hero-cta .container-md a img {
	width: 100%;
	max-width: 334px;
	height: auto;
	display: block;
	transition: .2s ease-in;
}
.wrap-hero-cta .container-md a:first-of-type {
	background:#fff;
}


.wrap-hero-cta .container-md a:first-of-type h2, .wrap-hero-cta .container-md a:first-of-type h2 span {
	color:#000;
}
.wrap-hero-cta .container-md a h2 {
	color: #f9bd2d;
	font-size: 32px;
	font-weight: 700;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .2s ease-in;
}
.wrap-hero-cta .container-md a h2 span {
	font-size:24px;
	font-weight:400;
	display: block;
	transition: .2s ease-in;
}
.wrap-hero-cta .container-md a:after {
	content:"";
	background:#f9bd2d;
	width:40px;
	height: 40px;
	display: block;
	position: absolute;
	top:15px;
	right:15px;
	clip-path: polygon(0% 0%,100% 100%,100% 0%);
	transition: .2s ease-in;
}
.wrap-hero-cta .container-md a:first-of-type:after {
	background:#000;
}

.wrap-hero-cta .container-md a:hover {
	background:#f9bd2d;
}
.wrap-hero-cta .container-md a:hover h2 {
	color:#FFF !important;
}
.wrap-hero-cta .container-md a:hover:after {
	background:#000;
	top:10px;
	right:10px;
}
.wrap-hero-cta .container-md a:hover img {
	filter: brightness(0) invert(1);
}
.wrap-hero-cta .container-md a:first-of-type:hover {
	background:#000;
}
.wrap-hero-cta .container-md a:first-of-type:hover h2 span {
	color:#fff!important;
}
.wrap-hero-cta .container-md a:first-of-type:hover:after {
	background:#fff;
}

.wrap-cat {
	width: 100%;
	padding: clamp(30px, 8vw, 100px) 0;
	position: relative;
	background: #000;
}
.wrap-cat:after {
	content: "";
	background:#AB6503;
	width: 100%;
	height:10px;
	position: absolute;
	top:15px;
	left:0;
	display: block;
	z-index: 1;
}

.wrap-cat .container-md {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap:16px;
}
.wrap-cat .container-md a {
	display: flex;
	flex-direction: column;
/*	justify-content: space-between;*/
	align-items: center;
	background:#fff;
	padding:20px;
	width:calc(25% - 12px);
	transition: .2s ease-in;
	box-sizing: border-box;
}
.wrap-cat .container-md a:nth-of-type(1), .wrap-cat .container-md a:nth-of-type(2),.wrap-cat .container-md a:nth-of-type(3) {
	width:calc(33.33% - 11px);
}
.wrap-cat .container-md a h3 {
	color:#000;
	text-align: center;
	padding-bottom: 5px;
	font-size:18px;
	font-weight:700;
	transition: .2s ease-in;
}
.wrap-cat .container-md a p {
	color:#AB6503;
	text-align: center;
	padding-bottom: 5px;
	font-size:16px;
	font-weight:400;
	transition: .2s ease-in;
}
.wrap-cat .container-md a img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	transition: .2s ease-in;
}
.wrap-cat .container-md a:hover {
	background:#AB6503;
}
.wrap-cat .container-md a:hover h3, .wrap-cat .container-md a:hover p {
	color:#fff!important;
}
.wrap-cat .container-md a:hover img {
	filter: grayscale(100%);
}

.wrap-service {
	width: 100%;
	padding:80px 0;
	position: relative;
	background: #fff;
}
.wrap-service:after {
	content: "";
	background:#000;
	width: 100%;
	height:10px;
	position: absolute;
	top:15px;
	left:0;
	display: block;
	z-index: 1;
}
.wrap-service .container-lg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap:20px 0;
}
.service-cont-1 {
	position: relative;
	width: 49%;
	background:#000;
	display: flex;
	flex-direction:column;
	align-items: flex-start;
	gap:20px 0;
	padding: 40px 60px calc(8vw + 20px) 40px;
	box-sizing: border-box;
}
.service-cont-1:after {
	content:"";
	background:#AB6503;
	width:74px;
	height: 74px;
	display: block;
	position: absolute;
	top:15px;
	right:15px;
	clip-path: polygon(0% 0%,100% 100%,100% 0%);
	transition: .2s ease-in;
	z-index: 3;
}
.service-cont-1:before {
	content:"";
	background:#fff;
	width:120px;
	height:120px;
	display: block;
	position: absolute;
	top:0;
	right:0;
	clip-path: polygon(0% 0%,100% 100%,100% 0%);
	transition: .2s ease-in;
	z-index: 2;
}
.service-cont-1 img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	opacity: 0.5;
	transition: .2s ease-in;
}
.service-cont-1 h2 {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	font-size:clamp(24px, 2vw, 36px);
	font-weight:700;
	position: relative;
	z-index: 4;
}
.service-cont-1 p {
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	font-size:clamp(16px, 2vw, 24px);
	font-weight:500;
	position: relative;
	z-index: 4;
	display: block;
	width: 100%;
	max-width:475px;
	line-height: 1.4;
}
.service-cont-1 a {
	position: relative;
	z-index: 4;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.wrap-about {
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding:0px 10px 40vw 10px;
	position: relative;
}
.wrap-about:after {
	content: "";
	background:#000;
	width: 100%;
	height:10px;
	position: absolute;
	bottom:15px;
	left:0;
	display: block;
	z-index: 1;
}
.wrap-about img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: calc(100% - 60px);
	object-fit: cover;
	object-position: top center;
	bottom: 0;
	left: 0;
}
.wrap-about .container-sml {
	padding:40px clamp(20px, 5vw, 80px);
	background: #fff;
	position: relative;
	z-index: 2;
}
.wrap-about .container-sml h2 {
	text-align: center;
}
.wrap-about .container-sml p {
	line-height: 1.4;
	padding:20px 0;
}
.border-bottom {
	position: relative;
}
.border-bottom::before {
  content: "";
  background: #000;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: block;
  z-index: 2;
}

/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/


/*===================== 
	Form styles 
=======================*/

/* Containers */


.wrap-form {
	width: 100%;
	background: #2d2d2d;
	padding: clamp(40px, 7vw, 120px) 0;
	position: relative;
	
}
.wrap-form::after {
  content: "";
  background: #000;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: block;
  z-index: 2;
}
.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-info-cont h2 {
	color:#f9bd2d;
	padding-bottom: 10px;
}
.form-info-cont p {
	color:#f9bd2d;
	padding:10px 0 5px 0;
}

.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 input, .form-info-cont date {
	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; 
	font-family: "Montserrat", sans-serif;
}

.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:0px!important;
    outline:none!important;
    font-size: 16px!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 {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
    outline:none;
    border:1px solid #000;
	font-family: "Montserrat", sans-serif;
}
.form-info-cont button {
	width: 100%;
}

.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}
.CaptchaWhatsThisPanel {
	color:#fff;
}
.CaptchaWhatsThisPanel a, .CaptchaMessagePanel {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


.click-to-show {
	display: none;
}
.click-to-show.clicked {
	display: block;
}
.click-show.clicked {
	display: none;
}

/*===================== 
	animation styles 
=======================*/

.animate-cont {
    overflow: hidden;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.load-right {
    animation: slide-in-right 1s ease-in-out both;
}
.load-left {
    animation: slide-in-left 1s ease-in-out both;
}
.load-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.load-top {
    animation: fade-in-top 1s 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 
=======================*/
.crumb {
	display: flex;
	padding:0;
	margin:0;
}
.crumb li {
	padding:0 5px;
	margin:0;
	border-right: 1px solid #f9bd2d;
	list-style: none;
	font-size: 14px;
	font-weight:700;
	color:#fff!important;
	text-shadow: 0 0 5px #000;
}
.crumb li:first-of-type {
	padding-left: 0px;
}
.crumb li:last-of-type {
	border-right:0px;
}
.crumb li a {
	font-weight: 500;
	color:#fff!important;
}
.crumb li a:hover {
	color:#fff!important;
	opacity: 0.7;
}

.wrap {
	width: 100%;
	margin: 0;
}
.wrap-content {
	width: 100%;
	background: #AB6503;
}
.wrap-content .container-md {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 4vw, 60px);
	padding:60px 20px;
}
.content-header {
	width: 100%;
	padding:20px 0;
	box-sizing: border-box;
	position: relative;
	height: 20vw;
	min-height: 200px;
	max-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.content-header::after {
  content: "";
  background: #AB6503;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: block;
  z-index: 2;
}
.content-header .container-md {
	position: relative;
	z-index: 2;
	padding:20px;
}
.wrap-content h1 {
	font-size: clamp(22px, 3vw, 45px);
	font-weight: 800;
	display: block;
	color:#fff;
}
.wrap-content p {
	line-height: 1.5;
}


.content-header img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	opacity: 0.8;
}

.container-lg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-md {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-sml {
	width: 100%;
	max-width:800px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-inv {
	padding:40px 20px;
	box-sizing: border-box;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.col-1 {
	width: 100%;
	box-sizing: border-box;
}
.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: 32.33%;
	box-sizing: border-box;
}

.col-1-2 {
	width: 49%;
	box-sizing: border-box;
}

.col-2-3 {
	width: 65.66%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 75%;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 58.55%,rgba(0,0,0,0.92) 75.13%), url(../siteart/bg-texture-1.jpg);
	background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 58.55%,rgba(0,0,0,0.92) 75.13%), url(../siteart/bg-texture-1.jpg);
	background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 58.55%,rgba(0,0,0,0.92) 75.13%), url(../siteart/bg-texture-1.jpg);
	background-image: linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 58.55%,rgba(0,0,0,0.92) 75.13%), url(../siteart/bg-texture-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	background-color: #000;
}
footer .container-lg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}
.foot-logo {
	width: 100%;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:30px;
}
.foot-logo img {
	width: 100%;
	max-width: 175px;
	display: block;
	margin:0 auto;
}
.foot-logo ul {
	display: flex;
	gap:10px;
	padding:0;
	margin:0;
}
.foot-logo ul li {
	padding: 0;
	margin:0;
	list-style: none;
}
.foot-logo ul li a {
	font-size:20px;
	color:#fff;
	transition: .2s ease-in;
}
.foot-logo ul li a:hover {
	opacity: 0.7;
}
.foot-nav {
	width: 100%;
	max-width: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px;
}
.foot-nav p {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	padding-bottom: 20px;
}
.foot-nav ul {
	padding: 0;
	margin:0;
}
.foot-nav ul li {
	padding: 0;
	margin:0;
	list-style: none;
}
.foot-nav  ul li a {
	font-family: "Montserrat", sans-serif;
	font-size:16px;
	color:#fff;
	transition: .2s ease-in;
}
.foot-nav  ul li a:hover {
	color:#f9bd2d;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1000px) {

	/*==============================
		Mobile Nav Styles			
	================================*/


	nav.primary, .head-info {
		display: none;
	}
	.mobile-nav-cont-1 { display:block;}
	
	#menu-button {
		display: flex;
    	gap: 10px;
	}
	#menu-button a {
		font-size:28px;
		color:#f9bd2d;
		transition: .2s ease-in;
	}
	#menu-button a:hover {
		opacity: 0.7;
	}

	.menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
		cursor: pointer;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#f9bd2d;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#f9bd2d;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#f9bd2d;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #000;
		z-index: 500; 
		overflow:auto;
		max-height: 90vh;
	}

	/* 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;
		display: block;
		text-align: center;
		font-size: 18px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
	}

	nav.mobile ul li a:hover {
		color: #f9bd2d;
		/* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}

	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left: 4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}

	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
	}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}

	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		text-decoration: none;
	}

	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}
	.wrap-hero-cta .container-md a {
		width: 100%;
	}
	.wrap-cat .container-md a {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		background:#fff;
		padding:20px;
		width:calc(25% - 12px);
		transition: .2s ease-in;
		box-sizing: border-box;
	}
	.wrap-cat .container-md a, .wrap-cat .container-md a:nth-of-type(1), .wrap-cat .container-md a:nth-of-type(2),.wrap-cat .container-md a:nth-of-type(3) {
		width:calc(50% - 8px);
		flex-grow: 1;
	}
	.service-cont-1 {
		width:100%;
	}
}
@media screen and (max-width: 800px) {
	.wrap-hero-cta .container-md {
		position: static;
	}
	.service-cont-1:after {
		width:40px;
		height:40px;
		top:10px;
		right:10px;
	}
	.service-cont-1:before {
		width:80px;
		height:80px;
	}
	footer .container-lg {
		justify-content: center;
	}
	footer {
	background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 58.20%,rgba(0,0,0,0.80) 75.13%), url(../siteart/bg-texture-1.jpg);
	background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 58.20%,rgba(0,0,0,0.80) 75.13%), url(../siteart/bg-texture-1.jpg);
	background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 58.20%,rgba(0,0,0,0.80) 75.13%), url(../siteart/bg-texture-1.jpg);
	background-image: linear-gradient(270deg,rgba(0,0,0,0.80) 0.00%,rgba(0,0,0,0.80) 58.20%,rgba(0,0,0,0.80) 75.13%), url(../siteart/bg-texture-1.jpg);
	}
	.foot-nav {
		display: none;
	}
	.wrap-hero-cta .container-md a h2 {
		font-size: 26px;
	}
	.wrap-hero-cta .container-md a h2 span {
		font-size:18px;
	}
	.head-logo-1 {
	  max-width: 130px;
	}
}

@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;
	}
	.wrap-cat .container-md a h3 {
		font-size:16px;
	}
	.wrap-cat .container-md a p {
		font-size:14px;
	}
}


