:root {
	scroll-behavior: smooth;
}


body {

	font-family: 'Cormorant', serif;
	font-size: 21px;
	font-weight: 400;
	color: #000;
	font-style: italic;
}

a {
	color: var(--color-links);
	text-decoration: none !important;
}

a:hover {
	color: var(--color-links-hover);
	text-decoration: none;
}

.fa-50{
    font-size: 50px!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'edwardian_script_itcregular';
	font-style: normal;
	letter-spacing: 0px;
}

h1 {
	font-size: 80px !important;
	margin-bottom: 15px;
	color: #ba964d;
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  background: #fff url(https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif) no-repeat center center;
}

#main {
	margin-top: 0px;
}

#main2 {
	margin-top: 150px;
}

@font-face {
	font-family: 'edwardian_script_itcregular';
	src: url('../fonts/itcedscr-webfont.woff2') format('woff2'),
		url('../fonts/itcedscr-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

p {
	font-family: 'Cormorant', serif;
	font-size: 23px;
}

.main-title {
	display: block;
	text-align: center;
	background: url("../img/head-bg.jpg") center bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.video-outer {
	width: 100%;
	height: auto;
	border: 1px solid #bf9955;
}

.testi-cont {
	position: absolute;
	width: 48%;
	top: 0;
	left: 0;
	padding: 25px 0 0 15px;
	z-index: 9999;
	text-align: center;
}

.testi-cont h2 {
	font-size: 32px;
	font-weight: 700;
	font-style: normal;
	color: #000;
	font-family: 'Cormorant', serif;
}


.text-yel {
	color: #c19d56 !important;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
	padding: 0 0 40px 0;
	overflow: hidden;

}

.section-header {
	border-bottom: 2px solid var(--color-black);
}

.section-header h2 {
	font-size: 50px;
	color: var(--color-black);
	font-family: 'edwardian_script_itcregular';
}

.section-header p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: var(--color-primary);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.scroll-top:hover {
	background: rgba(var(--color-primary-rgb), 0.8);
	color: #fff;
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Page title
--------------------------------------------------------------*/
.page-title {
	font-size: 70px;
	color: var(--color-black);
}

/* Form Input Fieldds */
.form-control:active,
.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--color-black);
}

.btn:active,
.btn:focus {
	outline: none;
}

.btn.btn-primary {
	background-color: var(--color-black);
	color: var(--color-white);
	border-color: var(--color-black);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	height: auto;
	transition: all 0.5s;
	z-index: 997;
	background: #ffffff;
}

.header.sticked {
	height: 70px;
}

.header .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.header .logo h1 {
	font-size: 30px;
	font-weight: 700;
	color: var(--color-default);
	font-family: var(--font-primary);
}

.search-form-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	transition: 0.3s all ease;
	visibility: hidden;
	opacity: 0;
}

.search-form-wrap .search-form {
	position: relative;
}

.search-form-wrap .search-form .form-control {
	width: 300px;
	border: none;
	box-shadow: 0 15px 20px -10px rgba(var(--color-black-rgb), 0.1);
	padding-left: 40px;
	padding-right: 40px;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.search-form-wrap .search-form .icon {
	position: absolute;
	left: 0;
	top: 7px;
	opacity: 0.5;
	left: 10px;
}

.search-form-wrap .search-form .btn {
	position: absolute;
	top: 2px;
	right: 4px;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 30px;
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
	outline: none;
	box-shadow: none;
}

.search-form-wrap.active {
	visibility: visible;
	opacity: 1;
}


.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	
}


.logo-d {
	width: 140px;
	height: 140px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.c-section {
	font-size: 21px;
	font-style: italic;
	color: #414141;
	line-height: 28px;
	text-align: center;
	font-family: 'Cormorant', serif;
	margin: 50px 0;

}

.ic-section {
	display: block;

	margin: 50px 0;

}

.highlight {
	font-family: 'edwardian_script_itcregular';
	font-size: 42px;
	color: #c19d56;
	line-height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.c-section span {
	font-weight: 400;
	font-size: 26px;
}



.btn-rm {
	width: 180px;
	color: #ba964d;
	text-align: center;
	padding: 10px 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #ba964d;
    outline: #c19d56 solid 1px;
    outline-offset: 2px;
}


.btn-rm:hover,
.btn-rm:focus {
	width: 180px;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: #ba964d;
}

.btn-rm2 {
	width: 210px;
	color: #ba964d;
	text-align: center;
	padding: 15px 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #ba964d;
}

.btn-rm2:hover,
.btn-rm2:focus {
	width: 210px;
	color: #fff;
	text-align: center;
	padding: 15px 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: #ba964d;
}

.btn-rm3 {
	width: 210px;
	color: #fff;
	text-align: center;
	padding: 15px 10px;
	display: block;
	background: #ba964d;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #ba964d;
}

.btn-rm3:hover,
.btn-rm3:focus {
	width: 210px;
	color: #ba964d;
	text-align: center;
	padding: 15px 10px;
	display: block;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: #fff;
}

.social-outer {
	display: block;
	text-align: center;
	padding: 25px 0;
}

.social-outer a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	/*background:#fff;*/
	color: #c09f60;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #c09f60;
	transform: rotate(-45deg);
}
.social-outer a i{
	transform: rotate(44deg)!important;
    position: absolute;
    left: 11px;
    top: -2px;
}

.social-outer a:hover,
.social-outer a:focus {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	background: #c09f60;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}

.logo-style {
	font-size: 30px;
	font-family: 'edwardian_script_itcregular';
	color: #c09f60;

}

.whatsapp {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	z-index: 9999;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	background: #27d36b;
	color: #fff;
}


/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.post-entry-1 {
	margin-bottom: 30px;
}

.post-entry-1 img {
	margin-bottom: 30px;
}

.post-entry-1 h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	font-weight: 500;
}

.post-entry-1 h2 a {
	color: var(--color-black);
}

.post-entry-1.lg h2 {
	font-size: 40px;
	line-height: 1;
}

.post-meta {
	font-size: 11px;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: rgba(var(--color-black-rgb), 0.4);
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.custom-border {
		border: none !important;
	}

	.pt100 {
		padding-top: 100px;
	}
}

.author .photo {
	margin-right: 10px;
}

.author .photo img {
	width: 40px;
	border-radius: 50%;
	margin-bottom: 0;
}

.author .name h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: var(--font-secondary);
}

.trending {
	border: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.trending>h3 {
	color: var(--color-black);
	padding: 20px;
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.trending .trending-post {
	padding: 0;
	margin: 0;
}

.trending .trending-post li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

.trending .trending-post li a {
	display: block;
	padding: 20px;
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
	position: relative;
	overflow: hidden;
}

.trending .trending-post li a .number {
	position: absolute;
	z-index: -1;
	font-size: 5rem;
	left: -10px;
	top: -20px;
	font-weight: 700;
	color: rgba(var(--color-black-rgb), 0.05);
}

.trending .trending-post li a h3 {
	font-size: 18px;
	color: rgba(var(--color-black-rgb), 0.9);
}

.trending .trending-post li a .author {
	color: rgba(var(--color-black-rgb), 0.7);
	font-weight: 500;
}

.trending .trending-post li a:hover h3 {
	color: rgba(var(--color-black-rgb), 1);
}

.trending .trending-post li:last-child a {
	border-bottom: none;
}

.post-entry-2 {
	margin-bottom: 30px;
}

.post-entry-2 .post-meta {
	font-size: 11px;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: rgba(var(--color-black-rgb), 0.4);
	margin-bottom: 10px;
}

.post-entry-2 .author {
	color: rgba(var(--color-black-rgb), 0.7);
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
}

.post-entry-2 .thumbnail {
	flex: 0 0 65%;
}

@media (max-width: 960px) {
	.post-entry-2 .thumbnail {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

.post-entry-2.half .thumbnail {
	flex: 0 0 50%;
}

@media (max-width: 768px) {
	.post-entry-2.half .thumbnail {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}

	.pt100 {
		padding-top: 100px;
	}
}

.post-entry-2.small-img .thumbnail {
	flex: 0 0 30%;
}

@media (max-width: 768px) {
	.post-entry-2.small-img .thumbnail {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}

	.pt100 {
		padding-top: 100px;
	}
}

.img-bg {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
}

@media (max-width: 768px) {
	.img-bg {
		height: 400px;
	}

	.testi-cont {
		padding-top: 20px;
	}

	.testi-cont h2 {
		font-size: 20px;
	}

	.testi-cont p {
		font-size: 10px;
	}
}

.img-bg:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	top: 0;
	border: 1px solid #ba964d;
}

.img-bg .img-bg-inner {
	position: relative;
	z-index: 2;
	max-width: 580px;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 50px;
	padding-top: 30px;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 768px) {
	.video-outer iframe {
		height: 400px;
		width: 100%;
	}


	.logo-d {
		position: absolute;
		left: 15px;
		top: 0px;
		width: 70px;
		height: 70px;
		display: block;

	}

	.position-relative {
		float: right;
	}

	.img-bg .img-bg-inner {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 50px;
		padding-top: 30px;
	}
}

.img-bg .img-bg-inner h2 {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}

.img-bg .img-bg-inner p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}

@media (max-width: 500px) {

	.navbar li a {

		border-bottom: 1px solid #ccc;
	}

	#main {
		margin-top: 40px;
	}

	#main2 {
		margin-top: 94px;
	}

	.testi-cont {
		padding-top: 10px;
	}

	.testi-cont h2 {
		font-size: 14px;
	}

	.testi-cont p {
		font-size: 7px;
	}

	.c-section {
		margin-top: 20px;
	}

	.img-bg .img-bg-inner p {
		font-size: 13px;
		line-height: 20px;
	}

	.pt100 {
		padding-top: 100px;
	}

	.logo-d {
		position: absolute;
		left: 15px;
		top: 0px;
		width: 70px;
		height: 70px;
		display: block;

	}

	.video-outer iframe {
		height: 200px;
		width: 100%;
	}

	.mob-adj {
		margin-top: 30px;
	}

	.position-relative {
		float: right !important;
	}

	.hero-slider {
		margin-top: 25px;
	}
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

@media (max-width: 768px) {

	.custom-swiper-button-next,
	.custom-swiper-button-prev {
		display: none;
	}

}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
	font-size: 20px;
	color: rgba(var(--color-white-rgb), 0.7);
	transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
	color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
	right: 40px;
}

.custom-swiper-button-prev {
	left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: rgba(var(--color-white-rgb), 1);
}


.custom-pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-family: var(--font-secondary);
	margin: 5px;
	transition: 0.3s all ease;
}

.custom-pagination a.active {
	background: var(--color-black);
	color: var(--color-white);
}

.custom-pagination a.active:hover {
	background: rgba(var(--color-black-rgb), 0.9);
}

.custom-pagination a:hover {
	background: rgba(var(--color-black-rgb), 0.1);
}

.custom-pagination a.prev,
.custom-pagination a.next {
	width: auto !important;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.custom-pagination a.prev:hover,
.custom-pagination a.next:hover {
	background: rgba(var(--color-black-rgb), 0.1);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	overflow: hidden;
	background: #000;
	font-size: 16px;
	color: #eee;
}

.footer .footer-content {
	padding: 5px 0;
}

.footer p {
	width: 85%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
    margin-bottom:10px;
}

/*-----------inner pages header--------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	height: auto;
	transition: all 0.5s;
	z-index: 997;
	background: #ffffff;
}

.header.sticked {
	height: 90px;
	border-bottom: 1px solid #ccc;
}

.header.sticked .logo img {
	max-height: 90px;
	margin-right: 6px;

}

.header .logo img {
	max-height: 140px;
	margin-right: 6px;
}

.header .logo h1 {
	font-size: 30px;
	font-weight: 700;
	color: var(--color-default);
	font-family: var(--font-primary);
}

.search-form-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	transition: 0.3s all ease;
	visibility: hidden;
	opacity: 0;
}

.search-form-wrap .search-form {
	position: relative;
}

.search-form-wrap .search-form .form-control {
	width: 300px;
	border: none;
	box-shadow: 0 15px 20px -10px rgba(var(--color-black-rgb), 0.1);
	padding-left: 40px;
	padding-right: 40px;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.search-form-wrap .search-form .icon {
	position: absolute;
	left: 0;
	top: 7px;
	opacity: 0.5;
	left: 10px;
}

.search-form-wrap .search-form .btn {
	position: absolute;
	top: 2px;
	right: 4px;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 30px;
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
	outline: none;
	box-shadow: none;
}

.search-form-wrap.active {
	visibility: visible;
	opacity: 1;
}

section {
	scroll-margin-top: 70px;
}


/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
	.navbar {
		padding: 0;
		/* float:right;*/
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar li {
		position: relative;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px 30px 30px 30px;
		font-style: normal;

		font-size: 13px;
		font-weight: 500;
		color: #000;
		text-transform: uppercase;
		letter-spacing: .19em;
		white-space: nowrap;
		transition: 0.3s;
		font-family: 'Montserrat', sans-serif;

	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: #c19d56;

	}

	.navbar .getstarted,
	.navbar .getstarted:focus {
		background: var(--color-primary);
		padding: 8px 20px;
		margin-left: 30px;
		border-radius: 4px;
		color: var(--color-white);
	}

	.navbar .getstarted:hover,
	.navbar .getstarted:focus:hover {
		color: var(--color-white);
		background: rgba(var(--color-primary-rgb), 0.8);
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 14px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.3s;
		border-radius: 4px;
	}

	.navbar .dropdown ul li {
		min-width: 200px;
	}

	.navbar .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		font-weight: 500;
		font-family: 'Cormorant', serif;
		letter-spacing: 1px;
	}

	.navbar .dropdown ul a i {
		font-size: 12px;
	}

	.navbar .dropdown ul a:hover,
	.navbar .dropdown ul .active:hover,
	.navbar .dropdown ul li:hover>a {
		color: var(--color-primary);
	}

	.navbar .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}
}

@media (min-width: 1280px) and (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

.mobile-nav-toggle {
	display: none;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
	.navbar {
		padding: 0 !important;
		z-index: 9997;
	}

	.navbar ul {
		display: none;
		position: absolute;
		/*inset: 55px 15px 15px 15px;*/
		left: 0;
		right: 0;
		top: 87px;
		padding: 10px 0;
		margin: 0;
		border-radius: 0px;
		background-color: #ffffff;
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
		-webkit-box-shadow: 0px 30px 30px -11px rgba(0, 0, 0, 0.32);
		-moz-box-shadow: 0px 30px 30px -11px rgba(0, 0, 0, 0.32);
		box-shadow: 0px 30px 30px -11px rgba(0, 0, 0, 0.32);
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-primary);
		font-size: 15px;
		font-weight: 600;
		color: var(--color-primary);
		white-space: nowrap;
		transition: 0.3s;
		font-style: normal;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: var(--color-primary);
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
		position: static;
		display: none;
		z-index: 99;
		padding: 10px 0;
		margin: 10px 20px;
		background: var(--color-white);
		transition: all 0.5s ease-in-out;
		box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
	}

	.navbar .dropdown>.dropdown-active,
	.navbar .dropdown .dropdown>.dropdown-active {
		display: block;
	}

	.mobile-nav-toggle {
		display: inline-block;
		font-size: 32px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.mobile-nav-toggle.bi-x {
		color: var(--color-black);
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .mobile-nav-toggle {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 9999;
		color: var(--color-white);
	}

	.mobile-nav-active .navbar {
		position: fixed;
		overflow: hidden;
		inset: 0;
		background: rgba(var(--color-black-rgb), 0.6);
		transition: 0.3s;
	}

	.mobile-nav-active .navbar>ul {
		display: block;
	}
}

@media (max-width: 480px) {
	.header .logo img {
		max-height: 90px;
		margin-right: 6px;
	}

	.header.sticked {
		height: 94px;
		border-bottom: 1px solid #ccc;
	}

	.header.sticked .logo img {
		max-height: 75px;
		margin-right: 6px;

	}
	.grid {
  -webkit-column-count: 2!important;
  -moz-column-count: 2!important;
  column-count: 2!important;
  column-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0 0px; }



}

.hi-line {
	height: 1px;
	display: block;
	background: #c19d56;
	margin: 15px 0;
}

.footer-box {
	display: block;
}

.footer-title {
	display: block;
	text-align: center;
	background: url("../img/head-bg-dark.png") center bottom no-repeat;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.footer-box h2 {
	color: #c19d56;
	font-size: 46px;
	text-align: center;
	font-family: 'edwardian_script_itcregular'
}

.footer-box p {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.disc {
	list-style-type: disc;
	margin-left: 15px;
	font-size: 23px;
	font-family: 'Cormorant', serif;
	line-height: 26px;
	margin-bottom: 40px;
}

.disc li {
	margin-bottom: 10px;
}

.disc li b {
	font-family: 'Cormorant', serif;
	color: #c19d56;
	font-weight: 600;
}

.circle {
	list-style-type: circle;
	margin-left: 15px;
}

.form-control {
	font-family: 'Cormorant', serif;
	display: block;
	width: 100%;
	padding: 10px 15px !important;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #414141;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	margin-bottom: 15px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #000 !important;
}

.input-group-append {
	cursor: pointer;
}

.cont-box {
	display: block;
	margin-top: 30px;
}

.cont-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cont-box ul li {
	position: relative;
	display: block;
	color: #414141;
	font-size: 23px;
	font-family: 'Cormorant', serif;
	padding: 10px 10px 10px 50px;
}

.cont-icon {
	width: 36px;
	height: 36px;
	position: absolute;
	line-height: 36px;
	font-size: 40px;
	color: #c19d56;
	left: 0;
	top: 9px;
}

.cont-box ul li a,
.cont-box ul li a:hover,
.cont-box ul li a:focus {
	color: #c19d56;

}

.menu-active {
	color: #c19d56 !important;
}

.grid {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  column-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0 0px; }
  .grid li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
	  border:5px solid #333;
    transition: all .5s ease; }
    .grid li:hover {
      cursor: pointer;
      transform: scale(1.025); }
    .grid li img {
      width: 100%; }

#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  /*margin-top: 15px;*/
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.gal-main{
	position: relative;
	display: block;
	margin-bottom:25px;
	
}

.gal-main a{
	position: relative;
	padding:5px;
	display: block;
	background:#333333;
	overflow: hidden;

}

.gal-main a span{
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	display: block;
	padding:13px 0;
}

.gal-main a img{
	
	transition: all .5s ease; }
    
     


.gal-main a img:hover{
	 transform: scale(1.1);
}

.carousel-control-next:focus, .carousel-control-prev:focus {
    outline:none!important;
border:none!important;}

.t-outer{
    display: block;
    min-height:250px;
    
}
.t-outer p{
    text-align: center;
    margin-bottom:30px;
    
    font-size: 24px;
    line-height: 1.42em;
    font-style: italic;
}

.t-outer h4{
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    color:#000;
    text-transform: uppercase;
}

.cust .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.cust .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c19d56;
    transform: rotate(-50deg);
    opacity: 1;
    transition: opacity .6s ease;
}

.cust .carousel-indicators .active {
    opacity: 1;
    background:#c19d56;
    outline: none;
}

.cust .carousel-indicators .active:focus{
    outline:none!important;
    border: 1px solid #c19d56!important;
}

.cust-border{
    border: 1px solid #e1bd7a !important;
}

.bul{
    display:block;
font-family: 'Cormorant', serif;
	font-size: 23px;}

.bul ul{
    list-style: none;
    margin-left:0px;
}

.bul ul li{
    display: block;
    list-style: none;
}
.bul ul li b{
    color: #C19D56;
    font-weight: 600;
}

.bul ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #C19D56; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 20px; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}