@font-face {
  font-family: 'muli';
  src: url('../fonts/muli-variablefont_wght-webfont.woff2') format('woff2'),
    url('../fonts/muli-variablefont_wght-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-bold';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'micon';
  src: url('../fonts/micon.woff2');
  src: url('../fonts/micon.woff2') format('woff2'),
    url('../fonts/micon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}

:root,
html {
  font-family: 'Mulish', sans-serif !important;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h5,
p,
ul {
  margin-top: 0;
}

h1,
h2 {
  font-weight: 700;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.btn-link:hover,
a:hover {
  color: #007bff;
  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: 'muli', 'Helvetica', 'Arial', sans-serif;
  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: 'muli', 'Helvetica', 'Arial', sans-serif !important;
}

.h1,
h1,
h2,
h5 {
  margin-bottom: 0.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, 0.1);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

small {
  font-size: 80%;
  font-weight: 400;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-12,
.col-6,
.col-lg-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: 0.375rem 0.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%;
  text-align:center !important;
}

.nav,
.navbar-nav {
  margin-bottom: 0;
  list-style: none;
}

.table td,
.table th {
  padding: 0.75rem;
  /* 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, 0.11);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.9em + 0.75rem + 2px);
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.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: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.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 0.2rem rgba(38, 143, 255, 0.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 0.2rem rgba(130, 138, 145, 0.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 0.2rem rgba(72, 180, 97, 0.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 0.2rem rgba(58, 176, 195, 0.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 0.2rem rgba(225, 83, 97, 0.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 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(248, 249, 250, 0.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: 0.7rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.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: 0.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: 0.3125rem;
  padding-bottom: 0.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: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  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, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.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: 0.5rem;
  pointer-events: none;
}

.carousel-inner,
.carousel-item,
.modal-content {
  width: 100%;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.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, 0.2);
  border-radius: 0.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 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.at-property-img .at-property-overlayer,
.at-property-item:hover .at-property-img .at-property-overlayer {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.w-100 {
  width: 100% !important;
  height: 202px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.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: #DBE4E9;
  overflow-y: scroll;
  position: relative;
  font-family: 'muli', 'Helvetica', 'Arial', sans-serif !important;
}

.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, 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: 0.3vw 2vw;
  background-color: transparent;
  color: var(--colorPrimary);
  border: 1px solid var(--colorPrimary);
}


.micro-form-btn:hover {

  text-shadow: 0px 3px 6px var(--colorPrimary);
  /* background-color: var(--colorSecondary); */
  background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: var(--colorBtn);
  border: 1px solid transparent;
}

.micro-form-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);

}


.micro-form-btn-sm {
  /* font-size: 1vw; */
  /* padding: 0.3vw 1.2vw; */
}

.section {
  background-color: #ffffff;
  color: #000000;
  /* font-family: 'muli', 'Helvetica', 'Arial', sans-serif; */
  letter-spacing: 0.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, 0.7);
  transition: 0.5s ease-in-out;
}

.at-property-item:hover .at-property-img .at-property-overlayer {
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
}

.at-property-btn {
  text-transform: uppercase;
  border: 0.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: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.at-property-item:hover .at-property-btn {
  color: #e0e0e0;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.at-property-dis {
  padding: 0.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,
      var(--colorPrimary),
      var(--colorSecondary),
      var(--colorPrimary),
      var(--colorSecondary));
  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: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.effectScale:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.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: 0.1vw;
  border-left: 4px solid var(--colorPrimary);
  padding-left: 0.5vw;
}

.gallery-thumb {
  width: 100%;
  height: auto;
  border-radius: 0.9vw;
  transition: 0.5s;
  border-radius: 3px;
}

.gallery-thumb:hover {
  opacity: 1;
  box-shadow: 0 3px 6px rgba(0, 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: 1;
}

@font-face {
  font-family: 'muli', 'Helvetica', 'Arial', sans-serif !important;
  src: url(../fonts/micon.woff2);
  src: url(../fonts/micon.woff2) format("woff2"),
    url(../fonts/micon.html) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-display: swap;
}

.mi {
  font-family: 'micon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.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: #e8e8e8;
  margin-bottom: 8px;
  margin-top: 4px;
  padding: 8px;
}


.of-box {
  background: 0 0;
}

.offer-bg-animation {
  color: #fff;
  display: block;
  background: linear-gradient(-45deg,
      var(--colorPrimary),
      var(--colorSecondary),
      var(--colorPrimary),
      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: 14px;
  width: 95%;
  margin-left: auto !important;
  margin-right: auto !important;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 5px;
}

.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, 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-left: -27px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .desktopview {
    display: block;
  }
}

@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: 32%;
  }

  .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: 95%;
  }

  .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: 0.5rem;
    padding-left: 0.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: 0.02vw;
  }

  .highlight-pdf {
    display: none !important;
  }

}

.highlight-pdf {
  animation: bounceIn 3s infinite !important;
}

.logo-title {
  padding-top: 4px;
  margin: auto;
}

.logo-title1 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: bold;
  color: #051433 !important;
  /* text-align: center; */
  line-height: 1.1;
}

@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: 'muli', 'Helvetica', 'Arial', sans-serif !important;
  }

  body {
    font-size: 1.12vw;
    letter-spacing: 0.02vw;
  }

  .logo {
    max-width: 15vw;
    height: 4vw;
    padding-right: 4px;
    /* padding: 10px; */
  }

  .highlight-pdf {
    display: none !important;
  }

  .navbar-brand {
    padding: 0 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: 0.1vw solid #dbe4e9;
  }

  .navbar.micro-navbar .nav-item:first-child {
    border-left: 0.1vw solid #dbe4e9;
  }

  .modal-body,
  .navbar.micro-navbar {
    padding: 0;
  }

  .navbar.micro-navbar .nav-link {
    padding: 1.1vw 0.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 -1.3877787807814457e-16vw;
    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: 0.5vw 0;
    font-size: 1.01vw;
  }

  .form-heading {
    font-size: 1.15vw;
  }

  .form-side {
    padding: 0 1vw;
  }

  .micro-main-slider {
    width: 78vw;
    height: 100vh;
  }

  .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 {
    position: relative;
    left: 0;
    color: #9d6e2a;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.3vw;
    padding: 0.6vw 2.5vw 0.3vw 2vw;
    font-weight: bold;
    text-align: center;
  }


  .pro-title {
    display: block;
    padding: 0.3vw 0.8vw 0.3vw;
    font-size: 1.8vw;
    line-height: 2vw;
    text-transform: uppercase;
    /* text-shadow: 0px 1px 2px #000; */
    color: black;
    font-weight: bold;
    font-weight: 600 !important;
  }

  .pro-add,
  .pro-dev {
    color: #383838;
    display: block;
    text-transform: capitalize;
    text-align: center;
  }

  .pro-add {
    display: block;
    padding: 0.1vw 0.8vw;
    font-size: 1.2vw;
    text-transform: capitalize;
    line-height: 1.4vw;
    color: #000000;
    font-weight: 700;
  }

  .pro-dev {
    padding: 0.1vw 0 0.1vw 5px;
    font-size: 1vw;
    line-height: 1.2vw;
  }

  .info-box span.heading1 {
    color: #000;
    font-weight: 700;
    width: 6.64vw !important;
    display: inline-block;
  }

  .info-box span.heading2 {
    color: #000;
    font-weight: 400;
    /* width: 8vw !important; */
    text-align: center;
    display: inline-block;
  }

  .pro-tag-line {
    display: block;
    padding: 0.1vw 0.8vw;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.4vw;
    color: #1a1a1a;
    text-align: center;
    margin-top: 20px;
  }

  .pro-price,
  .pro-rera {
    color: #212529;
    display: block;
  }

  .pro-price {
    padding: 0.1vw 0.8vw 0.3vw;
    font-size: 1.8vw;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .info-box .micro-form-btn {
    margin: 0 0.8vw;
  }

  .pro-rera {
    display: block;
    padding: 0.1vw 0.8vw;
    font-size: 0.9vw;
    margin-top: 0.5vw;
    line-height: 1.4vw;
    color: #191919;
  }

  .section {
    padding: 1.5vw 6vw 1.5vw 2vw;
    max-width: 77vw;
    margin: 1vw 0;
    position: relative;
    overflow: hidden;
  }

  .section-link {
    top: -4.3vw;
    height: 4.3vw;
  }

  .section .head {
    color: var(--colorPrimary);
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--colorPrimary);
    font-family: 'muli', 'Helvetica', 'Arial', sans-serif !important;
    font-size: 3vw;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .section-heading {
    font-size: 2.5vw;
  }

  .section-heading-sub {
    font-size: 1.4vw;
    /* margin-bottom: 1vw; */
    font-weight: 600;
  }

  .section p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 60px;
  }

  .at-property-btn {
    padding: 0.5vw 0.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: 10vw;
  }

  .price-amt .mi {
    font-size: 0.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, 0.5);
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    font-size: 1.8vw;
    padding: 1vw 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.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 bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    }
  }

  @keyframes vsvicon {
    0% {
      height: 5vw;
    }

    100% {
      height: 7vw;
    }
  }

  .vsv-img:hover .vsv-icon {
    width: 7vw;
    height: 7vw;
    -webkit-animation: 0.3s linear vsvicon;
    -moz-animation: 0.3s linear vsvicon;
    -ms-animation: vsvicon 0.3s linear;
    -o-animation: 0.3s linear vsvicon;
    animation: 0.3s linear vsvicon;
  }

  .vsv-icon,
  .vsv-img .h1 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.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: 35vw;
    border-radius: 3px;
  }

  .close {
    position: absolute;
    right: 1vw;
    top: 0.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 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 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: 0.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;
  }
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 1.5s ease infinite ;
  text-align: center;
  margin: 0;
  padding: 15px 0px;
  font-size: 12px;
}

.custom-pricing-btn {
  background-color: #051433;
  width: 80%;
  padding: 1px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
    margin: auto;
}

.custom-pricing-btn:hover {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {

  .section .head,
  .section-heading,
  .section-heading-sub {
    font-family: 'muli', 'Helvetica', 'Arial', sans-serif !important;
  }

  .modal-title,
  .price-amt,
  .price-amt .mi,
  .price-type,
  .pro-price,
  .pro-title {
    font-weight: 600;
  }



  .navbar.micro-navbar {
    padding: 0rem 0 !important;
  }

  .navbar.micro-navbar .navbar-brand {
    padding: 0;
    margin-left: 0.2rem;
  }

  .navbar-toggler {
    margin: 0.7rem 0.5rem 0.7rem 0;
        /*margin-right: -53px;*/
  }

  .logo {
    height: 50px !important;
    max-width: 275px;
  }

  .logo-title {
    padding-left: 6px;
    /*padding-top: 6px;*/
  }

  .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: 0.5vw;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
  }

  .pro-status,
  .pro-title {
    display: block;
    padding: 3px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bolder !important;
    margin: 0px 0px 6px 0px;
    color: var(--colorPrimary);
    text-shadow: 0px 1px 1px #000;
    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: 0px 0 5px 0px;
    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 {
    position: absolute;
    top: 25px;
    right: -5px;
    color: #7a4210;
    font-size: 2.5vw;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }


  #ami-3 .item-wrp p,
  .price-amt .mi {
    font-size: 14px;
  }

  .section-heading {
    font-size: 25px;
    text-align: center;
  }

  .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%;
    max-height: 200px;
  }

  .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;
    font-weight: 600;
  }

  .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;
  }

  .modal-head {
    background-color: var(--colorPrimary);
  }

  .modal-body {
    padding: 0;
  }

  .modal-title {
    padding: 10px 0;
  }

  .modal-title-secondary {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 5px;
  }

  .modal-call-btn,
  .modal-call-btn:hover {
    display: block;
    background-color: var(--colorPrimary);
    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;
  }

  .price-type,
  .price-carpet {
    font-weight: 600;
    font-size: 18px;
  }

  .table thead th {
    font-size: 20px;
  }

  #ami-3 .item-wrp img {
    width: 100%;
    height: 215px;
    border-radius: 1vw;
    object-fit: none;
  }

  .view-more-img {
    position: absolute;
    bottom: 12px;
    left: 86px;
  }
}

@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: 14vw !important;
  }
}

@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;
  }

  .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;
  }

  .logo-title {
    /* display: none !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: 94vh;
    width: 80vw;
    margin-top: 3.8vw;
  }
}

.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: 'muli', 'Helvetica', 'Arial', sans-serif !important;
  object-fit: cover;
}

.fade {
  transition: opacity 0.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);
  color: white !important;
}

@media only screen and (min-width: 1281px) {
  #ami-3 .item-wrp>div {
    padding: 0.6vw 0;
  }

  #ami-3 .item-wrp img {
    width: 100%;
    height: 215px;
    border-radius: 1vw;
    object-fit: none;
  }
}

@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: 215px;
    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: 0.6vw;
    color: #000000;
    font-family: 'muli', 'Helvetica', 'Arial', sans-serif !important;
    letter-spacing: 0.03vw;
    text-align: left;
  }

  .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: 'muli', 'Helvetica', 'Arial', sans-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.html) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-display: swap;
}

.mi {
  font-family: micon !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  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;
  -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;
  }

  .view-more-img {
    position: absolute;
    bottom: 2px;
    left: 30px;
    background: #fff;
    text-align: center;
    justify-content: center;
    margin: auto;
  }

  #view-more-btn{
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobileview {
    display: block;
    margin-top: 65px;
  }

  .map-view {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .location-div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom-pricing-btn {
    margin: auto !important;
  }
}

.list-inline {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #444;
}

.list-inline {
  /* padding-right: 10px; */
}

.loc-dist {
  font-weight: 800;
  margin: 0;
}

.loc-dist span {
  color: var(--colorPrimary);
  font-weight: bolder;
  font-size: 25px;
  padding-right: 8px;
}

@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: 215px;
    border-radius: 1vw;
  }

}

@media only screen and (max-width: 991px) and (min-width: 769px) {
  #ami-3 .item-wrp img {
    width: 100%;
    height: 215px;
    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: 0.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;
}


.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.location_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: row; */


}

@media screen and (max-width:776px) {
  .location_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* flex-direction: row; */
    margin-left: 200px;
  }
}

.rk-card-header h2 {
  /* position: absolute; */
  /* top: 25px;
  right: -27px; */
  /* writing-mode: vertical-rl; */
  color: #051433;
  font-family: 'roboto', 'Helvetica', 'Arial', sans-serif !important;
  font-size: 2.6vw !important;
  font-weight: bold;
  text-transform: capitalize !important;
}


@media screen and (max-width:776px) {

  .rk-card-header h2 {
    position: relative;
    top: 3%;
    color: #9d6e2a;
    right: 0px !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    writing-mode: horizontal-tb;
    text-transform: capitalize !important;
  }

  .title-hidden {
    display: none !important;
  }

}


.aa {
  animation: bounceIn 5s infinite;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}


@media screen and (max-width:776px) {
  .rasta {
    text-align: center;
    font-size: 20px !important;
  }
}

.wp-mb {
  display: block
}




@media screen and (max-width: 800px) {
  .wp-mb {
    display: block;
  }
}

@media screen and (max-width:766px) {
  #pills-tabconn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #pills-tabconn li {
    width: 100%;
    text-align: center;
  }
}

/*.ami_sec::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 2%;*/
/*  border-bottom-left-radius: 10px;*/
/*  border-bottom-right-radius: 10px;*/
/*  background-image: linear-gradient(to top, #000000ee, #1f1f1fbc, #12111175, transparent, transparent);*/
/*}*/

/*@media screen and (max-width:768px) {*/
/*  .ami_sec::before {*/
/*    border-bottom-left-radius: 0px;*/
/*    border-bottom-right-radius: 0px;*/
/*  }*/
/*}*/

@media (min-width:1025px) {
  .qrcode-sec {
    display: flex;
  }
}

.md-rera {
  text-align: center;
}

.form-responsive {
    display: flex !important;
}


@media only screen and (max-width: 768px) {
    .form-responsive {
        display: block;
    }
}




