﻿/*===================== 
	Color information
	
	-
	-
	-copper #896f4c
	-lt copper #b8a58c
		 
=======================*/
/*===================== 
	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: "Outfit", sans-serif;
	margin: 0;
	padding: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}
.img-cover {
	width: auto;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-cont-1 {
	
}
.video-cont-1 iframe {
	aspect-ratio: 16 / 9;
    width: 100% !important;	
	height: auto;
}

/*===================== 
	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-family: "Outfit", sans-serif;
	font-size: 18px;
	margin: 0;
}
.white-text {
	color:#fff;
}
.bold {
	font-weight: bold;
}

.header-text {
	font-family: "Outfit", sans-serif;
	font-size:35px;
	font-weight: 800;
}
.header-text span {
	font-weight: 400;
}

.white-text {
	color:#fff!important;
}
.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 {
	background:#000;
	color:#fff;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	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;
	font-family: "Outfit", sans-serif;
}
.butn-black:hover {
	color:#000;
	background:#fff;
}
.butn-white {
	background:#fff;
	color:#000;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	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;
	font-family: "Outfit", sans-serif;
}
.butn-white:hover {
	color:#fff;
	background:#000;
}
.butn-copper {
	background:#896f4c;
	color:#fff!important;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	border:1px solid #896f4c;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	font-family: "Outfit", sans-serif;
}
.butn-copper:hover {
	color:#000;
	background:#b8a58c;
}
.text-link-copper {
	font-weight: 600;
	color:#896f4c!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-copper:hover {
	color:#000!important;
}
.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 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	position: relative;
	background:#000;
}

header {
	margin: 0 auto;
	width: 100%;
	max-width: 1700px;
	display: flex;
	justify-content: space-between;
}
.head-logo-1 {
	position: absolute;
	top:0;
	left:0;
	width:25%;
	max-width: 375px;
	padding: 10px 60px 10px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#000;
	clip-path: polygon(0% 0%,100% 0%,74% 100%,0% 100%);
	z-index: 101; 
}
.head-logo-1 img {
	width: 100%;
	max-width: 325px;
	height: auto;
	display: block;
	margin:0 auto;
}
.header-right {
	width: 100%;
	padding: 0 20px 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
}
.head-ico-link {
	padding:0;
	margin:0;
	display: flex;
	gap:15px;
}
.head-ico-link li {
	padding:0;
	margin:0;
	list-style: none;
}
.head-ico-link li a {
	width:35px;
	height:35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#896f4c;
	color:#fff;
	transition: .2s ease-in;
	font-size: 16px;
}
.head-ico-link li a:hover {
	background:#b8a58c;
	color:#000;
	
}

/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}

nav.mobile, .mobile-nav-cont-1 { display:none;}



nav.primary {
	padding:30px 20px;
	display: block;
	margin: 0;
	position: relative;
}

nav.primary ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	gap:10px;
}

nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}

nav.primary ul li a {
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 10px;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
}
nav.primary ul li a i {
	color:#896f4c;
}
nav.primary ul li a:hover {
	background: #896f4c;
	color: #fff;
}
nav.primary ul li:hover a {
	background: #896f4c;
	color: #fff;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	background: #896f4c;
	display: block;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background: #b8a58c;
}
nav.primary ul li li:hover a {
	background: #b8a58c;
}
nav.primary ul li li li a {
	background: #b8a58c!important;
	display: block;
}
nav.primary ul li li li a:hover {
	color: #000!important;
	background:#DDCFBC!important;
}

/* 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: 150px;
	position: relative;
	margin: 0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	width: 100%;
}
.wrap-hero .container-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 60px 20px 80px 20px;
	box-sizing: border-box;
}
.hero-left {
	width:49%;
	padding:20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:40px;
}
.hero-left h1 {
	font-family: "Outfit", sans-serif;
	font-size:36px;
	font-weight:800;
	color:#000;
}
.hero-left h1 span {
	font-size:30px;
	font-weight:600;
	display: block;
}
.hero-left a {
	width: 100%;
	padding: 25px 40px;
	box-sizing: border-box;
	background: #896f4c;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	transition: .2s ease-in;
	clip-path: polygon(0% 0%,100% 0%,calc(100% - 60px) 100%,0% 100%);
}
.hero-left a:hover {
	background:#b8a58c;
	color:#000;
}
.hero-right {
	width:49%;
}
.hero-slide {
	width: 100%;
}
.hero-slide img {
	width:100%;
	
}
.hero-slide .slick-dots {
	display: flex;
	gap: 10px;
	padding: 15px 25px 0 0;
	box-sizing: border-box;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	clip-path: polygon(0% 0%,calc(100% - 40px) 0%,100% 100%,0% 100%);
	width: 40%;
	max-width: 400px;
	background: #fff;
	margin: 0;
} 
.hero-slide .slick-dots li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	height: 30px;
	background: #896f4c;
	width: auto;
	flex-grow: 1;
	cursor: pointer;
}
.hero-slide .slick-dots li:last-of-type {
	clip-path: polygon(0% 0%,calc(100% - 26px) 0%,100% 100%,0% 100%);
	flex-grow: 1.5;
}
.hero-slide .slick-dots li.slick-active {
	background:#000;
}
.hero-slide .slick-dots li button {
	display: none!important;
}
.wrap-cat {
	position: relative;
	width: 100%;
	background:#000;
}
.wrap-cat:after {
	content:" ";
	display: block;
	position: absolute;
	background:#000;
	width:40%;
	max-width: 600px;
	right:0;
	top:99.9%;
	height: 82px;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,60px 100%);
}
.wrap-cat-img-1 {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 20vw;
	top: -150px;
	overflow: hidden;
	max-width: 400px;
}
.wrap-cat-img-1 img {
	width:100%;
	height: auto;
	display: block;
	position: relative;
	left:-5%;
}
.wrap-cat .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 20px 100px 11vw;
	position: relative;
	z-index: 3;
	gap:20px 0;
}
.wrap-cat .container-1 .header-text {
	padding-bottom: 20px;
	text-align: right;
	width: 100%;
}
.wrap-cat .container-1 a {
	width: 19.25%;
	background:#fff;
}
.wrap-cat .container-1 a img {
	width: 100%;
	max-height: 320px;
	display: block;
	object-fit: contain;
	object-position: center;
	transition: .2s ease-in;
	height: 18vw;
	min-height: 200px;
}
.wrap-cat .container-1 a h2 {
	display: block;
	width: 100%;
	padding:10px;
	box-sizing: border-box;
	background:#896f4c;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
	font-size:20px ;
	font-weight:400;
	border-top: 4px solid #000;
	transition: .2s ease-in;
}
.wrap-cat .container-1 a:hover img {
	filter:grayscale(100%);
	opacity: 0.8;
}
.wrap-cat .container-1 a:hover h2 {
	background:#000;
}
.wrap-about {
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 96.37%,rgba(255,255,255,0.70) 100%), url("../siteart/home-about-bg-1.jpg");
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 96.37%,rgba(255,255,255,0.70) 100%), url("../siteart/home-about-bg-1.jpg");
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 96.37%,rgba(255,255,255,0.70) 100%), url("../siteart/home-about-bg-1.jpg");
	background-image: linear-gradient(180deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 96.37%,rgba(255,255,255,0.70) 100%), url("../siteart/home-about-bg-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 120px 0 220px 0;
}
.wrap-about h2 {
	font-size: 49px;
	color: #000;
	font-family: "Bevan", serif;
	display: flex;
	flex-direction: column;
	line-height: 1;
	gap: 5px;
	padding-bottom: 20px;
	text-shadow: 0 0 10px rgba(255,255,255,0.7);
}
.wrap-about h2 .med-text {
	font-size:36px;
	font-family: "Bevan", serif;
}
.wrap-about h2 .small-text {
	font-size:20px;
	font-weight:500;
	font-family: "Outfit", sans-serif;
}
.about-cont-1 {
	width: calc(50% + 200px);
	display: flex;
	justify-content: flex-end;
	padding: 40px 40px 40px 20px;
	background: #fff;
	box-sizing: border-box;
}
.about-col-1 {
	width:100%;
	max-width: 990px;
}
.wrap-service {
	width:100%;
	background:#896f4c;
}
.wrap-service .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
  	top: -100px;
	gap:30px 0;
}
.wrap-service .container-1 a {
	display: block;
	width: 49%;
	position: relative;
}
.wrap-service .container-1 a img {
	width:100%;
	height: 100%;
	display: block;
	margin:0 auto;
	left:0;
	top:0;
	position: absolute;
	object-fit: cover;
  	object-position: center;
}
.service-overlay {
	position: relative;
	z-index: 1;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: .2s ease-in;
	height: 28vw;
	width: 100%;
	padding: 80px 20px;
	box-sizing: border-box;
	min-height: 300px;
	max-height: 30vw;
}
.service-overlay h2 {
	font-family: "Outfit", sans-serif;
	color:#fff;
	font-size:35px;
	font-weight:400;
	text-align: center;
	padding-bottom: 15px;
}
.service-overlay h2 span {
	font-weight:800;
}
.service-overlay p {
	font-family: "Outfit", sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-align: center;
	padding-top:15px;
	border-top:2px solid #896f4c;
}
.wrap-service .container-1 a:hover .service-overlay {
	background:rgba(0,0,0,0.8);
}
.wrap-content {
	width:100%;
	display: block;
	padding:100px 0;
}
.wrap-content h1 {
	font-family: "Bevan", serif;
	color:#896f4c;
	font-site: 50px;
}
.wrap-content p {
	padding:10px 0;
}
.wrap-content ul {
	padding: 0 0 0 30px;
}
.wrap-content ul li {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	padding:5px 0;
}
.clickshow {
	display: none;
}
.clickshow.open {
	display: block;
}
.clicktoshow.open {
	display: none;
}
.wrap-header {
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap:20px 0;
	position: relative;
	background: #000;
}
.content-header-info {
	position: relative;
	z-index: 2;
	padding:140px 0;
	box-sizing: border-box;
	width:100%;
	background:rgba(0,0,0,0.5);
}
.content-header-info h1 {
	font-family: "Bevan", serif;
	color:#fff;
	font-size: 50px;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	line-height: 1;
}
.content-header-info p {
	color:#fff;
	font-weight: 20px;
	padding:20px 0;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}
.content-header-info ul {
	padding: 0 0 0 30px;
}
.content-header-info ul li {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	padding:5px 0;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}

.content-header-img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.content-header-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.wrap-info {
	position: relative;
	width: 100%;
	background:#DDCFBC;
	z-index: 2;
	padding:60px 0;
}
.wrap-info.info-black-bg, .wrap-info.info-black-bg:before, .wrap-info.info-black-bg:after {
	background:#000;
	color:#fff;
}

.wrap-info:before {
	content:" ";
	display: block;
	position: absolute;
	background:#DDCFBC;
	width:40%;
	max-width:300px;
	right:0;
	bottom:99.9%;
	height: 60px;
	clip-path: polygon(40px 0%,100% 0%,100% 100%,0% 100%);
	z-index: 1;
}

.wrap-info:after {
	content:" ";
	display: block;
	position: absolute;
	background:#DDCFBC;
	width:40%;
	max-width:300px;
	left:0;
	top:99.9%;
	height: 60px;
	clip-path: polygon(0% 0%,100% 0%,calc(100% - 40px) 100%,0% 100%);
	z-index: 1;
}
.wrap-info p {
	padding:10px 0;
}
.wrap-info ul {
	padding: 0 0 0 30px;
}
.wrap-info ul li {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	padding:5px 0;
}
.site-bottom-bg {
	background-color: #fff;
	background-image: url("../siteart/site-bottom-bt.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.info-block {
	padding:20px!important;
	background:#fff;
	list-style: none;
	margin:0;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px;
}
.info-block img {
	width: 150px;
	max-width: 100%;
	height: 100%;
	max-height:150px; 
	display: block;
	object-fit: contain;
	object-position: center right;
}
.content-table {
	width: 100%;
	display: block;
	overflow: scroll;
}
.content-table tbody {
	width: 100%;
	min-width: 350px;
	border:1px solid #896f4c;
	margin:20px 0;
	box-sizing: border-box;
	padding:0;
	display: block;
	background:#fff;
}
.content-table tr {
	display: flex;
	justify-content: space-between;
}
.content-table tr th {
	width: 70%;
	background:#896f4c;
	color:#fff;
	font-size:20px;
	font-weight: 600;
	padding:10px;
	box-sizing: border-box;
}
.content-table tr th:first-of-type {
	width: 30%;
	border-right: 1px solid #000;
}
.content-table tr td {
	width: 70%;	
	padding:10px;
	box-sizing: border-box;
	color:#000;
	font-size: 18px;
}
.content-table tr td:first-of-type {
	width: 30%;
	border-right: 1px solid #000;
}
.product-img-cont {
	display: flex;
	justify-content: space-between;
	gap:20px 0;
	flex-wrap: wrap;
	align-items: center;
}
.product-img-cont img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 250px;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;

}
.galler-cont-1 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 40px;
	box-sizing: border-box;
	width: 100%;
}
.galler-cont-1 img {
	width:auto;
	max-width: 100%;
	height: 100%;
	max-height: 300px;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: .2s ease-in;
	cursor: pointer;
	flex-grow: 1;
}
.galler-cont-1 img:hover {
	opacity: 0.7;
}


.border-box {
	border: 1px solid #896f4c;
	background: #fff;
	padding:10px;
	box-sizing: border-box;
}



/*===================== 
	Slider styles 
=======================*/

.parts-slider {
	display: flex!important;
	align-items: center;
	gap: 20px;
	padding:20px 0;
}
.parts-slider .slick-track {
	display: flex!important;
	align-items: stretch;
}
.parts-slider .slick-slide {
	background: #fff;
	margin: 0 10px;
	padding: 10px;
	height: auto;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}
.parts-slider .slick-prev, .parts-slider .slick-next {
	height: 30px;
	padding: 5px;
	background:#896f4c;
	color: #fff;
	transition: .2s ease-in;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.parts-slider .slick-prev:hover, .parts-slider .slick-next:hover {
	opacity: 0.7;
}
.parts-slider img {
	width: 100%;
	max-width: 200px;
	height: auto;
	max-height: 150px;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.parts-slider p {
	font-size: 12px!important;
	text-align: center!important;
	padding-top:5px;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-container {
	background:#896f4c;
	padding:20px;
	box-sizing: border-box;
	position: relative;
}
.form-container:after {
	content:" ";
	display: block;
	position: absolute;
	background:#896f4c;
	width:40%;
	max-width:300px;
	right:0;
	top:99.9%;
	height: 60px;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,40px 100%);
	z-index: 1;
}
.form-container h2 {
	padding-bottom: 10px;
	color:#fff;
}
.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 {
	color:#fff;
	padding:10px 0 5px 0;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}
.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:0px;
    color:#000; 
	font-family: "Outfit", 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: 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 {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
    outline:none;
    border:0px;
	font-family: "Outfit", sans-serif;
}
.form-info-cont button {
	margin: 0 auto;
	display: block;
}

.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
}


.container-1 {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.container-2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.container-inv {
	padding:90px 0 40px 0;
	box-sizing: border-box;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap:40px 0;
}
.flex-cont-center-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:40px 0;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.flex-cont-3 {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.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%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 75%;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#000;
	padding:80px 0;
}
footer .container-1 {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: space-between;
	align-items: center;
}
.foot-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	justify-content: space-between;
	gap:20px;
}
.foot-nav-col-1 p {
	font-size:20px;
	font-weight:700;
	color:#896f4c;
	padding-bottom:20px; 
}
.foot-nav-col-1 ul {
	padding:0;
	margin:0;
}
.foot-nav-col-1 ul li {
	padding:3px;
	margin:0;
	list-style: none;
}
.foot-nav-col-1 ul li a {
	color:#fff;
	font-size:16px;
	font-weight:400;
	transition: .2s ease-in;
}
.foot-nav-col-1 ul li a:hover {
	color:#b8a58c;
}
.foot-logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:30px;
	width: 100%;
	max-width: 265px;
}
.foot-logo img {
	width:auto;
	max-width: 100%;
	height: auto;
	display:block;
	margin:0 auto;
}


/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1300px) {
	nav.primary ul {
		gap:0;
	}
	nav.primary {
  		padding:15px 10px;
	}
	nav.primary ul li a {
		font-size: 1.2vw;
		padding: 10px .7vw;
	}
}

@media screen and (max-width: 1250px) {
	.hero-left h1 {
		font-size:2.4vw;
	}
	.hero-left h1 span {
		font-size:2vw;
	}
}

@media screen and (max-width: 1050px) {
	.wrap-cat .container-1 {
	  padding: 60px 20px 100px 20px;
	}
	.wrap-cat .container-1 a {
	  width: 49%;
	}
	.col-1-4 {
		width: .49%;
	}
	
}

@media screen and (max-width: 960px) {

	.col-1-2, .col-2-3, .col-1-3 {
		width: 100%;
	}
	.head-logo-1 {
		width: calc(75vw - 70px);
		max-width: 220px;
		padding: 10px 40px 10px 10px;
	}
	
	.header-right {
  		width: 100%;
  		padding: 0 20px 0 0;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    
	#menu-button{ 
		display: block;
		padding:10px;
	}
	
    .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:#896f4c;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 2px;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#896f4c;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 2px;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#896f4c;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 2px;
    }

    .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;
		max-height: 90vh;
		background:#896f4c;
		z-index: 100; 
		overflow:auto;
		padding-top:60px;
	}
	

	/* 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;
		font-size:16px;
		text-align: center;
		padding: 20px;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background:#b8a58c;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #000;
		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:#DDCFBC;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #000;
		text-decoration: none;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	

	.wrap-hero .container-1 {
		padding:0px;
	}
	.hero-left {
		width: 100%;
		order:2;
		padding:40px 20px 150px 20px;
	}
	.wrap-cat-img-1 {
	  width: 100%;
	  max-width: 180px;
	}
	.hero-slide img {
		width: 100%;
		height: auto;
		max-height: 500px;
		object-fit: cover;
		object-position: center;
	}
	.hero-right {
		width: 100%;
		order:1;
		box-sizing: border-box;
	}
	.hero-left h1 {
		font-size:3.2vw;
	}
	.hero-left h1 span {
		font-size:4vw;
	}
	.hero-slide .slick-dots {
		width: 70%;
	}
	.about-cont-1 {
		width: calc(100% - 40px);
		padding: 40px 20px;
	}
	.wrap-service .container-1 a {
		width: 100%;
	}
	.content-header-info h1, .wrap-content h1 {
		font-size: 30px;
	}

}
@media screen and (max-width: 600px) {
	.hero-left a {
		padding: 15px 25px;
		font-size: 16px;
	}
	.hero-left h1 {
		font-size:20px;
	}
	.hero-left h1 span {
		font-size:17px;
	}
	.header-text {
	  font-size: 30px;
	}
	.foot-nav {
		display: none;
	}
	.foot-logo {
		margin: 0 auto;
	}
	.content-header-info {
	  padding: 80px 0;
	}
	
}
@media screen and (max-width: 540px) {
	.head-ico-link {
		display: none;
	}
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.content-header-info ul li, .wrap-info ul li {
	  font-size: 16px;
	}
	.header-text {
	  font-size: 24px;
	}
	.hero-slide .slick-dots {
		width: 70%;
		padding: 15px 25px 0 10px;
	}
	.hero-slide .slick-dots li {
		height: 20px;
	}
	.hero-slide .slick-dots li:last-of-type {
	  clip-path: polygon(0% 0%,calc(100% - 22px) 0%,100% 100%,0% 100%);
	}
	.wrap-cat .container-1 a h2 {
		font-size: 16px;
	}
	.wrap-about h2 {
		font-size: 36px;
	}
	.wrap-about h2 .med-text {
		font-size:26px;
	}
	.wrap-about h2 .small-text {
		font-size:18px;
	}
	.wrap-cat::after {
		height: 50px;
		clip-path: polygon(0% 0%,100% 0%,100% 100%,40px 100%);
	}
	.wrap-about {
		  padding:60px 0 220px 0;
		}
	.service-overlay h2 {
		font-size:25px;
	}
	.service-overlay p {
		font-size:15px;
	}
	
	
}
@media screen and (max-width: 300px) {
	.content-table tr td, .content-table tr th {
	  font-size: 12px;
	}
}

