.sliderrbg{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 0.3rem;
	background: #303030;
}
.sliderrbg img{
	width: 100%;
	height: auto;
}
.sliderrbg .container{
	position: relative;
}
.slidercaption{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 1rem;
}
.slidercaption .caption{
	display: block;
	margin-top: 1.5rem;
	border-top: 1px solid #c1a98f;
	padding: 1.0rem 0;
}
.slidercaption p{
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}
.brandlogo{
	width: 200px;
	max-width: 100%;
	margin:0 auto;
}
.brandlogo img{
	width: 100%;
	height: auto;
}


.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;
}
.aboutbrand{
	display: block;
	position: relative;
	padding: 72px 0 0;
}
.aboutbrand .inner{
	display: flex;
	align-items: center;
	gap: 2rem;
}
.aboutbrand .aboutfont{
	flex: 0 0 280px;
	max-width: 300px;
}
.aboutbrand .aboutlargetext{
	display: block;
	padding-left: 2rem;
	border-left: 1px solid rgb(234,234,234);
}
.listingbg{
	display: block;
	width: 100%;
/*	background: #F2F6F9;*/
	margin:0;
	padding: 0rem 0 0rem;
}
.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){
	.brandlogo{
		width: 150px;
		padding-top: 2rem;
	}
	.aboutbrand{
		padding: 2rem 0 0;
	}
	.aboutbrand .inner{
		display: block;
	}
	.maintitle {
	  text-align: center;
	}
	.aboutbrand .aboutlargetext{
		border-left: 0;
		text-align: center;
		padding-left: 0;
	}
}