.sliderrbg{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 0.3rem;
}
.sliderrbg img{
	width: 100%;
	height: auto;
}
.sliderrbg .container{
	position: relative;
}
.banneroverlay{
	position: absolute;
	top: 0;
	left: 0px;
	width: calc(100% - 0px);
	height: 100%;
	/*background-image: linear-gradient(250deg, rgba(2, 1, 1, 0.0) 0%, rgba(0, 0, 0, 0.7) 69%);*/
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0) 70%);
	text-align: center;
}
.banneroverlay .container,
.banneroverlay .container-fluid{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 0rem;
	z-index: 1;
}
.eyebrow{
	display: block;
	letter-spacing: .12em;
    text-transform: uppercase;
    color: #c1a98f;
    font-weight: 700;
    font-size: 1rem;
}
.banneroverlay .bannertitle{
	display: block;
	font-size: 2.5rem;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 1rem;
	font-weight: 500;
	font-family: "Playfair Display", serif;
	margin-bottom: 1rem;
}
.banneroverlay p{
	display: block;
	color: #fff;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 1rem;
}
.btn-coral {
  position: relative;
  display: inline-block;
  background: none;
  border: 2px solid #c1a98f;
  color: #fff;
  font-size: 1rem;
  line-height: 52px;
  padding: 0 25px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-coral::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1a98f;
  transform: translateX(-101%);
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-coral:hover::before {
  transform: translateX(0);
}

.btn-coral:hover {
  color: #000;
}
.container {
    max-width: 1290px;
}
.maintitle{
	margin-bottom: 1rem;
}
.breadcumb{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-top: 0.5rem;
}
.breadcumb a,
.breadcumb span{
	font-size: 0.965rem;
	text-transform: uppercase;
	color: #c1a98f;
	font-weight: 400;
}
.breadcumb .active{
	color: #C59B5B;
}
.listingbg{
	display: block;
	width: 100%;
	background: #F2F6F9;
	margin:0;
	padding: 1rem 0;
}
.listingbg .widthmedium{
	margin-bottom: 2rem;
}
.listingbg [class*='col-']{
	margin:1rem 0;
}
.listingbg .column{
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}
.listingbg .figure{
	display: block;
	width: 100%;
}
.listingbg .figure img{
	display: block;
	width: 100%;
	height: auto;
}
.listingbg .caption{
	display: block;
	padding: 1.5rem 15px 0.5rem;
	text-align: center;
	background: #303030;
}
.listingbg .caption .title{
	display: block;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #fff;
	font-family: "Playfair Display", Sans-serif;
}
.btn-contact {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 2px solid #c1a98f;
  color: #c1a98f;
  font-size: 1rem;
  line-height: 46px;
  padding: 0 25px;
  border-radius: 2px;
  margin-top: 1.5rem;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1a98f;
  transform: translateX(-101%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.btn-contact:hover::before {
  transform: translateX(0);
}

.btn-contact:hover {
  color: #000;
}
.seosection{
	display: block;
	padding: 72px 0;
	background: #fff;
}
@media screen and (max-width:767px){
	.banneroverlay{
		display: block;
		position: relative;
		background: #303030;
		padding: 2rem 1rem;
		height: auto;
		text-align: center;
	}
	.banneroverlay .container, .banneroverlay .container-fluid{
		transform:  unset;
	}
	.banneroverlay .bannertitle{
		font-size: 1.5rem;
	}
}