body {
	font-size: 14px;
	line-height: 1.5em;
	font-family: 'Poppins';
	font-weight: normal;
	font-style: normal;
	padding: 0;
	background-color: #f3f5f5;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-family: 'Montserrat';
}
.size-35 {
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 1px;
}
.para {
	white-space: pre-line;
}
.size-25 {
	font-size: 25px;
}
.size-12 {
	font-size: 12px;
}
.bg-warning {
	background-color: #eaac21!important;
}
.size-22 {
	font-size: 22px;
}
.size-16 {
	font-size: 16px;
}
.size-53 {
	font-size: 53px;
}
.grey {
	color: #474747;
}
.size-20 {
	font-size: 20px;
}
.size-30 {
	font-size: 30px;
}
.size-15 {
	font-size: 15px;
}
.size-71 {
	font-size: 63px;
}
.grey-p {
	color: #181818;
}
.size-21 {
	font-size: 21px;
}
.size-18 {
	font-size: 18px;
}
.yellow {
	color: #eaac21;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	display: inline-block;
	font-family: 'Montserrat';
}
a:focus {
	outline: 0;
}
btn:focus {
	box-shadow: none;
}
.medium {
	font-weight: 500;
}
.logo img {
	width: 100%;
}
.header nav.custom-menu ul li {
	padding: 0 0 0 15px;
}
.header nav.custom-menu ul li:last-child {
	border-right: none;
}
.header-contact {
	padding: 12px 0;
	border-bottom: 1px solid #a7948f;
}
.header {
	background-color: #625855;
}
nav.custom-menu ul li a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}
ul.list-inline li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #000;
	padding: 0 10px;
}
ul.list-inline li a {
	color: #000000;
	text-decoration: none !important;
}
nav.custom-menu ul > li > a:hover {
	color: #ffb400;
}
.menu-item a:hover svg path {
	fill: #df1626 !important;
}
#down-arrow path {
	fill: #2f2f2f;
}
#down-arrow {
	width: 28px;
}
nav.custom-menu ul > li.menu-item-has-children > a:after {
	background: url(../images/down-arrow.svg) center center no-repeat;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: -20px;
	top: -1px;
	z-index: 1;
	background-size: 17px auto;
}
.icon-text {
	margin-top: 35px;
}
nav.custom-menu ul > li.menu-item-has-children > a:hover:after {
	background-image: url(../img/down-arrow-hover.svg);
}
/*.sub-menu a {
	transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
}
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 375px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: rgba(0,0,0,0.85);
}
.sub-menu ul {
	position: absolute;
	left: 100%;
	top: 0;
	list-style: none;
}
.menu-item .sub-menu ul {
	display: none !important;
}
.menu-item .sub-menu li:hover ul {
	display: block !important;
}
.sub-menu li {
	float: left !important;
	padding: 0 !important;
	width: 375px;
	text-align: left;
}

.sub-menu a {
	background: #1a1a1a;
	display: block;
	padding: 15px 7px;
	color: #fff !important;
	text-shadow: none;
	font-family: 'Poppins';
	font-size: 15px;
	line-height: 19px;
	font-weight: 600;
}
.sub-menu a:hover {
	background: #df1626;
	text-decoration: none;
	color: #fff;
}
.sub-menu a:after {
	display: none !important;
}*/
.quote {
	background-color: #eaac21;
	line-height: 100%;
}
.quote:hover {
	background-color: #212529;
}
.hero-image {
	width: 100%;
	height: 700px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bgg-gradient {
	position: relative;
}
.bgg-gradient::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background: linear-gradient(to bottom, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 66%) 100%);
	content: '';
}
.banner-caption {
	position: relative;
	/*top: -50px;*/
	z-index: 666;
}
.btn:focus {
	box-shadow: none;
}
.man-img {
	position: absolute;
	bottom: 0;
	right: calc(50% - 8%);
}
.man-img img {
	width: 100%;
}
.exp-btn {
	background-color: #eaac21;
	display: inline-block;
	padding: 13px 36px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 2rem;
}
.sbn, .exp-btn, .direction {
	transition: all .45s ease-in-out;
}
.btnn:hover::after {
	opacity: 1;
	margin-left: 8px;
	transition-delay: .15s;
}
.btnn::after {
	content: '\f178';
	font-family: 'FontAwesome';
	font-weight: 300;
	font-size: 1rem;
	position: absolute;
	margin-top: 1px;
	opacity: 0;
	margin-left: 6px;
	transition: all .45s ease-in-out;
}
.exp-btn:hover, .submit:hover, .direction:hover {
	border-radius: 24px !important;
}
.heading-section {
	text-align: center;
	position: relative;
}
.form-contact {
	width: 100%;
	box-sizing: border-box;
	padding: 2rem;
}
.layout-parallax .illustration {
	position: absolute;
	width: 20vw;
	opacity: .1;
}
.bg-gray {
	background-color: rgba(208,216,214,.25);
}
.image-wrapper {
	position: relative;
	z-index: 5;
	margin-top: 2.5rem;
}
.improvement-goal {
	padding: 4rem 0;
}
.layout-parallax .illustration.left-bottom {
	left: 0;
	bottom: 5%;
}
.content-wrapper {
	padding: 4rem 2rem 4rem;
	background-color: #fff;
	box-shadow: 0 0 10px 0px #00000047;
	position: relative;
	transform: translateX(-53px);
	z-index: 55;
	height: 28rem;
}
.layout-parallax .illustration.right-top {
	top: 0;
	right: 11px;
}
.we-are {
	padding-bottom: 30px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.mw-100 {
	max-width: 100% !important;
}
.choose-us .txt-area {
	padding: 0 3rem;
	margin-left: -10rem;
	min-width: 100%;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #202020;
	color: #fff;
	margin-top: 4rem;
	border-radius: 4px;
}
.bg-red {
	padding: 0 3rem;
	margin-right: -10rem;
	min-width: 100%;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #ff000a;
	color: #fff;
	margin-top: 4rem;
	border-radius: 4px;
	position: relative;
}
.custom-row {
	margin: 3rem 0 9rem;
}
.img-area {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 240px;
	z-index: 8
}
.ser-img {
	border-radius: 50%;
	border: 2px solid #006599;
	width: 100px;
	height: 100px;
	text-align: center;
	margin: -85px 0 15px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.read-btn {
	background-color: transparent;
	padding: 10px 23px 9px;
	display: inline-block;
	margin-top: 35px;
	border: 0.1rem solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
.red-bg {
	background-color: transparent !important;
	border: 0.1rem solid #ff000a !important;
	color: #ff000a !important;
}
.border-lr {
	border-left: 1px solid #a9afaf;
	border-right: 1px solid #a9afaf;
}
.hero-image-two {
	width: 100%;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 0;
	background-attachment: fixed;
}
.ser-img-ab {
	border-radius: 50%;
	border: 2px solid #ffb400;
	width: 71px;
	height: 71px;
	text-align: center;
	margin: -102px auto 15px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.content {
	position: relative;
	z-index: 1;
}
.process-item {
	padding: 64px 50px;
	margin: 60px 0;
	height: 17rem;
}
/*---------*/
/*.process-item::before {
	content: "";
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 51%;
	width: 100%;
	background: #fff;
	transform: skew(20deg, 0deg);
	border: 4px solid #ffb400;
	border-bottom: none;
}
.process-item::after {
	top: unset;
	bottom: 0;
	height: 50%;
	width: 100%;
	content: "";
	z-index: 0;
	position: absolute;
	background: #fff;
	right: 0;
	background: #fff;
	transform: skew(-20deg, 0deg);
	border: 4px solid #ffb400;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: rgb(237, 27, 47);
	border-top: none;
}*/
.choose-lt h4, .dark-blue {
	color: #062e55;
}
.choose-flex {
	margin: 10px 0 10px;
}
.rt-choose img {
	border-bottom: 10px solid #ffb400;
}
/*------===========timeline==========-----*/

.gen-info {
	background: linear-gradient(to right, #ffb400 0%, #ffb400 58%, #006599 58%, #ffb400 58%, #006599 58%);
	padding: 20px 0;
}
.c-icon {
	background-color: #fff;
	border: 2px solid #006599;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	padding: 12px
}
.icon-info {
	width: 68px;
	height: 68px;
	padding: 12px;
}
.advice {
	padding: 40px 0;
}
.advice .card {
	min-height: 26rem;
	margin: 16px 0;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.imge {
	width: 100%;
}
.sb-box {
	position: relative;
	z-index: 66;
}
.service-image {
	width: 100%;
}
.about-us {
	padding: 60px 0;
}
.read-btn:hover {
	color: #fff;
}
.orc {
	margin: 0 27px;
}
.custom-padding {
	padding: 0;
}
.service-flex-container {
	margin: 20px 0;
}
.checkbox-content li {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 19px;
}
.checkbox-content li img {
	margin-right: 4px;
}
/*.testimony {
	padding: 40px 0;
}
.testimony .card {
	padding: 40px 44px;
    border-radius: 15px;
    box-shadow: 0 0 5px -1px #00000054;
    margin: 14px 0;

	}*/
.testimony p {
	padding: 6px 0;
}
.left-q {
	margin: -11px 9px 0 0;
	width: 22px !important;
	display: inline-block !important;
}
.rt-q {
	margin: 8px 0 0 9px;
	width: 22px !important;
	display: inline-block !important;
}
.advice .owl-carousel .owl-item img {
	display: block;
	width: 26%;
}
.card-t {
	/*box-shadow: 0 1px 6px 0px #000000c2;*/

	padding: 30px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	margin: 15px;
	background-color: #fff;
}
.review-flex-template h6, .review-flex-template p {
	padding-bottom: 26px;
}
.lt-t-img {
	background-repeat: no-repeat;
	background-size: 41%;
	background-position: top right;
	position: relative;
	background-position-y: 22%;
}
.up-retreat {
	background-color: #f6f6f6;
	padding: 30px 0 50px;
	position: relative;
}
.up-retreat .heading-section {
	z-index: 1;
}
#testimony .card {
	border-radius: 0!important;
}
.shop .slider-arrow {
	width: 30px;
	height: 63px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -4%;
	background-color: transparent;
	background-size: 55px;
}
.shop .slider-arrow.nav-button-prev {
	background-image: url(../images/right-arrow.png);
	left: 0;
	transform: rotate(-180deg);
}
.shop .slider-arrow.nav-button-next {
	background-image: url(../images/right-arrow.png);
	right: 0;
}
.card-text p {
	height: 12rem;
	max-height: 100%;
}
.shop {
	padding: 30px 0 60px;
	background-image: url(../images/testimony-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#shop {
	padding: 0 1.5rem;
}
.arrow-owl img {
	width: 8px !important;
}
.read-more {
	line-height: 100%;
	color: #000;
	background-color: #eaac21;
}
.read-more:hover {
	color: #000;
	background-color: #eaeeee;
}
.circle-grey {
	background: linear-gradient(to bottom, rgba(73,65,63,1) 0%, rgba(125,113,109,1) 100%);
	border-radius: 50%;
	padding: 18px;
	width: 5rem;
	height: 5rem;
	position: absolute;
	right: 10px;
	bottom: -18px;
}
#shop .item:hover {
	cursor: pointer;
}
.circle-grey img {
	width: 45px !important;
}
.shop .item {
	margin: 0.6rem 1rem;
}
.shop .card {
	border-radius: 0!important;
	border: none;
}
/*#testimony .owl-nav{
position: absolute;
    top: 44%;
}*/

.banner-captionn {
	margin-top: 0px;
}
.banner {
	z-index: 1;
}
#testimony .card-title {
	font-size: 18px;
	font-weight: 600;
}
#testimony .card-text {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins';
}
#testimony .card-text {
	color: #292929;
	display: flex;
}
.book-btn {
	border: 0.1rem solid #ff000a;
	color: #ff000a;
	background-color: #fff;
	padding: 5px 17px 6px;
}
.book-btn:hover {
	color: #fff;
	background-color: #ff000a;
}
#testimony .card-text span img {
	width: 24px;
	display: inline-block;
	margin: 6px 14px 6px 0;
}
#testimony .price span {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}
.mission {
	padding: 30px 0;
}
.hero-image-2 {
	height: 400px;
	position: relative;
}
.hero-image-2::before {
	background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 76%) 100%);
}
.hero-text-2 {
	font-size: 56px;
	line-height: 60px;
}
.red-bg:hover {
	color: #fff !important;
	background-color: #ff000a!important;
}
.choose-us .read-btn:hover {
	color: #000 !important;
	background-color: #fff!important;
}
.form-control:focus {
	box-shadow: none;
}
#footer {
	padding: 40px 0;
}
.footer-h {
	padding-bottom: 20px;
}
.box-i {
	position: relative;
}
.social-icons a img {
	width: 20px;
	height: 20px
}
.explore {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	display: inline-block;
	text-align: center;
}
.cus-text {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	padding: 0 10px;
}
.cus-text h4 {
	display: inline-block;
	background: #fff;
	padding: 0 12px;
}
.pr-list {
	padding: 30px 0;
}
/*-----------------------*/
.carousel-wrapper {
	margin-bottom: 27px;
}
.pr-detail-img-plu .item {
	padding: 0 10px
}
#sync2.owl-carousel .owl-item {
	float: right;
}
#sync2 .owl-item {
	width: auto !important;
}
#sync2 {
	transform: translateY(-71px);
}
/*#sync2 .item img:active{
	border: 2px solid #000;
}*/

.u-lke {
	padding: 30px 0;
}
/*---*/
.you-like {
	padding: 60px 0;
}
.contact-part {
	background-color: #f4f4f4;
}
.your-space {
	text-align: center;
}
.number {
	font-size: 122px;
	color: #c0a96f;
	font-weight: 900;
	line-height: 100%;
}
.large-text {
	font-size: 30px;
	line-height: 100%;
	font-weight: 900;
	margin-bottom: 6px;
}
.block {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 20px 44px;
}
.stats-wrapper {
	padding: 2rem 0;
}
.heading-text {
	margin: 4rem 5rem 0;
}
.vision {
	margin: 5rem 0;
	background: linear-gradient(to right, rgba(35,35,35,35) 1%, rgba(35,35,35,35) 71%, rgba(0,0,0,1) 71%, rgb(243 245 245) 71%, rgb(243 245 245) 100%);
	height: 500px;
	min-height: 500px;
	position: relative;
}
.vision-img {
	position: absolute;
	top: -57px;
	height: 100%;
	right: 0;
	width: 100%;
}
.vision-img img {
	height: 100%;
	object-fit: cover;
}
.testimony {
	padding-bottom: 5rem;
}
.testimony .card-t {
	/* box-shadow: 0 1px 6px 0px #000000c2; */
	padding: 30px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	margin: 15px;
	background-color: #fff;
	height: 20rem;
}
.testimony .slider-arrow {
	width: 30px;
	height: 63px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -4%;
	background-color: transparent;
	background-size: 35px;
}
.testimony .slider-arrow.nav-button-prev {
	background-image: url(../images/right-arrow1.png);
	left: -19px;
	transform: rotate(-180deg);
}
.testimony .slider-arrow.nav-button-next {
	background-image: url(../images/right-arrow1.png);
	right: -19px;
}
.map-info iframe {
	width: 100%;
	display: block;
}
.map-info {
	background: #c0a96f;
}
.direction {
	background-color: #3a3a3a;
	padding: 10px 30px;
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}
.lt-item {
	padding-left: 2rem;
}
.footer-menu li a {
	font-size: 13px;
	line-height: 100%;
	font-weight: normal;
	color: #3c3a3a !important;
	text-transform: uppercase;
}
.footer-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-box {
	background-color: #fff;
	padding: 2rem;
	transform: translateY(-51px);
}
.footer-icons a {
	border: 0.1rem solid #c0a96f;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 8px 0;
	line-height: 35px;
}
.footer-icons {
	background-color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 1rem;
}
.footer-logo img {
	width: 50%;
}
.footer-menu li {
	padding: 0 12px;
}
.social-icons::before {
	content: '';
	position: absolute;
	background-color: #c0a96f;
	width: 100%;
	height: 1px;
	top: 50%;
	display: block;
}
.footer-icons a:hover {
	opacity: 0.8;
}
.paint-image {
	width: 100%;
	height: 300px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.paint-image::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background: linear-gradient(to right, rgb(0 0 0 / 96%) 0%, rgb(0 0 0 / 52%) 100%);
	content: '';
}
.left-box-text p {
	color: #232323;
}
.faq {
	padding: 40px 0 60px;
	background: #e6eaef;
}
.ask-f {
	padding: 40px 0;
	text-align: center;
}
.ask-f .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #fff;
}
.ask-f .accordion-item .accordion-button {
	color: #625855;
	font-size: 18px;
	font-family: 'Poppins';
	font-weight: 500;
	background-color: transparent;
}
.ask-f .accordion-button:not(.collapsed)::after {
	background-image: url(../images/up-arrow-black.svg);
	transform: rotate(-180deg);
}
.ask-f .accordion-body {
	background-color: #f3f5f5;
	color: #625855;
	text-align: left;
	font-size: 16px;
}
.ask-f .accordion-header {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.ask-f .accordion-item {
	background-color: #f3f5f5;
	border: none !important;
}
.ask-f .accordion-button {
	font-weight: 600;
	letter-spacing: 0.02rem;
}
.accordion-button:focus {
	box-shadow: none;
}
.faq-service {
	padding: 70px 0;
}
.gallery-main .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #eaac21;
	background-color: #ffffff00;
}
.gallery-main .nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}
.tab-item a {
	padding: 10px 0;
}
.tab-content img {
	width: 100%;
}
.tab-content a {
	margin: 12px 0;
	display: block;
}
.banner .exp-btn {
	padding: 13px 36px 14px !important;
}


.app legend{
	font-size:1rem;
}

.room_type{
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.input-field, .select-field-group{
	margin-bottom:12px;
}
