body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
    font-family: "Newsreader", serif;
	overflow-x:hidden;
   }   
.container-fluid {
	padding: 0px 40px !important;
	}
.logo {
	width: 153px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.logo img {
	width: 100%;
	}
.main-nav.scroll .logo {
	width: 122px;
	margin: 12px 0px;
	}
.main-nav.scroll .rightlink {
	margin-top: 16px;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }

.main-nav {
	margin: 0px 0px;
	padding: 23px 0px;
	width: 100%;
	height: auto;
	background: #E5E3DC;
	transition: all 0.1s ease 0s;
	z-index: 999;
	box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.00);
    position: relative;
	}  
.main-nav.scroll {
	background-color: #E5E3DC;
	height: 80px;
	padding: 3px 0px;
	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);
	}
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	gap: 44px;
	}
.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 38px;
	}
.stellarnav > ul > li > a {
	padding: 0px 0px;
	font-size: 23px;
	font-weight: 400;
	color: #303636;
	text-decoration: none;
    }
.stellarnav > ul > li > a:hover {
	color:#D4967D;
	text-decoration: none;
	}
.stellarnav > ul > li > a.active {
	color:#D4967D !important;
	text-decoration: none;
	font-weight: 500;
	}
.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 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: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
	}
.stellarnav li.has-sub a {
	padding-right: 0px !important;
	}
.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #000;
	}	
.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #000;
	}
.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;
	}
.booknowbtn {
  margin: 0px 0px;
  padding: 14px 16px;
  position: relative;
  background: #D4967D;
  border: 0px;
  font-size: 21px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 42px;
  text-decoration: none;
  display: block;
  width: 156px;
  text-align: center;
}
.booknowbtn:hover {
	background: #e99473;
	font-size: 21px;
	color: #fff !important;
    }	
.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	margin-top: 15px;
	}
	
/*=============	Modal Area CSS =============*/
	.modal {
		z-index: 9999;
		top: 100px;
		}
	.modal-body {
		position: relative;
		flex: 1 1 auto;
		padding: 12px 65px 41px 65px;
		}
	.modal-cardtext {
		margin: 0px 0px;
		padding: 0px 0px;
		position: relative;
		width: 100%;
		z-index: 9;
		}
	.modal-cardtext .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 11px auto;
		}
	.modal-cardtext .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 11px auto;
		}
	.modal-cardtext .btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background: #FCB040 !important;
		border: 1px solid transparent;
		padding: 18px 32px;
		font-size: 19px;
		border-radius: 0px 33px 33px 0px;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	.modal-cardtext .form-control {
		display: block;
		padding: 21px 36px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 33px;
		  border-top-right-radius: 33px;
		  border-bottom-right-radius: 33px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	/*=============	Modal Area CSS End =============*/
	.rightlink .input-group {
		width: 50%;
		}
	.rightlink .form-control {
		display: block;
		padding: .375rem 18px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #000000;
		border-right: 0px solid #000000;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 22px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	.rightlink .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
		margin-left: -1px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		}
	.rightlink .btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid #000000f7;
		border-left: 0px solid #000000f7;
		padding: .375rem 18px;
		font-size: 19px;
		margin-left: -1px;
		border-radius: 22px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
.usercard a {
	border: #303636 1px solid;
	width: 35px;
	position: relative;
	height: 35px;
	border-radius: 50px;
	text-align: center;
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.usercard a img {
	width: 15px;
	}
.usercard {
	position: relative;
	}
	
.caunt {
	position: absolute;
	top: -2px;
	right: -5px;
	font-size: 13px;
	background: #60AD33;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	font-size: 13px;
	}	
	










.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: 21px;
	text-align: center;
	width: 100%;
	}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
	background: #D4967D !important;
	border:#D4967D !important;
	width: 20px;
	}
.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 3px;
	background: #C2C2C2;
	border:#C2C2C2 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 .bannertop {
	position: absolute;
	width: 100%;
	height: 34%;
	left: 0;
	right: 0;
	top: 0px;
	cursor: pointer;
	background-image: linear-gradient(180deg, #0d0c0c, #0000);
	z-index: 99;
	}
.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	cursor: pointer;
	background: #0000006e;
	}
.bannercarousel-text {
	position: absolute;
	top: 42%;
	width: 100%;
	left: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0px;
	}
.bannercarousel-text h2 {
	margin: 0px 0px;
	padding: 0px 6%;
	text-align: center;
	font-size: 66px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 67px;
	font-family: "Instrument Serif", serif;
    }


.companyethos-section {
	margin: 0px 0px;
	padding: 60px 0px;
	width: 100%;
	background: #fff;
	min-height: 500px;
	overflow: hidden;
    }
.companyethosimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 415px;
	overflow: hidden;
	border-radius: 15px;	
    }
.companyethosimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.companyethosimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.companyethos-text{
	margin: 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
	width: 100%;
    }
.companyethos-text h2 {
  margin: 19px 0px 35px 0px;
  padding: 0px 0px;
  position: relative;
  font-family: "Instrument Serif", serif;
  font-size: 49px;
  color: #495A58;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: left;
}
.companyethos-text p {
  margin: 0px 0px 19px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 19px;
  color: #0E0E0E;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  text-align: left;
}
.readbtn {
	margin: 26px 0px 0px 0px;
	padding: 11px 28px;
	position: relative;
	background: #D4967D;
	border: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
	display: block;
	width: 159px;
	text-align: center;
    }
.readbtn:hover {
	background: #e99473;
	color: #fff;
    }

.reserveappointment-section {
	margin: 0px 0px;
	padding: 60px 0px;
	width: 100%;
	background: #E5E3DC;
	min-height: 500px;
	overflow: hidden;
    }
.reserveappointment-left{
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
    }
.reserveappointment-left h2 {
	margin: 19px 0px 35px 0px;
	padding: 0px 0px;
	position: relative;
	font-family: "Instrument Serif", serif;
	font-size: 49px;
	color: #495A58;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	text-align: left;
}
.reserveappointment-left p {
	margin: 0px 0px 19px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 19px;
	color: #0E0E0E;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	text-align: left;
    }
.reserveimg {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 252px;
	overflow: hidden;
	border-radius: 15px;
    }
.reserveimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.reserveimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.reserveappointment-right{
	margin: 0px 0px 0px 51px;
	padding: 0px 0px;
	width: 91%;
	position: relative;
	background: #ffffff;
	height: 558px;
	overflow: hidden;
	border-radius: 13px;
	box-shadow: 0px 10px 40px 0px #0E0E0E0D;
    }
.reserveappointment-right img{
	width: 100%;
	height: 100%;
	object-fit: contain;
    }

.photogallery-section{
	margin: 0px 0px;
	padding: 43px 0px;
	width: 100%;
	background: #ffffff;
	min-height: 448px;
	overflow: hidden;
    }
.photogallery-section h2 {
	margin: 19px 0px 35px 0px;
	padding: 0px 0px;
	position: relative;
	font-family: "Instrument Serif", serif;
	font-size: 49px;
	color: #495A58;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.gallery-inner {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 240px;
	border-radius: 12px;
	cursor: pointer;
    }
.gallery-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.4s ease;
    }
.gallery-inner:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.contactcard-section{
	margin: 0px 0px;
	padding: 60px 0px;
	width: 100%;
	background: #0E0E0E;
	min-height: 500px;
	overflow: hidden;	
    }
.contactcard-section h2 {
	margin: 19px 0px 29px 0px;
	padding: 0px 0px;
	position: relative;
	font-family: "Instrument Serif", serif;
	font-size: 49px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.contactcard-section p {
	margin: 0px 0px 38px 0px;
/* 	padding: 0px 22%; */
	position: relative;
	font-size: 22px;
	color: #E5E3DC;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.quoteform {
	margin: 0px 0px;
	padding: 0px 6%;
}
.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 14px 18px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #0E0E0E;
	background: #D9D9D9;
	background-clip: padding-box;
	border: 1px solid #A1A1A1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 7px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 24px;
}
.quoteform .form-control::placeholder {
    color: #0E0E0E;
    opacity: 1;
    }
.subbtn {
	margin: 5px auto;
	padding: 14px 24px;
	position: relative;
	background: #D4967D;
	border: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
	display: block;
	width: 142px;
	text-align: center;
    }
.subbtn:hover {
	background: #e99473;
	color: #fff;
    }







/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
    }
.positioned-icons {
	position: relative;
	}
.positioned-icons img.about-three-dot {
	left: 154px;
	bottom: -54px;
	position: absolute;
	z-index: 9;
	width: 180px;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
  }
.breadcumb img {
display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  height: 225px;
  max-height: 225px;
	}
.breadcumb #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #303636de;
}
.hero-content-upper {
    padding-top: 0px;
   }
.hero-content-upper h2 {
  margin: 80px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  font-family: "Instrument Serif", serif;
  }
.hero-content-upper h6 {
  margin: 25px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  }
.hero-content-upper h6 span {
  display: block;
  font-weight: 400;
  font-style: italic;
  }

.hero-content-upper p {
  margin: 29px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 29px;
  }
  .hero-content-upper h5 {
  margin: 59px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 29px;
  }
.hero-content {
  position: absolute;
  color: #ffffff;
  top: 12px;
  left: 0%;
  width: 100%;
  }

.contactuscard-section {
	margin: 0px 0px;
	padding: 65px 0px;
	width: 100%;
	background: #ffffff;
    }
.containerimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 95%;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
    }
.containerimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.containerimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.dropus-line{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.dropus-line h3 {
	margin: 19px 0px 35px 0px;
	padding: 0px 0px;
	position: relative;
	font-family: "Instrument Serif", serif;
	font-size: 49px;
	color: #495A58;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	text-align: left;
}
.dropus-line p {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 19px;
	color: #0E0E0E;
	font-weight: 400;
	line-height: 26px;
	width: auto;
	text-align: left;
}
.dropus-text {
	margin: 30px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 14px;
}
.dropus-text h6 {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #1B1B1B;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 0px;
	width: 35%;
    }
.dropus-text h6 a {
	color: #303636;
	text-decoration: none;
    }  
.dropus-text h6 a:hover {
	color: #D4967D;
	text-decoration: none;
    }
.dropus-text h6 .info-text {
	width: 80%;
	display: flex;
    }
.dropus-text h6 span {
	width: 33px;
	height: auto;
	margin-right: 0px;
    }
.dropus-text h6 span img {
	width: 25px;
	object-fit: contain;
    }
.contquoteform {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.contquoteform .form-control {
	display: block;
	width: 100%;
	padding: 14px 18px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #0E0E0E;
	background: #E3E3E3;
	border: 1px solid #E3E3E3;
	appearance: none;
	border-radius: 7px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 20px;
}
.contquoteform .form-control::placeholder {
    color: #0E0E0E;
    opacity: 1;
    }
.bookcard_btn {
	margin: 5px auto;
	padding: 15px 41px;
	position: relative;
	background: transparent;
	border: 0px;
	font-size: 21px;
	color: #D4967D;
	border: #D4967D 1px solid;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
	text-align: center;
    }
.bookcard_btn:hover {
	background: #D4967D;
	color: #fff;
    }

.servicescard-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }

.servicescard-section .row:nth-child(even) {
   flex-direction: row-reverse;
   }

.servicescard-sect{
	margin: 0px 0px;
	padding: 60px 40px;
	position: relative;
	width: 100%;
	background: #ffffff;
    }
.servicescard-sect02{
	background: #f3f2ef;
    }
.servicescard-sect02 .servicescard-text {
	padding: 0px 30px 0px 0px !important;
    }
.servicescard-img{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 707px;
	overflow: hidden;
	border-radius: 12px;	
    }
.servicescard-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.servicescard-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.servicescard-text{
	margin: 0px 0px;
	padding: 0px 0px 0px 30px;
	position: relative;
	width: 100%;
	height: 100%;
    }
.servicescard-text h2 {
	margin: 8px 0px 23px;
	padding: 0px;
	position: relative;
	font-family: "Instrument Serif", serif;
	font-size: 45px;
	color: rgb(73, 90, 88);
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	text-align: left;
    }
.servicescard-text h5 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	position: relative;
	font-size: 25px;
	color: rgb(14, 14, 14);
	font-weight: 400;
	line-height: 26px;
	width: auto;
	text-align: left;
    }
.servicescard-text p {
   margin: 0px 0px 24px 0px;
  padding: 0px;
  position: relative;
  font-size: 21px;
  color: rgb(14, 14, 14);
  font-weight: 400;
  line-height: 26px;
  width: auto;
  text-align: left;
}
.servicescard-text h3 {
	margin: 0px 0px 23px 0px;
	padding: 0px;
	position: relative;
	font-size: 28px;
	color: #495A58;
	font-weight: 600;
	line-height: 26px;
	width: auto;
	text-align: left;
    }
.servicescard-text ul {
	margin: 0px 0px 37px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	}
.servicescard-text li {
	margin: 0px 0px 19px 0px;
	padding: 0px 0px 0px 24px;
	width: 100%;
	position: relative;
	font-size: 23px;
	font-weight: 700;
	color: #0E0E0E;
	line-height: 24px;
	list-style: none;
	}
.servicescard-text h6 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	position: relative;
	font-size: 21px;
	color: #0E0E0E;
	font-weight: 400;
	line-height: 25px;
	width: auto;
	text-align: left;
    }
.servicescard-text li::before {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 5px;
	background-size: 100% 100%;
	}

.servicescard-text .bookcard_btn {
	padding: 15px 29px;
	font-size: 21px;
    }


.aboutuscard-section {
  margin: 0px 0px;
  padding: 60px 0px;
  position: relative;
  width: 100%;
  background: #ffffff;
  }
.aboutuscard-text {
	margin: 0px 0px;
	padding: 0px 25px 0px 0px;
	position: relative;
	width: 100%;
    }
.aboutuscard-text p {
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #0E0E0E;
  line-height: 25px;
  list-style: none;
}
.aboutuscard-img{
  margin: 0px 0px 5px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 12px;
  }
.aboutuscard-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s ease;
    }
.aboutuscard-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }

.reflections-section {
	margin: 0px 0px;
	padding: 60px 0px;
	position: relative;
	width: 100%;
	background: #ffffff;
    }
.reflectionparallel{
	background: #f3f2ef;
    }
.reflections-section h3 {
  margin: 0px 0px 35px 0px;
  padding: 0px 0px;
  position: relative;
  font-family: "Instrument Serif", serif;
  font-size: 45px;
  color: #495A58;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.reflections-secti{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;	
	width: 100%;
    }
.reflectionsimg{
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 12px
    }
.reflectionsimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.reflectionsimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.reflections-secti h5 {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px;
  position: relative;
  font-family: "Instrument Serif", serif;
  font-size: 24px;
  color: #495A58;
  font-weight: 500;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.reflections-secti h5 a {
	text-decoration: none;
	color: #495A58;
    }
.reflections-secti h5 a:hover {
	text-decoration: underline;
	color: #D4967D !important;
    }
.reflections-secti h6 {
  margin: 0px 0px 28px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 21px;
  color: #0E0E0E;
  font-weight: 500;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.cartbtn {
	margin: 0px 0px;
	padding: 12px 22px;
	position: relative;
	background: transparent;
	border: 0px;
	font-size: 17px;
	color: #D4967D;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
	border: #D4967D 1px solid;

    }
.cartbtn:hover {
	background: #D4967D;
	color: #fff;
	border: #D4967D 1px solid;
    }
.cardbin-section{
	margin: 0px 0px;
	padding: 56px 0px 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    }

.viewbtn {
	margin: 0px 0px;
	padding: 13px 32px;
	position: relative;
	background: #D4967D;
	border: #D4967D 2px solid;
	font-size: 23px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
    }
.viewbtn:hover {
	background: #e99473;
	border: #D4967D 2px solid;
	color: #fff;
    }

.reflectionsparallel {
	background: #fff !important;
}

.reflectionsparallel h3 {
	margin: 0px 0px 35px 0px;
	padding: 0px 12%;
	position: relative;
	font-family: "Instrument Serif", serif;
	font-size: 39px;
	color: #495A58;
	font-weight: 400;
	line-height: 48px;
	width: 100%;
	text-align: center;
}
 .reflectionsparallel h4 {
   font-size: 33px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  }
.shopdetalis .cardbin-section {
	padding: 37px 0px 0px 0px;
    }
.shopdetalis .signbtn {
	margin: 0px 0px;
	padding: 12px 29px;
	position: relative;
	background: #D4967D;
	border: 0px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
    }
.shopdetalis .signbtn:hover {
	background: #e99473;
	color: #fff;
    }
.shopdetalis2 {
	margin: 0px 0px;
	position: relative;
	width: 100%;
	background: #f3f2ef;
}
.shopdetalis2 h3 {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px;
	position: relative;
	font-family: "Instrument Serif", serif;
	font-size: 45px;
	color: #495A58;
	font-weight: 500;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.shopdetalis2 p {
	margin: 0px 0px 18px 0px;
	padding: 0px 2%;
	position: relative;
	font-size: 20px;
	color: #0E0E0E;
	font-weight: 400;
	line-height: 27px;
	width: 100%;
	text-align: center;
}
/*================================================
vedio Button Area CSS
=================================================*/
.sml-work-box2 {
	width: 100%;
	height: auto;
	border-radius: 25px;
	margin: 17px 0px 0px 0px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
    }
.sml-work-box2 img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
    }
.sml-work-box2:hover img {
	transform: scale(1.1);
    }

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #F7941D;
	border: 1px solid #F7941D;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	background-color: #fff;
	border: 1px solid #fff;
	position: relative;
	font-size: 30px;
}

.play-button a i {
	color: #000000c9;
	font-size: 27px;
}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
vedio Button Area CSS
=================================================*/
.shopdetalis3 {
	margin: 0px 0px;
	position: relative;
	width: 100%;
	background: #e0e0da;
    }
.shopdetalis3 h3 {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px;
	position: relative;
	font-family: "Instrument Serif", serif;
	font-size: 45px;
	color: #495A58;
	font-weight: 500;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.shopdetalis3 p {
	margin: 0px 0px 18px 0px;
	padding: 0px 2%;
	position: relative;
	font-size: 20px;
	color: #0E0E0E;
	font-weight: 400;
	line-height: 27px;
	width: 100%;
	text-align: center;
}
.shopdetalis4{
	margin: 0px 0px;
	position: relative;
	width: 100%;
    }
.shopdetalis4 h3 {
margin: 0px 0px 35px 0px;
  padding: 0px 0px;
  position: relative;
  font-family: "Instrument Serif", serif;
  font-size: 45px;
  color: #495A58;
  font-weight: 500;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.shopdetalis4 .accordion-button::after {
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopdetalis4 .accordion-button:not(.collapsed)::after {
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E"); */
}
.shopdetalis4 .accordion-button::after {
  transition: all 0.5s;
}
.shopdetalis4 .accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125) !important;
	margin-bottom: 13px;
	border-radius: 8px !important;
	overflow: hidden !important;
}
.shopdetalis4 .accordion-body {
	padding: 0rem 1.25rem 1rem 1.25rem;
	background: #f3f2ef;
}
.shopdetalis4 .accordion-body p{
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #3A3A3A;
}
.shopdetalis4 .accordion-button:not(.collapsed) {
	color: #151515;
	background-color: #f3f2ef;
	box-shadow: inset 0 0px 0 rgba(0,0,0,.0);
}
.shopdetalis4 .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 21px;
	color: #151515;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	font-weight: 600;
}
.frequentlycard{
	margin: 0px 0px;
	padding: 60px 0px 0px 0px;
	position: relative;
	width: 100%;
    }
.frequentlycard-img{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 97%;
	height: 371px;
	overflow: hidden;
	border-radius: 12px;	
    }
.frequentlycard-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.frequentlycard-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.frequentlycard-text{
	margin: 0px 0px;
	padding: 22px 0px;
	position: relative;
	width: 100%;
    }
.frequentlycard-text h5 {
margin: 0px 0px 35px 0px;
  padding: 0px 0px;
  position: relative;
  font-family: "Instrument Serif", serif;
  font-size: 45px;
  color: #495A58;
  font-weight: 500;
  line-height: 30px;
  width: 100%;
  text-align: left;
}
.frequentlycard-text h5 a {
	text-decoration: none;
	color: #000000;
    }
.frequentlycard-text h5 a:hover {
	text-decoration: underline;
	color: #000000;
    }
.frequentlycard-text h6 {
  margin: 3px 0px 16px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 24px;
  color: #0E0E0E;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.frequentlycard-text p {
margin: 0px 0px 38px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 20px;
  color: #0E0E0E;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  text-align: left;
}
.frequentlycard-text h4 {
margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 17px;
  color: #B96C4D;
  font-weight: 500;
  line-height: 25px;
  width: auto;
  text-align: left;
}
.reviewcard{
	margin: 0px 0px 11px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 17px;
    }
.reviewstar {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 3px;
}
.reviewstar a{
	font-size: 11px;
	color: #FBC02D;
	text-decoration: none;
    }
.reviewstar a:hover{
	font-size: 11px;
	color: #FBC02D;
	text-decoration: none;
    }
.addcart_btn {
	margin: 0px 0px;
	padding: 14px 26px;
	position: relative;
	background: #D4967D;
	border: 0px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
    }
.addcart_btn:hover {
	background: #e99473;
	color: #fff;
    }
.demandworkshops {
	background: #f3f2ef;
    }


.signnewslettercard{
	display: flex;
	align-items: center;
	justify-content: space-between;
     }
.signnewsletter{
	margin: 0px 0px;
	padding: 50px 0px;
	position: relative;
	width: 100%;
	background: #BAB9B2;
    }
.signnewsletter h3 {
	margin: 0px 0px 23px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	font-family: "Instrument Serif", serif;
	color: #000000;
	font-size: 40px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	}
.signnewsletter h6 {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 20px;
  color: #0E0E0E;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.newsletterleft {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 50%;
}
.subscribe{
	margin: 0px 0px;
	padding: 0px 0px;
	background: transparent;
	position: relative;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: end;
	}
.subscribe .form-control {
	display: block;
	width: 100%;
	padding: 15px 31px;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	color: #3A3A3A;
	background: #fff;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 29px 0px 0px 29px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-style: italic;
	}

.subscribe .form-control:focus {
	color: #212529;
	background: #fff;
	border-color: #ced4da00;
	outline: 0;
	box-shadow: unset;
	}
.submitbtn {
	margin: 14px 0px;
	padding: 29px 29px;
	background: #D4967D;
	border-radius: 0px 29px 29px 0px;
	color: #ffffff;
	height: 45px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	font-size: 23px;
	font-weight: 500;
	text-transform: unset;
	}
.submitbtn:hover {
	background: #e99473;
	color: #ffffff;
	}

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #D4967D;
	border: 1px solid #D4967D;
	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: #db8e6f;
	border: 1px solid #db8e6f;
}
.footer {
	margin: 0px 0px;
	padding: 59px 0px 0px 0px;
	width: 100%;
	position: relative;
    background: #E5E3DC;
	position: relative;
    }
.footer-logo-area {
	margin: 0px 0px 53px 0px;
	padding: 0px 0px;
	width: 147px;
	position: relative;
	z-index: 99;
	}
.footer-logo-area img {
	width: 100%;
	object-fit: cover;
	}
.footer-links h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	font-family: "Instrument Serif", serif;
	color: #495A58;
	font-size: 26px;
	font-weight: 500;
	line-height: 21px;
	display: block;
	}
.footer-links h5 {
	margin: 24px 0px 15px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	display: block;
	}
.footer-links h5 span {
	display: block;
	color: #00A79D;
	font-size: 17px;
	font-weight: 500700;
	}
.footer-links h4 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	font-family: "Cinzel", serif;
	text-align: left;
	color: #000;
	font-size: 23px;
	font-weight: 700;
	line-height: 21px;
	display: block;
		}
.footer-links h6 {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px;
  text-align: left;
  letter-spacing: 0px;
  color: #DEDEDE;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
	}
.footer-links p {
	margin:	0px 0px;
	padding:0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #F0F0F0;
	font-size: 15px;
	width: auto;
	font-weight: 700;
	line-height: 25px;
	}

.footer-subbtn {
	margin: 5px 0px;
	padding: 14px 23px;
	position: relative;
	background: #D4967D;
	border: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
	text-align: center;
}
.footer-subbtn:hover {
	background: #D4967D;
	color: #fff;
    }
.support{}	
.support ul {
	margin: 0px;
	padding: 0;
	width: 100%;
	list-style: none;
	column-count: 1 !important;
	}
.support ul li {
	width: 100%;
	float: left;
	line-height: 33px;
	}
.support ul li a {
	display: inline-block;
	color: #E3ECE8;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	}
.support ul li a:hover {
	color:#ADFFDD;
	text-decoration: none;
	}
.footer-links ul {
	margin: 0px;
	padding: 0;
	width: 93%;
	list-style: none;
	column-count: 2;
	}
.footer-links ul li {
	width: 100%;
	float: left;
	line-height: 33px;
	}
.footer-links ul li a {
	display: inline-block;
	color: #303636;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	}
.footer-links ul li a:hover {
	color:#D4967D;
	text-decoration: none;
	}

.contactcard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	justify-content: start;
	gap: 13px;
	}
.conticon {
	margin-top: 5px;
	}
.conticon img{
	width: 22px;
	}

.footer-right{
	float: right;
}
.contactcard h5 {
	margin: 3px 0px 10px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #303636;
	font-size: 19px;
	font-weight: 400;
	line-height: 25px;
	width: 81%;
	}
.contactcard h5 a {
	color: #303636;
	text-decoration: none;
	}
.contactcard h5 a:hover {
	color: #D4967D;
	text-decoration: underline;
	}	
.footer-links h6 {
	margin: 1px 0px 10px 32px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #222222;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	width: 81%;
	}
.footer-links h6 a {
	color: #D4967D;
	text-decoration: underline;
	}
.footer-links h6 a:hover {
	color: #D4967D ;
	text-decoration: none;
	}

.footersocial-sect{
	margin: 11px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 18px;
    }

.footersocial-visa {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
	}
.footersocial-visa a {
	margin: 0px 0px;
	padding: 2px 2px;
	font-size: 12px;
	color: #000;
	background: #fff;
	border-radius: 4px;
	line-height: 19px;
	text-align: center;
	border: #D3D3D3 1px solid;
	position: relative;
	overflow: hidden;
	}
.footersocial-visa a img {
    width: 51px;
	}
.footer-socialicon{
	margin: 0px 0px 1px 0px;
	padding: 0px 0px;
	width: auto;
	position: relative;
	z-index: 99;
	gap: 12px;
    display: flex;
    }
.footer-socialicon a img{ width: 35px;}
.footer-socialicon a{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	}
.footer-socialicon a:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
	}

.privacytext a:hover{
	color: #D6B75D;
	text-decoration: underline;
	}
.copyright {
	margin: 53px 0px 0px 0px;
	padding: 19px 0px 16px 0px;
	color: #303636;
	font-size: 18px;
	background: transparent;
	font-weight: 500;
	z-index: 99;
	position: relative;
	border-top: #BAB9B2C4 1px solid;
	}
.copyright a {
	color: #D4967D;
	text-decoration: none;
	}
.copyright a:hover {
	color: #D4967D;
	text-decoration: underline;
	}
.copytext-left {
    text-align: left;
	}
.copytext-right {
    text-align: right;
	}

/*woocommerce*/


.woocommerce-product-gallery__trigger {
	right: 1.3em !important;
	top: 0.5em !important;
	width: 36px !important;
    }

.quantity {
	display: none;
    }
.woocommerce div.product {
	margin-top: 72px;
    }
 .woocommerce div.product form.cart .button {
    background: #d4967d;
    font-size: 21px;
    font-weight: 500;
    border-radius: 41px;
    padding: 15px 25px;
}
.yith-wcwl-add-to-wishlist-button {
    cursor: pointer;
    font-size: 15px;
    color: #d4967d;
    text-decoration: none;
    border: #d4967d 1px solid;
    border-radius: 41px;
    padding: 9px 14px;
}
.yith-wcwl-add-to-wishlist-button:hover {
    color: #d4967d;
    text-decoration: none;
    border: #d4967d 1px solid;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #d4967d;
    width: 23px;
    max-width: 23px;
}
    
.related.products {
    width: 100%;
    padding-top: 118px;
    }
    
.related h2 {
    padding: 0px 0%;
    margin: 404px 0px 19px 0px;
    font-size: 32px;
    line-height: 55px;
    width: 100%;
    text-align: center;
    color: #495a58;
    font-weight: 600;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    font-size: 20px;
    color: #d4967d;
    font-weight: 500;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border: #ccc 1px solid;
	background: #fbfbfb;
	padding: 11px 17px;
	border-radius: 41px;
	font-size: 15px;
	color: #868686;
    }
.wpcf7-form-control-wrap .form-control {
	padding: 12px 17px;
	color: #212529;
	border-radius: 8px;
    }
.sbtm {
	margin: 23px 0px 33px 0px;
	padding: 11px 31px;
	background: #024D2E;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border: 0px;
	border-radius: 36px;
}
.page-id-72 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #cfc8d8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 10px;
	min-height: 420px;
	background: #fff6;
}
.page-id-72 .retreattypes-section p {
	font-size: 16px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}
.page-id-72 .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: normal;
	padding: 12px 18px;
	display: block;
	background-color: var(--wc-form-color-background,#fff);
	border: #ccc 1px solid;
	border-radius: 6px;
	color: var(--wc-form-color-text,#000);
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto;
}
.page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 14px 31px;
	font-weight: 500;
	border-radius: 41px;
	left: auto;
	color: #fff;
	background-color: #024D2E;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 18px;
   }
.page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    color: #fff;
    background-color: #d4967d;
}
.page-id-72 .woocommerce-LostPassword a{
    color: #024d2e;
    text-decoration: underline;
    }
.page-id-72 .retreattypes-section p a{
    color: #024d2e;
    text-decoration: underline;
    }
.u-column2 h2{
    font-weight: 600;
    color:#d4967d;;
    }
    
  
    
.u-column1 h2{
    font-weight: 600;
    color: #024D2E;
    }
    
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
	border: #d7d6ee 1px solid;
	border-radius: 12px;
	padding: 19px 12px;
	background: #d7d6ee24;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  list-style: none;
  }

.woocommerce-MyAccount-navigation ul li a {
    background: #d4967d !important;
    color: #ffffff;
    display: block;
    margin: 0 0 12px 0;
    padding: 11px 16px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    background: linear-gradient(90deg, #E4BA28 0%, #FFBF1F 100%);
    font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #d4967d !important;
    color: #ffffff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #e5e3dc !important;
    color: #ffffff;
}
 .woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	border: #d7d6ee 1px solid;
	background: #d7d6ee24;
	border-radius: 12px;
	padding: 19px 12px;
	height: 100%;
	min-height: 480px;
	margin-bottom: 32px;
}
.u-column1.col-1.woocommerce-Address {
    border: #ccc9 1px solid;
    padding: 17px 13px;
    margin-top: 12px;
    min-height: 284px;
    background:#ffffff69;
    border-radius: 10px;
}

.u-column2.col-2.woocommerce-Address {
    border: #ccc9 1px solid;
    padding: 17px 13px;
    margin-top: 12px;
    min-height: 284px;
    background: #ffffff69;
    border-radius: 10px;
}
.u-column1 h2 {
    font-weight: 600;
    color: #d4967d;
    font-size: 17px !important;
    width: auto !important;
}
.u-column2 h2 {
    font-weight: 600;
    color: #d4967d;
    font-size: 17px !important;
    width: auto !important;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    padding: 8px 10px;
    border-radius: 23px;
    font-size: 11px;
    text-decoration: none;
    background: #d4967d !important;
    color: #fff;
}
.woocommerce-Address-title.title {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4px;
}
address {
	margin: 5px 0px;
	font-style: normal;
	line-height: inherit;
	font-size: 14px;
}

.woocommerce-MyAccount-content h2 {
    padding: 0px 0px;
    margin: 0px 0px 7px 0px;
    font-size: 25px;
    line-height: 39px;
    width: 100%;
    text-align: left;
    color: #d4967d;
    font-weight: 600;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    padding: 5px 16px;
	background-color: var(--wc-form-color-background,#fff);
	border: var(--wc-form-border-width,1px) solid rgb(204, 204, 204);
	border-radius: 6px;
}
.woocommerce-address-fields p {
	margin: 22px 0px 37px 0px;
   }
 .woocommerce-address-fields .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 18px 31px;
    font-weight: 500;
    border-radius: 41px;
    left: auto;
    color: #fff;
    background-color: #d4967d;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 18px;
}
 .woocommerce-address-fields .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	margin-top: 16px;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
	box-sizing: border-box;
	margin: 0;
	border: #d7d6ee 1px solid;
    background: #d7d6ee24;
	border-radius: 8px;
}
.wc-block-components-product-metadata__description p {
	margin: 0px 0px 37px 0px;
	padding: 0px 0%;
	position: relative;
	font-size: 14px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	text-align: left;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
	font-weight: 700;
	font-size: 19px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
	padding: 14px 11px 14px 15px !important;
	white-space: nowrap;
}
.wc-block-cart-item__wrap a{
 	color: #024D2E;   
    }
.wc-block-components-button {
    background: #d4967d;
    padding: 15px 22px;
    border-radius: 40px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}
.wc-block-components-button:hover {
    background: #d4967d !important;
    color: #ffffff;
} 
.wp-block-woocommerce-cart-order-summary-block {
  border: #d7d6ee 1px solid;
  background: #d7d6ee24;
  border-radius: 8px;
  } 
  .wp-block-woocommerce-cart-order-summary-block {
	border: #d7d6ee 1px solid;
	background: #d7d6ee24;
	border-radius: 8px;
	padding: 15px;
    }
.wc-block-cart .wc-block-cart__totals-title {
	font-size: 19px;
     }
     .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	height: auto;
	padding: 12px;
	width: 50%;
	margin-bottom: 18px;
}
.wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid hsla(0,0%,7%,.11);
	border-radius: 8px !important;
	background: #d7d6ee24;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	flex-grow: 1;
	font-weight: 600;
	margin: 0 0 8px 16px;
	text-align: left;
	border-radius: 9px;
}
.wc-block-components-form .wc-block-components-checkout-step {
	background: none;
	border: none;
	margin: 8px 0 42px 24px !important;
	padding: 0;
	position: relative;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
	appearance: none;
	background: none;
	border: #ccc 1px solid !important;
	border-radius: 6px !important;
	color: #2b2d2f;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	height: 100%;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 1em .5em 0;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
	background-color: #fff;
	border: #ccc 1px solid !important;
	border-radius: 6px !important;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 1em;
	height: 3.125em;
	line-height: 1em;
	margin: 0;
	min-height: 0;
	padding: 1em .5em;
	width: 100%;
}
.wc-block-components-checkout-step__container p {
	margin: 0px 0px 6px 0px;
	padding: 0px 0%;
	position: relative;
	font-size: 15px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	text-align: left;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	border-top: 1px solid hsla(0,0%,7%,.11);
	padding: 13px 23px;
	font-size: 15px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
	padding: 0px 19px;
   }
   .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	height: auto;
	padding: 12px;
	width: 50%;
}
.sciencemeets-section {
	min-height: 197px;
}
.aws-container .aws-search-field {
	width: 100%;
	max-width: 100%;
	color: #313131;
	padding: 19px 26px;
	line-height: 30px;
	display: block;
	font-size: 15px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	height: 100%;
	min-height: inherit;
	margin: 0 !important;
	border: 1px solid #d8d8d8;
	outline: 0;
	border-radius: 40px !important;
    }
.aws-container {
	width: 100%;
    }
.aws-container .aws-search-form {
	height: auto;
    }
.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center;
    background: #d4967d;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px 17px;
    border-radius: 23px;
}  
.product-name a {
    color: #d4967d;
    text-decoration: underline;
} 
.woocommerce table.shop_table th {
	font-weight: 600;
	font-size: 16px;
    }

.page-id-178 .retreattypes-section {
	min-height: 437px;
    }
    .contactcard h5 a {
	word-wrap: break-word;
}
.footer-links {
	width: 100%;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #d4967d;
}
   /*anup */
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #d4967d;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0012;
}
.wpcf7-response-output {
    color: red;
}


p.hero-content-lower {
    margin: 25px 25px 0px 25px;
    padding: 0px 0px;
    position: relative;
    width: auto;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}