@media only screen and (max-width: 767px) {
	.consultation-info.default-title1 h2 {
		margin-left: 0px !important;
	}
}


@media only screen and (max-width: 767px) {
	.default-title1>h4 {
		font-size: 19px;
		line-height: 30px;
	}

	.single-do-title-info h3 {
		font-size: 30px;
		line-height: 35px;
		font-weight: 700;
	}

	.fade {
		opacity: 1 !important;
	}

	h2.titt {
		font-size: 32px !important;
	}

	.active {
		background-color: #717171;
	}

}

select#select-box {
	color: #000;
	font-size: 16px;
	background-color: #fff !important;
	border: 1px solid #ec8e70 !important;
	border-radius: 5px;
	display: inline-block;
	margin: 0;
	padding: 7px 16px;
}

/*New Web*/
h3.title {
	text-align: center;
}

.btn-other {
	color: #ffffff !important;
	background-color: #876341;
	border: 1px solid #876341;
	border-radius: 0px;
	cursor: pointer;
}

a.btn-other {
	line-height: 14px !important;
}

.amenities-icon {
	height: 134px;
	text-align: center;
	box-shadow: 1px 1px 25px #e0e0e0;
	/* box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2); */
	padding: 10px;
	/* background: #f7f7f7; */
	margin-bottom: 30px;
	transition: ease all 0.5s;
}

.amenities-icon h3 {
	font-size: 13px;
	transition: ease all 0.5s;
	color: #222;
	min-height: 28px;
	text-transform: uppercase;
}

.pull-right {
	float: right !important;
}

.logo {
	padding: 5px 0;
	line-height: 50px;
}

.qr-box {
	margin: 0 auto;
	text-align: center;
}

/*.rera-sec {
    padding: 5px 0px;
    background: #596169;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.copyright img {
    margin: 0px auto;
    display: block;
    width: 80px;
    margin-top: 20px;
}
.footer-bottom-area {
    background: #596169;
    padding: 10px 0;
    border-top: 1px solid #00000045;
}

.qr-box img {
    width: 80px;
    display: block;
    margin: 2% auto;
}

.qr img {
    text-align: center;
}
.qr-box p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}*/
.imagbg2 {
	/*    background-image: url('img/hubtown/031_Podium.png');*/
	background-size: contain;
	background-attachment: fixed;
	padding: 20px 0 20px 0;
	background-repeat: no-repeat;
}

.imgbg1 {
	/*    background-image: url("img/new/parrlex.jpg");*/
	background-size: cover;
	background-attachment: fixed;
}

.amenities-gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
}

.amenities-gallery img {
	width: 100%;
	/* margin: 0px 18px; */
	/* width: 383px; */
	/*object-fit: cover;*/
}

.ami-overlay {
	width: 100%;
	height: 100%;
	background: rgba(76, 118, 135, 0.75);
	position: absolute;
	top: 0;
	transform: translate(-100%, 0);
	transition: all 1s;
}

.overlay-sec {
	width: 100%;
}

.address-wrap {
	text-align: center;
	margin-top: 50px;
}

.address-wrap p {
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.address-wrap h3 {
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #fff;
}

.address-wrap p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.overlay-sec .overlay {
	padding: 40px 0px;
	background: rgba(0, 0, 0, 0.7);
}

.call-me:hover {
	color: #fff;
}

.call-me {
	font-size: 28px;
	font-weight: 900;
	color: #fff;
	line-height: 30px;
}

.address-wrap .fa {
	font-size: 30px;
	margin-right: 7px;
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

#contactus .form-container {
	background-position: left;
	background: linear-gradient(150deg, #73737382 33%, #737373 34%, #23232345 66%, #313131b5 67%);
	/* font-family: 'Raleway', sans-serif; */
	text-align: center;
	padding: 30px 20px;
	background-image: url(img/new/bg-w.jpg);
	background-size: auto;
	background-attachment: inherit;
	background-position: center;
	/* background-color: #fff; */
}

.btn-primary5 {
	color: #fff !important;
	background-color: #876341 !important;
	border-color: #876341 !important;
	padding: 10px 16px !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

.head-line.white {
	background: #fff !important;
}

.white {
	color: #ffffff !important;
}

.head-line {
	height: 3px;
	background: #222;
	width: 60px;
	margin: 15px auto 20px;
}

.head-center {
	text-align: center;
}

.wt-tilte-main {
	float: left;
	padding-left: 20px;
	margin-bottom: 15px;
	border-left: 9px solid #96c73b;
}

.modal {
	z-index: 9999;
	background: rgba(185, 185, 185, 0.6);
}

.modal-content {
	/*background-color: #353535 !important;*/
	/*background: url(../images/bgsky2.jpg);*/
}


.modal-body .close span {
	height: 30px;
	width: 30px;
	display: block;
	font-size: 26px;
}

.modal-body h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: -35px;
	margin-bottom: 10px;
}

.modal-body p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
}

.modal-body img {
	width: 200px;
	margin: 0px auto;
	display: block;
	position: relative;
}

.text-danger {
	color: #96c848;
}

.modal-dialog {
	margin-top: 7% !important;
	z-index: 9999 !important;
	width: 350px;
}


/*---modal form--*/

.modal-body form input,
.modal-body form select {
	/*height: 40px;*/
	border: 1px solid #ffffff;
	border-radius: 10px !important;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 0;
	/*padding-left: 10px;*/
	color: #222222;
	border-left: none;
}

input#Submit1 {
	/*width: 50%;*/
	/*margin-top: 10px !important;*/
	/*animation: 3s 2s infinite Gradient, 3s 2s infinite rocking;*/
}

@keyframes rocking {

	0%,
	100%,
	25% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(2deg)
	}

	75% {
		transform: rotate(-2deg)
	}
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
	color: #222222;
}

.modal-body form .input-group-addon {
	background: #fff;
	color: #72bf22;
	border: 1px solid #ffffff;
	border-right: 0;
	border-radius: 7px 0 0 7px;
}

.form-ico {
	font-size: 19px !important;
}

.modal-body form textarea {
	border: none;
	resize: none;
	/*background: #e4e4e4;*/
}

.modal-body form .form-group {
	height: 40px;
	margin-bottom: 23px;
	margin-top: 0;
}

.form-control:focus {
	box-shadow: none !important;
}

/*-----------Modal End --------*/

.popup-btn {
	color: #fff;
	background-color: #72bf22;
	font-size: 17px;
	text-transform: capitalize;
	letter-spacing: 2px;
	/* width: 100%; */
	padding: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease 0s;
	margin: 0 auto;
	display: block;
}

.popup-btn:hover,
.popup-btn:focus {
	font-weight: 600;
	letter-spacing: 5px;
	color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}


.sticky-btn-enquire.call-btn {
	top: 230px;
	right: -15px;
	padding: 5px 20px !important;
}

.sticky-btn-enquire {
	position: fixed !important;
	top: 309px;
	right: -67px;
	font-size: 14px !important;
	padding: 11px 15px !important;
	z-index: 999 !important;
	transform: rotate(-90deg);
	transition: all 0.3s linear;
	background: #036d55;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	background: linear-gradient(-45deg, #8dd8f8, #042e6f, #8dd8f8, #042e6f);
	animation: design 3s ease infinite;
	background-size: 400%;
}

@keyframes design {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.enquire-btn::before,
.sticky-btn-enquire::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	border-radius: 0px;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sticky-btn-enquire.sticky-brochure {
	top: 371px;
	right: -70px;
}

.call-btn svg {
	width: 28px;
	height: 28px;
	position: relative;
	right: 0px;
	top: 2px;
}

.sticky-btn-enquire:hover {
	color: #fff;
}

.enquire-btn:hover::before,
.sticky-btn-enquire:hover::before {
	width: 100%;
	background-color: #72bf22;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.config-wrap h2 {
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	color: #fff;
}

/*.icons-wrap img {
    filter: invert(50%) sepia(8%) saturate(4059%) hue-rotate(167deg) brightness(83%) contrast(84%);
}*/
.global-sec {
	padding: 40px 0;
}

.config-wrap {
	text-align: center;
	border-top: 10px solid #fff;
	border-bottom: 40px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	padding: 25px 0px;
	margin-bottom: 35px;
	transition: ease all 0.5s;
}

.configoverlay {
	background: rgba(0, 0, 0, 0.9);
	background-image: linear-gradient(to right, #0788be, #92cfde);
	padding-bottom: 50px;
}

.config-line {
	height: 3px;
	background: #ffffff;
	width: 50px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
	align-items: center;
	appearance: none;
	background-color: #FCFCFD;
	border-radius: 4px;
	border-width: 0;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	box-sizing: border-box;
	color: #36395A;
	cursor: pointer;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s, transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow, transform;
	font-size: 18px;
}

.config-wrap .pricing_btn:hover,
.config-wrap1 .pricing_btn:hover {
	/* background: #000; */
	/* color: #fff; */
	box-shadow: 5px 5px;
}

.config-wrap .pricing_btn:hover,
.config-wrap1 .pricing_btn:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
}

.sec-config {
	/*    background: url(../images/config-bg.webp) center no-repeat;*/
	background-size: cover;
	border-bottom: 2px solid black;
}

.ametab.mytab {
	text-align: center;
	margin-bottom: 0;
}

.mytab {
	text-align: center;
	border-bottom: none;
	margin-bottom: 30px;
	margin-top: 0;
}

.mytab li {
	float: none !important;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 0;
}

.mytab>li>a {
	color: #ffffff;
	padding: 13px 10px !important;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: ease all 0.5s;
	font-family: "JosefinSans-SemiBold";
	border: 1px solid #000 !important;
	margin-right: 0;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
	color: #fff;
	background-color: #dc1c35;
	/* border: none; */
	border-color: #dc1c35;
	cursor: pointer;
	border-radius: 0;
}

.ametab.mytab>li.active>a,
.ametab.mytab>li.active>a:hover,
.ametab.mytab>li.active>a:focus {
	color: #ffffff;
}

.ametab.mytab>li>a {
	color: #000000;
	border-color: transparent;
}

.mr0 {
	margin: 0 !important;
}

.owl-carousel img {
	width: 100%;
	max-width: 300px;
	padding: 5px;
}

.wt-tilte-main h2 {
	font-size: 37px !important;
	color: #000000;
	margin: 10px 0;
	text-transform: uppercase;
}

h2.creative {
	position: relative;
	font-size: 4vw;
	color: #56b646;
	-webkit-text-stroke: 0.3vw #56b646;
}

h2.creative::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #1b6e38;
	-webkit-text-stroke: 0vw #1b6e38;
	border-right: 2px solid #1b6e38;
	overflow: hidden;
	animation: animate 6s linear infinite;

}

@keyframes animate {

	0%,
	10%,
	100% {
		width: 0;
	}

	70%,
	90% {
		width: 100%;
	}
}


.amenities-title {
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #036d55;
	padding: 10px;
	z-index: 9;
}

.amenities-title h4 {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

/*.theme-padding {*/
/*    padding-left: 60px;*/
/*    padding-right: 60px;*/
/*}*/

td.her1 {
	vertical-align: middle !important;
	padding: 20px 5px !important;
	background: transparent;
	border-bottom: 1px solid #cdcdcd !important;
	color: #212529;
	border-style: none;
	border-width: 0px !important;
}

.her {
	background-color: #036d55 !important;
	color: #fff;
	border-bottom: none !important;
	text-align: center;
	vertical-align: middle !important;
	padding: 20px 0 !important;
	font-weight: normal;
	border-width: 0px;
}

a.price-click {
	background: linear-gradient(-45deg, #2f853b, #79bf40, #2f853b, #91c53c);
	padding: 6px;
	color: #fff;
	background-size: 400% 400%;
	text-decoration: none;
	animation: Gradient 3s ease infinite;
	font-size: 10px;
}

table th,
table td {
	padding: 10px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
}

.ab img {
	height: 70px;
	display: inline-block;
	filter: invert(50%) sepia(8%) saturate(4059%) hue-rotate(167deg) brightness(83%) contrast(84%);
}

.ab {
	text-align: center;
	border-right: 2px #367ab2 dotted;
}

.ab h3 {
	font-size: medium;
	font-weight: 700;
	padding: 20px 0px;
}

.abo {
	padding: 50px 0px 0 0;
}

/*@font-face {
  font-family: Futura-Medium;
  src: url(fonts/Futura-Medium.ttf);
}*/
.h1,
h1 {
	font-size: 4.5rem;
	color: #c0792a !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Vanitas';
}

.locwrap.rounded {
	border-radius: 16px;
}

.pd0 {
	padding: 0 !important;
}

.col-xs-3 {
	width: 25%;
}

.locwrap i {
	color: #387cb3;
	font-family: 'FontAwesome';
}

.locwrap i:before {
	font-size: 64px;
}

.locwrap {
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
	border: 1px solid #222;
	margin-bottom: 30px;
	border-radius: 0;
	padding: 15px;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	/* text-shadow: 1px 1px 10px #7567b8; */
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	font-weight: bold;
}

.theme-block-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #036d55;
	z-index: 1;
	opacity: 0;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.plan-inquire-btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 100%;
	max-width: fit-content;
	opacity: 1;
	visibility: visible;
	z-index: 9;
	background: #036d55;
	padding: 10px 20px;
	color: #fff;
}

.theme-block-img {
	position: relative;
}

.theme-block {
	overflow: hidden;
	/*    border: 1px solid #b4b4b4;*/
}

.theme-block:hover .theme-block-img:before {
	opacity: 0.4;
}

.plan-inquire-btn:hover {
	color: #036d55;
}

.Submit3 {
	animation: 3s 2s infinite Gradient, 3s 2s infinite rocking;
}

.theme-btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
	border-radius: 0px;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.theme-btn:hover::before {
	height: 100%;
	background-color: #fff;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.has-text-centered {
	text-align: center !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.floorplan-title span {
	font-size: 16px;
	text-transform: uppercase;
}

.theme-img-animation>picture>img {
	filter: blur(12px);
}

.theme-block .theme-block-icon {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	left: 0;
	right: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	z-index: 9;
}

.theme-block .theme-block-icon svg {
	width: 40px;
	height: 40px;
	color: #fff;
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0;
}

.connectivity-icon {
	max-width: 64px;
	margin: 0 auto 10px;
}

.section-title {
	position: relative;
}

#section-connectivity {
	background-color: #f5f5f5;
}

.connectivity-wrapper .section-title {
	margin-bottom: 40px;
}

.splide.is-active .splide__list {
	display: flex;
}

.connectivity-detail h3 {
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

.connectivity-detail p {
	margin-bottom: 5px;
	text-align: center;
}

.p-0 {
	padding: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.brochure-click {
	animation: slideInDown 3s ease infinite;
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		/* transform: translate3d(0, -100%, 0); */
		visibility: visible;
	}

	100%,
	80% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.light-pink-bg {
	background-color: #F2F1FF;
}

section,
.section {
	position: relative;
}

.degree-360-view-content .theme-block .theme-block-icon {
	opacity: 1;
}

.theme-block .theme-block-icon {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	left: 0;
	right: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	z-index: 9;
}


.theme-block.degree-360-img .video-main svg {
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-icon {
	position: relative;
	background: #312958;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.waves-block {
	position: relative;
}

.waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #31295860;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -50px;
	bottom: -50px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.video-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-title {
	margin-bottom: 30px;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

#Action_bar {
	background-color: #254558;
}

#Action_bar {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 30;
}

.head-center {
	text-align: center;
}

/*-------------------menu---------------------*/
input#phonemobile1,
input#phonemobile_2,
input#phonemobile3,
input#phonemobile4,
input#phonemobile5 {
	padding-left: 60px;
}

#hide-menu {
	position: relative;
	z-index: 9999;
	width: 100%;
	padding: 5px 0px;
	top: 0;
	height: 90px;
	/* transition: top 0.3s; */
	/*display:none;*/
}

/* Scroll pachi sticky */
#hide-menu.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background: #fff;
	/* transparent joiye to change karo */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background-color: #2b2b2b;
	display: none;
}

.home-page #hide-menu{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
}

.section-codename-pacific-atlantic img {
	max-height: 100%;
	max-width: 100%;
}


.modal-title-secondary {
	display: block;
	font-size: 1vw;
	text-transform: capitalize;
	font-weight: 600;
	padding: 1vw 0 .5vw
}

.modal-highlight-bg {
	background-color: #f9f9f9;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	vertical-align: top;
	border-top-left-radius: 15px
}

.modal-highlight-title {
	display: block;
	text-align: center;
	font-size: 1.3vw;
	font-weight: 500;
	padding: 34px 0 .9vw;
	color: #000;
}

.modal-highlight {
	list-style: none;
	padding: 10px 0;
	margin-bottom: 0;
	width: 11vw
}

.modal-highlight li i {
	display: inline-block;
	font-size: 2.8vw;
	color: #1e7c67;
}

.modal-title-secondary {
	display: block;
	font-size: 1vw;
	text-transform: capitalize;
	font-weight: 600;

}

.modal-highlight li span {
	display: block;
	font-size: .9vw;
	color: #000;
	padding: 0 0 1.3vw;
}

.modal-call-btn,
.modal-call-btn:hover {
	display: block;
	background-color: var(--colorPrimary);
	color: var(--colorBtn);
	text-decoration: none;
	font-size: 1.3vw;
	border-radius: 0 0 3px 3px
}

.modal-title {
	display: block;
	font-size: 2vw;
	text-transform: capitalize;
	font-weight: 600;
	color: #c0792a;
	padding: 0.5vw 0;
	font-family: "Vanitas";
    margin: 0 auto;
}



.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0;
}

.d-lg-block {
	display: block !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.popup-logo {
	padding-top: 21px;
	width: 595px;
	max-width: 20vw !important;
	height: 5vw !important;
}

.popup-logo img {
	margin-top: 5px !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.modal-dialog {
	max-width: 35vw;
	border-radius: 3px;
}

.flex-fill.align-self-center {
	height: 260px;
}

form#contact_form {
	padding: 10px;
	background-color: #fff;
}

input,
select,
textarea {
	outline: 0;
	/*border-width: 0 0 1px !important;*/
	/*border-color: black !important;*/
	box-shadow: none !important;
	border-radius: 0px !important;
}

input:focus {
	border-color: green;
	outline: 1px dotted #000
}

a.theme-block-icon1.view-360-icon {
	position: absolute;
	top: 65%;
	width: 376px;
	height: 50px;
	margin: 0px auto;
	left: 0;
	right: 0;
	color: #fff;
	background-color: #036d55;
}

.iti {
	position: relative;
	display: inline-block;
	width: 100%;
}

.box-aminities .col-md-2 {
	width: 20%;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
	background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
	.wt-tilte-main h2 {
		font-size: 30px !important;
	}

	h2.m-b5 span {
		font-size: 15px !important;
	}

	h2.creative {
		font-size: 6vw;
	}

	.box-aminities .col-md-2 {
		width: 50%;
	}
}

/*--------------------------------------------*/


.panel-group {
	margin-bottom: 20px;
}

#accordion .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0px 0px 10px 30px;
	position: relative;
}

#accordion .panel-heading {
	padding: 0;
	border: none;
	border-radius: 0;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

#accordion .panel-title a {
	display: block;
	padding: 15px 12px 15px 32px;
	margin: 0;
	/* background: #eed5b2; */
	font-size: 15px;
	font-weight: 700;
	color: #000000 !important;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
	border-radius: 0;
	position: relative;
}

#accordion .panel-title a.collapsed:before {
	content: "\f0dd";
	line-height: 13px;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	width: 20px;
	height: 21px;
	padding: 2px;
	line-height: 18px;
	background: #eed5b2;
	border-radius: 0px;
	border: 1px solid #000000;
	/* text-align: center; */
	font-size: 17px;
	color: #000000;
	position: absolute;
	top: 16px;
	left: 1px;
	transition: all 0.3s ease 0s;
}

.collapse.in {
	display: block;
}

#accordion .panel-body {
	padding: 15px;
	margin: 0 15px;
	background: #fff;
	font-size: 15px;
	color: #000;
	line-height: 28px;
	letter-spacing: 1px;
}

.specification {
	list-style: circle;
	padding-left: 16px;
	font-size: 13px;
	font-family: 'Vanitas';
}

.project-hallmarks {
	background: #ffffff;
}

.section-subtitle {
	font-size: 22px;
	letter-spacing: 3px;
	color: #222;
	font-weight: 600;
}

.section-divider {
	width: 80px;
	height: 2px;
	background: #1a9bbb;
	margin: 12px auto 0;
}

.hallmark-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px 18px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background: #fff;
	transition: 0.3s ease;
}

.hallmark-item img {
	width: 40px;
}

.hallmark-item span {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
}

.hallmark-item:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

.project-hallmark-section {
	display: flex;
	width: 100%;
	/* background: #f9f4ec; */
	padding-top: 42px;
}

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.synophsis {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.hallmark-left {
	flex: 1.5;
}

.hallmark-right {
	flex: 1;
	background: #fff;
	padding: 50px 40px;
	color: white;
	position: relative;
	display: flex;
	align-items: center;
}

.hallmark-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hallmark-lists {
	display: flex;
	position: relative;
}

.hallmark-lists::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background-image: repeating-linear-gradient(to bottom, rgb(0 0 0) 0px, rgb(0 0 0) 6px, transparent 6px, transparent 14px);
}

.hallmark-column {
	width: 50%;
	padding: 0 25px;
	list-style: none;
}

.hallmark-column li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 35px;
	gap: 12px;
}

.hallmark-column li img {
	width: 45px;
	height: 45px;
	object-fit: contain;
	filter: invert(46%) sepia(100%) saturate(398%) hue-rotate(351deg) brightness(91%) contrast(80%);
}

.hallmark-column li span {
	font-size: 18px;
	line-height: 25px;
	font-family: 'Vanitas', serif;
	font-weight: 500;
	color: #000;
	min-height: 45px;
}

.imgAnimation {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: all 3s cubic-bezier(.215, .61, .355, 1);
}

.imgAnimation.aos-animate {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: all 3s cubic-bezier(.215, .61, .355, 1);
}


.simana-stack-section {
	padding: 70px 0 0px 0;
}

.simana-cards {
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.simana-card {
	position: sticky;
	top: 50px;
	margin-bottom: 100px;
}

.simana-card-inner {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

.simana-card-text {
	padding: 70px;
}

.simana-card-text h3 {
	font-family: 'Vanitas', serif;
	font-size: 29px;
	color: #c57b2b;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.simana-card-text p {
	font-size: 18px;
	line-height: 25px;
	color: #333;
	margin-bottom: 20px;
	font-family: 'Vanitas', serif;
}

.simana-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.offset-md-3 {
	margin-left: 25%;
}

.qrimg {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 15px;

}

.col-md-1.hidden-xs {
	display: flex;
	justify-content: flex-end;
}

.synophsis1 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px;
	position: relative;
	text-align: center;
}

.hs-box {
	width: 12%;
	height: 12%;
	background-image: url(img/Ripple-1s-200px-2.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

#pin-1 {
	top: 34%;
	left: 17.5%;
}

#pin-11 {
	top: 55%;
	left: 23%;
}

#pin-12 {
	top: 48%;
	left: 23%;
}

#pin-13 {
	top: 64%;
	left: 26%;
}

#pin-14 {
	top: 41%;
	left: 27%;
}

#pin-15 {
	top: 59%;
	left: 32%;
}

#pin-16 {
	top: 75%;
	left: 35%;
}

#pin-17 {
	top: 31%;
	left: 36%;
}

#pin-west {
	top: 66%;
	left: 39.5%;
}

#pin-east {
	top: 72%;
	left: 46%;
}

#pin-gulf {
	top: 68%;
	left: 83%;
}

#pin-south {
	top: 59%;
	left: 20%;
}

#pin-north {
	top: 76%;
	left: 58%;
}

#pin-north1 {
	top: 26%;
	left: 80%;
}

#pin-north2 {
	top: 50%;
	left: 85%;
}

#pin-north3 {
	top: 67%;
	left: 85%;
}

#pin-north4 {
	top: 61%;
	left: 89%;
}

#pin-central {
	top: 21%;
	left: 15%;
}

#pin-north8 {
	top: 32%;
	left: 74%;
}

#pin-north6 {
	top: 67%;
	left: 56%;
}

#pin-north7 {
	top: 56%;
	left: 58.4%;
}

.hs-box:hover>.pin-text {
	display: block;
	background: #4c72ac;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

.hs-box:hover>.pin-text1 {
	display: block;
	background: #4c72ac;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

.pin-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 75%;
	white-space: nowrap;
	display: none;
	background-color: #eed5b2 !important;
	color: #fff;
}

.pin-text1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -31%;
	white-space: nowrap;
	display: none;
	background-color: #eb8333 !important;
	color: #000;
}

.pin-text h3 {
	font-size: 12px;
	line-height: 7px;
	margin-bottom: 0px !important;
}

.pin-text h3 {
	color: #000;
	/*    text-shadow: 1px 1px 1px #000;*/
}

.pin-text1 h3 {
	font-size: 12px;
	line-height: 7px;
	margin-bottom: 0px !important;
}

.pin-text1 h3 {
	color: white;
	text-shadow: 1px 1px 1px #000;
}

/*About page*/
.hero-banner {
	width: 100%;
	height: 90vh;
	background: url("img/about.webp") center center / cover no-repeat;
	position: relative;
}

.hero-banner-about {
	width: 100%;
	height: 90vh;
	background: url("img/residence-banner.webp") center center / cover no-repeat;
	position: relative;
	background-attachment: fixed;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	/* shadow overlay */
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-content {
	text-align: center;
	color: #ffffff;
	max-width: 900px;
	padding: 200px 0 0 0;
}

.hero-subtitle {
	letter-spacing: 3px;
	font-size: 13px;
	text-transform: uppercase;
	opacity: 0.85;
	color: #fff !important;
}

.hero-title {
	font-size: 56px;
	margin: 15px 0;
	color: #fff !important;
}

.hero-tagline {
	font-size: 18px;
	line-height: 1.7;
	opacity: 0.9;
}

/*.key-associates-grid {*/
/*	margin-top: 30px;*/
/*}*/

/*.associate-box {*/
/*	text-align: center;*/
/*	padding: 0px;*/
/*	border: 1px solid #d6b27c;*/
/*}*/

/*.associate-role {*/
/*	display: block;*/
/*	font-size: 12px;*/
/*	letter-spacing: 1.5px;*/
/*	text-transform: uppercase;*/
/*	color: #777;*/
/*	margin-bottom: 15px;*/
/*}*/

/*.associate-box img {*/
/*	max-height: 100px;*/
/*	margin-bottom: 0px;*/
/*}*/

/*.associate-box p {*/
/*	font-size: 15px;*/
/*	margin: 0;*/
/*	text-align: center;*/
/*}*/

/*.associate-box small {*/
/*	color: #b8894f;*/
/*	text-align: center;*/
/*}*/

.key-associates-section{
    padding:80px 0;
}

.associate-card{
    background:#fff;
    /*border:1px solid rgba(214,178,124,.35);*/
    padding:20px 0px;
    text-align:center;
    height:100%;
    transition:.4s ease;
    position:relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    overflow:hidden;
}

/*.associate-card:before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:3px;*/
/*    background:#d6b27c;*/
/*    transform:scaleX(0);*/
/*    transition:.4s;*/
/*}*/

/*.associate-card:hover:before{*/
/*    transform:scaleX(1);*/
/*}*/

/*.associate-card:hover{*/
/*    transform:translateY(-8px);*/
/*    box-shadow:0 15px 40px rgba(0,0,0,.08);*/
/*}*/

.associate-title{
    display:block;
    color:#8a8a8a;
    margin-bottom:25px;
    text-align: center;
    font-size:14px;
}

.associate-card img{
    max-height:90px;
    width:auto;
    object-fit:contain;
}

@media(max-width:767px){

.associate-card{
    margin-top: 30px;
    padding:5px;
}

.associate-card img{
    max-height:65px;
}

.associate-title{
    font-size:10px;
}

}

/*residance*/

/* SECTION */
#phSection {
	padding: 90px 0 30px 0;
}

#phSection .container {
	max-width: 1400px;
	margin: auto;
	padding: 0 5px;
}

#phSection .title,
.floorplans .title {
	margin-bottom: 50px;
}

#phSection .title span {
	color: #9a7b4f;
	font-weight: 300;
}

.phSwiper .swiper-slide {
	width: 360px;
}

.phBox {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	display: block;
}

.phImg {
	overflow: hidden;
	border-radius: 6px;
}

.phImg img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	transition: transform .9s ease;
}

.phBox:hover img {
	transform: scale(1.08);
}

.phBox {
	margin-bottom: 10px;
}

.sliderNavBtn {
	width: 44px;
	height: 44px;
	border: 1px solid #c9b08a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s ease;
	position: relative;
}

.sliderNavBtn:hover {
	background: #c9b08a;
}

.sliderNavBtn.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.sliderNavBtn::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #c9b08a;
	border-right: 2px solid #c9b08a;
	display: block;
	transition: .3s ease;
}

.ph-swiper-button-prev::before {
	transform: rotate(-135deg);
}

.ph-swiper-button-next::before {
	transform: rotate(45deg);
}

.sliderNavBtn:hover::before {
	border-color: #fff;
}


.sliderControl {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.sliderControl .swiper-pagination {
	position: relative !important;
	flex: 1;
	height: 1px;
	background: #e6e0d6;
	border-radius: 2px;
	overflow: hidden;
}

.sliderControl .swiper-pagination-progressbar-fill {
	background: #b28b57;
	height: 100%;
	transform-origin: left center;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #c0792a !important;
}

.amenities-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.amenities-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	font-size: 15px;
	color: #555;
}

.amenity-no {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #9a7b4f;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* =========================
   FLOOR PLAN SECTION
========================= */

.fp-title {
	text-align: center;
	margin-bottom: 50px;
}

.fp-title h2 {
	font-size: 34px;
	letter-spacing: 2px;
	color: #8c6a3d;
}

.fp-tabs {
	justify-content: center;
	margin-bottom: 40px;
}

.fp-tabs .nav-link {
	border: none;
	background: transparent;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
	padding: 10px 25px;
}

.fp-tabs .nav-link.active {
	border-bottom: 2px solid #c0792a;
	background-color: #c0792a;
	color: #ffffff;
}

/* Floor Plan Card */
.fp-card {
	background: #fff;
	padding: 40px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.fp-card {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.fp-image,
.fp-info {
	display: table-cell;
	vertical-align: middle;
}

.fp-image img {
	width: 100%;
	border: 1px solid #ddd;
}

.fp-info h3 {
	color: #8c6a3d;
	margin-bottom: 20px;
}

.fp-info ul {
	list-style: none;
	padding: 0;
}

.fp-info ul li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	font-size: 15px;
}

/* 3 BHK Sub Tabs */
.sub-tabs button {
	border: 1px solid #8c6a3d;
	background: transparent;
	padding: 6px 16px;
	margin-right: 10px;
	font-size: 14px;
	color: #8c6a3d;
	display: inline-block;
}

.sub-tabs button.active {
	background: #8c6a3d;
	color: #fff;

}

/* Download Button */
.fp-download {
	margin-top: 25px;
}

.fp-download a {
	text-decoration: none;
	border: 1px solid #8c6a3d;
	padding: 10px 22px;
	color: #8c6a3d;
	display: inline-block;
}

.fp-download a:hover {
	background: #8c6a3d;
	color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #876341;
}

section.floorplans {
	padding-bottom: 40px;
}


/* ===========================
   SIMÄ€NA FOOTER (SAFE SCOPE)
   =========================== */

.jfooter {
	background: linear-gradient(180deg, #fbf7f1 0%, #f2e8da 100%);
	padding: 70px 0 0px;
	font-family: 'Vanitas';
	color: #3f3427;
}

.jfooter .footer-logo {
	max-width: 160px;
	margin-bottom: 10px;
}

.jfooter .footer-tagline {
	letter-spacing: 2px;
	color: #8c6a3d;
	margin-bottom: 40px;
}

/* QR */
.jfooter .qrimg img {
	max-width: 80px;
	padding: 0px;
	background: #fff;
	border: 1px solid rgba(140, 106, 61, 0.4);
}

.jfooter .qr-text p {
	margin-top: 10px;
	font-size: 13px;
	color: #000;
	font-family: 'Vanitas';
	text-align: center;
}

.footer-links h5 {
	font-size: 18px;
}

/* Divider */
.jfooter .footer-divider {
	border: none;
	height: 1px;
	background: rgba(140, 106, 61, 0.3);
	margin: 50px 0;
}

/* Links */
.jfooter .footer-links h5 {
	color: #c0792a;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-weight: 900;
}

.jfooter .footer-links ul {
	list-style: none;
	padding: 0;
}

.jfooter .footer-links ul li {
	margin-bottom: 8px;
}

.jfooter .footer-links ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

.jfooter .footer-links ul li a:hover {
	color: #000;
}

/* Disclaimer */
.jfooter .footer-text {
	margin-top: 50px;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	opacity: 0.85;
	font-family: 'Vanitas';
}

/* Bottom */
.jfooter .footer-bottom {
	/* margin-top: 20px; */
	font-size: 10px;
	text-align: center;
	color: #000;
	font-family: 'Vanitas';
	border-top: 1px solid rgba(140, 106, 61, 0.3);
}

/* Mobile */
@media (max-width: 767px) {
	.jfooter .footer-links {
		text-align: center;
	}
}

.jfooter .footer-legal {
	margin-top: 5px;
	padding-top: 15px;
	border-top: 1px solid rgba(140, 106, 61, 0.3);
	font-size: 8px;
	line-height: 16px;
	color: #000;
	text-align: left;
}

section.amenities-section.py-5 {
	padding-bottom: 30px;
}

.jfooter .footer-legal p {
	margin-bottom: 12px;
}

.jfooter .footer-legal a {
	color: #000;
	text-decoration: underline;
}

.jfooter .footer-legal a:hover {
	color: #000;
}

/* Mobile readability */
@media (max-width: 767px) {
	.jfooter .footer-legal {
		text-align: center;
		font-size: 11px;
	}
}

.row.footer-qr-row {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	border-top: 1px solid rgba(140, 106, 61, 0.3);
}

/*testimonilas*/
.video-testimonial {
	padding: 10px 0 30px 0;
}

.video-card {
	text-align: center;
	margin-bottom: 30px;
}

.video-thumb {
	position: relative;
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 6px;
}

.video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* ðŸ”¥ MAIN LINE */
	object-position: center;
	display: block;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.9);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 22px;
	line-height: 60px;
	color: #000;
}

.video-card h4 {
	margin-top: 15px;
	font-size: 16px;
}

.video-card p {
	font-size: 14px;
	color: #000000;
	text-align: center;

}

/* Modal video */
#videoFrame {
	width: 100%;
	height: 450px;
	border: none;
}

/* Button */
.btn-view-more {
	display: inline-block;
	margin-top: 0px;
	padding: 12px 30px;
	border: 1px solid #8c6a3d !important;
	color: #8c6a3d;
	text-decoration: none;
	letter-spacing: 1px;
}

.btn-view-more:hover {
	background: #8c6a3d;
	color: #fff;
}


.footer_contact_wrap {
	background: #efefef;
	padding: 0px 10px 30px 10px;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

.footer_form_sec:after {
	content: "";
	background: #fbf6f0;
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/* Heading */
.heading_wrpa h2 {
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

/* Form box */
.quick_contact {
	width: 820px;
	max-width: 100%;
	margin: 0 auto;
}

/* Inputs wrapper */
.formWrap {
	margin-bottom: 20px;
}

/* Inputs */
.quick_contact .form-control {
	height: 40px;
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	font-size: 14px;
}

/* Select */
.quick_contact select.form-control {
	appearance: none;
}

/* Submit button */
.btn-primary5 {
	background: #d71920;
	border: none;
	padding: 14px 45px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 20px;
}

.btn-primary5:hover {
	background: #b7151b;
}

/* Mobile */
@media (max-width: 767px) {
	.quick_contact {
		padding: 0 15px;
	}
}

.form_disc {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

#page-loader video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#page-loader {
	position: fixed;
	inset: 0;
	background: #000;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}

#page-loader.hide {
	opacity: 0;
	visibility: hidden;
}

.heading-line {
	display: block;
	width: 0;
	height: 4px;
	background: #8c6a3d;
	/* Simāna gold */
	margin-bottom: 10px;
	animation: lineGrow 1.2s ease forwards;
}

/* Animation */
@keyframes lineGrow {
	to {
		width: 80px;
	}
}

.sidebar-widgets {
	position: fixed;
	z-index: 999;
	bottom: 15%;
	right: 0px;
	background: #d5d5d5;
	padding: 10px 10px;
	border-radius: 38px;
}

@media (max-width: 767px) {
	.sidebar-widgets {
		display: none;
	}
}

.sidebar-widgets ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	border: 1px solid #c0792a;
	text-align: center;
	border-radius: 38px;
}

.sidebar-widgets ul li button,
.sidebar-widgets ul li a {
	color: #fff !important;
	padding: 10px 10px 10px 10px;
	background-color: #0000ff00;
	border: none;
	font-size: 16px;
	outline: none;
}

.sidebar-widgets ul li button i,
.sidebar-widgets ul li a i {
	margin-right: 5px;
	font-size: 22px;
	color: #c0792a;
}

.sidebar-widgets ul li button span,
.sidebar-widgets ul li a span {
	color: #c0792a;
	font-size: 10px;
	display: block;
	font-weight: 900;
}

.btn-other:hover,
.btn-primary5:hover {
	background-color: #d9af68 !important;
	color: #fff;
	border: 1px solid #d5a85c;
}

#page-loader {
	z-index: 99999;
}

g#Surfaces {
	display: none;
}

g#Outlined_Mnemonics_Logos {
	display: none;
}

.whatsapp-float-left {
	position: fixed;
	left: 15px;
	bottom: 60px;
	width: 55px;
	height: 55px;
	background: #25D366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float-left img {
	width: 28px;
	height: 28px;
}

.whatsapp-float-left:hover {
	transform: scale(1.08);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.navbar-nav>li>a {
	padding-left: 18px !important;
	padding-right: 18px !important;
}

/*sticky button mobile*/
@media (max-width: 767px){

.mobile-sticky-btns{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
}

.mobile-sticky-btns .sticky-btn{
    flex: 1;
    padding: 14px;
    border: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 600;
}

.call-btn, .enquire-btn{
    background: #c0792a;
}

body{
    padding-bottom: 45px;
}
img.visible-xs.mob1 {
    position: absolute;
    right: 18px;
}
.navbar-toggle {
    margin-right: 63px;
}



}



.footer-contact-bar {
    border-top: 1px solid #c9b9a5;
    padding: 10px 0px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.footer-contact-bar .contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:18px;
}

.footer-contact-bar a{
    color:#000;
    text-decoration:none;
}

.footer-contact-bar .social-icons{
    gap:15px;
}

.footer-contact-bar .social-icons span{
    margin-right:5px;
    font-size:16px;
}

.footer-contact-bar .social-icons a{
    font-size:20px;
}

@media(max-width:767px){

    .footer-contact-bar{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

    .footer-contact-bar .contact-item{
        justify-content:center;
    }
}
/*end*/


#scrollUp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 58px;
    height: 58px;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #e2b45b 0%,
        #c9872b 45%,
        #9b7245 100%
    );

    border: 3px solid rgba(255,255,255,.9);

    box-shadow:
        0 8px 20px rgba(155,114,69,.35),
        0 0 0 3px rgba(255,255,255,.2);

    transition: all .3s ease;

    display:none;
}

#scrollUp i {
    color: #fff;
    font-size: 33px;
    line-height: 57px;
    position: relative;
    top: -4px;
    margin-left: 14px;
}

#scrollUp:hover{
    transform:translateY(-5px);
    box-shadow:
        0 12px 28px rgba(155,114,69,.45),
        0 0 15px rgba(201,135,43,.35);
}
#scrollUp:hover i {
    transform: translateY(-2px);
}

#scrollUp:active {
    transform: scale(.96);
}
#scrollUp{
    display:none;
}
@media (max-width:767px){
    #scrollUp{
        width:48px;
        height:48px;
        right:15px;
        bottom:55px;
        border-width:2px;
    }

    #scrollUp i {
        font-size: 25px;
        line-height: 57px;
        position: relative;
        top: -8px;
        margin-left: 14px;
    }
}
