html {
	overflow-x: hidden;
}


a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: #0d6efd;
	;
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;

}

p:last-child {
	margin-bottom: 0;
}






body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Lato", sans-serif;
	overflow-x: hidden;
}



/* ===================================================================================*/
/* =================header-section==================================================== */

.main-nav {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.logo {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 111px;
}

.logo img {
	width: 100%;
}




.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
  margin: 0px 0px;
  padding: 10px 0px;
  width: 100%;
  height: auto;
  background: #040404;
  transition: all 0.1s ease 0s;
  z-index: 999;
}

.main-nav.scroll {
	background-color: #040404;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

/*.main-nav.scroll .logo {*/
/*	width: 125px;*/
/*}*/



.main-nav.scroll .header-right {
	margin-top: 0px;
}











.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;

}

.stellarnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;

}

.stellarnav>ul>li>a {
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}

.stellarnav>ul>li>a.last {
	padding-right: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #994b14;
}

.stellarnav>ul>li>a.active {
    color: #994b14 !important;
    font-weight: 700;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 375px;
	padding: 15px 0px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 16px;
	padding: 14px 16px;
	color: #000000;
	font-weight: 500;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #1C89D3;
	color: #fff;
}

.main-nav .stellarnav li li a.active {
	background: #1C89D3;
	color: #fff;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


/*.quote {*/
/*	width: 28%;*/
/*	padding: 0px;*/
/*	margin: 7px 0px;*/
/*}*/

.loginbtn {
	margin: 0px;
	background: #8b4513;
	border-radius: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 500;
	position: relative;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	width: 100%;
	border: 2px solid #8b4513;
}

.loginbtn:hover {
	background: #fff;
	color: #8b4513;
	border: 2px solid #fff;
}










/* ======================================================================================= */


.banner-text-section {
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: center;
  min-height: 700px;
  position: relative;
}
.banner-text-section .overlay {
position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: rgba(7, 7, 9, 0.86);
  z-index: 9;
}
.bannerimg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
    }
.bannerimg img {
	width: 100%;
	height: 100%;
    }
.bannertext{
   position: absolute;
  top: 28%;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
   }
.bannertext p {
    margin: 0px 0px 27px 0px;
    padding: 0px 0px;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
}

.bannertext h1 {
    margin: 0px 0px 22px 0px;
    padding: 0px 0px;
    font-size: 5rem;
    font-family: "Great Vibes", cursive;
    font-weight: 500;
    color: #994b14;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cta-button {
    display: inline-block;
    background-color: #8b4513;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .cta-button:hover {
    background-color: #fff;
    color: #8b4513;
  }

/* ========================header-section-end============================================= */


/* ========================banner-section-start============================================*/


.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 99;
}

.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	display: block;
}

.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 28px;
	text-align: center;
	width: 100%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #EEEEEE !important;
	border: #EEEEEE 1px solid !important;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 4px;
	background: #ffffff;
	border: #ffffff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.banner-section .owl-nav .owl-prev {
	background: transparent;
	top: 50%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 50%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
}



/* ========================banner-section-end============================================*/


/* ========================categories-section-end============================================*/


.categories-section {
	margin: 80px 0px;
	padding: 0px;
}

.categories-box {
	padding: 0px;
	background: #000;
	position: relative;
	border-radius: 10px;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.categories-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.categories-box:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}


.categories-butn {
	margin: 0px;
	background: transparent;
	border-radius: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 500;
	position: absolute;
	font-size: 18px;
	text-align: center;
	padding: 15px 20px;
	width: 45%;
	border: 2px solid #fff;
	top: 50%;
	left: 0%;
	right: 0%;
	margin: 0px auto;
	text-transform: uppercase;
}


.categories-butn:hover {
	background: #000;
	color: #fff;
}







/* ========================banner-section-end============================================*/





/* ========================about-section-start============================================*/

.about-section-page {
  margin: 0px 0px;
  padding: 75px 0px;
  background: #000;
  }

.about-section-left {
	padding: 1% 6% 0% 0%;
	margin: 0px;
}

.about-section-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.about-section-right {
	padding: 0px;
	margin: 0px;

}

.about-section-right h2 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px;
  font-size: 3rem;
  color: #994b14;
  font-family: "Great Vibes", cursive;
  font-weight: normal;
  text-align: center;
}

.about-section-right p {
  margin: 0px 0px 27px 0px;
  padding: 0px 14%;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}


.about-section-right .loginbtn {
	width: 30%;
	margin-top: 40px;
}

/* ========================about-section-end============================================*/



/* ========================booking-section-start============================================*/

.about-section {
	margin: 0px 0px;
	padding: 75px 0px;
	background: #000;
}


.booking-section {
	margin: 0px 0px;
	padding: 30px 0px;
	background: #000;
	position: relative;
	width: 100%;
}


.booking-sectionbg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.booking-section-inner {
	position: relative;

	width: 100%;
	height: 120px;

	overflow: hidden;
	margin: 7% 0%;
}

.booking-section h2 {
  color: #b9550e;
  font-size: 53px;
  font-weight: normal;
  line-height: 67px;
  text-align: center;
  letter-spacing: 3.2px;
  font-family: "Great Vibes", cursive;
}


.booking-section .book-now {
	position: absolute;
	margin: 0px;
	background: transparent;
	border-radius: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	padding: 15px 20px;
	width: 15%;
	border: 2px solid #fff;
	top: 40%;
	left: 0%;


}

.booking-section .book-now:hover {
	background: #fff;
	color: #000;
}



/* ========================booking-section-end========================================*/



/* =========================================ourclientssay-section-start================*/



.ourclientssay-section {
	margin: 0px 0px;
	padding: 80px 0px;
	background: #000;
	width: 100%;

}


.ourclientssay-section h2 {
font-size: 3rem;
  margin-bottom: 2rem;
  font-family: "Great Vibes", cursive;
  color: #994b14;
  font-weight: normal;
  text-align: center;

}

.ourclientssay-section .ti-widget.ti-goog .ti-review-item > .ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background-color: #f4f4f429 !important;
    color: #fff;
    border-radius: 12px !important;
   }
.ti-widget.ti-goog .ti-widget-container .ti-name {
	color: #fff !important;
    }
.ti-widget.ti-goog .ti-widget-container .ti-date {
	color: #fff !important;
    }
.ti-widget.ti-goog .ti-read-more span {
	color: #fff !important;
}


.ourclientssay-section-right {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;

}


.ourclientssay-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}









.ourclientssay-section-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	height: auto;
	margin: 0px 0px;
	padding: 23px 0px;
}

.qut {

	width: 7%;

	padding: 0px;
	margin: -8px 0px 0px 0px;
}

.client-say {

	width: 100%;

	padding: 0px;
	margin: 0px;
	position: relative;
}

.client-say p {
	color: #565656;
	font-size: 18px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: 500;
}

.client-detalis {
	display: flex;
	gap: 10px;
	justify-content: start;
	margin: 30px 70px 0px;
}

.client-detalis-img {

	object-fit: cover;
}

.client-detalis-text {
	padding: 0px;
	margin: 0px;

	padding: 38px 20px;
}

.client-detalis-text h6 {
	color: #0A0A0A;
	font-size: 26px;
	font-weight: 600;
}

.client-detalis-text h6 span {
	font-weight: 400;
	color: #9A9A9A;
}

.client-detalis-img {
	object-fit: cover;
	width: 14%;
}



.ourclientssay-section .owl-nav {
	position: absolute;
	left: 10%;
}

.ourclientssay-section .owl-nav .owl-prev {
	right: 20px;
	position: relative;
}

.ourclientssay-section img {
	width: 100%;
}

/* ==================================================================================================================== */


/* ============================================map-section-start=========================================================*/

.map-section {
	width: 100%;
	height: 400px;
	padding: 0px;
	margin: 0px;
}




/* ==================================================map-section-end=======================================================*/



/* ==================================================follow-section-start=======================================================*/


.follow-section {
	padding: 80px 0px;
	margin: 0px;
	text-align: center;
	background: #000;
}

.follow-section h4 {
    font-family: "Great Vibes", cursive;
    color: #994b14;
	font-size: 30px;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 2.4px;
}

.follow-section p {
  color: #994b14;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "Great Vibes", cursive;
  }
.follow-section p span a {
	color:#994b14;
}
.followUs-carousel {
	margin: 60px 0px 0px;
}

.followUs-box {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}



.followUs-carousel .owl-nav {
	display: none;
}




/* ==================================================follow-section-end=======================================================*/




/*================================================ 
footer CSS
=================================================*/


.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #773b2d;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}


.footer {
	margin: 0px 0px;
	padding: 65px 0px 0px 0px;
	position: relative;
	background: #282828;
	width: 100%;
	overflow: hidden;
}


.footer-logo-area {
	margin: 0px auto;
	padding: 0px;
	width: 158px;
	display: block;
}

.footer-logo-area img {
	width: 100%;
	object-fit: cover;
}

.footer-social-icons {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	border: 0px;
}



.footer-links h3 {
  padding: 0px;
  margin: 0px 0px 12px 0px;
  font-family: "Great Vibes", cursive;
  color: #994b14;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.92px;
}

.footer-links p {
color: #fff;
  letter-spacing: 0px;
  font-size: 18px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
}


.footer-links p a {
	color: #fff;
	font-size: 18px;
}

.footer-links p a:hover {
	color: #994b14;
}




.gettouch p {
	color: #4A4A4A;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.gettouch p a {
	color: #4A4A4A;
	font-size: 16px;
	width: 100%;
	;
	text-decoration: none;
}

.gettouch p a:hover {
	color: #1863DC;
	text-decoration: none;
}

.gettouch p span {
	width: 30px;
	float: left;
	height: 26px;
	color: #3DCCAF;
	font-size: 18px;
}

.gettouch p span .fa img {
	width: 82%;
}


.footer-topsocial {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 20px 0px;
}

.footer-topsocial a {
	width: 45px;
	height: 45px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	padding: 8px;
	transition-duration: .5s;
	transform: rotateX(0deg);
	margin-right: 5px;
   }


.footer-topsocial a:hover {
	background: #984A13;
	transform: scale(1.2);
    }

.copyright {
   margin: 30px 0px 0px 0px;
  padding: 10px 0px;
  color: #fff;
  font-size: 14px;
  background: #0000004f;
  font-weight: 400;
  z-index: 99;
  position: relative;
  border-top: #514d4d1f 1px solid;
  text-align: center;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #aa5542;

}

.copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.copyright p a {
	color: #fff;
	text-decoration: none;
}

.copyright p a:hover {
	color: #aa5542;
	text-decoration: underline;
}


.copyright-left p {
	text-align: left;
}

.copyright-right p {
	text-align: right;
}


/*================================================ 
banner CSS
=================================================*/
/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
	height: 250px;
}


.breadcumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
   }

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(2, 2, 2, 0.59);
}



.hero-content {
	position: absolute;
	color: #ffffff;
	top: 55px;
	left: 0%;
	width: 100%;
}


.hero-content h2 {
    margin: 0px;
    padding: 0px;
    color: #994b14;
    font-size: 60px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2.88px;
    font-family: "Great Vibes", cursive;
}
/*================================================ 
banner CSS
=================================================*/

/*================================================ 
about CSS
=================================================*/


.about-section-page {
	padding: 60px 0px;
	margin: 0px;
}

.about-section-page-text {
	padding: 0px;
	margin: 0px;
}

.about-section-page-text p {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.about-section-page-text h3 {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px;
  font-size: 34px;
  color: #994b14;
  font-family: "Great Vibes", cursive;
  font-weight: normal;
  text-align: left;
  }

.about-section-page-img {
	padding: 0%;
	margin: 0px;
}



.about-section-page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.row-one .about-section-page-text {
	padding: 0% 0% 5% 0%;
}

.row-one .about-section-page-img {
	padding: 0% 0% 5% 0%;
}


.row-two .about-section-page-text {
	padding: 0% 0% 5% 0%;
}


.row-three .about-section-page-img {
	padding: 0% 0% 8% 0%;
}





/*================================================ 
about CSS
=================================================*/



/*================================================ 
services CSS
=================================================*/
.services-row {
	background: #000;
}

.services-section-page-upper {
    background: #000;
	padding: 50px 0px 20px 0px;
	margin: 0px;
	text-align: center;
}


.services-section-page-upper h4 {
color: #994b14;
  font-size: 55px;
  font-weight: normal;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  font-family: "Great Vibes", cursive;
}

.services-section-page-upper .quote {
	margin: 0px auto;
	display: block;
	width: 25%;
}


.services-box {
	padding: 0px;
	margin: 0px 0px;
	background-color: #1a1a1a;
    border-left: 4px solid #994b14;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}
.services-box:hover {
	transform: translateX(10px);
    box-shadow: -5px 0 10px rgba(212, 175, 55, 0.2);
}
.services-row-inner {
	margin:0px 0px;
	padding: 0px;
}
.services-row {
	margin: 0px 0px;
	padding: 43px 0px;
	background: #000;
}


.services-box h5 {
	color: #c0c0c0;
	font-size: 24px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	position: relative;
	font-family: 'Great Vibes', cursive;
}


.services-box h5::before {
	height: 0px;
	width: 16%;
	background-color: transparent;
	position: absolute;
	right: 0px;
	top: 14px;
	border: 2px dashed #818181;
}



.services-box p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}



/*================================================ 
services CSS
=================================================*/

/*================================================ 
faq Area CSS
=================================================*/

.accordion-item {
	background-color: #fff;
	border: 1px solid #656565;
}


.faq-section {
  padding: 60px 0px 100px;
  background: #000;
  }

.accordion-header h4 {
	padding: 0px;
	margin: 0px;
}

.faq-text-area .accordion-item {
	margin-top: 30px;
	border: 1px solid #656565;
	border-radius: 10px;
}

.faq-text-area .accordion-item .accordion-button {
	border: 0px;
	color: var(--blackColor);
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
	background-color: var(--whiteColor);
	padding: 15px 45px 15px 15px;
	border-radius: 5px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	text-align: left;
	/* border: 1px solid #656565; */
}

.faq-text-area .accordion-item .accordion-button i {
	color: var(--paragraphColor);
	position: absolute;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	right: 25px;
}

.faq-text-area .accordion-item .accordion-button::after {
	background-image: none;
}

.faq-text-area .accordion-item .accordion-body {
	border: 0px;
	color: #777777;
	background-color: #fff;
	padding: 0px 20px 30px;
	font-size: 14px;
	line-height: 28px;
}

.faq-text-area .accordion-item .accordion-collapse {
	border: 0px;
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
}

.faq-text-area .accordion-button:not(.collapsed) {
	color: #000;
	border-radius: 5px 5px 0px 0px;
	background-color: transparent;
	border-bottom: 0;
}

.faq-text-area .accordion-button:not(.collapsed) i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #000;
}

.faq .section-content {
	margin-top: 50px;
}

/*================================================ 
faq Area CSS
=================================================*/
/*================================================ 
gallery CSS
=================================================*/

.gallery-box {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 90%;
}

.gallery-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*================================================ 
gallery CSS
=================================================*/



/*================================================ 
contact CSS
=================================================*/



.contact-section {
  padding: 40px 0px;
  margin: 0px;
  background: #000000e5;
}


.contact-section-left {
	margin: 20px 0px;
	padding: 0px;
}

.contact-section-left .form-label {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  padding: 0px 0px 8px 0px;
  margin: 0px;
  }

.contact-section-left .form-label span {
	color: #DB0000;
}

.contact-section-left .form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #EEE3;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 20px;
  }




.contact-section-right {
	margin: 55px 0px;
	padding: 0px;
}


.gettouch-contactPage p {
width: 100%;
  margin: 0px 0px 25px 0px;
  padding: 0px;
  position: relative;
  display: flex;
  justify-content: start;
  gap: 11px;
  align-items: center;
}


.gettouch-contactPage p span {
width: 60px;
  height: 60px;
  font-size: 9px;
  background: #656565;
  border-radius: 50%;
  padding: 15px 8px;
  text-align: center;
  display: flex;
  align-items: center;
}


.gettouch-contactPage p a {
color: #fff;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  word-break: break-all;
}


.gettouch-contactPage p span img {
	width: 75px;
	height: 100%;
	object-fit: contain;
}


.contact-butn {
  margin: 0px;
  background: #8b4513;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 500;
  position: relative;
  font-size: 18px;
  text-align: center;
  padding: 8px 20px;
  width: 25%;
  border: 2px solid #8b4513;
  float: left;
  }

.contact-butn:hover {
	background: #fff;
	color: #8b4513;
	border: 2px solid #fff;
    }





.contact-section-right .footer-links {
	margin: 20px 0px;
	padding: 0px;
}


.contact-section-right .footer-links h3 {
  color: #994b14;
  text-align: left;
  padding: 0px;
  margin: 64px 0px 17px 0px;
  font-size: 28px;
  font-weight: normal;
  }



.contact-section-right .footer-links p {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
  }



.mail-contact {
	width: 60% !important;

}


.call-contact {
	width: 50% !important;

}







/*================================================ 
contact CSS
=================================================*/



.page-id-106 .nav { 
	
	justify-content: center;
	
}

.page-id-106 .nav-tabs {
    border-bottom: none;
	margin-bottom:10px;
}

.page-id-106 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	
	border: 1px solid #000000;
	border-radius: 0;
}


.page-id-106 .nav-link {
  color: #994b14;
  font: normal normal 600 18px / 10px Great Vibes;
  padding: 16px 18px;
	
}
.page-id-106 .nav-link:hover {
  border-color: #994b14 #994b14 #994b14;
  color: #fff;
  background-color: #bd5913;
    
}

.page-id-106 .bg-light {
    background-color: transparent !important;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #bd5913;
  border-color: #bd5913 #bd5913 #bd5913;}

.page-id-106 .border {
    border: none !important;
}

.page-id-44 .booking-section{
    display:none;
}
