@media (prefers-color-scheme: light) {
	:root {
		--color: #fff;
		--title: #fff;
		--background: #b9b9b9;
		--hover: #894e00;
		--hover2: #8a6d3b;
		--hover3: #3c3c3c;
	}
}
@media (prefers-color-scheme: dark) {
	:root {
		--color: #d4d4d4;
		--title: #fff;
		--background: #262626;
		--hover: #894e00;
		--hover2: #8a6d3b;
		--hover3: #3c3c3c;
	}
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px var(--hover3);
	background: var(--background);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--hover);
    border-radius: 10px;
}

body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: var(--color);
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: var(--title);
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: var(--title);
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--title);
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a{
	color: var(--color);
}
a:hover, a:focus {
	text-decoration: none;
	color: var(--hover);
}
ul, ol {
	list-style: none;
	padding: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: var(--hover);
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Top Button */
.to_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1049 !important;
	background-color: var(--background);
	color: var(--color);
	padding: 10px;
	height: 40px;
    width: 40px;
    text-align: center;
	transition: all 0.5s;
	box-shadow: 0px 0px 4px 2px #ffffff69;
}
.to_top:hover {
	color: var(--hover2);
}

.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: var(--hover);
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: var(--hover2);
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro img {
	position: absolute;
	top: 3%;
	right: 5%;
	width: 14em;
	height: 14em;
}
.intro h1 {
	font-size: 6em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro p {
	font-size: 32px;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 160px;
	padding-bottom: 200px;
	text-align: center;
}
/* About Section */
#about {
	padding: 120px 0;
	background: var(--background);
	color: var(--color);
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Menu Section */
#services {
	padding: 0 0 60px 0;
	background: var(--background);
	color: var(--color);
}
#services .section-title {
	background: #444 url(../img/menu-bg.webp) center center no-repeat fixed;
	background-size: cover;
}
#services .section-title h2 {
	color: #fff;
}
#services img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
#services h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#services .menu-section hr {
	margin: 0 auto;
}
#services .menu-section {
	margin: 0 20px 80px;
}
#services .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 500;
	color: var(--title);
	margin: 20px 0;
	text-align: center;
}
#services .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#services .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	border-bottom: 2px dotted #6b6b6b;
}
#services .menu-item-description {
	font-style: italic;
	font-size: 15px;
}
#services .menu-item-price {
	float: right;
	font-weight: 600;
	margin-top: -26px;
}
#servicestable th {
	font-size: 24px;
}
#services table td {
	font-size: 18px;
	line-height: 3;
}
#services .table-striped>tbody>tr:nth-of-type(odd) {
	background: var(--hover3);
}

/* Portfolio Section */
#projects {
	padding: 0 0 120px 0;
	background: var(--background);
	color: var(--color);
}
#projects .section-title {
	background: #444 url(../img/gallery-bg.webp) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#projects .section-title h2 {
	color: #fff;
}
#projects .d-check {
	display: none;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	font-weight: 500;
	font-size: 14px;
	padding: 12px 24px;
	background: var(--hover);
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active,
ol.type li a:hover {
	color: #fff;
	background-color: var(--hover2);
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4,
.hover-bg .hover-text>p {
	color: #fff;
	position: relative;
	top: 20%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform:  translate(-50%, -50%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg .hover-text>p {
	top: 36%;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.ekko-lightbox-container {
	height: -webkit-fill-available !important;
}
.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ekko-lightbox-nav-overlay a {
    display: inline-block;
    width: 50%;
    height: 100%;
}
.ekko-lightbox-nav-overlay a span {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 30px;
}
.ekko-lightbox-nav-overlay a:last-child span  {
	right: 30px;
	left: unset;
}
/* Sell Section */
#sell {
	padding: 0 0 120px 0;
	background: var(--background);
	color: var(--color);
}
#sell .section-title {
	background: #444 url(../img/sell-bg.webp) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#sell .section-title h2 {
	color: #fff;
}
#sell .d-check {
	display: none;
}
/* Team Section */
#feedback {
	color: #fff;
	background: #444 url(../img/team-bg.webp) center top no-repeat fixed;
	background-size: cover;
}
#feedback .overlay {
	padding: 120px 0 80px 0;
	background: rgba(0, 0, 0, 0.6);
}
#feedback h2, #feedback p {
	color: #fff;
}
#feedback h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
#feedback img {
	width: 280px;
}
#feedback .thumbnail {
	background: transparent;
	border: 0;
}
#feedback .thumbnail .feedback-img {
	display: inline-block;
	position: relative;
}
#feedback .thumbnail .feedback-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#feedback .thumbnail .caption {
	padding-top: 10px;
}
#feedback .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
}
/* Feedback Section */
#google-reviews {
    display: inline-flex;
    flex-wrap: wrap;
}

.review-item {
    border: solid 0.5px #fff;
    margin: 10px;
    padding: 1em;
}

.review-meta,
.review-stars {
    text-align: center;
    font-size: 115%;
}

.review-author {
    text-transform: capitalize;
    font-weight: bold;
    will-change: transform
}

.review-date {
    opacity: .6;
    will-change: opacity;
    display: block;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 32em;
    margin: auto;
}

.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}

.review-stars ul li i {
    color: #ffd900;
    font-size: 1.4em;
    font-style: normal;
}

.review-stars ul li i.inactive {
    color: #fff;
}
.star:after {
    content: "\2605";
}
/* Footer Section*/
#footer {
	background: var(--background);
	padding: 50px 0 0 0;
}
#footer h3 {
	color: var(--hover);
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .container {
	display: inline;
	padding-bottom: 150px
}
#footer .copyrights {
	padding: 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--hover2)+0,894e00+50 */
	background: rgb(119,153,54); /* Old browsers */
	background: -moz-linear-gradient(top, var(--hover) 0%, var(--hover2) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, var(--hover) 0%, var(--hover2) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, var(--hover) 0%, var(--hover2) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hover2)', endColorstr='var(--hover)', GradientType=0 ); /* IE6-9 */
	height: 150px;
    position: fixed;
    left: 0;
    bottom: 0 !important;
    width: 100%;
    z-index: -1;
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
