* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
}
ul {
	list-style: none;
}
p {
	color: #6f4f28;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
.primary-button a {
	display: inline-block;
	background-color: #8b5e3c;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.primary-button a:hover {
	background-color: #6f4f28;
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #6f4f28; 
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #6f4f28;
	color: #fff;
}
.typewriter .typewrite .wrap {
	color: #6f4f28;
	text-align: center;
	/* font-size: 60px; */
	/* font-weight: bolder; */
	/* padding: 100px 0px;
	overflow: hidden;
	border-right: .15em solid #6f4f28;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing:  .15em; */

}

.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #6f4f28; 
}
.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #6f4f28;
	margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #f9f4f0!important;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 1px;
	position: relative; 
    transition: color 0.3s, background-color 0.3s, transform 0.3s;; 
}
/* Hover Effect */
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a {
    color: #6f4f28;
    background-color: #f8f8f8;
	transform: scale(1.1);
}
/* Underline Effect */
.navbar-nav>li>a::after {
    content: "";
    display: block;
    height: 2px;
    background: #f9f4f0; /* Underline color */
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 0;
    transition: width 0.3s;
}
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after {
    width: 100%;
	background: #6f4f28; 
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
	color: #6f4f28;
    background-color: #f8f8f8;
}

.navbar-nav li.active a,
.navbar-nav li.active a:hover {
  color: #6f4f28; 
}

.navbar-nav>li {
	margin-left: 45px;
	transition: transform 0.3s;
}
/* Mobile Specific Styles */
@media (max-width: 767px) {
    .navbar-nav>li>a::after {
        bottom: 10px;
		left: 50%;
        transform: translateX(-50%);
    }
	.navbar-nav>li>a:focus::after {
		width: 30px;
	}
	.navbar-header {
        text-align: center;
    }
}
.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
	color: #6f4f28!important;
}
.header.active .navbar-text{
	font-size: 3rem;
    font-weight: bold;
    color: #6f4f28; 
}
.header.active {
    background-color:  rgba(224, 207, 189, 0.98); /*beige */
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand .logo{
	margin-top: 10%;
	margin-right: 10px;
	padding-bottom: 5px;
	background-image: url(../img/white_logo_1.png);
	display: inline-block;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
}
.header.active .navbar-brand .logo{
	margin-top: 5px;
	background-image: url(../img/black_logo_1.png);
	display: inline-block;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}
.navbar-header .navbar-text {
	margin-top: 20px;
    font-size: 3rem;
    font-weight: bold;
    color: #f9f4f0; 
}
#main-nav {
	background-color: transparent;
	background-image: none!important;
}
.header .navbar-brand {
    font-weight: 900;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #8b5e3c;
    background-color: #8b5e3c;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #8b5e3c;
}
bootstrap.min.css:5

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 10;
		width: auto;
    }
    .navbar-nav {
        float: right;
		width: auto;
    }

}
@media (max-width: 768px) {
    .navbar-brand .logo {
        width: 70px;
        height: 70px;
    }

	.header .navbar-text {	
		float: left;
		margin-top: 18px;
		font-size: 1.6rem; 

	}
	.header.active .navbar-text {
		font-size: 1.6rem;
	} 

}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}



/* HERO SLIDER */

.slide-caption {
	color: #fff;
}

.slide-caption span {
	font-size: 14px;
	text-transform: uppercase;
}

.slide-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
}


/* WHAT WE DO */

#about {
	background-color: #fae3d1;
	padding: 80px 0px;
}

#about .section-heading {
	margin-bottom: 60px;
}

.service-item {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
}

.service-item:hover {
	background-color: #8b5e3c;
}

.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.service-item:hover h4 {
	color: #fff;
}

.service-item:hover p {
	color: #fff;
}

.first-service .icon {
	background-image: url(../img/first-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
    filter: sepia(1) saturate(5) hue-rotate(-20deg) brightness(0.9);
}

.first-service:hover .icon {
	background-image: url(../img/first-service-white.png);
}

.second-service .icon {
	background-image: url(../img/second-service-main.png);
	height: 32px;
	width: 22px;
	display: inline-block;
	filter: sepia(1) saturate(5) hue-rotate(-20deg) brightness(0.9);

}

.second-service:hover .icon {
	background-image: url(../img/second-service-white.png);
}

.third-service .icon {
	background-image: url(../img/third-service-main.png);
	height: 25px;
	width: 22px;
	display: inline-block;
	filter: sepia(1) saturate(5) hue-rotate(-20deg) brightness(0.9);

}

.third-service:hover .icon {
	filter: grayscale(100%) brightness(100%) contrast(100%) sepia(100%);
	background-image: url(../img/third-service-white.png);
}

.fourth-service .icon {
	background-image: url(../img/fourth-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
	filter: sepia(1) saturate(5) hue-rotate(-20deg) brightness(0.9);

}

.fourth-service:hover .icon {
	background-image: url(../img/fourth-service-white.png);
}


#what-we-do {
	background-image: url(../img/what_we_do_bg_1.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}


/* stack images */
.image-container {
    position: relative;
    width: 100%;
    height: 400px;
	overflow: visible;
	perspective: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-item {
    position: absolute;
    width: 80%;
	max-width: 300px;
    height: auto;
    border: 5px solid #fff; 
    transition: transform 0.3s ease, z-index 0.3s ease, filter 0.3s ease; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    background-color: rgba(255, 255, 255, 0.1);
	margin: 0 auto;
}

.image-item img {
    width: 100%;
	height: auto; 
    display: block;

}

.image-1 {
    z-index: 3; 
	top: 30%;
    left: 50%;
	filter: none;
}

.image-2 {
    z-index: 2;
	top: 20%;
    left: 30%;
	filter: grayscale(100%);
}

.image-3 {
    z-index: 1;
	top: 10%;
    left: 10%;
	filter: grayscale(100%);
}

.image-container:hover .image-item {
    filter: none;
}
.image-item:hover {
    z-index: 4;
    transform: scale(1.1);
	filter: none;
}
.image-container:hover .image-item:not(:hover) {
    filter: grayscale(100%);
    transform: scale(1);
}


/* PORTFOLIO */

#portfolio {
	text-align: center;
}
.projects-holder {
    overflow: hidden;
	position: relative;
}

.projects-holder .mix {
  display: none;
}

.filter-categories {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 10px;
  display: inline-block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #6f4f28;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.filter-categories ul li.active span {
  color: #6f4f28;
  font-weight:bold;
}

.project-item {
	display: block;
	margin-top: 30px;
	opacity: 0;
	height: 250px;
	position: relative;
	overflow: hidden;
	transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.project-item.show {
    opacity: 1;
    transform: scale(1);
}
.project-item.hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
	pointer-events: none;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: flex;
	perspective: 1000px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.project-item .thumb .image {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
}

.project-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* overflow: hidden;   */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.project-item .hover-effect {
	position: absolute;
	background-color: rgba(111, 79, 40, 0.95);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* bottom: 0; */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	display: flex;
	justify-content: center;
	align-items: center;

}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 35%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #f9f4f0;
	line-height: 46px;
	color: #6f4f28;
	border-radius: 50%;
	font-size: 18px;
	transition: background-color 0.3s ease, color 0.3s ease;

}

.project-item .hover-effect i:hover {
	background-color: #6f4f28;
	color: #f9f4f0;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}

/* BLOG */

#blog {
	background-image: url(../img/blog_bg_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#blog .section-heading  {
	margin-bottom: 60px;
}

#blog .section-heading h4 {
	color: #f9f4f0;
}

#blog .section-heading .line-dec {
	background-color: #fff;
}

#blog .pop, .pop2, .pop3 {
	background-color: #fff;
}
#blog .row{
	display: flex;
    flex-wrap: wrap;
    margin: -15px
}
#blog .col-md-6 {
	padding: 15px;
	}

.blog-item {
	display: flex;
    flex-direction: column;
    height: 100%;
	cursor: pointer;
	margin-bottom: 30px;
}

.blog-item img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.blog-item .thumb {
	flex: 1;
	position: relative;
}

.blog-item .text-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 12px 20px;
}

.blog-item .text-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	margin: 0;
}

.blog-item .text-content span {
	font-size: 12px;
	color: #fff;
}

.blog-item .text-content em {
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
}

.pop, .pop2, .pop3 {
	z-index: 9999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    top:25%;
    left:10.3%;
    width:80%;
    height: auto;
    box-shadow: 0px 0px 25px #7a7a7a;
}

.pop span, .pop2 span, .pop3 span {
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #6f4f28;
}

.pop span:hover, .pop2 span:hover, .pop3 span:hover {
	background-color: rgba(111, 79, 40, 0.70);
	transition: all 0.5s;
}



/* FUN FACTS */

#fun-facts {
	padding: 100px 0px;
	background-color: #fae3d1;
	text-align: center;
}

#fun-facts .fact-item {
	background-color: #f4f4f4;
	padding: 30px;
	text-align: center;
	/* display: flex; */
    justify-content: center;
}
#fun-facts .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fact-item .counter {
	font-size: 24px;
	font-weight: 700;
	color: #6f4f28;
}

.fact-item span {
	display: inline-block;
	margin-top: 10px;
	font-style: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

/* maps */
.map iframe {
	width: 100%;
	height: 400px;
	border: 0;
	padding-left: 15px;
	padding-top: 15px;
}

/* locate us */
.contact-location h4{
    text-align: center; 
    margin-top: 20px; 
}

.contact-location a {
    display: inline-block; 
    padding: 10px 20px; 
    background-color: #6f4f28; 
    color: #f9f4f0;
    text-decoration: none; 
    font-size: 16px; 
    font-weight: bold; 
    border-radius: 5px; 
    transition: background-color 0.3s, transform 0.3s;
}

.contact-location a:hover,
.contact-location a:focus {
    background-color: #8b6d4c; 
    transform: scale(1.05); 
}

.contact-location a:active {
    background-color: #5a3c1e; 
	transform: scale(1);
}


/* CONTACT US */
.thank-you-message {
    background-color: #6f4f28; 
    color: white; /* White text color */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    text-align: center; /* Center the text */
    margin-top: 20px; /* Space above the message */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.thank-you-message h2 {
    margin: 0; /* Remove default margin */
    font-size: 24px; /* Larger font size for the heading */
}

.thank-you-message p {
    margin: 10px 0 0; /* Margin for the paragraph */
    font-size: 16px; /* Font size for the paragraph */
	color: white;
}
/* 
/* contact form body */
.contact-section {
	padding: 60px 0;
}
.contact-section .form-control,
/* .contact-section .btn {
	border-radius: 0;
} */
/* .contact-number .bbtn-primary {
	padding-left: 20px;

} */

.contact-section .bbtn-primary {
    background-color: #8b5e3c; /* Default color */
    color: white;
    border: none;
    padding: 12px 18px;
    font-size: 16px; /* Adjust as needed */
    border-radius: 20px; /* Rounded corners */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}
.contact-section .bbtn-primary:hover {
    background-color: #928072; /* Hover color */
    transform: translateY(-4px);
}
.contact-section .bbtn-primary {
	background-color: #2c3e50;
	border-color: #2c3e50;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.contact-section .map {
	height: 100%;
	min-height: 400px;
}
.contact-section .form-group label {
	color: white;
	text-align: left;
}
.contact-section h4 {
	color: white;
}
.contact-number {
	text-align: center;
	color: black;
	font-weight: bold;
	margin-bottom: 60px;
	margin-top: 15px;
}
.contact-section .contact-number .phone {
	color: white;
}
.copy-btn {
    position: relative; /* Allows adjustments using 'left' or 'margin-left' */
    margin-left: 20px; /* Adjust this value as needed */
}
.contact-section .bbtn-primary.copy-btn {
    background-color: #8b5e3c; /* Override default color if needed */
    border-color: #8b5e3c;
}
/* submit button */
.contact-form button {
	background-color: #6f4f28;
	color: #f9f4f0;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	transition: background-color 0.3s, transform 0.3s;
}

.contact-form button:hover {
	background-color: #6f4f28;
	transform: translateY(-2px);
}

#contact .section-heading h4 {
	color: #f9f4f0;
}

#contact .section-heading .line-dec {
	background-color: #f9f4f0;
}

#contact .section-heading {
	margin-bottom: 60px;
}

#contact {
	background-image: url(../img/contact_bg_1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}

#contact .map img {
	width: 100%;
	overflow: hidden;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #f9f4f0;
	background-color: rgba(111, 79, 40, 0.1);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.1);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
	resize: none;
}

#contact button {
	display: inline-block;
	background-color: #6f4f28;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	color: #fff;
	background-color: #8b6d4c; 
    transform: scale(1.05); 
}

.contact-location a:active {
    background-color: #5a3c1e; 
	transform: scale(1);
}

#contact .btn {
    background-color: #6f4f28;
}

#contact .btn:hover {
    background-color: #f9f4f0;
	transition: background-color 0.3s, transform 0.3s;
}

/* FOOTER */

footer {
	background-color: #fae3d1;
	padding: 20px;
}

footer p {
	font-size: 12px;
	color: #6f4f28;
	margin-bottom: 0px;
	margin-top: 20px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #6f4f28;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #6f4f28;
	color: #f9f4f0;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #202628;
	background-color: rgba(111, 79, 40, 0.70);
	transition: all 0.5s;
}




/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #6f4f28;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 20;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 20;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #6f4f28;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* RESPONSIVE */

@media (max-width: 1024px){
	#main-nav {
		border-color: rgba(111, 79, 40, 0.5);
		margin-top: 16px;
		background-color: rgba(111, 79, 40, 0.5);
		padding-right: 45%;
		position: relative;
        z-index: 1000; 
		text-align: center;
		align-items: center;

	}
	.header.active .navbar-nav>li>a {
		color: #f9f4f0!important;
		text-align: center;
		position: relative;
		
	}
	.navbar-nav {
		/* display: none; */
		float: right;
		width: auto;
		padding: 0px;
		margin-top: 0px;
		.navbar-toggle {
			display: block; /* Show the toggle button */
		}

	.navbar-collapse.collapse.in {
		display: flex !important; /* Show nav items when toggled */
		flex-direction: column;
		width: 100%;
	}

	.navbar-collapse .nav {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.navbar-collapse .nav > li {
		margin: 10px 0; /* Space out nav items */
	}

	.navbar-collapse .nav > li > a {
		font-size: 1.2rem; /* Adjust font size if needed */
	}
	}
	.navbar-nav>li {
		margin-left: 0px;
		/* border-bottom: 1px solid #d8c5a7; */
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: #f9f4f0!important; /* Light beige */
		font-size: 16px;
	}
	.navbar-toggler {
        background-color: #6f4f28;
        border: none; 
        font-size: 24px; 
        color: #fff;
    }

    .navbar-toggler-icon {
        background-image: url('path-to-your-icon.png'); /* Ensure correct path */
        background-size: 30px 30px; /* Adjust size if needed */
        background-repeat: no-repeat;
    }

	/* stack images */
	.image-item {
        width: 80%; 
    } 
	 .image-1, .image-2, .image-3 {
		width: 50%; 
	}
	
	.image-1 {
		z-index: 1;
		top: 30%;
        left: auto;
		filter: none;
	}
	
	.image-2 {
		z-index: 2;
		top: 20%;
        left: auto;
		filter: grayscale(100%);
	}
	
	.image-3 {
		z-index: 3;
		top: 0;
        left: auto;
		filter: grayscale(100%);
	} 
	.map iframe {
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
		border: 0;
		/* padding-left: 15px; */
		padding-top: 15px;
	}
 }

@media (max-width: 576px) {
    .image-item {
        width: 100%;
    } 
} 

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
}


@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
		margin-bottom: 30px;
	}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.fact-item {
		margin-bottom: 15px;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}