/*@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);*/
:root,
html {
	font-family: Roboto, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h5,
p,
ul {
	margin-top: 0
}

button,
hr,
input {
	overflow: visible
}

.table,
body {
	color: #212529
}

.btn,
.navbar-toggler-icon,
img {
	vertical-align: middle
}

.carousel-inner,
.modal {
	overflow: hidden
}

.owl-carousel,
html {
	-webkit-tap-highlight-color: transparent
}

html {
	scroll-padding-top: 70px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px
}

*,
::after,
::before {
	box-sizing: border-box
}

header,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

p,
ul {
	margin-bottom: 1rem
}

b {
	font-weight: bolder
}

a {
	color: #000b59;
	text-decoration: none;
	background-color: transparent
}

.btn-link:hover,
a:hover {
	color: #000b59;
	text-decoration: underline;
}

.btn-link,
.btn:hover {
	text-decoration: none
}

img {
	border-style: none
}

table {
	border-collapse: collapse
}

th {
	text-align: inherit
}

button {
	border-radius: 0
}

button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}

button,
input,
select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

.btn:not(:disabled):not(.disabled),
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

select {
	word-wrap: normal;
	padding: 0
}

[type=button],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

.micro-navbar,
.section,
body {
	font-family: Roboto, sans-serif
}

.h1,
h1,
h2,
h5 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.table,
hr {
	margin-bottom: 1rem
}

.h1,
h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h5 {
	font-size: 1.25rem
}

hr {
	box-sizing: content-box;
	height: 0;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

small {
	font-size: 80%;
	font-weight: 400
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col,
.col-12,
.col-6,
.col-lg-3,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.btn,
.form-control {
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5
}

.col-12,
.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.table {
	width: 100%
}

.nav,
.navbar-nav {
	margin-bottom: 0;
	list-style: none
}

.table td,
.table th {
	padding: .6rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.9em + .75rem + 2px);
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	outline: 0
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.btn {
	display: inline-block;
	color: #212529;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
	color: #212529
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: .65
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info,
.btn-info:disabled,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.navbar-toggler,
button.close {
	background-color: transparent
}

.btn-info:focus,
.btn-info:hover {
	background-color: #138496;
	border-color: #117a8b;
	color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff
}

.btn-link:focus {
	text-decoration: underline
}

.close:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.fade {
	transition: opacity .15s linear
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show),
.more-cont {
	display: none
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0
}

.nav-link,
.navbar {
	padding: .5rem 1rem
}

.nav-link {
	display: block
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background: center center/100% 100% no-repeat
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin-top: -38px;
	margin-right: -32px;
}

.close:hover {
	color: #000
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	border: 0
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.carousel-inner,
.carousel-item,
.modal-content {
	width: 100%;
	position: relative
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: ""
}

.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: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.carousel {
	position: relative
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	display: none;
	float: left;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.at-property-img .at-property-overlayer,
.at-property-item:hover .at-property-img .at-property-overlayer {
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out
}

.bg-white {
	background-color: #fff !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.rounded-0 {
	border-radius: 0 !important
}

.d-none {
	display: none !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.overflow-hidden {
	overflow: hidden !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.w-100 {
	width: 100% !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mr-1 {
	margin-right: 0.25rem !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.text-center {
	text-align: center !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.text-danger {
	color: #dc3545 !important
}

.text-decoration-none {
	text-decoration: none !important
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	h2,
	p {
		orphans: 3;
		widows: 3
	}

	h2 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}
}

body {
	background-color: #f7f7f7;
	overflow-y: scroll;
	position: relative
}

.color-primary,
.content-clr {
	color: var(--colorPrimary)
}

.navbar.micro-navbar .nav-item .nav-link,
.section {
	color: #000
}

.micro-navbar {
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2)
}

.navbar.micro-navbar .nav-item .nav-link:hover {
	background-color: #f1f1f1
}

.micro-form-field {
	font-size: 1.1vw;
	border-top: none;
	border-left: none;
	border-right: none
}

.micro-form-btn {
	font-size: 1.2vw;
	padding: .3vw 2vw
}

.micro-form-btn-sm {
	font-size: 1vw;
	padding: .3vw 1.2vw
}

.section {
	background-color: #fff;
	letter-spacing: .03vw
}

.section-link {
	position: absolute;
	width: 100%;
	background-color: transparent;
	display: block
}

.at-property-img {
	position: relative;
	overflow: hidden
}

.at-property-img .at-property-overlayer {
	position: absolute;
	bottom: -100%;
	z-index: 111;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	transition: .5s ease-in-out
}

.at-property-item:hover .at-property-img .at-property-overlayer {
	left: 0;
	bottom: 0;
	transition: .5s ease-in-out
}

.at-property-btn {
	text-transform: uppercase;
	border: .1vw solid #e0e0e0;
	background: 0 0;
	border-radius: 0;
	position: absolute;
	top: -15%;
	left: 50%;
	z-index: 222;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.at-property-item:hover .at-property-btn {
	color: #e0e0e0;
	background: rgba(0, 0, 0, .7);
	top: 50%;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-o-transition: .8s ease-in-out;
	-ms-transition: .8s ease-in-out;
	transition: .8s ease-in-out
}

.at-property-dis {
	padding: .5vw;
	text-align: center
}

.vsv-text-bk {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.vsv-img {
	display: block;
	margin: 0 auto
}

img.lazyload {
	font-family: "blur-up: auto", "object-fit: cover"
}

img.lazyload:not([src]) {
	visibility: hidden
}

@keyframes rocking {

	0%,
	100%,
	25% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(2deg)
	}

	75% {
		transform: rotate(-2deg)
	}
}

@-webkit-keyframes Gradient {

	0%,
	100% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}
}

@-moz-keyframes Gradient {

	0%,
	100% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}
}

@keyframes Gradient {

	0%,
	100% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}
}

.effetMoveGradient,
.effetMoveGradient:hover {
	text-shadow: 0 3px 6px var(--colorPrimary);
	background-color: var(--colorPrimary);
	background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
	background-size: 400% 400%;
	-webkit-animation: 3s infinite Gradient, 3s infinite rocking;
	-moz-animation: 3s infinite Gradient, 3s infinite rocking;
	animation: 3s 2s infinite Gradient, 3s 2s infinite rocking;
	color: var(--colorBtn);
	border: none
}

.effetGradient,
.effetGradient:hover {
	text-shadow: 0 3px 6px var(--colorPrimary);
	background-color: var(--colorPrimary);
	background: linear-gradient(-45deg, #307ed1, var(--colorSecondary), var(--colorPrimary), #307ed1);
	background-size: 400% 400%;
	-webkit-animation: 3s infinite Gradient;
	-moz-animation: 3s infinite Gradient;
	animation: 3s infinite Gradient;
	color: var(--colorBtn);
	border: none
}

.effectScale {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.effectScale:hover {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-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)
	}
}

@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)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

#ami-3 .item-wrp {
	display: flex;
	flex-direction: column;
}

#ami-3 .item-wrp>div {
	display: flex;
	align-items: center;
}

#ami-3 .item-wrp>div:last-child {
	border-bottom: none
}

#ami-3 .item-wrp p {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1vw;
	border-left: 4px solid var(--colorPrimary);
	padding-left: 0.5vw;
}

.gallery-thumb {
	width: 100%;
	height: auto;
	border-radius: 0.9vw;
	transition: .5s;
	border-radius: 3px
}

.gallery-thumb:hover {
	opacity: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.owl-carousel {
	position: relative;
	display: none;
	width: 100%;
	z-index: 0
}

@font-face {
	font-family: micon;
	src: url(../fonts/micon.woff2);
	src: url(../fonts/micon.woff2) format('woff2'), url(../fonts/micon.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: block;
	font-display: swap
}

.mi {
	font-family: micon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mi-ami:before {
	content: "\e905"
}

.mi-download:before {
	content: "\e906"
}

.mi-gallery:before {
	content: "\e907"
}

.mi-home:before {
	content: "\e908"
}

.mi-location:before {
	content: "\e909"
}

.mi-price:before {
	content: "\e90a"
}

.mi-siteplan:before {
	content: "\e90b"
}

.mi-sitevisit:before {
	content: "\e90c"
}

.mi-rs-light:before {
	content: "\e90e"
}

.mi-support-call:before {
	content: "\e90f"
}

.mi-support-price:before {
	content: "\e910"
}

.mi-support-visit:before {
	content: "\e911"
}

.mi-call:before {
	content: "\e900"
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.more {
	display: inline-block
}

.btn-sm.more {
	color: #000;
	text-decoration: underline;
	padding-left: 0
}

.card-d {
	background-color: #eee;
	margin-bottom: 8px;
	margin-top: 4px;
	padding: 10px 15px;
	text-align: left
}

.of-box {
	background: 0 0
}

.offer-bg-animation {
	color: #fff;
	display: block;
	background: linear-gradient(-45deg, #307ed1, var(--colorSecondary), #307ed1, var(--colorSecondary));
	background-size: 400% 400%;
	-webkit-animation: 3s infinite Gradient;
	-moz-animation: 3s infinite Gradient;
	animation: 3s infinite Gradient
}

.offer-text {
	display: block;
	font-size: 1vw !important;
	color: #fff;
	border: 2px dashed #fff;
	padding: 10px 5px
}

.of-box {
	font-size: 15px;
	width: 95%;
	margin-left: auto !important;
	margin-right: auto !important;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 8px
}

.popup-logo {
	padding-top: 21px;
	width: 595px;
	max-width: 20vw !important;
	height: 5vw !important
}

.submitBtn {
	margin-top: 20px !important;
	margin-bottom: 10px
}

.lightbox,
.lightbox2 {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .5)
}

.modal-head {
	border-radius: 3px 3px 0 0
}

.popup-logo img {
	margin-top: 10px !important
}

@media only screen and (max-width:1920px) and (min-width:769px) {
	.desktopview {
		display: block;
		margin-top: 50px
	}
}

@media only screen and (max-width:768px) {
	.desktopview {
		display: none
	}
}

@media (min-width:576px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}

	.d-sm-inline {
		display: inline !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
}

@media (min-width:768px) {

	.col-md-4,
	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.d-md-none {
		display: none !important
	}

	.float-md-right {
		float: right !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}
}

@media (min-width:992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}

	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}

	.float-lg-right {
		float: right !important
	}
}

@media (min-width:1200px) {
	body {
		font-size: 1.05vw !important;
		letter-spacing: .02vw
	}
}

@media (prefers-reduced-motion:reduce) {

	.btn,
	.carousel-item,
	.fade,
	.form-control,
	.modal.fade .modal-dialog {
		transition: none
	}
}

@media only screen and (min-width:992px) {

	.info-box span.heading1,
	.info-box span.heading2 {
		text-align: left;
		vertical-align: top;
		font-size: 1vw
	}

	.section .head,
	.section-heading,
	.section-heading-sub {
		font-family: Roboto, sans-serif
	}

	body {
		font-size: 1.12vw;
		letter-spacing: .02vw
	}

	.logo {
		max-width: 18vw;
		height: 3.9vw
	}

	.navbar-brand {
		padding: 0 .2rem;
		margin: 0 auto
	}

	.micro-nav {
		width: 78%
	}

	.micro-nav .nav-icon {
		margin-right: 3px;
		font-size: 1.25vw
	}

	.micro-nav .navbar-nav {
		width: 100%
	}

	.micro-side {
		position: fixed;
		top: 0;
		right: 0;
		width: 22%;
		height: 100vh;
		background-color: #fff;
		z-index: 1031
	}

	.navbar.micro-navbar .nav-item,
	.og-block .nav-item:first-child {
		border-right: .1vw solid #dbe4e9
	}

	.navbar.micro-navbar .nav-item:first-child {
		border-left: .1vw solid #dbe4e9
	}

	.modal-body,
	.navbar.micro-navbar {
		padding: 0
	}

	.navbar.micro-navbar .nav-link {
		padding: 1.1vw .3vw
	}

	.og-section {
		background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
		background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
		background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
		background-image: -o-linear-gradient(top, #fff, #f1f1f1);
		background-image: linear-gradient(top, #fff, #f1f1f1)
	}

	.og-block {
		margin: 0 .5vw;
		background-color: #000;
		color: #fff;
		cursor: pointer;
		border-bottom-left-radius: 1vw;
		border-bottom-right-radius: 1vw;
		background-image: -webkit-linear-gradient(left, #444, #1a1a1a);
		background-image: -moz-linear-gradient(left, #444, #1a1a1a);
		background-image: -ms-linear-gradient(left, #444, #1a1a1a);
		background-image: -o-linear-gradient(left, #444, #1a1a1a);
		background-image: linear-gradient(left, #444, #1a1a1a)
	}

	.info-box,
	.pro-status {
		background-color: #fff;
		display: inline-block
	}

	.og-block .nav-item {
		padding: .5vw 0;
		font-size: 1.01vw
	}

	.form-heading {
		font-size: 1.15vw
	}

	.form-side {
		padding: 0 1vw
	}

	.micro-main-slider {
		width: 78vw;
		height: 89vh
	}

	.micro-main-slider .carousel-item img {
		height: 83vh;
		width: 81vw;
		margin-top: 11px
	}

	.info-box {
		position: absolute;
		top: 0;
		left: 8px;
		z-index: 9;
		margin-top: 4.6vw;
		padding-bottom: 1.5vw;
		display: inline-block;
		width: 22vw;
		background-color: #fff;
		border-radius: 8px;
		color: #fff;
		border: 1px solid #eee;
	}

	.pro-status {
		padding: 10px;
		font-size: 1vw;
		text-transform: uppercase;
		text-shadow: none;
		color: #000;
		border-bottom: 1px solid var(--colorPrimary);
		width: 100%
	}

	.pro-title {
		display: block;
		padding: 1vw .8vw .3vw;
		font-size: 1.8vw;
		line-height: 2vw;
		text-transform: capitalize;
		color: #212529;
		text-align: center;
		font-weight: 600;
		margin-bottom: 0;
	}

	.pro-add,
	.pro-dev {
		color: #000;
		display: block;
		text-transform: capitalize;
		text-align: center
	}

	.pro-add {
		padding: .1vw 0;
		font-size: .8vw;
		line-height: 1.4vw
	}

	.pro-dev {
		padding: .1vw 0 .1vw 5px;
		font-size: 1vw;
		line-height: 1.2vw
	}

	.info-box span.heading1 {
		color: #000;
		font-weight: 700;
		width: 9vw !important;
		display: inline-block
	}

	.info-box span.heading2 {
		color: #000;
		font-weight: 400;
		width: 6vw !important;
		display: inline-block
	}

	.pro-tag-line {
		display: block;
		padding: .1vw .8vw;
		font-size: 14px;
		text-transform: capitalize;
		line-height: 1.4vw;
		color: #333;
		text-align: center;
		margin-top: 20px
	}

	.pro-price,
	.pro-rera {
		color: #212529;
		display: block
	}

	.pro-price {
		padding: .1vw .8vw .3vw;
		font-size: 1.8vw;
		font-weight: 800;
		line-height: 28px;
		margin-bottom: 15px
	}

	.info-box .micro-form-btn {
		margin: 0 .8vw
	}

	.pro-rera {
		font-size: .9vw;
		margin-top: .5vw;
		line-height: 1.4vw
	}

	.section {
		max-width: 76vw;
		margin: 1vw 0;
		position: relative;
		overflow: hidden;
		padding: 30px 40px;
		-moz-padding-end: 30px;
		-moz-padding-start: 30px
	}

	.section-link {
		top: -4.3vw;
		height: 4.3vw
	}

	.section .head {
		color: var(--colorPrimary);
		font-size: 26px;
		letter-spacing: 0;
		text-orientation: mixed;
		font-weight: 700;
	}

	.section-heading {
		font-size: 2.5vw;
		margin-bottom: .5rem !important;
		font-weight: 700
	}

	.section-heading-sub {
		font-size: 1.4vw;
		margin-bottom: 1vw;
		font-weight: 600
	}

	.section p {
		margin-bottom: .6vw
	}

	.at-property-btn {
		padding: .5vw .8vw;
		width: 73%;
		text-align: center
	}

	.master-plan {
		display: block;
		max-width: 25vw;
		height: 38vh;
		margin: 0 auto
	}

	.master-plan img {
		max-width: 100%;
		height: 100%
	}

	.floor-plan-img {
		width: 100%;
		height: 15vw
	}

	.price-amt .mi {
		font-size: .9vw;
		font-weight: 600
	}

	.vsv-img {
		width: 100%;
		max-height: 450px;
	}

	.vsv-text-bk {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.vsv-text-bg {
		display: block;
		background-color: rgba(0, 0, 0, .5);
		color: #fff;
		text-shadow: 0 1px 2px #000;
		text-align: center;
		font-size: 1.8vw;
		padding: 1vw 0;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out
	}

	.vsv-icon {
		display: inline-block;
		width: 5vw;
		height: 5vw;
		background-color: #fff;
		-webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
		mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center
	}

	@keyframes vsvicon {
		0% {
			height: 5vw
		}

		100% {
			height: 7vw
		}
	}

	.vsv-img:hover .vsv-icon {
		width: 7vw;
		height: 7vw;
		-webkit-animation: .3s linear vsvicon;
		-moz-animation: .3s linear vsvicon;
		-ms-animation: vsvicon .3s linear;
		-o-animation: .3s linear vsvicon;
		animation: .3s linear vsvicon
	}

	.vsv-icon,
	.vsv-img .h1 {
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out
	}

	.vsv-img:hover .h1 {
		font-size: 2vw
	}

	.vsv-img:hover .vsv-text-bg {
		font-size: 1.3vw
	}

	.modal-dialog.enq-modal {
		max-width: 36vw;
		border-radius: 3px
	}

	.close {
		position: absolute;
		right: 1vw;
		top: .3vw
	}

	.modal-head {
		background-color: var(--colorPrimary)
	}

	.modal-title {
		display: block;
		font-size: 1.5vw;
		text-transform: capitalize;
		font-weight: 600;
		color: var(--colorBtn);
		padding: 1.2vw 0
	}

	.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: 25px 0 .1vw;
		color: var(--colorPrimary)
	}

	.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: var(--colorPrimary)
	}

	.modal-highlight li span {
		display: block;
		font-size: .9vw;
		color: var(--colorPrimary);
		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
	}

	.info-box {
		width: 22vw;
		text-align: center
	}

	.pro-add,
	.pro-dev {
		padding: 3px 4px 0 0;
	}
}

@media only screen and (max-width:991px) {

	.section .head,
	.section-heading,
	.section-heading-sub {
		font-family: Roboto, sans-serif
	}

	.modal-title,
	.price-amt,
	.price-amt .mi,
	.price-type,
	.pro-price,
	.pro-title {
		font-weight: 600
	}

	.navbar.micro-navbar {
		padding: .1rem 0
	}

	.navbar.micro-navbar .navbar-brand {
		padding: 0;
		margin-left: .2rem
	}

	.navbar-toggler {
		margin: .7rem .5rem .7rem 0
	}

	.desktop {
		display: block !important;
	}

	.logo {
		height: 60px;
		max-width: 275px
	}

	.micro-side,
	.modal-highlight,
	.modal-highlight-title {
		display: none
	}

	.micro-main-slider .carousel-item img {
		width: 100%;
		margin-top: 1.5vw
	}

	.navbar.micro-navbar .nav-fill .nav-item:first-child {
		border-top: 1px solid #ededed
	}

	.navbar.micro-navbar .nav-fill .nav-item:not(:last-child) {
		border-bottom: 1px solid #ededed
	}

	.info-box {
		padding-bottom: .5vw;
		display: block;
		width: 100%;
		background-color: #fff;
		color: #000;
		text-align: center
	}

	.pro-status,
	.pro-title {
		display: block;
		padding: 3px;
		text-transform: uppercase
	}

	.pro-status {
		font-size: 16px;
		text-shadow: 0 1px 2px #333;
		color: var(--colorBtn);
		background-color: var(--colorPrimary)
	}

	.pro-title,
	.section .head {
		color: var(--colorPrimary)
	}

	.pro-title {
		font-size: 24px;
		line-height: 24px;
		margin: 5px 0
	}

	.pro-add,
	.pro-dev,
	.pro-tag-line {
		padding: 3px 0;
		font-size: 15px
	}

	.modal-title,
	.modal-title-secondary,
	.pro-add,
	.pro-dev,
	.pro-tag-line {
		text-transform: capitalize;
		display: block
	}

	.pro-add,
	.pro-dev {
		line-height: 16px;
		padding-left: 5px
	}

	.pro-price {
		display: block;
		padding: 5px 0;
		font-size: 26px
	}

	.micro-form-btn {
		font-size: 16px;
		padding: 4px 15px;
		margin: auto;
		display: block
	}

	.pro-rera {
		display: block;
		padding: 3px 0;
		font-size: 13px;
		margin-top: 3px
	}

	.section {
		padding: 20px;
		margin: 10px;
		position: relative;
		overflow: hidden;
		height: 100%
	}

	.section-link {
		top: -70px;
		height: 70px
	}

	.master-plan,
	.vsv-img {
		height: auto;
		width: 100%
	}

	.section .head {
		font-size: 18px
	}

	#ami-3 .item-wrp p,
	.price-amt .mi {
		font-size: 14px
	}

	.section-heading {
		font-size: 25px;
		text-align: center;
		font-weight: 700
	}

	.section-heading-sub {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center
	}

	.table.micro-price-table {
		width: 100%
	}

	.table.micro-price-table .mb-w {
		min-width: 120px
	}

	.at-property-btn {
		padding: 2vw 4.5vw;
		width: 75%;
		text-align: center
	}

	.master-plan {
		display: block
	}

	.master-plan img {
		max-width: 100%;
		max-height: 200px
	}

	.floor-plan-img {
		width: 100%;
	}

	.vsv-icon {
		background-color: #fff;
		-webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
		mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
		display: block;
		width: 60px;
		height: 60px;
		margin: 0 auto
	}

	.nav-item .mi {
		margin: 5px
	}

	.table-pricing tbody,
	.table-pricing td,
	.table-pricing th,
	.table-pricing thead,
	.table-pricing tr,
	table.table-pricing {
		display: block
	}

	.table-pricing thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	.table-pricing tr {
		margin: 0;
		padding: 10px 0
	}

	.table-pricing tr:nth-child(odd) {
		background: #ccc
	}

	.table-pricing td {
		border: none;
		position: relative;
		text-align: center;
		padding: 3px
	}

	.table-pricing td:before {
		position: absolute;
		top: 0;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap
	}

	.price-type {
		font-size: 25px
	}

	.price-amt {
		font-size: 17px
	}

	.price-amt .mi {
		margin-right: 0
	}

	.table-pricing .btn-sm {
		padding: 5px 15px;
		font-size: 16px
	}

	.mi.action-icon,
	.modal-title {
		font-size: 18px;
		color: var(--colorBtn)
	}

	.mi {
		margin-right: 5px
	}

	.close {
		position: absolute;
		right: 10px;
		top: 3px;
		margin-right: -10px;
	}

	.modal-head {
		background-color: #307ed1;
	}

	.modal-body {
		padding: 0
	}

	.modal-title {
		padding: 10px 0;
	}

	.modal-title-secondary {
		font-size: 15px;
		font-weight: 600;
		padding: 20px 0 5px
	}

	.modal-call-btn,
	.modal-call-btn:hover {
		display: block;
		background-color: #307ed1;
		color: var(--colorBtn);
		padding: 5px 0;
		text-decoration: none;
		font-size: 16px
	}

	.micro-form-field {
		font-size: 16px
	}

	.numeric {
		padding-left: 27px !important
	}
}

@media only screen and (max-width:320px) {
	.logo {
		max-width: 235px
	}
}

@media only screen and (min-width:1600px) {

	.micro-main-slider,
	.micro-nav {
		width: 80%
	}

	.micro-side {
		width: 20%
	}

	.micro-main-slider .carousel-item img {
		width: 100%;
		height: 100%
	}

	.section {
		max-width: 79%
	}

	.vsv-img {
		height: auto
	}
}

@media only screen and (min-height:950px) {

	.micro-main-slider,
	.micro-main-slider .carousel-item img {
		height: auto
	}
}

@media only screen and (min-width:991px) {
	#ami-3 .item-wrp img {
		width: 5vw;
		height: 4vw;
	}

	#ami-3 .item-wrp p {
		font-size: 1.05vw
	}

	#ami-3 .item-wrp>div {
		padding: 1vw 0
	}
}

@media only screen and (min-width:575px) {
	.gallery-thumb {
		height: auto;
		border-radius: 0.9vw;
	}
}

@media only screen and (max-width:575px) {
	.gallery-thumb {
		height: auto;
		border-radius: 0.9vw;
	}
}

@media only screen and (max-width:786px) {
	.micro-main-slider .carousel-item img {
		width: 100%;
		margin-top: 2.5vw
	}
}

@media only screen and (min-width:1024px) {
	.micro-main-slider .carousel-item img {
		width: 81vw;
		margin-top: -18px
	}
}

@media only screen and (min-width:320px) and (max-width:991px) {
	.offer-text {
		font-size: 16px !important
	}

	.info-box span.heading1,
	.more,
	h5 {
		font-size: 15px
	}

	.info-box {
		padding-bottom: 20px
	}

	.carousel-item img {
		height: auto !important
	}

	.section .head {
		font-size: 24px;
		padding-bottom: 10px;
		display: block;
		text-align: center;
		font-weight: 700;
	}

	.info-box span.heading2 {
		font-weight: 400;
		font-size: 15px;
		text-align: left;
		padding-right: 5px
	}

	.info-box span.heading1 {
		font-weight: 700;
		text-align: left
	}

	.close {
		font-size: 35px
	}

	h5 {
		line-height: 15px;
		padding: 10px 4px 4px
	}
}

@media only screen and (min-width:1281px) {
	.numeric {
		padding-left: 27px !important
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.micro-nav .nav-icon {
		margin-right: 3px;
		font-size: 1.25vw;
		display: block !important
	}
}

@media only screen and (max-width:5000px) and (min-width:991px) {
	h2 {
		margin-bottom: 1.4rem !important
	}
}

.navbar.micro-navbar .nav-item .nav-link.active {
	background-color: var(--colorPrimary);
	color: var(--colorBtn);
	height: 100%;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.active.carousel-item-right,
.carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.active.carousel-item-left,
.carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.micro-main-slider .carousel-item img {
		width: 81vw;
		margin-top: -18px;
	}
}

@media only screen and (min-width: 1024px) {
	.micro-main-slider .carousel-item img {
		height: 83vh;
		width: 81vw;
		margin-top: 11px;
	}
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.d-block {
	display: block !important;
}

img {
	vertical-align: middle;
	border-style: none;
}

.ls-blur-up-img {
	filter: blur(10px);
	opacity: 1;
	transition: opacity 1s, filter 1.5s;
}

.ls-blur-up-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-family: "blur-up: auto", "object-fit: cover";
	object-fit: cover;
}

.fade {
	transition: opacity .15s linear;
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.lightbox,
.lightbox2 {
	display: none;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

#ami-3.owl-carousel.owl-loaded {
	width: 100%;
	height: 100%;
	background-color: #fafafa;
	color: #000;
	background-size: cover;
	border-radius: 2vw;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel .owl-stage-outer {
	background-color: #fafafa;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

#ami-3 .item-wrp {
	display: flex;
	flex-direction: column;
}

#ami-3 .item-wrp>div {
	display: flex;
	align-items: center;
}

.ami_sec {
	position: relative;
	text-align: center;
	color: white;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#ami-3 .item-wrp p {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1vw;
	border-left: 4px solid var(--colorPrimary);
	padding-left: 0.5vw;
}

.ami_sec p {
	position: absolute;
	bottom: 8px;
	left: 16px;
	background-image: linear-gradient(45deg, black, transparent);
}

@media only screen and (min-width: 1281px) {
	#ami-3 .item-wrp>div {
		padding: 0.6vw 0;
	}

	#ami-3 .item-wrp img {
		width: 100%;
		height: 100%;
		border-radius: 1vw;
	}
}

@media only screen and (min-width: 991px) {
	#ami-3 .item-wrp>div {
		padding: 0.4vw 0;
	}
}

@media (min-width: 1600px) and (max-width: 5120px) {
	#ami-3 .item-wrp img {
		width: 100%;
		height: 100%;
		border-radius: 1vw;
	}

	#ami-3 .item-wrp>div {
		padding: 0.6vw 0;
	}

	.gallery-thumb {
		height: auto;
		border-radius: 0.9vw;
	}
}

@media only screen and (min-width: 992px) {
	.section p {
		margin-bottom: .6vw;
	}

	.d-lg-none {
		display: none !important;
	}
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	outline: none;
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-nav button.owl-prev {
	left: 0;
	margin-left: -20px !important;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-50%);
	font-family: serif !important;
	background: #fff !important;
	width: 50px;
	height: 50px;
	line-height: 75px !important;
	border-radius: 50% !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	opacity: 0.4;
}

.owl-nav button span {
	font-size: 70px;
	position: relative;
	top: -20px;
}

.owl-nav button.owl-next {
	right: 0;
	margin-right: -20px !important;
}

@media (min-width: 768px) {
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.location {
		width: 30%;
		display: inline-block;
		flex: auto !important;
	}

	.map-view {
		width: 65% !important;
		display: inline-block;
		max-width: unset !important;
		flex: auto !important;
		margin-right: 26px;
	}
}

@media (min-width: 576px) {
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@font-face {
	font-family: micon;
	src: url(../fonts/micon.woff2);
	src: url(../fonts/micon.woff2) format("woff2"), url(../fonts/micon.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: block;
	font-display: swap;
}

.mi {
	font-family: micon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mi-loc-list:before {
	content: "\e912";
}

.mi-loc-list-2:before {
	content: "\e913";
}

.mi-ami:before {
	content: "\e905";
}

.mi-download:before {
	content: "\e906";
}

.mi-gallery:before {
	content: "\e907";
}

.mi-home:before {
	content: "\e908";
}

.mi-ResizeTouchNarrowerMirrored:before {
	content: "\edd4";
}

.mi-accept:before {
	content: "\ea01";
}

.mi-location:before {
	content: "\e909";
}

.mi-price:before {
	content: "\e90a";
}

.mi-siteplan:before {
	content: "\e90b";
}

.mi-sitevisit:before {
	content: "\e90c";
}

.mi-rs:before {
	content: "\e90d";
}

.mi-rs-light:before {
	content: "\e90e";
}

.mi-support-call:before {
	content: "\e90f";
}

.mi-support-price:before {
	content: "\e910";
}

.mi-support-visit:before {
	content: "\e911";
}

.mi-call:before {
	content: "\e900";
}

.mi-enquire:before {
	content: "\e901";
}

.mi-whatsapp .path1:before {
	content: "\e902";
	color: #eceff1;
}

.mi-whatsapp .path2:before {
	content: "\e903";
	margin-left: -1em;
	color: #4caf50;
}

.mi-whatsapp .path3:before {
	content: "\e904";
	margin-left: -1em;
	color: #fafafa;
}

#address_section .row {
	margin: 0 !important
}

.section {
	margin: 1vw 0;
	position: relative;
	overflow: hidden;
	padding: 30px 40px;
	-moz-padding-end: 30px;
	-moz-padding-start: 30px;
}

.mb-3,
.my-3 {
	margin: 0 0 1rem 0;
}

@media only screen and (max-width: 768px) {

	.mb-3,
	.my-3 {
		display: block;
	}

	#ami-3 .disabled {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.mobileview {
		display: block;
		margin-top: 65px;
	}

	.map-view {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.mob-form {
		padding: 5px 10px;
		display: block;
		width: 100%;
		text-align: center;
		border-top: 2px solid #c8c8c8;
		border-bottom: 2px solid #c8c8c8;
		background-color: #f1f1f1;
		background: linear-gradient(-45deg, #f1f1f1, #c8c8c8, #f1f1f1, #c8c8c8);
		background-size: 400% 400%;
		-webkit-animation: Gradient 3s ease infinite;
		-moz-animation: Gradient 3s ease infinite;
		animation: Gradient 3s ease infinite;
	}

	.mob-form .form-heading {
		font-size: 18px;
		text-shadow: 0 1px 3px #fff;
		margin: 10px 0;
	}

	.mob-form .micro-form-btn {
		margin: 10px auto !important;
	}

	.mob-action {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: var(--colorPrimary);
		color: var(--colorBtn);
		box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
		z-index: 1030;
	}

	.mob-action .nav-item:not(:last-child) {
		border-right: 1px solid var(--colorBtn);
	}

	.mob-action .nav-item {
		padding: 7px 5px;
		text-align: left;
		font-size: 14px;
		width: 32%;
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		line-height: 16px;
		justify-content: center;
	}
}

@media only screen and (max-width: 424px) and (min-width: 320px) {
	#ami-3 .item-wrp img {
		padding: 10px 0;
		height: 57vw;
		width: 100%;
		object-fit: fill;
		border-radius: 1vw;
	}
}

@media only screen and (max-width: 768px) and (min-width: 425px) {
	#ami-3 .item-wrp img {
		padding: 10px 0;
		height: 57vw;
		width: 100%;
		object-fit: fill;
		border-radius: 1vw;
	}
}

@media (min-width: 576px) {
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 992px) {
	#ami-3 .item-wrp img {
		width: 100%;
		height: 100%;
		border-radius: 1vw;
	}
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
	#ami-3 .item-wrp img {
		width: 100%;
		height: 100%;
		border-radius: 1vw;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.master-plan {
		display: block;
		max-width: 25vw;
		height: 18.5vw;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.d-md-none {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.d-sm-block {
		display: block !important;
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link.ami-tab.active {
	color: var(--colorBtn);
	background-color: var(--colorPrimary);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: var(--colorPrimary);
}

.nav-link.ami-tab {
	background-color: transparent;
	color: var(--colorPrimary);
	border: 2px solid var(--colorPrimary);
	border-radius: 0;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.masterplan-box {
	display: flex;
	justify-content: center;
}

.rera-img {
	margin-bottom: 1vh;
	margin-left: .8vh
}

@media (min-width:992px) {
	.section-heading-sub1 {
		font-size: 1vw;
		margin: 3vh 0 1vw;
		font-weight: 600
	}

	.rera-details p {
		text-align: left
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-heading-sub1 {
		font-size: 18px;
		margin: 3vh 0 1vw;
		font-weight: 400
	}

	.rera-details p {
		text-align: left
	}
}

@media only screen and (max-width:767px) {

	.rera-box,
	.rera-details p,
	.text-center-mob {
		text-align: center
	}

	.section-heading-sub1 {
		font-size: 18px;
		margin: 3vh 0 2vh;
		text-align: center
	}

	.rera-box {
		max-width: 150px;
		width: 100%;
		margin: 0 auto
	}

	.rera-details p {
		font-size: 14px
	}

	.rera-img {
		margin-left: 0
	}

	.brk-wrd {
		word-break: break-word
	}
}

.zoom-in-zoom-out {
	width: 100%;
	text-align: center;
	animation: 2s ease-out infinite zoom-in-zoom-out;
	display: block
}

@keyframes .zoom-in-zoom-out {

	0%,
	100% {
		transform: scale(1, 1)
	}

	50% {
		transform: scale(1.1, 1.3)
	}
}

.padding10 {
	padding: 10px
}

.costing {
	font-size: 1.25rem
}

.form-control::placeholder {
	color: #acacac;
	font-weight: 400;
}

/*Download brochure added css*/
@media only screen and (min-width:992px) and (max-width:1280px) {
	.download-brochure .desk_brochure img {
		width: 110px !important;
		right: 100px !important
	}
}

@media only screen and (max-width:991px) {
	.download-brochure {
		z-index: 999 !important
	}

	.download-brochure .desk_brochure {
		display: none !important
	}

	.download-brochure .mob_brochure {
		display: block !important
	}

	.download-brochure .mob_brochure img {
		max-height: 100%;
		height: 144px;
		width: auto;
		position: fixed;
		left: 5px;
		top: 35%
	}
}

.download-brochure {
	position: fixed;
	z-index: 9999
}

.download-brochure .mob_brochure {
	display: none
}

.download-brochure .desk_brochure {
	display: block
}

.download-brochure .desk_brochure img {
	max-width: 100%;
	height: auto;
	width: 144px;
	display: block;
	position: fixed;
	right: 128px;
	bottom: 50px
}

.masterplan-box {
	display: flex;
	justify-content: center
}

.text-right {
	text-align: right;
	font-weight: 600;
	text-wrap: nowrap
}

.loc-pointer {
	display: flex;
	padding: 0 0 7px;
	justify-content: space-between;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: .5rem !important
}

.padding0 {
	padding: 0
}

.loc-pointer i,
.loc-pointer span {
	display: inline-block
}

.loc-pointer .loc-text {
	display: flex;
	align-items: flex-start;
	gap: 5px
}

.loc-pointer-first {
	border-top: 1px solid #c9c9c9;
	padding-top: 7px
}

.p-left-10 {
	padding-left: 10px
}

#overview .download-brochure {
	position: relative;
	z-index: 0
}

@media only screen and (min-width:992px) {
	.location-map {
		display: block;
		max-width: 25vw;
		height: 18.5vw
	}

	.location-map img {
		max-width: 100%
	}

	.mobcall-btn {
		display: none
	}

	.popcallbtn {
		display: block !important
	}

	.popmodal .modal-highlight-bg {
		background-color: #fff
	}

	.popbox-left .poplogo {
		max-width: 10vw;
		height: 3.9vw
	}

	.popbox-left .modal-highlight-title {
		display: block;
		text-align: center;
		font-size: 1.2vw;
		padding: 25px 0 1vw;
		color: var(--colorPrimary);
		font-weight: 700
	}

	.popbox-right .modal-head,
	.popbox-right .submitBtn,
	.popmodal .popcallbtn {
		background-color: var(--colorPrimary);
		color: #fff
	}

	.popbox-left li {
		padding: 0 5px;
		display: flex;
		align-items: center;
		margin-bottom: 1.5vw
	}

	button.close {
		padding-top: 12px
	}

	.popbox-left .modal-highlight li span {
		padding: 0;
		text-align: left;
		margin-left: 10px;
		font-size: .9vw;
		line-height: 1.1vw;
		font-weight: 500
	}

	.popbox-left .modal-highlight li i {
		font-size: 2vw
	}

	.popbox-left .modal-highlight {
		padding: 10px 10px 0 20px
	}

	.popleftinner {
		background: #f8f8f8;
		margin: 0 0 1vh .5vw;
		border-radius: 10px;
		padding-bottom: 2px
	}

	.popbox-right {
		margin: 10px 0 0
	}

	.popbox-right .micro-form-field {
		font-weight: 700
	}

	.popmodal .popcallbtn {
		display: block !important;
		padding: .8rem 2.6rem;
		text-decoration: none;
		border-radius: 0;
		font-size: 1.2vw;
		margin: 0
	}

	.popbox-left .btn,
	.popbox-right .btn {
		font-size: 1.1vw !important;
		font-weight: 600
	}

	button#chat-pop-sm-close {
		padding-top: 1px;
		padding-right: 0;
		width: 20px;
		text-align: right;
		margin-right: -10px;
		margin-top: -4px;
		color: #727272
	}

	.popmodal .popcallbtn .mi {
		font-size: 1vw
	}

	.popbox-right .modal-head {
		display: inline-block;
		padding: .7vw .3vw;
		width: 94%
	}

	.popbox-right .form-control {
		height: calc(1.9em + .75rem + 3px);
		padding: .375rem .3rem
	}

	.popbox-right select.my_country_name.form-control.rounded-0.micro-form-field {
		padding: .375rem 0
	}

	.text-left {
		text-align: left
	}

	.popmodal .modal-body {
		padding: 5px 0 0
	}

	.popbox-right .modal-title-secondary {
		padding: 1.5vw .5vw 1vw 1.3vw
	}

	.popbox-right .modal-title {
		display: initial;
		text-transform: capitalize;
		padding: 0;
		font-size: 1.4vw;
		line-height: 20px
	}
}

@media only screen and (max-width:992px) {
	.location-map {
		display: block;
		height: auto;
		width: 100%
	}

	.location-map img {
		max-width: 100%
	}

	.popcallbtn {
		display: block;
	}

	.mobile-only {
		margin: 10px 0
	}
}

.new-padding {
	padding: 15px
}

.new-bt {
	margin-top: 10px;
	padding: 0 15px
}

.new-border {
	border-radius: 5px
}

.for-mobile,
.mobile-only {
	display: none
}

@media only screen and (max-width:768px) {
	.p-left-10 {
		padding-left: 0
	}

	.loc-pointer-first {
		border-top: none;
		padding-top: 15px
	}

	#overview .download-brochure {
		display: block !important;
		margin: 0 auto
	}

	.loc-icon {
		margin-top: 3px
	}

	.at-property-dis {
		padding: 1vw
	}

	.form-side {
		width: 90%;
		margin: auto
	}

	.mobcall-btn {
		padding-bottom: 10px;
		background: #eee;
		padding-top: 10px;
		border-radius: 0 0 .3rem .3rem
	}

	.for-desktop {
		display: none !important
	}
}

.mr-top {
	margin-top: 30px
}

.new-div-box {
	width: auto !important
}

.new-center-line {
	justify-content: center
}

.d-flex-center-items,
.new-pdf {
	display: flex;
	align-items: center
}

.btn.btn-danger {
	background-color: #f56d25 !important;
	background-size: 400% 400%;
	color: var(--colorBtn);
	border: none;
	margin: 15px 0 10px !important;
	border-radius: 0.25rem;
	font-size: 1rem;
}

.mr-tb-text {
	margin-top: 1.2rem;
	margin-bottom: .5rem
}

.btn.btn-danger:focus,
.btn.btn-danger:hover {
	background-color: #cf4d09 !important;
	color: #f0f8ff
}

.btn-danger.pulse-shadow {
	animation: 1.5s linear infinite pulse-shadow-danger
}

@keyframes pulse-shadow-danger {
	0% {
		box-shadow: 0 0 0 0 rgba(204, 88, 16, .7)
	}

	40%,
	80% {
		box-shadow: 0 0 0 10px rgba(204, 88, 16, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(204, 88, 16, 0)
	}
}

.pulse-shadow {
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	animation: 1.5s linear infinite pulse-shadow
}

.pdf-img {
	max-width: 26px;
	margin-right: 5px
}

.new-pdf {
	text-align: left !important;
	line-height: 1.1vw !important;
	justify-content: center;
	font-size: .9vw !important
}

.bounce {
	animation: 2s infinite bounce;
	-webkit-animation: 2s infinite bounce;
	-moz-animation: 2s infinite bounce;
	-o-animation: 2s infinite bounce
}

.textcolor:active,
.textcolor:hover {
	color: var(--colorPrimary);
	text-decoration: none
}

.d-flex-center-items {
	justify-content: center
}

.d-flex-center-items .textcolor .mi {
	font-size: 14px
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-8px)
	}

	60% {
		-webkit-transform: translateY(-7px)
	}
}

@-moz-keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-moz-transform: translateY(0)
	}

	40% {
		-moz-transform: translateY(-8px)
	}

	60% {
		-moz-transform: translateY(-7px)
	}
}

@-o-keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-o-transform: translateY(0)
	}

	40% {
		-o-transform: translateY(-8px)
	}

	60% {
		-o-transform: translateY(-7px)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-8px)
	}

	60% {
		transform: translateY(-7px)
	}
}

.callslider-container {
	width: 285px;
	height: 45px;
	background: #08a014;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	display: inline-block
}

.callslider-button {
	width: 35px;
	height: 35px;
	background: #1abf28;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	transition: left .2s;
	user-select: none
}

.callslider-text {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #555;
	padding: 0 0 0 35px
}

.callslider-text a,
.callslider-text a:focus,
.callslider-text a:hover {
	color: #fff
}

@media only screen and (max-width:991px) {
	.popbox-right .submitBtn {
		background-color: var(--colorPrimary);
		color: #fff
	}
}

.desktop {
	display: none;
}

.blockimg {
	background-image: var(--bgDesk);
	background-size: cover;
	background-position: center;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.blockimg {
		background-image: var(--bgMob) !important;
		min-height: 74vw !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blockimg {
		background-image: var(--bgMob) !important;
		min-height: 67vw !important;
	}
}