*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !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;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*defauts*/
body {
  font-family: "Calibre";
  color: #212121;
  line-height: normal;
}

.container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1281px) and (max-height: 600px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) and (max-height: 600px) {
  body {
    font-size: 16px !important;
  }
}
a {
  text-decoration: underline;
  color: #212121;
}

a,
a > i {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover,
a > i:hover {
  color: #212121;
}

.tdn {
  text-decoration: none;
}
.tdn > a {
  text-decoration: none;
}

.disabled {
  pointer-events: none;
}

.hide {
  display: none;
}

.size-1,
h1 {
  font-size: 3.125em;
  font-weight: 800 !important;
  font-family: "Butler";
  line-height: 1.24;
  text-transform: unset;
  color: #01A1FD;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.size-2,
.sub-heading,
h2 {
  color: #212121;
  font-size: 1.875em;
  font-weight: bold;
  font-family: "Butler";
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.size-3,
h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Calibre";
  line-height: 39px;
  position: relative;
  z-index: 5;
}

.size-4,
h4 {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 30px;
  font-family: "Butler";
  font-weight: 800;
  position: relative;
  z-index: 5;
}

.size-5,
h5 {
  font-size: 1.25em;
  font-weight: 800;
  line-height: 26px;
  font-family: "Butler";
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.fw-medium {
  font-weight: 600;
}

.custom-select-dropdown .selected {
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 16px 20px;
  height: auto;
  font-size: 1.25em;
  margin-bottom: -1px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ced4da;
  color: #A1ABB0;
}
.custom-select-dropdown .dropdown-content {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  display: none;
  list-style: none;
  border: 1px solid #ced4da;
  padding: 0;
  cursor: pointer;
  max-height: 220px;
  overflow-y: scroll;
  z-index: 2;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.custom-select-dropdown .dropdown-content li {
  padding: 16px 20px;
  font-size: 1.25em;
  color: #A1ABB0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-select-dropdown .dropdown-content li:hover {
  background-color: #01A1FD;
  color: #fff !important;
  cursor: pointer;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar {
  width: 10px;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-track {
  background: #A1ABB0;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-thumb {
  background: #8D8D8D;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #A1ABB0;
}

body.Album #popup-video .next,
body.Album #popup-video .prev,
body.BlogItem #popup-video .next,
body.BlogItem #popup-video .prev,
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                 supported by Chrome, Opera and Firefox */
}

.clearfix {
  clear: both;
  width: 100%;
  display: block;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.blue {
  color: #01A1FD;
}

.bg-blue {
  background-color: #01A1FD;
  position: relative;
}
.bg-blue.half {
  background-color: transparent;
}
.bg-blue.half:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 175px);
  background-color: #01A1FD;
}
.bg-blue .size-1 {
  text-align: left;
}
.bg-blue .content {
  text-align: left;
  position: relative;
  z-index: 5;
}
.bg-blue .content a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .bg-blue.half .placeholder {
    position: relative;
    z-index: 1;
  }
  .bg-blue.half .placeholder:before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 100px;
    width: 120%;
    left: -10%;
    z-index: -1;
    background-color: #fff;
  }
}

.bg-blue {
  background-color: #01A1FD;
}

.bg-dark-orange {
  background-color: #01A1FD;
}

.bg-white {
  background-color: #fff;
}

.btn {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  padding: 7px 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 25px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: none !important;
}
.btn i {
  color: #212121 !important;
}
.btn:focus, .btn:hover {
  outline-style: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.big {
  height: 50px;
  padding: 17px 35px 15px;
  min-width: 100px;
}
.btn.small {
  height: auto;
  padding: 14px 15px 8px;
  font-size: 14px;
}

.btn-blue {
  background-color: #01A1FD;
  border: 1px solid #01A1FD;
  background: #01A1FD;
  font-size: 0.875em;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-radius: 25px;
}
.btn-blue:hover {
  background-color: #05577D;
  border: 1px solid #05577D;
  color: #fff !important;
}

.btn-yellow {
  background-color: #FFCD00 !important;
  border: 1px solid #FFCD00 !important;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.btn-yellow:hover {
  background-color: #FFCD00 !important;
  border: 1px solid #FFCD00 !important;
}

.btn-gray {
  background-color: #F1F1F1 !important;
  border: 1px solid #8D8D8D !important;
  color: #8D8D8D !important;
  position: relative;
  z-index: 1;
}
.btn-gray.active, .btn-gray:hover {
  background-color: #01A1FD !important;
  border: 1px solid #01A1FD !important;
  color: #fff !important;
}

.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #8D8D8D !important;
  position: relative;
  z-index: 1;
}
.btn-white.active, .btn-white:hover {
  background-color: #01A1FD !important;
  border: 1px solid #01A1FD !important;
  color: #fff !important;
}

.btn-light-black {
  background-color: #8D8D8D !important;
  border: 1px solid #8D8D8D !important;
  color: #fff !important;
  position: relative;
  z-index: 1;
}
.btn-light-black.active, .btn-light-black:hover {
  background-color: #01A1FD !important;
  border: 1px solid #01A1FD !important;
  color: #fff !important;
}

.btn-apply {
  padding-left: 20px;
  padding-right: 15px;
}
.btn-apply i {
  margin: -5px 0 0 5px;
}
.btn-apply i:hover {
  color: #fff;
}

/*ul-dropdown*/
ul.select {
  height: 30px;
  width: 150px;
  background-color: #F1F1F1;
  list-style: none;
  text-align: left;
}
ul.select li {
  padding: 5px 10px;
  z-index: 2;
}
ul.select li:hover {
  cursor: pointer;
}
ul.select li:not(.init) {
  display: none;
  background: #ddd;
}
ul.select li.selected:not(.init),
ul.select li:not(.init):hover {
  background: #009BD6;
  color: #fff;
}
ul.select li.init {
  cursor: pointer;
}

.bg-gray {
  background-color: #F1F1F1;
}

.section-title > div {
  color: #01A1FD;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative;
}
.section-title > div .number {
  color: #05577D;
  width: 60px;
  float: left;
  font-weight: bold;
}
.section-title > div .number.underline {
  color: rgba(0, 0, 0, 0);
}
.section-title > div .number.underline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 60px;
  max-width: 100%;
  background-color: #05577D;
}
.section-title > div a.blog-categories,
.section-title > div a.blog-categories:hover {
  color: #01A1FD;
}

section {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  width: 100%;
  float: left;
}
section .section-title {
  margin-bottom: 3.125em;
}
section .section-content {
  position: relative;
}
@media screen and (max-width: 1200px) {
  section {
    padding-top: calc(2em + 4vw);
    padding-bottom: calc(2em + 4vw);
  }
  section.last-section {
    border-bottom: calc(2em + 4vw) solid rgba(255, 255, 255, 0);
  }
  section .section-title {
    margin-bottom: calc(2em + 4vw);
  }
  section .sub-heading {
    line-height: calc(40px + 2vw) !important;
  }
  section .sub-heading.small {
    line-height: 40px !important;
  }
}
@media screen and (max-width: 576px) {
  section .sub-heading.small {
    font-size: 2.2em;
  }
}
section.bg-gray {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  position: relative;
}
section.bg-gray .container {
  z-index: 1;
}

section.bg-gray-half {
  position: relative;
}
section.bg-gray-half:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #F1F1F1;
  z-index: -1;
}

body:not(.Home) section.bg-gray-half.three-block:after {
  display: none;
}

section.bg-gray-quarter {
  position: relative;
}
section.bg-gray-quarter:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 75%;
  background-color: #F1F1F1;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  section.bg-gray {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
}
.sub-heading {
  font-size: 2.5em;
  font-weight: normal;
  color: #212121;
  position: relative;
}
.sub-heading.small {
  font-size: 1.875em;
}

.no-result-found {
  color: #05577D;
  margin-top: 50px;
}

.owl-next,
.owl-prev {
  padding: 0;
  border: 1px solid #01A1FD;
  background-color: #01A1FD;
  color: #fff;
}
.owl-next span,
.owl-prev span {
  opacity: 0.5;
  color: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-next:focus,
.owl-next:hover,
.owl-prev:focus,
.owl-prev:hover {
  outline-style: none !important;
}
.owl-next:focus span,
.owl-next:hover span,
.owl-prev:focus span,
.owl-prev:hover span {
  opacity: 1;
}

a.icon-link i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-owl-btn .owl-prev {
  position: relative;
}
.custom-owl-btn .owl-prev span {
  color: rgba(0, 0, 0, 0);
}
.custom-owl-btn .owl-prev:after {
  content: "chevron_left";
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  top: 27%;
  margin: 0 auto;
  font-family: "Material Icons";
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.25em;
  opacity: 0.5;
}
.custom-owl-btn .owl-prev:hover:after {
  opacity: 1;
}
.custom-owl-btn .owl-next {
  position: relative;
}
.custom-owl-btn .owl-next span {
  color: rgba(0, 0, 0, 0);
}
.custom-owl-btn .owl-next:after {
  content: "chevron_right";
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  top: 25%;
  margin: 0 auto;
  font-family: "Material Icons";
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.25em;
  opacity: 0.5;
}
.custom-owl-btn .owl-next:hover:after {
  opacity: 1;
}

body.ie .custom-owl-btn .owl-next span,
body.ie .custom-owl-btn .owl-prev span {
  opacity: 0.5;
  color: #fff;
}
body.ie .custom-owl-btn .owl-next:after,
body.ie .custom-owl-btn .owl-prev:after {
  display: none;
}
body.ie .custom-owl-btn .owl-next:hover span,
body.ie .custom-owl-btn .owl-prev:hover span {
  opacity: 1;
}
body.ie section.dream-phase ul li .block {
  min-height: 230px;
}

/*only edge suports -ms-ime-aligh*/
@supports (-ms-ime-align: auto) {
  .custom-owl-btn .owl-next span,
  .custom-owl-btn .owl-prev span {
    opacity: 0.5;
    color: #fff;
  }
  .custom-owl-btn .owl-next:after,
  .custom-owl-btn .owl-prev:after {
    display: none;
  }
  .custom-owl-btn .owl-next:hover span,
  .custom-owl-btn .owl-prev:hover span {
    opacity: 1;
  }
}
.toggle-description {
  overflow: hidden;
  position: relative;
  /*no hove reffect in mobile*/
}
.toggle-description .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  z-index: -1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.toggle-description .overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.toggle-description .sub-heading .material-icons {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-description .sub-heading:hover .material-icons {
  transform: rotate(180deg);
}
.toggle-description .description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media screen and (min-width: 576px) {
  .toggle-description:hover .overlay {
    transform: scale(1.1);
  }
  .toggle-description:hover .overlay:before {
    opacity: 1;
  }
  .toggle-description:hover .sub-heading .material-icons {
    transform: rotate(180deg);
  }
  .toggle-description:hover .description {
    overflow: visible;
    max-height: 500px;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .toggle-description .overlay {
    left: 1px;
    top: -1px;
  }
}

.custom-select-dropdown .selected {
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: -1px;
  position: relative;
  cursor: pointer;
  background-color: #F1F1F1;
  color: #8D8D8D !important;
  border: none;
  padding: 15px 20px 13px;
}
.custom-select-dropdown .material-icons {
  position: absolute;
  top: 16px;
  right: 20px;
  pointer-events: none;
  font-size: 20px;
  color: #8D8D8D;
}
.custom-select-dropdown .dropdown-content {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  display: none;
  list-style: none;
  padding: 0;
  cursor: pointer;
  max-height: 220px;
  overflow-y: scroll;
  z-index: 2;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.custom-select-dropdown .dropdown-content li {
  padding: 16px 20px;
  font-size: 1.25em;
  color: #A1ABB0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-select-dropdown .dropdown-content li:hover {
  background-color: #01A1FD;
  color: #fff !important;
  cursor: pointer;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar {
  width: 10px;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-track {
  background: #A1ABB0;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-thumb {
  background: #8D8D8D;
}
.custom-select-dropdown .dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #A1ABB0;
}

section.bg-gray .custom-select-dropdown .dropdown-content {
  background-color: #F1F1F1;
}

.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content,
p {
  color: #8D8D8D;
  line-height: 26px;
  font-family: "Calibre";
  font-size: 20px;
}
.content b,
.content strong,
p b,
p strong {
  color: #212121;
  font-weight: 600;
}
.content > span,
p > span {
  color: #8D8D8D;
}
.content > span a:not(.btn),
p > span a:not(.btn) {
  color: #01A1FD;
}
.content > span a:not(.btn):hover,
p > span a:not(.btn):hover {
  text-decoration: underline;
}
.content a:not(.btn),
p a:not(.btn) {
  color: #01A1FD;
}
.content a:not(.btn) span,
p a:not(.btn) span {
  color: #01A1FD;
}
.content a:not(.btn):hover,
p a:not(.btn):hover {
  text-decoration: underline;
}

.content p > img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.content p > img.rightAlone {
  clear: both;
  display: block;
  margin-left: auto;
}
.content p > img.leftAlone {
  clear: both;
  display: block;
}
.content p > img.center {
  clear: both;
  display: block;
  margin: 0 auto;
}
.content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content p > img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .content p > img.left {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .content p > img.right {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

.image-placeholder-icon {
  position: relative;
  overflow: hidden;
}
.image-placeholder-icon .overlay {
  height: 40vw;
}
.image-placeholder-icon.portrait {
  max-height: 100%;
}
.image-placeholder-icon:hover .material-icons {
  opacity: 1;
}

/*==bodycss*/
body,
html {
  position: relative;
  left: 0;
  overflow-x: hidden;
}

body {
  padding-top: 70px;
  overflow-x: hidden;
}
body.has-signup {
  padding-top: 180px;
}
body.has-signup.Home section.banner,
body.has-signup section.banner.default {
  height: calc(100vh - 180px);
}
body.has-signup .intro + .custom-banner {
  height: auto !important;
}
body.no-banner nav .navbar-brand .secondary {
  display: none !important;
}
body.no-banner nav .dropdown-toggle,
body.no-banner nav ul a {
  color: #A1ABB0;
}
body.no-banner nav .dropdown-toggle .fas,
body.no-banner nav ul a .fas {
  color: #A1ABB0;
}
body.no-banner nav .dropdown-toggle:hover,
body.no-banner nav a:hover,
body.no-banner nav li.active > a {
  color: #212121;
}
body.no-banner nav .dropdown-toggle:hover .fas,
body.no-banner nav .dropdown-toggle:hover i,
body.no-banner nav a:hover .fas,
body.no-banner nav a:hover i,
body.no-banner nav li.active > a .fas,
body.no-banner nav li.active > a i {
  color: #212121;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 100px !important;
  }
  body.has-signup {
    padding-top: 165px !important;
  }
}

.signup-box {
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00314D;
}
.signup-box .btn {
  font-size: 14px;
  margin-left: 20px;
  padding: 5px 39px 0;
  line-height: 17px;
}
.signup-box .left {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: -3px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}
.signup-box .left a,
.signup-box .left p {
  color: #fff;
  margin-bottom: 0;
}
.signup-box .fas,
.signup-box .material-icons {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .signup-box .left {
    font-size: 12px;
    font-weight: 600;
  }
  .signup-box .btn {
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.disable-drag .owl-stage {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-app-region: no-drag;
  cursor: default;
  transform: none !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: block;
  background-color: #fff;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: background 0.25s, transform 0.3s;
  transition: background 0.25s, transform 0.3s;
}
header .signup-box {
  background-color: #00314D;
  position: relative;
}
header .navbar-brand img {
  max-width: 365px;
  max-height: 70px;
}
@media screen and (max-width: 1060px) {
  header .navbar-brand img {
    max-height: 50px;
  }
}
header nav {
  min-height: 120px;
}
header nav.navbar {
  padding: 0 3.4375em;
}
header nav .navbar-nav {
  align-items: center;
  min-height: 40px;
}
header nav li.dropdown:hover .dropdown-menu {
  display: block;
  top: 30px;
}
header nav .dropdown-toggle::after {
  position: absolute;
  right: 4px;
  top: 48%;
  font-size: 12px;
}
header nav .nav-item.dropdown {
  margin-right: 0.5rem;
}
header nav span.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
  /*color: $color_light_black;
  &:hover {
    color: $color_white;
  }*/
}
header nav .dropdown-menu {
  background-color: transparent;
  padding: 10px 0 0;
  border: none;
}
header nav .dropdown-menu .child-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}
header nav .dropdown-menu .child-container a:first-child {
  position: relative;
}
header nav .dropdown-menu .child-container a:first-child:hover:before {
  background: #01A1FD;
}
header nav .dropdown-menu a {
  padding: 13px 20px 7px;
  font-weight: 600;
  color: #8D8D8D;
}
header nav .dropdown-menu a:hover {
  background-color: #01A1FD;
  color: #fff !important;
}
header nav .dropdown-menu a.active {
  color: #212121;
  text-decoration: none;
  background-color: transparent;
}
header nav .dropdown-menu a.active:hover {
  background-color: #01A1FD;
  color: #fff !important;
}
header nav .top .search-form {
  margin-top: 12px;
  max-width: 100%;
  margin-bottom: 10px;
}
header nav .top .search-form .form-control {
  border: none;
  border-right: none;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #8D8D8D;
  height: auto;
  padding-bottom: 0;
  background: #F1F1F1;
}
header nav .top .search-form .btn-outline-secondary {
  color: #fff;
  background: #01A1FD;
  border: none;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
header nav .top .search-form .btn-outline-secondary:active, header nav .top .search-form .btn-outline-secondary:focus {
  outline-style: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #01A1FD;
}
header nav .top .search-form .btn-outline-secondary span {
  margin-top: 5px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
}
header nav .top .search-form .input-group {
  width: 90%;
}
header nav .top .search-form a.booking {
  font-size: 15px;
  display: flex;
  width: 100%;
  padding: 5px 0 10px !important;
  float: left;
  margin-right: 30px;
  height: 32px;
  text-align: center;
  border-bottom: 1px solid #A1ABB0;
}
header nav .top .search-form a.booking i {
  font-size: 20px;
  margin-right: 10px;
  color: #01A1FD;
}
header nav .top .search-form a.booking span {
  padding-top: 5px;
}
header nav .top .search-form a.facebook {
  background: #01A1FD;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-left: 15px;
}
header nav .top .search-form a.facebook i {
  color: #fff;
  padding-top: 8px;
  margin-left: -5px;
  font-weight: normal;
}
header nav .top .search-form a.facebook:hover {
  background-color: #01A1FD;
}
header nav .top .search-form .button {
  background-color: #01A1FD;
  border: none;
  outline-style: none;
}
header nav .left-nav {
  margin-right: 15px;
  margin-right: 0;
  padding-right: 0;
}
header nav a {
  text-decoration: none;
  color: #8D8D8D;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075em;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
header nav a.nav-link {
  margin-bottom: -10px;
  padding: 0.5rem 10px;
}
header nav a:hover {
  color: #fff;
}
header nav a.btn-blue {
  height: 35px;
  font-weight: bold;
  min-width: 100px;
}
header nav a.navbar-brand {
  padding-left: 0 !important;
}
header nav .active > a,
header nav a:hover {
  color: #212121;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  header .navbar {
    padding: 0.5rem 0;
  }
  header .navbar .navbar-brand {
    margin-right: 0;
  }
  header .navbar-toggler {
    outline-style: none;
    padding-right: 0;
  }
  header .navbar-toggler .material-icons {
    font-size: 45px;
  }
  header nav {
    padding-top: 0 !important;
  }
  header nav:before {
    height: 65px;
  }
  header nav a.nav-link {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  header nav .dropdown-toggle::after {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-nav {
    display: none;
  }
  header nav .right-section {
    overflow: hidden;
  }
  header nav .right-section .top {
    transform: translateX(calc(100% - 48px));
    -ms-transform: translateX(84%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav .right-section .top .search-form a.booking {
    display: none !important;
    border-bottom: none;
    width: 32px;
    padding: 1px 0 0 !important;
    margin-right: 15px;
  }
  header nav .right-section .top .search-form a.booking i {
    font-size: 28px;
  }
  header nav .right-section .top .search-form a.booking span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-brand {
    position: absolute;
    top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .navbar-brand img {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  header .dropdown-toggle {
    right: 15px;
  }
  header nav {
    min-height: 100px;
    padding: 0 !important;
  }
  header nav .top .search-form {
    position: absolute;
  }
}

header.sticky {
  width: 100%;
  background-color: #fff;
}
header.sticky nav {
  margin-top: 0;
}
header.sticky nav .primary {
  display: block;
}
header.sticky nav .dropdown-toggle,
header.sticky nav a {
  color: #A1ABB0;
  text-decoration: none;
}
header.sticky nav .dropdown-toggle .fas,
header.sticky nav a .fas {
  color: #212121;
}
header.sticky nav .dropdown-toggle:hover,
header.sticky nav a:hover {
  color: #212121;
}
header.sticky nav .nav-item.active > a {
  color: #212121;
  text-decoration: none;
}
header.sticky.is-active {
  -webkit-box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
  box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
  opacity: 1;
}
header.sticky .dropdown-menu:before {
  display: none;
}

header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
  background-color: #fff;
  transition: background 0.25s, transform 0.3s;
}
header.sticky.has-signup {
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
}
@media screen and (max-width: 576px) {
  header.sticky {
    transform: translateY(-160px);
  }
  header.sticky.has-signup {
    -ms-transform: translateY(-165px);
    transform: translateY(-165px);
  }
}

body.ie header,
body.ie header.sticky {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

header.sticky.animate-nav {
  transition: background 0.25s, transform 0s !important;
}

header.is-active {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  transform: translateY(0%);
  opacity: 1;
  transition: background 0.25s, transform 0.3s;
}
header.is-active.has-signup {
  transform: translateY(0%);
}

@media screen and (max-width: 1200px) {
  .navbar-collapse,
  header nav {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  ul.navbar-nav {
    text-align: left;
  }
}
.div-for-mobile {
  transform: translatex(100%);
  background-color: #fff;
  width: 90%;
  max-width: 300px;
  position: fixed;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  padding-top: 115px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.div-for-mobile.has-signup {
  top: 65px;
}
.div-for-mobile .btn-sale {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 15px solid #F1F1F1;
  z-index: 9;
}
.div-for-mobile .btn-sale .btn-blue {
  font-size: 20px;
  font-weight: bold;
  height: 60px;
}
.div-for-mobile .top-bar {
  left: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.div-for-mobile .top-bar ul {
  height: calc(100vh - 120px);
  display: block;
}
.div-for-mobile ul {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 115px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.div-for-mobile ul li {
  border-bottom: 1px solid #8D8D8D;
  padding: 20px 15px 20px 20px;
}
.div-for-mobile ul li a {
  text-transform: uppercase;
  color: #8D8D8D;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  display: block;
  margin-bottom: -6px;
}
.div-for-mobile ul li a.back {
  font-weight: normal;
}
.div-for-mobile ul li a.back .material-icons {
  color: #8D8D8D;
  position: relative;
  top: 5px;
}
.div-for-mobile ul li a.booking i {
  margin-right: 10px;
  color: #01A1FD;
}
.div-for-mobile ul li:last-child {
  border: none;
}
.div-for-mobile ul li .child-arrow {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 20px;
  color: #8D8D8D;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .div-for-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body .body-overlay {
    content: "";
    position: fixed !important;
    height: 100vh !important;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
  }
  body.nav-mobile {
    overflow: hidden !important;
  }
  body.nav-mobile .body-overlay {
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    z-index: 999;
  }
  body.nav-mobile header .navbar-toggler {
    padding-right: 20px;
  }
  body.nav-mobile header .navbar-toggler img {
    display: none !important;
  }
  body.nav-mobile header .navbar-toggler .material-icons {
    display: none;
  }
  body.nav-mobile header .navbar-toggler .material-icons.d-none {
    display: block !important;
  }
  body.nav-mobile header nav .right-section .top {
    transform: translateX(0);
  }
  body.nav-mobile header nav .right-section .top .search-form {
    display: flex !important;
  }
  body.nav-mobile .div-for-mobile {
    transform: translatex(0%);
    opacity: 1;
  }
  body.nav-mobile .div-for-mobile .top-bar .dropdown-item {
    padding: 0;
  }
  body.nav-mobile .div-for-mobile .top-bar .dropdown-item.active, body.nav-mobile .div-for-mobile .top-bar .dropdown-item:active, body.nav-mobile .div-for-mobile .top-bar .dropdown-item:hover {
    background-color: transparent;
    color: #212121;
  }
  body.nav-mobile .div-for-mobile.animate > ul {
    transform: translatex(-100%);
  }
  body.nav-mobile .div-for-mobile.animate .top-bar {
    transform: translateX(-100%);
    z-index: 9;
  }
}
@media screen and (max-width: 768px) {
  body.nav-mobile header .navbar-brand {
    transform: translateX(-110%);
  }
  body.nav-mobile header nav .right-section {
    margin-left: 0 !important;
    width: 100%;
  }
  body.nav-mobile header nav .right-section .top .search-form {
    position: relative;
    width: calc(100% - 75px);
  }
  body.nav-mobile header nav .right-section .top .search-form .btn-outline-secondary,
  body.nav-mobile header nav .right-section .top .search-form a.facebook {
    width: 50px;
    height: 50px;
  }
  body.nav-mobile header nav .right-section .top .search-form a.facebook {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.nav-mobile header nav .right-section .top .search-form a.facebook i {
    padding: 0;
    margin: 0;
    font-weight: normal;
  }
  body.nav-mobile header nav .right-section .top .search-form .form-control {
    height: 50px;
  }
  body.nav-mobile header .navbar-toggler {
    padding-left: 0 !important;
    margin-left: 0;
  }
  body.nav-mobile header .navbar-toggler .material-icons {
    font-size: 45px;
    padding-top: 10px;
  }
  body.nav-mobile .div-for-mobile {
    width: calc(100% - 75px);
    max-width: 800px;
    padding-top: 100px;
  }
}
/*==banner*/
section.banner {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  min-height: 600px;
  max-height: 725px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  /*==AboutDetail Banner*/
  /*for greenways*/
  /*==AboutDetail Banner*/
}
section.banner.Contact-banner {
  background: none !important;
}
section.banner.responsive-height {
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
section.banner.overlay:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.2;
  z-index: 0;
}
section.banner.has-carousel {
  padding-bottom: 13em;
}
section.banner .banner-logo {
  top: 0;
  z-index: 99;
  width: 100%;
  padding-top: 29.43%;
  max-height: 410px;
  max-width: 410px;
  min-height: 225px;
}
section.banner .banner-title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
section.banner .map-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.banner .banner-title {
  position: absolute;
  bottom: 150px;
  font-weight: bold;
  font-size: 3.75em;
  color: #fff;
  line-height: 50px;
  text-align: right;
  text-transform: uppercase;
}
section.banner.about-detail-banner {
  height: 600px;
}
section.banner.about-detail-banner .bg-blue {
  padding: 0 6.25em;
  position: relative;
  text-align: right;
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.banner.about-detail-banner .content,
section.banner.about-detail-banner h2 {
  color: #fff;
}
section.banner.about-detail-banner .content ol, section.banner.about-detail-banner .content ul {
  padding: 15px;
}
section.banner.about-detail-banner .content ol li, section.banner.about-detail-banner .content ul li {
  margin: 3px 0;
}
section.banner.about-detail-banner .image-placeholder {
  position: absolute;
  height: 100%;
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
}
section.banner.about-detail-banner .image-placeholder.overlay:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.2;
  z-index: 0;
}
section.banner.about-detail-banner.Right .row {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
section.banner.about-detail-banner.Right .image-placeholder {
  right: auto;
  left: 0;
}
section.banner.about-detail-banner.Right .bg-blue:after {
  right: auto;
  left: 0;
  transform: rotate(90deg);
  transform-origin: left top;
}
@media screen and (max-width: 991px) {
  section.banner.about-detail-banner .bg-blue {
    padding: 6.25em 3.125em;
  }
}
@media screen and (max-width: 768px) {
  section.banner {
    min-height: 450px;
    height: calc(100vh - 450px);
  }
  section.banner.about-detail-banner {
    max-height: 1500px;
    height: auto;
    padding-top: 0;
    padding-bottom: 3.125em;
    flex-wrap: wrap;
  }
  section.banner.about-detail-banner .image-placeholder {
    position: relative;
    height: 415px;
    width: 100%;
  }
  section.banner.about-detail-banner .bg-blue {
    padding: 30px 15px;
    min-height: 300px;
    max-width: 100%;
    flex: 100%;
  }
  section.banner.about-detail-banner.Right .bg-blue:after {
    top: 0;
    left: 0;
    transform: rotate(180deg);
    transform-origin: right top;
  }
  section.banner.about-detail-banner.Left .bg-blue:after {
    top: 0;
    transform: rotate(180deg);
    transform-origin: left top;
  }
  section.banner .signup-box {
    padding: 10px 15px;
  }
  section.banner.banner .arrow-container.next,
  section.banner.banner .arrow-container.prev,
  section.banner.banner .text-right {
    display: none;
  }
}

.banner-carousel {
  position: relative;
  z-index: 9;
}
.banner-carousel .image-holder {
  min-height: 300px;
  height: 100%;
  width: 100%;
}
.banner-carousel.has-banner {
  margin-top: -109px;
}
.banner-carousel h1,
.banner-carousel h2 {
  color: #fff;
  line-height: 70px;
}
.banner-carousel h3 {
  color: #fff;
}
.banner-carousel .carousel-wrapper {
  overflow: hidden;
  background-color: #01A1FD;
  position: relative;
  border-radius: 20px;
}
.banner-carousel .single-owl {
  z-index: 1;
}
.banner-carousel .single-owl .placeholder {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .banner-carousel .single-owl .placeholder {
    border-radius: 20px 20px 0 0;
  }
}
.banner-carousel .single-owl .left-content {
  width: 300px;
  height: 100%;
  min-height: 300px;
}
.banner-carousel .single-owl .right-content {
  width: calc(100% - 300px);
  min-height: 300px;
}
.banner-carousel .single-owl .content-wrapper {
  padding: 30px 50px;
}
.banner-carousel .single-owl .content-wrapper .content {
  color: #fff;
}
.banner-carousel .single-owl .content-wrapper a.btn {
  margin-top: 30px;
}
.banner-carousel .single-owl .multiple-item .content-wrapper {
  padding-bottom: 60px;
}
.banner-carousel .single-owl .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 342px;
}
.banner-carousel .single-owl .owl-dots .owl-dot:focus, .banner-carousel .single-owl .owl-dots .owl-dot:hover, .banner-carousel .single-owl .owl-dots .owl-dot:hover {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.banner-carousel .single-owl .owl-dots .owl-dot span {
  background: #fff;
  margin: 5px;
  width: 10px;
  height: 10px;
}
.banner-carousel .single-owl .owl-dots .active span {
  background: #FF9E1B;
}
.banner-carousel.map-carousel .bg-blue {
  position: relative;
}
@media screen and (max-width: 576px) {
  .banner-carousel {
    width: 100%;
    margin-left: 0;
  }
  .banner-carousel .single-owl .left-content {
    width: 100%;
    height: 210px;
    min-height: 210px;
  }
  .banner-carousel .single-owl .right-content {
    min-height: auto;
    width: 100%;
  }
  .banner-carousel .single-owl .right-content .content-wrapper {
    padding: 20px 15px;
  }
  .banner-carousel .single-owl .right-content .content-wrapper .content {
    display: none;
  }
  .banner-carousel .single-owl .right-content .content-wrapper a.btn {
    margin-top: 0;
  }
  .banner-carousel .single-owl .multiple-item .right-content .content-wrapper {
    padding: 20px 15px 50px;
  }
  .banner-carousel .single-owl .owl-dots {
    left: 5px;
    bottom: 8px;
  }
  .banner-carousel .single-owl .owl-dots span {
    margin: 5px 10px;
  }
}
.banner-carousel .pattern-image img {
  min-height: 210px;
}

.grid-4x-promotion {
  position: relative;
  z-index: 9;
}
.grid-4x-promotion.has-banner {
  margin-top: -109px;
}
.grid-4x-promotion .inner-wrapper {
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
  box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.1);
}
.grid-4x-promotion .size-1 {
  margin-bottom: 24px;
}
.grid-4x-promotion .btn-for-sale-promotion:hover .promotion-item {
  -webkit-box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.5);
  box-shadow: 0 0 20px 0 rgba(200, 200, 200, 0.5);
}
.grid-4x-promotion .btn-for-sale-promotion:hover .promotion-item .placeholder {
  transform: scale(1.05);
}
.grid-4x-promotion .btn-for-sale-promotion > div {
  pointer-events: none;
}
.grid-4x-promotion .promotion-item {
  height: 100%;
  min-height: 250px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid-4x-promotion .promotion-item .placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid-4x-promotion .promotion-item .content-wrapper {
  padding: 28px 20px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.grid-4x-promotion .promotion-item .content-wrapper span {
  color: #01A1FD;
}
.grid-4x-promotion .promotion-item .content-wrapper .content {
  font-size: 24px;
  margin-bottom: -0.56rem;
}
.grid-4x-promotion .promotion-item .content-wrapper .btn {
  padding: 0;
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.grid-4x-promotion .promotion-item .content-wrapper .btn > div, .grid-4x-promotion .promotion-item .content-wrapper .btn > img {
  pointer-events: none;
}

section.intro .content ul {
  padding: 16px 0 16px 16px;
}
section.intro .content ul li {
  color: #8D8D8D;
  margin-bottom: 8px;
}
section.intro .content ul li:last-child {
  margin-bottom: 0;
}
section.intro h1 {
  margin-bottom: 30px;
}
section.intro .size-3,
section.intro .size-2,
section.intro .size-4,
section.intro h3,
section.intro h2,
section.intro h4 {
  margin-bottom: 20px;
}
section.intro a {
  color: #01A1FD;
}

section.three-block .heading-container {
  margin-bottom: 3.125em;
}
section.three-block .heading-container .size-1 {
  margin-bottom: -10px;
}
section.three-block .content {
  background-color: #F1F1F1;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
  border-radius: 0 0 20px 20px;
  min-height: 210px;
}
section.three-block .content h4,
section.three-block .content h5,
section.three-block .content p {
  color: #fff;
}
section.three-block .content .inner-content {
  color: #8D8D8D;
  margin-bottom: 30px;
}
section.three-block .content a {
  position: absolute;
  bottom: 20px;
}
section.three-block.bg-gray .content {
  background-color: #fff;
}
section.three-block.bg-gray .content h4,
section.three-block.bg-gray .content h5 {
  color: #212121;
}
section.three-block.bg-gray .content p {
  color: #8D8D8D;
}
section.three-block.bg-gray .content .inner-content {
  color: #8D8D8D;
}
section.three-block .placeholder {
  min-height: 250px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}
section.three-block .sold-out .placeholder:before {
  position: absolute;
  content: "Sold Out";
  right: -34%;
  bottom: 9%;
  padding: 15px 0 5px;
  font-size: 1.875em;
  line-height: 0.8;
  font-weight: bold;
  color: #fff;
  background-color: #01A1FD;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1281px) {
  section.three-block .sold-out .placeholder:before {
    padding: 16px 0 8px;
    font-size: 2.2vw;
    bottom: 6%;
  }
}
@media screen and (max-width: 768px) {
  section.three-block .sold-out .placeholder:before {
    font-size: 1.875em;
    bottom: 10%;
  }
}
@media screen and (max-width: 576px) {
  section.three-block .sold-out .placeholder:before {
    font-size: 1.875em;
    bottom: 8%;
  }
}

section.two-block .heading-container {
  margin-bottom: 3.125em;
}
section.two-block .content {
  background-color: #fff;
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  min-height: 197px;
  position: relative;
}
section.two-block .content h3 {
  color: #212121;
}
section.two-block .content p {
  color: #8D8D8D;
}
section.two-block .content .inner-content {
  margin: 10px 0 15px;
  color: #fff;
}
section.two-block.bg-gray .content {
  background-color: #fff;
}
section.two-block.bg-gray h3,
section.two-block.bg-gray p {
  color: #212121;
}
section.two-block .placeholder {
  height: 420px;
  margin-bottom: -120px;
}
section.two-block.related-section .heading-container {
  padding-bottom: 3.125em;
  margin-bottom: 0;
}
section.two-block.related-section .content {
  padding: 30px;
  min-height: auto;
}
section.two-block.related-section .more {
  margin-top: 10px;
}

section.two-block-small h1 {
  margin-bottom: 50px;
}
section.two-block-small .block-repeat {
  margin-top: 1.875em;
  background-color: #01A1FD;
  border-radius: 20px;
}
section.two-block-small .block-repeat .placeholder {
  height: 100%;
  width: 100%;
  border-radius: 20px 0 0 20px;
}
section.two-block-small .block-repeat .left-content {
  width: 300px;
  height: 100%;
  min-height: 300px;
}
section.two-block-small .block-repeat .right-content {
  width: calc(100% - 300px);
  min-height: 300px;
  border-radius: 0 20px 20px 0;
}
section.two-block-small .block-repeat .content-wrapper {
  padding: 50px;
}
section.two-block-small .block-repeat .content-wrapper * {
  color: #fff;
}
section.two-block-small .block-repeat .content-wrapper .content,
section.two-block-small .block-repeat .content-wrapper h2,
section.two-block-small .block-repeat .content-wrapper h3 {
  color: #fff;
}
section.two-block-small .block-repeat .content-wrapper a.btn {
  margin-top: 15px;
}
section.two-block-small.block-repeat-not-margin .block-repeat:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
  section.two-block-small .block-repeat .left-content {
    width: 100%;
    height: 215px;
  }
  section.two-block-small .block-repeat .right-content {
    width: 100%;
    min-height: 215px;
  }
}
@media screen and (max-width: 576px) {
  section.two-block-small .block-repeat .left-content {
    min-height: auto;
  }
  section.two-block-small .block-repeat .content-wrapper {
    padding: 15px;
  }
}

/*==home-for-sale*/
section.home-for-sale .heading-container {
  margin-bottom: 3.125em;
  justify-content: center;
}
section.home-for-sale .heading-container h1,
section.home-for-sale .heading-container h2,
section.home-for-sale .heading-container h3 {
  margin-bottom: 0;
  align-self: center;
}
section.home-for-sale .content-wrapper {
  border-radius: 20px;
}
section.home-for-sale .content-wrapper .brand {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  padding: 5px 10px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 25px;
}
section.home-for-sale .content-wrapper .brand .brand-img {
  display: none;
  margin-right: 10px;
  border-radius: 20px 20px 0 0;
}
section.home-for-sale .content-wrapper .brand .brand-img img {
  width: 40px;
  border-radius: 20px 20px 0 0;
}
section.home-for-sale .content-wrapper .content {
  position: relative;
  z-index: 99;
  width: 100%;
  margin-top: 0;
  border: 1px solid #F1F1F1;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
section.home-for-sale .content-wrapper .content .size-4 {
  color: #212121;
}
section.home-for-sale .content-wrapper .content .inner-content {
  margin: 10px 0 15px;
}
section.home-for-sale .content-wrapper .content a {
  text-decoration: none;
}
section.home-for-sale .content-wrapper .content .btn {
  margin-top: 0;
}
section.home-for-sale .content-wrapper .placeholder {
  min-height: 250px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  position: relative;
}
section.home-for-sale .content-wrapper .placeholder .extra-logo {
  margin: 10px;
}
section.home-for-sale .content-wrapper .placeholder .inner-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.home-for-sale .content-wrapper .placeholder:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #01A1FD;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.home-for-sale .content-wrapper .placeholder:hover .inner-image {
  transform: scale(1.2);
}
section.home-for-sale .content-wrapper .placeholder:hover:after {
  opacity: 0.9;
}
section.home-for-sale .content-wrapper .property-details {
  list-style: none;
  padding: 0;
  color: #8D8D8D;
}
section.home-for-sale .content-wrapper .property-details ul {
  list-style-type: disc;
}
section.home-for-sale .content-wrapper .property-details ol {
  list-style-type: decimal;
}
section.home-for-sale .content-wrapper .property-details ol,
section.home-for-sale .content-wrapper .property-details ul {
  padding-left: 10px;
  padding-top: 0;
}
section.home-for-sale .content-wrapper .property-details li a {
  color: #8D8D8D;
}
section.home-for-sale .content-wrapper .property-details li a.bedroom {
  background: transparent url("../images/Bedrooms@2x.svg") left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
section.home-for-sale .content-wrapper .property-details li a.bathroom {
  background: transparent url("../images/Bathrooms@2x.svg") left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
section.home-for-sale .content-wrapper .property-details li a.garage {
  background: transparent url("../images/Garage@2x.svg") left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
section.home-for-sale .sold-out .content-wrapper .placeholder {
  overflow: hidden;
  z-index: 0;
}
section.home-for-sale .sold-out .content-wrapper .placeholder:before {
  position: absolute;
  content: "Sold Out";
  left: -33%;
  top: 15%;
  padding: 15px 0 5px;
  font-size: 1.875em;
  line-height: 0.8;
  font-weight: bold;
  color: #fff;
  background-color: #01A1FD;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1281px) {
  section.home-for-sale .sold-out .content-wrapper .placeholder:before {
    left: -33%;
    top: 14%;
    padding: 15px 0 8px;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  section.home-for-sale .heading-container {
    text-align: center;
    justify-content: center;
  }
  section.home-for-sale .heading-container .btn {
    display: none;
  }
  section.home-for-sale .sold-out .content-wrapper .placeholder:before {
    left: -41%;
    top: 15%;
    font-size: 1.875em;
  }
}
@media screen and (max-width: 576px) {
  section.home-for-sale .sold-out .content-wrapper .placeholder:before {
    left: -36%;
    top: 15%;
    font-size: 1.5em;
  }
}

.newsletter-subscription {
  position: relative;
}
.newsletter-subscription .pattern-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.newsletter-subscription .pattern-image img {
  min-height: 335px;
  transform: scale(1);
}
.newsletter-subscription .form-container {
  padding-top: 30px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.newsletter-subscription .js-cm-form {
  display: flex;
}
.newsletter-subscription .multi-select {
  position: relative;
  padding-right: 3px;
}
.newsletter-subscription .multi-select .material-icons {
  position: absolute;
  left: 15px;
  bottom: 17px;
  font-size: 16px;
  color: #8D8D8D;
  z-index: 1;
}
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu {
  width: 100%;
  color: #8D8D8D;
  padding: 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  margin-top: -2px;
}
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li {
  padding: 12px 16px 8px;
}
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a {
  position: relative;
  display: block;
  outline-style: none;
}
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a label.checkbox,
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a label.checkbox:active,
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a label.checkbox:focus {
  outline-style: none;
}
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #8D8D8D;
  background-color: #fff;
  z-index: -1;
}
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li.active a:before {
  border: 1px solid #01A1FD;
  background-color: #01A1FD;
}
.newsletter-subscription .multi-select .multiselect-container > li > a > label.checkbox,
.newsletter-subscription .multi-select .multiselect-container > li > a > label.radio {
  color: #8D8D8D;
}
.newsletter-subscription .multi-select .multiselect-container > li > a > label {
  padding: 0 35px;
  font-weight: normal;
}
.newsletter-subscription .multi-select .btn-group {
  background-color: #fff;
  padding: 3px 0 0;
  color: #fff;
  font-size: 14px;
  height: 50px;
  width: 100%;
  color: #8D8D8D;
}
.newsletter-subscription .multi-select .btn-group .btn {
  padding-left: 50px;
  padding-right: 50px;
  color: #8D8D8D;
  justify-content: flex-start;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}
.newsletter-subscription .multi-select .btn-group .btn::after {
  position: absolute;
  right: 15px;
  top: 20px;
}
.newsletter-subscription .field-container {
  float: left;
  position: relative;
  z-index: 3;
  height: 50px;
  width: 100%;
}
.newsletter-subscription .field-container.small {
  width: 14.2857142857%;
}
.newsletter-subscription .field-container label {
  position: absolute;
  pointer-events: none;
  left: 50px;
  top: 19px;
  transition: 0.2s ease all;
  color: #8D8D8D;
}
.newsletter-subscription .field-container .material-icons {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #8D8D8D;
  font-size: 16px;
}
.newsletter-subscription .field-container .material-icons.down-icon {
  left: auto;
  right: 15px;
  cursor: pointer;
}
.newsletter-subscription .field-container .select,
.newsletter-subscription .field-container input {
  width: 99%;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 18px 10px 13px 50px;
}
.newsletter-subscription .field-container .select {
  padding: 0;
  height: 55px;
}
.newsletter-subscription .field-container .select li {
  padding: 15px 10px 8px 50px;
}
.newsletter-subscription .field-container.custom-dropdown-subs {
  background-color: #fff;
  margin-right: 3px;
}
.newsletter-subscription .field-container.custom-dropdown-subs:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #8D8D8D;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 15px;
  top: 20px;
}
.newsletter-subscription .field-container.custom-dropdown-subs .selected-text {
  padding: 17px 10px 8px 50px;
  color: #8D8D8D;
  text-align: left;
}
.newsletter-subscription .field-container.custom-dropdown-subs .selected-text:hover {
  cursor: pointer;
}
.newsletter-subscription .field-container.custom-dropdown-subs ul {
  display: none;
  background-color: #fff;
  border: 1px solid #F1F1F1;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 10px;
}
.newsletter-subscription .field-container.custom-dropdown-subs ul.show {
  display: block;
}
.newsletter-subscription .field-container.custom-dropdown-subs ul li {
  color: #8D8D8D;
  display: block;
  width: 100%;
  padding: 12px 16px 8px 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.newsletter-subscription .field-container.custom-dropdown-subs ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #8D8D8D;
  background-color: #fff;
  z-index: 0;
  border-radius: 50%;
}
.newsletter-subscription .field-container.custom-dropdown-subs ul li.active:before, .newsletter-subscription .field-container.custom-dropdown-subs ul li:hover:before {
  border-color: #01A1FD;
  background-color: #01A1FD;
}
.newsletter-subscription .field-container input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  outline-style: none;
}
.newsletter-subscription .field-container .select.active ~ label,
.newsletter-subscription .field-container input:focus ~ label,
.newsletter-subscription .field-container input:not(:focus):valid ~ label {
  font-size: 10px;
  top: 6px;
}
.newsletter-subscription .field-container .select.active ~ .material-icons,
.newsletter-subscription .field-container input:focus ~ .material-icons,
.newsletter-subscription .field-container input:not(:focus):valid ~ .material-icons {
  color: #212121 !important;
}
.newsletter-subscription .field-container .select {
  padding: 0;
  height: 50px;
}
.newsletter-subscription .field-container .select li {
  position: relative;
  z-index: 2;
  padding: 15px 10px 8px 50px;
}
.newsletter-subscription .field-container .select li.init {
  padding-top: 18px !important;
}
.newsletter-subscription .form-neighbour {
  position: absolute;
}
.newsletter-subscription button {
  width: 100%;
  max-width: 90px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 50px;
  padding: 0;
}
.newsletter-subscription button i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-subscription.newsletter-subscription.bg-white .field-container .select,
.newsletter-subscription.newsletter-subscription.bg-white .field-container input {
  background-color: #F1F1F1;
}
.newsletter-subscription.newsletter-subscription.bg-white .field-container.custom-dropdown-subs {
  background-color: #F1F1F1;
}
.newsletter-subscription.newsletter-subscription.bg-white .multi-select .btn-group {
  background-color: #F1F1F1;
}
@media screen and (max-width: 991px) {
  .newsletter-subscription .js-cm-form {
    flex-wrap: wrap;
  }
  .newsletter-subscription .multi-select {
    padding-right: 0;
  }
  .newsletter-subscription .field-container.custom-dropdown-subs {
    margin-right: 0;
  }
  .newsletter-subscription .field-container.custom-dropdown-subs .selected-text {
    padding: 19px 50px 8px;
  }
  .newsletter-subscription .field-container,
  .newsletter-subscription .multi-select {
    width: 100% !important;
    margin-bottom: 4px;
  }
  .newsletter-subscription .field-container .select,
  .newsletter-subscription .field-container input,
  .newsletter-subscription .multi-select .select,
  .newsletter-subscription .multi-select input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-subscription .field-container label {
    left: 0;
    right: 0;
    text-align: center;
  }
  .newsletter-subscription .field-container .selected-text {
    text-align: center !important;
  }
  .newsletter-subscription .field-container input {
    text-align: center;
  }
  .newsletter-subscription .btn {
    margin: 0 auto;
    margin-top: 10px;
    min-width: 135px;
  }
  .newsletter-subscription .multi-select .btn-group .btn {
    text-align: center;
    justify-content: center;
  }
}

/*==newsletter-subscription-landing*/
section.landing-subscription .form-container {
  padding-top: 0;
}
section.landing-subscription .field-container input {
  width: 100%;
}
section.landing-subscription .form-field {
  width: 100% !important;
  margin-bottom: 5px;
}
section.landing-subscription .error {
  border: 1px solid #ff4d54;
}
section.landing-subscription .btn-submit .material-icons.sending {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scrollSide;
}
section.landing-subscription .last-submit {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
section.landing-subscription .subscription-checkbox {
  margin-top: 15px !important;
  position: relative;
  width: calc(100% - 115px);
}
section.landing-subscription .subscription-checkbox label {
  font-size: 14px !important;
  left: 0;
  color: #8D8D8D;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
section.landing-subscription .subscription-checkbox label:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  border: 1px solid #8D8D8D;
  top: 0px;
}
section.landing-subscription .subscription-checkbox input {
  height: 20px;
  cursor: pointer;
  opacity: 0;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
section.landing-subscription .subscription-checkbox input:checked + label:after {
  background-color: #01A1FD;
  border-color: #01A1FD;
}
@media screen and (max-width: 991px) {
  section.landing-subscription .btn-submit {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  section.landing-subscription .form-container {
    padding-top: 3.125em;
  }
}
@media screen and (max-width: 576px) {
  section.landing-subscription .subscription-checkbox {
    width: calc(100% - 90px);
  }
  section.landing-subscription .btn-submit {
    width: 90px !important;
    min-width: 90px !important;
  }
}

footer .subs-container {
  width: 100%;
}
footer .newsletter-subscription .form-container {
  width: 100%;
}
footer .newsletter-subscription .js-cm-form {
  flex-wrap: wrap;
}
footer .newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu {
  border: none;
}
footer .newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li {
  padding: 10px 16px 6px;
}
footer .newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a:before {
  top: 2px;
}
footer .newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li label.checkbox {
  font-size: 14px;
  font-weight: normal;
}
footer .newsletter-subscription .field-container .select,
footer .newsletter-subscription .field-container input {
  width: 100%;
}
footer .newsletter-subscription .field-container .material-icons {
  top: 13px;
}
footer .newsletter-subscription button {
  border-radius: 22px;
  margin-top: 15px;
  height: 45px;
  margin-left: auto;
}
@media screen and (min-width: 991px) {
  footer .subs-container {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  footer .newsletter-subscription .field-container input:focus ~ .material-icons {
    color: #fff !important;
  }
}

/*==latest-news*/
section.latest-news .tag-section {
  display: none;
  margin-bottom: 1.5em;
}
section.latest-news .tag-section ul {
  display: none;
  margin: 0;
  padding: 0;
}
section.latest-news .tag-section ul li {
  margin-bottom: 10px;
}
section.latest-news .tag-section ul li:not(:last-child) {
  margin-right: 10px;
}
section.latest-news .filter-selected {
  margin-bottom: 1.5em;
  background-color: #BBBBBB;
  padding: 10px;
}
section.latest-news .filter-selected ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
section.latest-news .filter-selected ul li:not(:last-child) {
  margin-right: 10px;
}
section.latest-news .filter-selected ul .material-icons {
  margin-top: -5px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
section.latest-news .search-form {
  max-width: 100%;
}
section.latest-news .search-form .input-group {
  border-bottom: 1px solid #BBBBBB;
}
section.latest-news .search-form .form-control {
  padding-left: 0;
  border: none;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #BBBBBB;
  padding-bottom: 0;
  background-color: transparent;
  font-size: 16px;
  color: #A1ABB0;
}
section.latest-news .search-form .btn-outline-secondary {
  color: #BBBBBB;
  border: none;
  width: 32px;
  height: 32px;
  background-color: transparent !important;
}
section.latest-news .search-form .btn-outline-secondary:active, section.latest-news .search-form .btn-outline-secondary:focus, section.latest-news .search-form .btn-outline-secondary:hover {
  background-color: transparent !important;
  outline-style: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-color: transparent;
}
section.latest-news .search-form .btn-outline-secondary i {
  margin-top: 5px;
  color: #BBBBBB;
}
section.latest-news .search-form .btn-outline-secondary i:hover {
  color: #FFCD00;
}
section.latest-news .search-form a.facebook {
  background: #01A1FD;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-left: 15px;
}
section.latest-news .search-form a.facebook i {
  color: #fff;
  padding-top: 8px;
  margin-left: -5px;
}
section.latest-news .search-form a.facebook:hover {
  background-color: #01A1FD;
}
section.latest-news .search-form .button {
  background-color: #01A1FD;
  border: none;
  outline-style: none;
}
section.latest-news .heading-container {
  margin-bottom: 50px;
  justify-content: center;
}
section.latest-news .heading-container a.btn {
  max-width: 160px;
  width: 160px;
  height: 50px;
}
section.latest-news .heading-container h1,
section.latest-news .heading-container h2,
section.latest-news .heading-container h3 {
  margin-bottom: 0;
  align-self: center;
}
section.latest-news .heading-container .inner-content {
  position: relative;
  width: 100%;
}
section.latest-news .heading-container .inner-content .line {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 1px;
  left: 0;
  border-top: 1px solid #BBBBBB;
}
section.latest-news .heading-container .right {
  display: inline-flex;
  margin-top: -10px;
}
section.latest-news .content-wrapper {
  border: 1px solid #F1F1F1;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-bottom: 55px;
  border-radius: 20px;
}
section.latest-news .content-wrapper .popup-video-play {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
section.latest-news .content-wrapper .content {
  padding: 20px;
  padding-bottom: 25px;
}
section.latest-news .content-wrapper .content .size-4 {
  color: #212121;
  margin-bottom: 20px;
}
section.latest-news .content-wrapper .content .inner-content {
  margin: 15px 0 0;
  color: #8D8D8D;
}
section.latest-news .content-wrapper .more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section.latest-news .content-wrapper .more i {
  color: #fff !important;
  margin-left: 10px;
  font-size: 20px;
  opacity: 1;
}
section.latest-news .content-wrapper .placeholder {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
section.latest-news .content-wrapper .placeholder i {
  font-size: 60px !important;
  color: #01A1FD;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  opacity: 0.8;
  position: relative;
  z-index: 999;
}
section.latest-news .content-wrapper .placeholder i:hover {
  opacity: 1;
}
section.latest-news .content-wrapper .placeholder .inner-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px 20px 0 0;
}
section.latest-news .content-wrapper .placeholder .inner-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #01A1FD;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.latest-news .content-wrapper .placeholder .inner-image.portrait {
  background-position: top left !important;
}
section.latest-news .content-wrapper .placeholder:hover .inner-image {
  transform: scale(1.2);
}
section.latest-news .content-wrapper .placeholder:hover .inner-image:after {
  opacity: 0.9;
}
section.latest-news .content-wrapper .placeholder:hover i {
  color: #fff;
  text-shadow: 1px 1px #01A1FD;
  opacity: 1;
}
section.latest-news .blog-grid-container {
  margin-bottom: -30px;
}
section.latest-news .blog-grid-container .col-md-4 {
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  section.latest-news .heading-container .search-form {
    width: 250px;
  }
  section.latest-news .heading-container .btn-gray {
    width: 150px;
    margin-left: 10px;
  }
  section.latest-news .tag-section ul {
    margin-bottom: -10px;
  }
}
@media screen and (min-height: 768px) {
  section.latest-news .heading-container .flex-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.latest-news .heading-container {
    text-align: center;
    justify-content: center;
  }
  section.latest-news .heading-container .right {
    display: inline;
  }
  section.latest-news .heading-container .right .search-form {
    margin-bottom: 15px;
  }
  section.latest-news .heading-container .btn {
    display: none;
  }
}

.pagination {
  margin-top: calc(6.25em - 30px);
}
.pagination .btn-yellow,
.pagination .btn-white {
  margin: 0;
  float: left;
  outline-style: none;
}
.pagination .btn-white {
  border-left: 1px solid #F1F1F1;
}
@media screen and (max-width: 576px) {
  .pagination {
    margin-top: 3.125em;
  }
  .pagination .btn-yellow,
  .pagination .btn-white {
    width: 50px;
    height: 50px;
  }
}

.blog-info {
  padding: 20px 20px 0;
}
.blog-info .brand {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}
.blog-info .brand .brand-img {
  display: none;
  display: inline-block;
  margin-right: 10px;
}
.blog-info .brand .brand-img img {
  width: 40px;
}
.blog-info .brand:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.blog-info .category a {
  font-size: 14px;
  font-weight: 600;
  color: #01A1FD;
  text-decoration: none;
}
.blog-info .published {
  font-size: 14px;
  color: #8D8D8D;
}

section.information-center .row {
  border-radius: 20px;
}
section.information-center .bg-container {
  width: 100%;
  height: 100%;
  padding: 9.375em 15px;
}
section.information-center .bg-white {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.information-center .container .content {
  padding: calc(9.375em - 100px) 30px;
  width: 100%;
}
section.information-center .container .inner-content {
  margin: 30px 0 30px;
  color: #8D8D8D;
}
section.information-center .bdr {
  position: relative;
}
section.information-center .bdr:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  left: 5%;
  bottom: 0;
  background-color: #8D8D8D;
}
@media screen and (min-width: 991px) {
  section.information-center .bdr {
    border-right: 1px solid #8D8D8D;
  }
  section.information-center .bdr:after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  section.information-center {
    padding: 3.125em 0;
  }
  section.information-center .container .content {
    padding: 3.125em 15px;
  }
}
section.information-center .btn {
  max-width: 160px;
  width: 100%;
}

.two-block-toggle {
  position: relative;
}
.two-block-toggle .image-holder {
  min-height: 400px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.two-block-toggle .size-1 {
  margin-bottom: 30px;
}
.two-block-toggle .size-3,
.two-block-toggle .content,
.two-block-toggle p {
  color: #8D8D8D;
}
.two-block-toggle a.more {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .two-block-toggle .size-1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .two-block-toggle .image-holder {
    min-height: 215px;
  }
  .two-block-toggle .bg-blue.p-5 {
    padding: 15px !important;
  }
}
.two-block-toggle .logo img {
  max-width: 180px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .two-block-toggle .logo img {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.two-block-toggle.bg-white .logo img {
  max-width: 150px;
}

section.hightlight .content {
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  min-height: 197px;
  position: relative;
}
section.hightlight .content .inner-content {
  margin: 10px 0 15px;
  color: #fff;
  position: relative;
}
section.hightlight .content h3,
section.hightlight .content p {
  color: #fff;
}
section.hightlight .placeholder {
  height: 500px;
  margin-bottom: -120px;
}
section.hightlight ol {
  padding: 10px 0 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
section.hightlight ol li {
  counter-increment: my-awesome-counter;
  padding-left: 55px;
  min-height: 50px;
  margin: 15px 0;
  color: #8D8D8D;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section.hightlight ol li:before {
  content: counter(my-awesome-counter);
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #01A1FD;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  font-family: "Calibre";
}

section.two-block-no-image .inner-content {
  margin-top: 15px;
  color: #8D8D8D;
}
section.two-block-no-image .inner-content p {
  color: #8D8D8D;
}

body.Blog .heading-container .categories a {
  margin-right: 10px;
  font-weight: bold;
  font-size: 0.875em;
  color: #8D8D8D;
  text-decoration: none;
}
body.Blog .heading-container .categories a.active, body.Blog .heading-container .categories a:hover {
  color: #212121;
}
@media screen and (min-width: 991px) {
  body.Blog .heading-container .categories a:last-child {
    margin-right: 0;
  }
}

section.blog-single .published {
  font-size: 14px;
  line-height: 17px;
  color: #8D8D8D;
  display: block;
  margin: 0;
}
section.blog-single .size-1 {
  text-transform: none;
  margin-bottom: 50px;
}
section.blog-single .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
section.blog-single .title-section .brand {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  padding: 5px 10px 0;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog-single .title-section .brand:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
section.blog-single .title-section .brand .brand-img {
  display: none;
  margin-right: 10px;
}
section.blog-single .title-section .brand .brand-img img {
  width: 40px;
}
section.blog-single .title-section .category a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #01A1FD;
}
section.blog-single .main-blog-content {
  margin-bottom: 6.25em;
}
section.blog-single .main-blog-content .content {
  padding-top: 3.125em;
}
section.blog-single .main-blog-content .content img {
  max-width: 100%;
  height: auto;
}
section.blog-single .main-blog-content .more {
  color: #01A1FD;
  text-decoration: none;
  align-items: center;
}
section.blog-single .main-blog-content .more i {
  color: #01A1FD;
  margin-top: -5px !important;
}
section.blog-single .main-blog-content .image-placeholder-icon .material-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.blog-single .main-blog-content .image-placeholder-icon .inner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  border-radius: 20px;
}
section.blog-single .main-blog-content .image-placeholder-icon .inner-image img {
  min-width: 100%;
  height: auto;
  border-radius: 20px;
}
section.blog-single .main-blog-content .image-placeholder-icon .inner-image.portrait {
  height: auto;
}
section.blog-single .sidebar .heading-container {
  margin-bottom: 3.125em;
}
section.blog-single .sidebar .content-wrapper {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-bottom: 55px;
  margin-bottom: 30px;
  border-radius: 20px;
}
section.blog-single .sidebar .content-wrapper .popup-video-play {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
section.blog-single .sidebar .content-wrapper .content {
  padding: 20px;
}
section.blog-single .sidebar .content-wrapper .content .size-4 {
  color: #212121;
}
section.blog-single .sidebar .content-wrapper .content .inner-content {
  margin: 10px 0 0;
  color: #8D8D8D;
}
section.blog-single .sidebar .content-wrapper .more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section.blog-single .sidebar .content-wrapper .more i {
  color: #fff !important;
  margin-left: 10px;
  font-size: 20px;
  opacity: 1;
}
section.blog-single .sidebar .content-wrapper .placeholder {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
section.blog-single .sidebar .content-wrapper .placeholder i {
  font-size: 60px !important;
  color: #fff;
  opacity: 0.8;
  position: relative;
  z-index: 999;
}
section.blog-single .sidebar .content-wrapper .placeholder i:hover {
  opacity: 1;
}
section.blog-single .sidebar .content-wrapper .placeholder .inner-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px 20px 0 0;
}
section.blog-single .sidebar .content-wrapper .placeholder .inner-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #01A1FD;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog-single .sidebar .content-wrapper .placeholder .inner-image.portrait {
  background-position: top left !important;
}
section.blog-single .sidebar .content-wrapper .placeholder:hover .inner-image {
  transform: scale(1.2);
}
section.blog-single .sidebar .content-wrapper .placeholder:hover .inner-image:after {
  opacity: 0.9;
}

/*==sectionfacebook*/
section.follow-on-facebook {
  padding: 2.5em 0;
}
section.follow-on-facebook .size-2 {
  margin-bottom: 0;
}
section.follow-on-facebook a {
  color: #212121;
  font-family: "Butler";
  text-decoration: none;
  text-transform: none;
  font-size: 40px;
  font-weight: 800;
}
section.follow-on-facebook .fab {
  color: #fff;
  background-color: #01A1FD;
  margin-left: 10px;
  padding: 15px 20.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 100;
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  section.follow-on-facebook h3 {
    font-size: 22px;
  }
  section.follow-on-facebook a {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.follow-on-facebook .fab {
    font-size: 24px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }
}
section.follow-on-facebook .pattern-image img {
  max-height: 150px;
  min-height: auto;
}

section.for-sale-carousel .owl-stage-outer {
  overflow: visible;
}
section.for-sale-carousel .item {
  min-height: 500px;
  margin-bottom: 100px;
}
section.for-sale-carousel .content {
  margin: auto;
  position: relative;
  z-index: 99;
  width: calc(100% - 200px);
  top: 375px;
  border: 1px solid #F1F1F1;
  background-color: #fff;
  padding: 30px;
}
section.for-sale-carousel .content .size-6 {
  color: #212121;
  font-weight: 600;
}
section.for-sale-carousel .content .inner-content {
  margin: 10px 0 15px;
}
section.for-sale-carousel .content a {
  text-decoration: none;
}
section.for-sale-carousel .content a:hover {
  text-decoration: none;
}
section.for-sale-carousel .content .btn {
  margin-top: 0;
}
section.for-sale-carousel .brand {
  font-size: 20px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.for-sale-carousel .brand .brand-img {
  margin-right: 10px;
}
section.for-sale-carousel .brand .brand-img img {
  width: 40px;
}
section.for-sale-carousel .owl-item:not(.center) {
  opacity: 0.4;
}
@media screen and (max-width: 576px) {
  section.for-sale-carousel .item {
    min-height: 200px;
  }
}

section.two-block-blue {
  padding: 6.25em 0;
}
section.two-block-blue .content,
section.two-block-blue h3,
section.two-block-blue p,
section.two-block-blue span {
  color: #fff;
}
section.two-block-blue .placeholder {
  margin-top: 30px;
}
section.two-block-blue .placeholder .overlay {
  height: 340px;
  width: 100%;
  max-width: 520px;
}
section.two-block-blue .placeholder .image-summary {
  margin-top: 15px;
  display: block;
  position: relative;
  padding-left: 75px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
section.two-block-blue.py-0 .placeholder {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section.two-block-blue .placeholder .overlay {
    max-width: 100%;
  }
}

section.bg-blue.half + section.empty,
section.two-block-small + section.empty {
  display: none;
}

header.header + section.map-section {
  margin-top: 3.125em;
}

section.faq ul.faq-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
section.faq ul.faq-ul > li {
  padding: 30px 30px 10px 0;
  border-bottom: 1px solid #BBBBBB;
  text-align: left;
  position: relative;
}
section.faq ul.faq-ul > li:first-of-type {
  padding-top: 0;
}
section.faq ul.faq-ul > li:hover {
  cursor: pointer;
}
section.faq ul.faq-ul > li:after {
  content: "\e145";
  font-family: "Material Icons";
  position: absolute;
  right: 0;
  top: 1.1em;
  font-size: 24px;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
section.faq ul.faq-ul > li.active:after {
  content: "\e15b";
  font-family: "Material Icons";
}
section.faq ul.faq-ul > li .content {
  display: none;
  padding-bottom: 20px;
  /*table {

    background-color: $color_bg_gray;
    td {
      border: 2px solid $color_white;
      padding: 15px;

    }

  }*/
}
section.faq ul.faq-ul > li .content table {
  border-collapse: collapse;
  background-color: #F1F1F1;
  max-width: calc(100vw - 30px);
}
section.faq ul.faq-ul > li .content table td {
  border: 2px solid #fff;
  padding: 15px;
}
section.faq ul.faq-ul > li .content table td strong {
  font-weight: normal;
  color: #212121;
}
section.faq ul.faq-ul > li .content table tr:first-child td {
  border-top: 0;
}
section.faq ul.faq-ul > li .content table tr td:first-child {
  border-left: 0;
}
section.faq ul.faq-ul > li .content table tr:last-child td {
  border-bottom: 0;
}
section.faq ul.faq-ul > li .content table tr td:last-child {
  border-right: 0;
}
section.faq ul.faq-ul > li .content tr:first-of-type {
  border-top: 3px solid #01A1FD !important;
}
section.faq ul.faq-ul > li.active .content {
  display: block;
}
section.faq.inner-faq ul.faq-ul > li:after {
  top: 1.9em;
  width: 18px;
  height: 18px;
  background: transparent url("../images/plus-green.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
section.faq.inner-faq ul.faq-ul > li.active:after {
  background: transparent url("../images/minus-green.png") center center no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.faq {
    padding-top: 0;
  }
}

section.single-quote {
  padding: 6.25em;
  margin-top: 0;
}
section.single-quote h2,
section.single-quote h3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.single-quote {
    padding: 3.125em 15px;
  }
}

section.three-block-no-image {
  margin-top: 3.125em;
}
section.three-block-no-image .inner-content {
  color: #8D8D8D;
}

.map-content {
  height: 500px;
  width: 100%;
  border-radius: 20px;
  margin-top: 50px;
}

section.contact-infos .content {
  color: #212121;
  font-size: 1.25em;
  margin-bottom: 15px;
  display: block;
  line-height: 26px;
  font-weight: bold;
}
section.contact-infos .contact-details {
  display: block;
  color: #8D8D8D;
  margin: 10px 0 0;
}
section.contact-infos .contact-details i {
  color: #FFCD00;
  margin-right: 10px;
}
section.contact-infos a {
  text-decoration: none;
}
section.contact-infos .info-center .items b {
  margin-top: 10px;
  display: block;
}
section.contact-infos .items {
  margin-bottom: 3.125em;
}
section.contact-infos .items .size-3 {
  font-weight: 600;
  line-height: 24px;
}
section.contact-infos > .container {
  margin-bottom: -3.125em;
}

/*==video pupup*/
.popup-video-play {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-video-play .material-icons {
  font-size: 80px;
  cursor: pointer;
  opacity: 0.7;
  color: #01A1FD;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 99;
}
.popup-video-play .material-icons:hover {
  opacity: 1;
}
.popup-video-play .next,
.popup-video-play .prev {
  display: none;
}

#popup-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  max-width: 0;
  max-height: 0;
}

#popup-video.open {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
}
#popup-video.open .popup-video-close {
  cursor: pointer;
}
#popup-video.open .popup-video-close .material-icons {
  color: #fff;
  font-size: 60px;
  opacity: 0.5;
}
#popup-video.open .popup-video-close .material-icons:hover {
  opacity: 1;
}

#popup-video .popup-video-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#popup-video {
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup-video .iframe-wrapper {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#popup-video .iframe-wrapper iframe {
  min-width: 70vw;
  min-height: 40.1vw;
  max-height: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#popup-video .iframe-wrapper #popup-image,
#popup-video .iframe-wrapper #popup-video-internal {
  max-width: 70vw;
  max-height: 40.1vw;
  width: auto;
  height: auto;
}
#popup-video .iframe-wrapper #popup-video-internal {
  min-width: 70vw;
}
#popup-video .iframe-wrapper.video #popup-image,
#popup-video .iframe-wrapper.video #popup-video-internal {
  display: none;
}
#popup-video .iframe-wrapper.image #popup-video-internal,
#popup-video .iframe-wrapper.image #popup-video-player {
  display: none;
}
#popup-video .iframe-wrapper.internal-video #popup-image,
#popup-video .iframe-wrapper.internal-video #popup-video-player {
  display: none;
}

#popup-video .iframe-wrapper .popup-video-close {
  position: absolute;
  top: -60px;
  right: -60px;
}

@media screen and (max-width: 576px) {
  #popup-video .iframe-wrapper .popup-video-close {
    position: absolute;
    top: -60px;
    right: -15px;
  }
  #popup-video .iframe-wrapper #popup-video-internal,
  #popup-video .iframe-wrapper iframe {
    min-width: 95vmin;
    min-height: 56vmin;
    max-width: 100%;
  }
}
section.map-section .container {
  position: relative;
  z-index: 1;
}
section.map-section .heading-container {
  margin-bottom: 3.125em;
}
section.map-section .heading-container .content {
  font-weight: 600;
}

/*single image with alt text*/
section.single-image:not(.enable-popup) .single-image-popup {
  display: none;
}
section.single-image .heading-container {
  margin-bottom: 3.125em;
}
section.single-image .heading-container .content {
  font-weight: 600;
}
section.single-image .placeholder-wrapper {
  position: relative;
}
section.single-image .placeholder-wrapper ul:not(.image-container) {
  position: absolute;
  bottom: 0;
  left: 20px;
  padding-left: 0;
  list-style: none;
}
section.single-image .placeholder-wrapper ul:not(.image-container) li {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.single-image .placeholder-wrapper ul:not(.image-container) li a {
  display: block;
  text-decoration: none;
  padding: 5px 15px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.single-image .placeholder-wrapper ul:not(.image-container) li a.coming-soon {
  pointer-events: none;
}
section.single-image .placeholder-wrapper ul:not(.image-container) li a .pos {
  display: none;
  font-size: 20px;
  font-weight: 600;
}
section.single-image .placeholder-wrapper ul:not(.image-container) li .soon-msg {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  z-index: 1;
  width: 90px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateY(0px);
  visibility: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  text-transform: uppercase;
}
section.single-image .placeholder-wrapper ul:not(.image-container).hover li {
  opacity: 0.3;
}
section.single-image .placeholder-wrapper ul:not(.image-container).hover li:hover {
  opacity: 1;
}
section.single-image .placeholder-wrapper ul:not(.image-container).hover li:hover .soon-msg {
  transform: translateY(-18px);
  visibility: visible;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  section.single-image {
    /*==hasneighbourhood*/
  }
  section.single-image .placeholder-wrapper.has-neighbourhood ul:not(.image-container) {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 0;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood ul:not(.image-container) .marker {
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood ul:not(.image-container) .marker img {
    width: 40px;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood ul:not(.image-container) .marker .bottom {
    display: none;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -44px;
    left: -10px;
    border: 18px solid transparent;
    border-top: 25px solid #fff;
    cursor: pointer;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li {
    position: absolute;
    display: flex;
    justify-content: center;
    opacity: 0.7;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li a {
    margin-bottom: 8px;
    position: absolute;
    margin-left: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: -9;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  section.single-image .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li:hover a {
    opacity: 1;
    z-index: 9;
    min-width: 112px;
    text-align: center;
    overflow: visible;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li:hover a .soon-msg {
    transform: translateY(-22px);
    visibility: visible;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood .image-placeholder-icon {
    max-height: none;
    background: none;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood .image-placeholder-icon .invisible {
    visibility: visible !important;
  }
}
@media screen and (max-width: 768px) {
  section.single-image .placeholder-wrapper.has-neighbourhood {
    padding-bottom: 80px;
    overflow: visible;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood .icon-wrapper.d-none {
    transform: rotate(-90deg);
    display: block !important;
    position: absolute;
    right: 0;
    bottom: -43px;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood .icon-wrapper.d-none .material-icons {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
  }
  section.single-image .placeholder-wrapper ul:not(.image-container) {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: -15px;
    width: calc(100% + 30px);
    margin-top: 20px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  section.single-image .placeholder-wrapper ul:not(.image-container) li {
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
  }
  section.single-image .placeholder-wrapper ul:not(.image-container) li img {
    display: none;
  }
  section.single-image .placeholder-wrapper ul:not(.image-container) li a {
    margin-bottom: 0;
    min-width: 112px;
    text-align: center;
  }
  section.single-image .placeholder-wrapper ul:not(.image-container)::-webkit-scrollbar {
    height: 10px;
  }
  section.single-image .placeholder-wrapper ul:not(.image-container)::-webkit-scrollbar-track {
    background: #A1ABB0;
  }
  section.single-image .placeholder-wrapper ul:not(.image-container)::-webkit-scrollbar-thumb {
    background: #8D8D8D;
  }
  section.single-image .placeholder-wrapper ul:not(.image-container)::-webkit-scrollbar-thumb:hover {
    background: #8D8D8D;
  }
}
@media (pointer: none), (pointer: coarse) {
  section.single-image .placeholder-wrapper {
    overflow: hidden;
  }
  section.single-image .placeholder-wrapper.has-neighbourhood {
    padding-bottom: 60px;
  }
  section.single-image .placeholder-wrapper ul:not(.image-container)::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none !important;
  }
}

.alt-text {
  font-size: 12px;
  color: #212121;
  font-weight: 500;
  position: relative;
  margin-top: 12px;
  margin-left: 34px;
}
.alt-text:before {
  content: "";
  position: absolute;
  background-color: #01A1FD;
  left: -14px;
  bottom: 0;
  width: 4px;
  height: 100px;
}

/*single image with popup marker*/
section.single-image.enable-popup {
  position: relative;
}
section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li {
  min-width: 8%;
  min-height: 3%;
  min-height: 10px;
  opacity: 0.999;
}
section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li .marker {
  height: 24px;
  display: none;
}
section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li .marker img {
  visibility: hidden;
}
section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li a {
  display: flex;
  align-items: center;
  left: 0;
  transform: none;
  height: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li a .soon-msg {
  visibility: hidden !important;
}
section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li a .pos {
  display: inline-block;
  margin-right: 13px;
  color: #fff;
  margin-left: -1px;
}
section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li:hover {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  section.single-image.enable-popup .placeholder-wrapper {
    overflow: hidden;
  }
  section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li a {
    opacity: 1;
    font-size: 13px;
    padding: 6px 15px 0;
    margin-bottom: 0;
    min-width: auto;
    height: 40px;
    max-width: 40px;
    overflow: hidden;
  }
  section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li a .pos {
    font-weight: bold;
    margin-left: -2px;
  }
  section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li .marker {
    display: none;
  }
  section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li .marker .bottom {
    display: block;
    border: 10px solid transparent;
    border-top: 11px solid #fff;
    bottom: -21px;
    left: 25%;
  }
  section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li:hover {
    z-index: 9;
  }
  section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul:not(.image-container) li:hover a {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  section.single-image.enable-popup {
    z-index: 999999;
  }
  section.single-image.enable-popup .placeholder-wrapper.has-neighbourhood ul li a .pos {
    display: none !important;
  }
}

/*single image append*/
.single-image-popup {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9999999999;
  background: #01A1FD;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.single-image-popup * {
  color: #fff;
}
.single-image-popup .container-fluid, .single-image-popup .container-sm, .single-image-popup .container-md, .single-image-popup .container-lg, .single-image-popup .container-xl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #01A1FD;
  -webkit-box-shadow: 0 10px 20px 10px rgb(0, 132, 61);
  -moz-box-shadow: 0 10px 20px 10px rgb(0, 132, 61);
  box-shadow: 0 10px 20px 10px rgb(0, 132, 61);
  z-index: 99;
}
.single-image-popup .container,
.single-image-popup .container-fluid,
.single-image-popup .container-sm,
.single-image-popup .container-md,
.single-image-popup .container-lg,
.single-image-popup .container-xl {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-image-popup .outer-wrapper {
  padding: 4.5em 0;
}
.single-image-popup .outer-wrapper ul.image-container {
  margin-top: 2.5em;
  padding: 0;
  list-style: none;
  margin-right: -30px;
  margin-bottom: -15px;
}
.single-image-popup .outer-wrapper ul.image-container li {
  width: 38%;
  max-width: 220px;
  padding-right: 10px;
  display: inline-grid;
  margin-bottom: 15px;
}
.single-image-popup .outer-wrapper ul.image-container li .placeholder {
  padding-top: 80.89%;
}
.single-image-popup .outer-wrapper ul.image-container li .alt {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.single-image-popup .outer-wrapper .content {
  margin-top: 2.5em;
}
.single-image-popup .outer-wrapper .content strong {
  color: #fff;
}
.single-image-popup .outer-wrapper .content h3 {
  margin-bottom: 15px;
}
.single-image-popup .outer-wrapper h2 + .content {
  margin-top: 15px;
}
.single-image-popup .close-popup {
  display: none;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 30px;
  cursor: pointer;
  text-align: right;
  padding: 5px;
  z-index: 9;
}
.single-image-popup .close-popup:hover {
  opacity: 1;
}
.single-image-popup .current-neighbourhood {
  text-align: left;
  min-width: 112px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.single-image-popup .current-neighbourhood:hover {
  color: #fff;
}
.single-image-popup::-webkit-scrollbar {
  width: 10px;
}
.single-image-popup::-webkit-scrollbar-track {
  background: #fff;
}
.single-image-popup::-webkit-scrollbar-thumb {
  background: #A1ABB0;
}
.single-image-popup::-webkit-scrollbar-thumb:hover {
  background: #8D8D8D;
}
@media screen and (max-width: 768px) {
  .single-image-popup .container-fluid, .single-image-popup .container-sm, .single-image-popup .container-md, .single-image-popup .container-lg, .single-image-popup .container-xl {
    height: 50px;
  }
  .single-image-popup .outer-wrapper {
    padding: 6.25em 0;
  }
  .single-image-popup .outer-wrapper ul.image-container li {
    width: 49.5%;
  }
  .single-image-popup .close-popup {
    right: 15px !important;
    top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .single-image-popup {
    position: absolute;
    top: 105px;
    height: calc(100% - 105px);
    width: 60%;
  }
  .single-image-popup .container-fluid, .single-image-popup .container-sm, .single-image-popup .container-md, .single-image-popup .container-lg, .single-image-popup .container-xl {
    position: absolute;
    width: calc(100% - 10px);
    left: 0;
    -webkit-box-shadow: -25px 10px 20px 10px rgb(0, 132, 61);
    -moz-box-shadow: -25px 10px 20px 10px rgb(0, 132, 61);
    box-shadow: -25px 10px 20px 10px rgb(0, 132, 61);
  }
}

body.neighbourhood-popup-active .single-image-popup {
  left: 0;
}
body.neighbourhood-popup-active .close-popup {
  right: 30px;
  opacity: 1;
  display: flex;
  transition-delay: 0s !important;
}
body.neighbourhood-popup-active .close-popup.fixed {
  position: fixed;
  right: 40px;
}
body.neighbourhood-popup-active.show-content .container,
body.neighbourhood-popup-active.show-content .container-fluid,
body.neighbourhood-popup-active.show-content .container-sm,
body.neighbourhood-popup-active.show-content .container-md,
body.neighbourhood-popup-active.show-content .container-lg,
body.neighbourhood-popup-active.show-content .container-xl {
  opacity: 1;
}
body.neighbourhood-popup-active.show-content #loading {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  body.neighbourhood-popup-active.show-content {
    height: 100vh;
    overflow: hidden;
  }
  body.neighbourhood-popup-active .close-popup.fixed {
    right: 25px !important;
  }
}
@media screen and (min-width: 769px) {
  body.neighbourhood-popup-active .single-image-popup {
    left: 40%;
  }
  body.neighbourhood-popup-active .close-popup,
  body.neighbourhood-popup-active .close-popup.fixed {
    position: absolute;
    right: 25px !important;
  }
  body.neighbourhood-popup-active.show-content {
    overflow: hidden;
  }
  body.neighbourhood-popup-active.show-content .container {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  body.neighbourhood-popup-active.show-content .container::-webkit-scrollbar {
    width: 10px;
    z-index: 99;
  }
  body.neighbourhood-popup-active.show-content .container::-webkit-scrollbar-track {
    background: #ddd;
    z-index: 99;
  }
  body.neighbourhood-popup-active.show-content .container::-webkit-scrollbar-thumb {
    background: #A1ABB0;
    z-index: 99;
  }
  body.neighbourhood-popup-active.show-content .container::-webkit-scrollbar-thumb:hover {
    background: #8D8D8D;
    z-index: 99;
  }
}

/*==contact*/
section.inner-form-container .form-container {
  margin-top: 3.125em;
}
section.inner-form-container .description {
  color: #8D8D8D;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 50px;
  margin-top: 80px;
}
section.inner-form-container span.success, section.inner-form-container span.error {
  display: none;
}
section.inner-form-container .successfully-sent span.success {
  color: #01A1FD;
  display: block;
}
section.inner-form-container .sending-fail .message-container span.error {
  color: #ff4d54;
  display: inline-block !important;
}
section.inner-form-container form .form-control {
  border: none;
  background-color: #F1F1F1;
  padding: 15px 20px 13px;
  outline-style: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  height: auto;
  color: #212721 !important;
}
section.inner-form-container .form-group {
  margin-bottom: 10px;
  position: relative;
}
section.inner-form-container textarea.form-control {
  height: 250px;
}
section.inner-form-container .form-control:focus {
  box-shadow: none !important;
  border-color: #A1ABB0;
  outline: 0;
}
section.inner-form-container .btn-submit {
  padding: 10px 30px;
  height: 50px;
  min-width: 110px;
}
section.inner-form-container .btn-submit .material-icons.sending {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scrollSide;
}
section.inner-form-container #error-message {
  font-size: 14px;
  color: #ff4d54;
  display: none;
}
section.inner-form-container .message-sent span {
  color: #01A1FD;
  margin-top: 18px;
  display: none;
}
section.inner-form-container .successfully-sent .form-control {
  border-color: #01A1FD !important;
}
section.inner-form-container #error-message.show {
  display: block;
}
section.inner-form-container ::placeholder {
  color: #8D8D8D !important;
}
section.inner-form-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8D8D8D !important;
}
section.inner-form-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #8D8D8D !important;
}
section.inner-form-container :-moz-placeholder {
  /* Firefox 18- */
  color: #8D8D8D !important;
}
section.inner-form-container .btn {
  max-width: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}

/*==gallery*/
section.gallery-item .tag-section {
  display: none;
  margin-bottom: 1.5em;
}
section.gallery-item .tag-section ul {
  display: none;
  margin: 0;
  padding: 0;
}
section.gallery-item .tag-section ul li {
  margin-bottom: 10px;
}
section.gallery-item .tag-section ul li:not(:last-child) {
  margin-right: 10px;
}
section.gallery-item .filter-selected {
  margin-bottom: 1.5em;
  background-color: #BBBBBB;
  padding: 10px;
}
section.gallery-item .filter-selected ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
section.gallery-item .filter-selected ul li:not(:last-child) {
  margin-right: 10px;
}
section.gallery-item .filter-selected ul .material-icons {
  margin-top: -5px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
section.gallery-item .heading-container {
  margin-bottom: 2.5em;
  justify-content: center;
}
section.gallery-item .heading-container h1,
section.gallery-item .heading-container h2,
section.gallery-item .heading-container h3 {
  margin-bottom: 0;
  align-self: center;
}
section.gallery-item .heading-container .size-1 .material-icons {
  font-size: 25px;
  float: left;
  margin-top: 3px;
  margin-right: 25px;
  color: #01A1FD;
}
section.gallery-item .heading-container .inner-content {
  position: relative;
  width: 100%;
}
section.gallery-item .heading-container .inner-content .line {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 1px;
  left: 0;
  border-top: 1px solid #BBBBBB;
}
section.gallery-item .heading-container .right {
  display: inline-flex;
  margin-top: -10px;
}
section.gallery-item .content-wrapper {
  border: 1px solid #F1F1F1;
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
}
section.gallery-item .content-wrapper .popup-video-play {
  position: relative;
  left: 0;
  top: 0;
  transform: none !important;
}
section.gallery-item .content-wrapper .content {
  padding: 20px;
}
section.gallery-item .content-wrapper .content .size-4 {
  color: #212121;
}
section.gallery-item .content-wrapper .content .inner-content {
  margin: 15px 0 0;
  color: #8D8D8D;
}
section.gallery-item .content-wrapper .placeholder {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
section.gallery-item .content-wrapper .placeholder i {
  font-size: 60px !important;
  color: #fff;
  opacity: 0.8;
  position: relative;
  z-index: 999;
}
section.gallery-item .content-wrapper .placeholder i:hover {
  opacity: 1;
}
section.gallery-item .content-wrapper .placeholder .inner-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gallery-item .content-wrapper .placeholder .inner-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #212121;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gallery-item .content-wrapper .placeholder .inner-image.portrait {
  background-position: top left !important;
}
section.gallery-item .content-wrapper .placeholder:hover .inner-image {
  transform: scale(1.2);
}
section.gallery-item .content-wrapper .placeholder:hover .inner-image:after {
  opacity: 0.7;
}
section.gallery-item .gallery-grid-container {
  margin-bottom: -30px;
}
section.gallery-item .gallery-grid-container .col-md-4 {
  margin-bottom: 30px;
}
section.gallery-item .gallery-grid-container .col-md-4 .size-4 {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
}
section.gallery-item .gallery-grid-container .col-md-3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  section.gallery-item .heading-container .search-form {
    width: 250px;
  }
  section.gallery-item .heading-container .btn-gray {
    width: 150px;
    margin-left: 10px;
  }
  section.gallery-item .tag-section ul {
    margin-bottom: -10px;
  }
}
@media screen and (min-height: 768px) {
  section.gallery-item .heading-container .flex-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  section.gallery-item .heading-container {
    text-align: center;
    justify-content: center;
  }
  section.gallery-item .heading-container .right {
    display: inline;
  }
  section.gallery-item .heading-container .right .search-form {
    margin-bottom: 15px;
  }
}

body.Album section.gallery-item,
body.Gallery section.gallery-item {
  padding-bottom: 9.375em;
}
@media screen and (max-width: 768px) {
  body.Album .gallery-grid-container .col-md-4,
  body.Gallery .gallery-grid-container .col-md-4 {
    margin-bottom: 15px;
  }
}

body:not(.Album):not(.BlogItem) .next,
body:not(.Album):not(.BlogItem) .prev {
  display: none !important;
}

body.Album section.gallery-item .content-wrapper .placeholder,
body.BlogItem section.gallery-item .content-wrapper .placeholder {
  min-height: 182px;
}
body.Album #popup-video,
body.BlogItem #popup-video {
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  /*.iframe-wrapper {
    position: relative;
    max-width: 70vw;
    max-height: 40.1vw;
    left: auto;
    top: auto;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
    opacity: 0;
  }*/
}
body.Album #popup-video.animate .iframe-wrapper,
body.BlogItem #popup-video.animate .iframe-wrapper {
  opacity: 1;
}
body.Album #popup-video #popup-video-player,
body.BlogItem #popup-video #popup-video-player {
  padding-bottom: 1px;
}
body.Album #popup-video #popup-image,
body.Album #popup-video #popup-video,
body.Album #popup-video #popup-video-player,
body.BlogItem #popup-video #popup-image,
body.BlogItem #popup-video #popup-video,
body.BlogItem #popup-video #popup-video-player {
  border: 1px solid #fff;
}
body.Album #popup-video .popup-video-close,
body.BlogItem #popup-video .popup-video-close {
  right: 0;
  top: -30px;
  display: flex;
  align-items: center;
}
body.Album #popup-video .popup-video-close span,
body.BlogItem #popup-video .popup-video-close span {
  display: inline-block !important;
  color: #fff;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Calibre";
  text-transform: uppercase;
}
body.Album #popup-video .popup-video-close .material-icons,
body.BlogItem #popup-video .popup-video-close .material-icons {
  opacity: 1;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
body.Album #popup-video .progress-content,
body.BlogItem #popup-video .progress-content {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  color: #FFFFFF;
  font-family: Calibre;
  font-size: 12px;
}
body.Album #popup-video .next,
body.Album #popup-video .prev,
body.BlogItem #popup-video .next,
body.BlogItem #popup-video .prev {
  position: absolute;
  display: block;
  top: calc(50% - 40px);
  z-index: 9;
  cursor: pointer;
}
body.Album #popup-video .next .material-icons,
body.Album #popup-video .prev .material-icons,
body.BlogItem #popup-video .next .material-icons,
body.BlogItem #popup-video .prev .material-icons {
  color: #fff;
  font-size: 40px;
}
body.Album #popup-video .prev,
body.BlogItem #popup-video .prev {
  left: -90px;
}
body.Album #popup-video .next,
body.BlogItem #popup-video .next {
  right: -90px;
}
@media screen and (max-width: 576px) {
  body.Album .gallery-grid-container .item,
  body.BlogItem .gallery-grid-container .item {
    margin-bottom: 15px;
  }
  body.Album #popup-video .prev,
  body.BlogItem #popup-video .prev {
    left: -40px;
    top: 45%;
  }
  body.Album #popup-video .next,
  body.BlogItem #popup-video .next {
    right: -40px;
    top: 45%;
  }
}

body.BlogItem section.gallery-item .content-wrapper .placeholder {
  min-height: 169px;
}

#download-form {
  display: none !important;
}

/*section grid block*/
/*
== picture block
*/
section.grid-block.bg-gradient {
  background-image: linear-gradient(#fff, #f1f1f1);
}
section.grid-block .col-md-4 {
  border: 10px solid #fff;
  min-height: 320px;
  text-align: center;
  position: relative;
}
section.grid-block .col-md-4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
section.grid-block .content {
  padding: 25px;
  margin: 0 auto;
  position: relative;
}
section.grid-block .content .title {
  font-size: 85px;
  color: #fff;
}
section.grid-block .content .title small {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
section.grid-block .content .description {
  color: #fff;
  font-size: 20px;
  margin-top: 1.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  section.grid-block .col-md-4 {
    border: 15px solid #fff;
    border-top: 0;
  }
  section.grid-block .col-md-4:first-child {
    border-top: 15px;
  }
}

/*==phase*/
section.dream-phase .description {
  position: relative;
  padding: 30px;
}
section.dream-phase .description .size-2 {
  margin-bottom: 5px;
}
section.dream-phase .description .content {
  color: #8D8D8D;
}
section.dream-phase .description .content ol,
section.dream-phase .description .content ul {
  padding-left: 15px;
  margin: 0;
  width: 100%;
  display: block;
}
section.dream-phase .description .content ol li,
section.dream-phase .description .content ul li {
  display: list-item;
  width: 100%;
}
section.dream-phase .description .content ol li ol,
section.dream-phase .description .content ol li ul,
section.dream-phase .description .content ul li ol,
section.dream-phase .description .content ul li ul {
  padding: 10px 10px 10px 26px;
  list-style-type: lower-alpha;
}
section.dream-phase .description .content ol li:not(:last-child),
section.dream-phase .description .content ul li:not(:last-child) {
  margin-bottom: 10px;
}
section.dream-phase .description .more {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
section.dream-phase ul {
  padding: 0;
  margin: 50px 0 30px;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
section.dream-phase ul:not(.show-all) li .block:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/pattern-dark.svg") center left no-repeat;
  background-size: contain;
  z-index: 0;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.3s ease;
}
section.dream-phase ul:not(.show-all) li span {
  display: none !important;
}
section.dream-phase ul:not(.show-all) li span.title {
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}
section.dream-phase ul li {
  width: 18.2%;
  display: inline-grid;
  position: relative;
}
section.dream-phase ul li:before {
  position: absolute;
  content: "";
  left: 10px;
  position: absolute;
  content: "";
  border: 2em solid transparent;
  border-top-color: #fff;
  left: calc(50% - 2em);
  top: calc(100% - 1.5em);
  transform: rotate(180deg);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -moz-transition: opacity 0.3s ease 0.1s;
  -ms-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
section.dream-phase ul li .block {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 35px 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.dream-phase ul li .block span {
  color: #01A1FD;
  font-size: 16px;
  display: block;
  position: relative;
}
section.dream-phase ul li .block span.no {
  font-size: 80px;
  line-height: 80px;
  margin-top: 15px;
}
section.dream-phase ul li .block span.title {
  color: #212121;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}
section.dream-phase ul li.active .block, section.dream-phase ul li:hover .block {
  background-color: #01A1FD;
}
section.dream-phase ul li.active .block:before, section.dream-phase ul li:hover .block:before {
  background: transparent url("../images/pattern.svg") center left no-repeat;
  background-size: contain;
  filter: grayscale(0);
  opacity: 1;
}
section.dream-phase ul li.active .block span, section.dream-phase ul li:hover .block span {
  color: #fff;
}
section.dream-phase ul li.active:before {
  opacity: 1;
  z-index: -1;
}
section.dream-phase ul li .description {
  display: none;
  background-color: #fff;
  padding: 30px;
}
section.dream-phase ul li .description .content {
  color: #8D8D8D;
}
section.dream-phase .append-description {
  display: none;
  background-color: #fff;
}
section.dream-phase .append-description .content {
  color: #8D8D8D;
}
section.dream-phase.bg-blue {
  background-color: #01A1FD;
  background: #01A1FD url(../images/Mangere-Weave-blue_30.png) 0 0;
  -webkit-background-size: 100px;
  background-size: 100px;
}
section.dream-phase.bg-blue .content,
section.dream-phase.bg-blue .size-1,
section.dream-phase.bg-blue .title {
  color: #fff;
}
section.dream-phase.bg-blue .description {
  background-color: #fff;
}
section.dream-phase.bg-blue .description .content {
  color: #8D8D8D;
}
section.dream-phase.bg-white ul li .block {
  background: #F1F1F1;
}
section.dream-phase.bg-white ul li.active:before {
  border-top-color: #F1F1F1;
}
section.dream-phase.bg-white ul li.active .block, section.dream-phase.bg-white ul li:hover .block {
  background: #01A1FD;
}
section.dream-phase.bg-white .description {
  background-color: #F1F1F1;
}
section.dream-phase.bg-white .description .content {
  color: #8D8D8D;
}
section.dream-phase.bg-white .description .content a {
  color: #212121;
}
@media screen and (min-width: 768px) {
  section.dream-phase ul li .description {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  section.dream-phase ul li .block span.title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.dream-phase ul {
    display: block;
  }
  section.dream-phase ul li {
    width: 100%;
    display: block;
  }
  section.dream-phase ul li:not(last-child) {
    margin-bottom: 15px;
  }
  section.dream-phase ul li:not(last-child) .block:before {
    -webkit-background-size: 170% !important;
    background-size: 170% !important;
    background-position-y: 163px !important;
  }
  section.dream-phase ul li .description {
    padding: 30px 15px;
  }
  section.dream-phase ul li.active:before {
    display: none;
  }
  section.dream-phase ul li.active .description {
    margin: 15px 0;
    position: relative;
  }
  section.dream-phase ul li.active .description .more {
    margin-bottom: 15px;
  }
  section.dream-phase ul li.active .description:before {
    position: absolute;
    content: "";
    left: 10px;
    position: absolute;
    content: "";
    border: 2em solid transparent;
    border-top-color: #fff;
    left: calc(50% - 2em);
    top: -3em;
    transform: rotate(180deg);
    z-index: -1;
  }
  section.dream-phase .append-description {
    display: none !important;
  }
  section.dream-phase.bg-white ul {
    display: block;
  }
  section.dream-phase.bg-white ul li.active .description:before {
    border-top-color: #F1F1F1;
  }
}

/*==language*/
.language-list {
  padding-bottom: 1.5em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #BBBBBB;
}
.language-list > span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
}
.language-list a {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #8D8D8D;
  border: 3px solid #BBBBBB;
}
.language-list a:last-child {
  user-select: none;
}
.language-list a img {
  height: 20px;
  width: auto;
}
.language-list a span {
  display: none;
  position: absolute;
  z-index: 1;
  left: -34%;
  top: -40px;
  background: #fff;
  border: 1px solid #F1F1F1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 15px 0;
}
.language-list a span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -18px;
  left: 34%;
  border: 8px solid transparent;
  border-top: 10px solid #fff;
}
.language-list a:hover {
  border-color: #212121;
}
.language-list a:hover span {
  display: block;
}
@media screen and (max-width: 768px) {
  .language-list a {
    margin-right: 5px;
  }
  .language-list a:last-child {
    margin-right: 0;
  }
}

body[data-language=en] .languange-item:not(.en) {
  display: none;
}
body[data-language=en] .language-list [data-id=en] {
  border-color: #212121 !important;
  padding: 4px;
}

body[data-language=mao] .languange-item:not(.mao) {
  display: none;
}
body[data-language=mao] .language-list [data-id=mao] {
  border-color: #212121;
  padding: 4px;
}

body[data-language=smo] .languange-item:not(.smo) {
  display: none;
}
body[data-language=smo] .language-list [data-id=smo] {
  border-color: #212121;
  padding: 4px;
}

body[data-language=ton] .languange-item:not(.ton) {
  display: none;
}
body[data-language=ton] .language-list [data-id=ton] {
  border-color: #212121;
  padding: 4px;
}

body[data-language=hi] .languange-item:not(.hi) {
  display: none;
}
body[data-language=hi] .language-list [data-id=hi] {
  border-color: #212121;
  padding: 4px;
}

body[data-language=mn] .languange-item:not(.mn) {
  display: none;
}
body[data-language=mn] .language-list [data-id=mn] {
  border-color: #212121;
  padding: 4px;
}

/*==calendar*/
.calendar .iframe-container {
  position: relative;
  overflow: visible;
  padding: 0;
}
.calendar .tab-container {
  margin-top: 6.25em;
}
.calendar .tab-container h3 {
  text-align: center;
}
.calendar .tab-calendar {
  width: calc(100% - 25px);
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 30px auto -60px;
  list-style: none;
  display: flex;
}
.calendar .tab-calendar li {
  display: inline-block;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
}
.calendar .tab-calendar li.active {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  border-bottom: 0;
  background: #e7e7e7;
  font-weight: 600;
}
.calendar .calendar-wrapper {
  position: relative;
  min-height: 400px;
  z-index: 0;
}
.calendar .calendar-wrapper:before {
  content: "Loading...";
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.calendar .calendar-wrapper .content {
  position: relative;
  z-index: 1;
}
.calendar .calendar-wrapper .content .inner-frame {
  width: 100%;
  padding-top: 81%;
  position: relative;
  border: 1px solid #F1F1F1;
}
.calendar .calendar-wrapper .content .inner-frame .frame-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar .calendar-wrapper .content .btn-download {
  margin-bottom: 15px;
}
.calendar .calendar-wrapper .content:not(.active) {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: -999;
}
.calendar.multi-embed .calendar-wrapper:before {
  display: none;
}
.calendar.multi-embed .tab-container {
  margin-top: 0;
  border-bottom: 1px solid #A1ABB0;
  margin-bottom: 2.5em;
}
.calendar.multi-embed .tab-container img {
  height: 23px;
  width: auto;
}
.calendar.multi-embed .tab-calendar {
  display: inline-block;
  margin: 0 0 2.5em;
}
.calendar.multi-embed .tab-calendar li {
  width: auto;
  background: none;
  width: auto;
}
.calendar.multi-embed .tab-calendar li:hover {
  border-color: #212121;
}
@media screen and (max-width: 991px) {
  .calendar .calendar-wrapper .content .inner-frame {
    padding-top: 100%;
  }
}
@media screen and (max-width: 576px) {
  .calendar .calendar-wrapper .content .inner-frame {
    padding-top: 145%;
  }
}

/*==download*/
section.download-section a {
  color: #fff;
  text-decoration: none;
}
section.download-section a .left {
  display: flex;
}
section.download-section a .left .image-wrapper {
  padding: 25px 30px;
  background-color: #FFCD00;
  display: flex;
  margin-right: 25px;
}
section.download-section a .left span {
  color: #fff;
  text-decoration: underline;
  padding: 10px 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
section.download-section a .material-icons {
  padding: 15px;
  margin-right: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFCD00;
  color: #212121;
}
@media screen and (max-width: 991px) {
  section.download-section .single-download .left .image-wrapper {
    padding: 15px 22px;
  }
}
@media screen and (max-width: 768px) {
  section.download-section a.single-download {
    font-size: 1.5em;
    line-height: 1.3;
  }
  section.download-section a.single-download:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 100%;
    background-color: #01A1FD;
  }
  section.download-section a.single-download .left span {
    padding: 10px 0;
  }
  section.download-section a.single-download .left .image-wrapper {
    padding: 25px;
    margin-right: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
  }
  section.download-section a.single-download .left .image-wrapper img {
    max-width: 55px;
    height: auto;
  }
  section.download-section a.single-download .material-icons {
    margin-right: 15px;
  }
}
section.download-section ul.multi-download {
  padding: 0;
  margin-top: 15px;
  list-style: none;
}
section.download-section ul.multi-download li {
  display: inline-block;
}
section.download-section ul.multi-download li a {
  color: #212121;
  padding: 15px;
  display: block;
}
section.download-section ul.multi-download li a .label {
  margin-top: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  section.download-section ul.multi-download li {
    width: 49%;
    text-align: center;
  }
  section.download-section ul.multi-download li .left {
    justify-content: center;
    text-align: center;
  }
}

/*==footer*/
footer {
  background-color: #00314D;
  padding: 80px 0 0;
  width: 100%;
  display: block;
  float: left;
  color: #fff;
}
footer a,
footer h5 {
  color: #fff;
}
footer a:hover,
footer h5:hover {
  color: #fff !important;
}
footer .footer-nav a {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
}
footer .footer-logo-container {
  margin-bottom: 1.5em;
  display: block;
  max-width: 260px;
}
footer .promotion-logo-container {
  margin-top: 4em;
  display: block;
  max-width: 180px;
}
footer .footer-search-form {
  margin-bottom: 10px;
}
footer .footer-search-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #8D8D8D;
  font-size: 14px;
  padding: 18px;
}
footer .footer-search-form .btn-outline-secondary {
  width: 38px;
  height: 38px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-search-form .btn-outline-secondary:active, footer .footer-search-form .btn-outline-secondary:focus {
  outline-style: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
footer .footer-search-form .btn-outline-secondary i {
  color: #fff;
}
footer a.facebook {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #8D8D8D;
  text-decoration: none;
  padding-left: 0;
}
footer a.facebook span {
  font-size: 14px;
  color: #8D8D8D;
}
footer a.facebook span:hover {
  color: #fff;
}
footer a.facebook i {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 14px;
  margin-right: 10px;
}
footer .footer-nav {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
footer .footer-nav li {
  padding: 0 0 10px;
}
footer h6 {
  font-size: 16px;
  color: #8D8D8D;
  display: block;
  font-weight: normal;
  margin-bottom: 0;
}
footer .newsletter-subscription .form-container {
  padding-top: 10px;
}
footer .newsletter-subscription .multi-select {
  padding-right: 0;
  margin-bottom: 4px;
}
footer .newsletter-subscription .multi-select .material-icons {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 16px;
  color: #8D8D8D;
}
footer .newsletter-subscription .multi-select .btn-group {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0;
  height: 45px;
}
footer .newsletter-subscription .multi-select .btn-group .btn {
  font-size: 14px;
}
footer .newsletter-subscription .field-container {
  position: relative;
  z-index: 3;
  height: 44px;
  width: 100%;
  margin-bottom: 4px;
  margin-right: 0;
}
footer .newsletter-subscription .field-container .select,
footer .newsletter-subscription .field-container input {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px 10px 6px 50px;
  color: #fff;
  font-size: 14px;
  height: 44px;
}
footer .newsletter-subscription .field-container .select {
  padding: 14px 0 8px;
}
footer .newsletter-subscription .field-container .select li.init {
  padding-top: 8px !important;
  color: #fff;
}
footer .newsletter-subscription .field-container.custom-dropdown-subs {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  margin-right: 0;
}
footer .newsletter-subscription .field-container .select.active ~ label,
footer .newsletter-subscription .field-container input:focus ~ label,
footer .newsletter-subscription .field-container input:not(:focus):valid ~ label {
  top: 4px;
}
footer .newsletter-subscription .field-container .select.active ~ .material-icons,
footer .newsletter-subscription .field-container input:focus ~ .material-icons,
footer .newsletter-subscription .field-container input:not(:focus):valid ~ .material-icons {
  color: #FFF !important;
}
footer .newsletter-subscription .field-container label {
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  footer .newsletter-subscription .form-container .custom-dropdown-subs {
    margin-bottom: 6px !important;
  }
  footer .newsletter-subscription .form-container .custom-dropdown-subs .selected-text {
    text-align: center !important;
  }
  footer .newsletter-subscription .form-container .btn-yellow {
    margin-top: 6px;
  }
}
footer .copyright {
  font-size: 0.75em;
  font-weight: 600;
  line-height: 17px;
  color: #fff;
  line-height: 50px;
}
footer .terms {
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: flex-end;
}
footer .terms ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
footer .terms ul li {
  display: inline-block;
}
footer .terms ul li a {
  padding: 0 20px;
  color: #A1ABB0;
  font-size: 0.75em;
  font-weight: normal;
  line-height: normal;
  border-right: 1px solid #A1ABB0;
  text-decoration: none;
}
footer .terms ul li:last-child a {
  border: none;
}
footer .terms ul li:first-child a {
  padding-left: 0;
}
footer .terms .powered {
  margin-top: 15px;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 20px;
  color: #8D8D8D;
}
footer .terms .powered a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
footer .terms .powered.mobile .text-left,
footer .terms .powered.mobile .text-right {
  color: #8D8D8D;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 80px 0 40px;
  }
  footer .logo-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }
  footer .footer-logo-container {
    margin-bottom: 1.8125em;
    display: inline-block;
  }
  footer .promotion-logo-container {
    margin-top: 0;
    display: inline-block;
  }
  footer a.facebook {
    text-decoration: none;
    margin-bottom: 3.25em;
    text-align: center;
    margin-top: 0;
  }
  footer a.facebook i {
    padding-top: 18px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  footer a.facebook span {
    display: none;
  }
  footer .footer-search-form {
    display: none;
  }
  footer .nav-container {
    margin-bottom: 1.5em;
  }
  footer .nav-container .footer-nav {
    padding: 0;
  }
  footer h6 {
    margin-top: 20px;
    text-align: center;
  }
  footer .terms {
    text-align: center;
  }
  footer .terms ul li a {
    padding: 0 10px;
  }
  footer .terms .copyright {
    color: #A1ABB0;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 17px;
    float: left;
  }
  footer .terms .copyright br {
    display: none;
  }
  footer .newsletter-subscription .field-container {
    margin-bottom: 0;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  footer .logo-section {
    flex-direction: column;
    align-items: center;
  }
  footer a.facebook {
    margin-top: 15px;
  }
  footer .promotion-logo-container {
    margin-bottom: 3.125em;
  }
}

/*==home*/
body.Home #banner-section .banner-logo {
  display: none;
}
body.Home .follow-on-facebook {
  margin-top: 0;
}

.home-for-sale.bg-gray + .gallery-item.bg-gray,
.home-for-sale.bg-gray + .latest-news.bg-gray {
  margin-top: 0;
  padding-top: 0;
}

body.ErrorPage .main,
body.Page .main {
  padding: 6.25em 0;
  max-width: 1200px;
  margin: 0 auto;
}
body.ErrorPage .main h1,
body.Page .main h1 {
  font-size: 2.5em;
  font-weight: bold;
  font-family: "Calibre";
  line-height: 52px;
  letter-spacing: -2px;
  margin-bottom: 1.5em;
}
body.ErrorPage .main h2,
body.Page .main h2 {
  font-weight: normal;
  font-size: 1.8em;
  margin-bottom: 1em;
}
body.ErrorPage .main h2,
body.Page .main h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 1em;
}
body.ErrorPage .main .content,
body.Page .main .content {
  font-size: 1.25em;
}
body.ErrorPage .main .content em,
body.ErrorPage .main .content li,
body.ErrorPage .main .content p,
body.ErrorPage .main .content span,
body.Page .main .content em,
body.Page .main .content li,
body.Page .main .content p,
body.Page .main .content span {
  color: #A1ABB0;
  line-height: 1.5;
  font-size: 16px;
}
body.ErrorPage .main .content a,
body.Page .main .content a {
  color: #01A1FD;
}
body.ErrorPage .main .content h2,
body.Page .main .content h2 {
  margin-top: 1em;
}
body.ErrorPage .main .content h5,
body.Page .main .content h5 {
  margin-bottom: 0.5em;
}
body.ErrorPage .main .content b,
body.Page .main .content b {
  color: #8D8D8D;
}
body.ErrorPage .main .content-container,
body.Page .main .content-container {
  max-width: 800px;
  margin: 0 auto;
}
body.ErrorPage .main .sidebar,
body.Page .main .sidebar {
  display: none;
}
body.ErrorPage.page-Security .main .content-container,
body.Page.page-Security .main .content-container {
  /*login page*/
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
body.ErrorPage.page-Security .main .content-container h1,
body.Page.page-Security .main .content-container h1 {
  margin-bottom: 20px;
}
body.ErrorPage.page-Security .main .content-container .content,
body.Page.page-Security .main .content-container .content {
  margin-bottom: 20px;
}
body.ErrorPage.page-Security .main .content-container .btn-toolbar,
body.Page.page-Security .main .content-container .btn-toolbar {
  justify-content: center;
  align-items: center;
}
body.ErrorPage.page-Security .main .content-container .message.warning,
body.Page.page-Security .main .content-container .message.warning {
  display: none;
}
body.ErrorPage.page-Security .main .content-container .message.bad,
body.Page.page-Security .main .content-container .message.bad {
  color: #ff4d54;
}
body.ErrorPage.page-Security .main .content-container form .field,
body.Page.page-Security .main .content-container form .field {
  margin-bottom: 15px;
}
body.ErrorPage.page-Security .main .content-container form .checkbox input,
body.Page.page-Security .main .content-container form .checkbox input {
  vertical-align: middle;
  visibility: hidden;
  cursor: pointer;
}
body.ErrorPage.page-Security .main .content-container form .checkbox label,
body.Page.page-Security .main .content-container form .checkbox label {
  cursor: pointer;
  margin-bottom: unset;
  position: relative;
  padding-left: 5px;
}
body.ErrorPage.page-Security .main .content-container form .checkbox label:before,
body.Page.page-Security .main .content-container form .checkbox label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: -16px;
  top: 0;
  border: 1px solid #01A1FD;
}
body.ErrorPage.page-Security .main .content-container form .checkbox label:after,
body.Page.page-Security .main .content-container form .checkbox label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  left: -14px;
  top: 3px;
  border: 2px solid #01A1FD;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  opacity: 0;
}
body.ErrorPage.page-Security .main .content-container form .checkbox input:checked + label:before,
body.Page.page-Security .main .content-container form .checkbox input:checked + label:before {
  background-color: #01A1FD;
}
body.ErrorPage.page-Security .main .content-container form .checkbox input:checked + label:after,
body.Page.page-Security .main .content-container form .checkbox input:checked + label:after {
  border-color: #fff;
  opacity: 1;
}
body.ErrorPage.page-Security .main .content-container form .text,
body.Page.page-Security .main .content-container form .text {
  padding: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  width: 100%;
}
body.ErrorPage.page-Security .main .content-container form .text:active, body.ErrorPage.page-Security .main .content-container form .text:focus, body.ErrorPage.page-Security .main .content-container form .text:hover,
body.Page.page-Security .main .content-container form .text:active,
body.Page.page-Security .main .content-container form .text:focus,
body.Page.page-Security .main .content-container form .text:hover {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.ErrorPage.page-Security .main .content-container form input.text,
body.Page.page-Security .main .content-container form input.text {
  background-color: #F1F1F1;
  padding: 15px 20px 13px;
  outline-style: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #212721 !important;
  border: none;
}
body.ErrorPage.page-Security .main .content-container form .action,
body.Page.page-Security .main .content-container form .action {
  width: 100%;
  padding: 15px 10px 10px;
  background-color: #01A1FD;
  border: 1px solid #01A1FD;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.ErrorPage.page-Security .main .content-container form .action:hover,
body.Page.page-Security .main .content-container form .action:hover {
  background-color: #01A1FD;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.ErrorPage.page-Security .main .content-container form #ForgotPassword,
body.Page.page-Security .main .content-container form #ForgotPassword {
  display: block;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  body.ErrorPage .main,
  body.Page .main {
    padding: 6.25em 15px;
  }
}

section.search-result-page {
  margin-bottom: 6.25em;
}
section.search-result-page .searchResults article {
  padding-bottom: 3.125em;
  border-bottom: 1px solid #A1ABB0;
  margin-top: 3.125em;
  color: #8D8D8D;
}
section.search-result-page .searchResults article a.readmore {
  color: #009BD6;
  display: block;
}
section.search-result-page #PageNumbers {
  margin-top: 3.125em;
}
section.search-result-page #PageNumbers a {
  color: #009BD6;
}

/*==animation */
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-animated-out {
  z-index: 1;
}

.owl-animated-in {
  z-index: 0;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  position: relative;
}

/*for */
@-webkit-keyframes slideInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.in-view-bottom.slideInUpLongB,
.in-view.slideInUpLongT,
.slideInUpLong.in-view {
  -webkit-animation-name: slideInUpLong;
  animation-name: slideInUpLong;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.in-view-bottom.slideInUpB,
.in-view.slideInUpT,
.slideInUp.in-view {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.in-view-bottom.slideInRightB,
.in-view.slideInRight,
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes scrollSide {
  0% {
    opacity: 0;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}
/* Standard syntax */
@keyframes scrollSide {
  0% {
    opacity: 0;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}
.delay-0-1 {
  animation-delay: 0.1s, 0.1s;
}

.delay-0-2 {
  animation-delay: 0.2s, 0.2s;
}

.delay-0-3 {
  animation-delay: 0.3s, 0.3s;
}

.delay-0-4 {
  animation-delay: 0.4s, 0.4s;
}

.delay-0-5 {
  animation-delay: 0.5s, 0.5s;
}

.delay-0-6 {
  animation-delay: 0.6s, 0.6s;
}

.delay-0-7 {
  animation-delay: 0.7s, 0.7s;
}

.delay-0-8 {
  animation-delay: 0.8s, 0.8s;
}

.delay-0-9 {
  animation-delay: 0.9s, 0.9s;
}

.delay-0-10,
.delay-1,
.delay-1full {
  animation-delay: 1s, 1s;
}

.animation-element:not(.default) {
  opacity: 0;
}

.animation-element.in-view-bottom,
.animation-element.in-view:not(.bottom) {
  opacity: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

section.animation-element > .overlay:before {
  position: absolute;
  content: "";
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
section.animation-element > .overlay.left-out:before {
  right: auto;
  left: 0;
}
section.animation-element.in-view > .overlay:before {
  width: 0;
}

/*==customisable*/
section.padding-top {
  padding-top: 6.25em !important;
}
section.padding-bottom {
  padding-bottom: 6.25em !important;
}
section.margin-top {
  margin-top: 6.25em !important;
}
section.margin-top-half {
  margin-top: 3.125em !important;
}
section.margin-bottom {
  margin-bottom: 6.25em !important;
}

/*==body-content-wrapper*/
div.body-content-wrapper {
  min-height: calc(100vh - 120px - 415px);
}
div.body-content-wrapper.chat-enabled {
  min-height: calc(100vh - 120px - 463px);
}

@media screen and (min-height: 600px) {
  body > .main,
  body.Blog .latest-news,
  body.Gallery .gallery-item {
    min-height: calc(100vh - 313px - 150px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container.container-wide {
    max-width: 1320px;
    padding: 0 15px;
  }
  .container.container-small {
    max-width: 975px;
  }
}
@media screen and (min-width: 1281px) {
  .container {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.padding-top {
    padding-top: 3.125em;
  }
  section.padding-bottom {
    padding-bottom: 3.125em;
  }
  section.margin-top {
    margin-top: 3.125em;
  }
  section.margin-bottom {
    margin-bottom: 3.125em;
  }
  section.bg-gray {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}
@media (min-width: 768px) {
  .col-md-2-5 {
    -ms-flex: 0 0 20.833%;
    flex: 0 0 20.833%;
    max-width: 20.833%;
  }
}
/*==ie*/
body.ie.Home header nav.navbar {
  padding-top: 10px !important;
}
body.ie header nav .top .search-form {
  margin-bottom: 15px;
}
body.ie .newsletter-subscription .btn {
  width: 114px;
}
body.ie section.blog-single .sidebar .content-wrapper .placeholder i,
body.ie section.gallery-item .content-wrapper .placeholder i,
body.ie section.latest-news .content-wrapper .placeholder i {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
body.ie section.blog-single .img-fluid {
  width: 100%;
}
body.ie #popup-video .iframe-wrapper #popup-image,
body.ie #popup-video .iframe-wrapper #popup-video-internal {
  max-width: 50vw;
}

.icon-scroll {
  position: relative;
  width: 18px;
  height: 30px;
  margin: 15px auto;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
}

.icon-scroll:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -2px;
  top: 5px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
/* Standard syntax */
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}
@media screen and (max-width: 768px) {
  .icon-scroll {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
#banner-section.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: none !important;
  overflow: hidden;
}
#banner-section.banner .text-shadow {
  color: #fff;
  text-shadow: 1px 1px 1px #636363;
}

/*#banner-section.banner.initialized {
  max-height: unset;
  -webkit-background-size: 150% 150%;
  background-size: 150% 150%;
  -webkit-transition: background-size 0.1s;
  -moz-transition: background-size 0.1s;
  -ms-transition: background-size 0.1s;
  transition: background-size 0.1s;
}*/
#banner-section.banner.run {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

header.is-hidden {
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
}

header.is-hidden.has-signup {
  -webkit-transform: translateY(-180px);
  -moz-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px);
}

header {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: background 0.25s, transform 0.3s !important;
  -moz-transition: background 0.25s, transform 0.3s !important;
  -ms-transition: background 0.25s, transform 0.3s !important;
  transition: background 0.25s, transform 0.3s !important;
}

/*==projects*/
#Projects {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #ffffff;
}
#Projects.bg-blue h3,
#Projects.bg-blue h5,
#Projects.bg-blue p, #Projects.bg-blue h3,
#Projects.bg-blue h5,
#Projects.bg-blue p {
  color: #fff;
}
#Projects.bg-blue a, #Projects.bg-blue a {
  color: #fff;
}
#Projects .left {
  padding: 80px 0;
}
#Projects .project-content {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 10%;
  overflow: hidden;
}
#Projects .project-content .owl-item {
  display: inline-block;
  vertical-align: top;
}
#Projects .project-content .image-holder {
  position: relative;
}
#Projects .project-content .bg-holder {
  border-radius: 20px;
  max-width: 355px;
  max-height: 200px;
  width: 100%;
  margin-bottom: 20px;
  height: 220px;
  position: relative;
}
#Projects .project-content .description {
  margin-top: 35px;
  margin-bottom: 35px;
  color: white;
}
#Projects .project-content .description h1 {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}
#Projects .project-content .description h2,
#Projects .project-content .description h3,
#Projects .project-content .description h4,
#Projects .project-content .description h5,
#Projects .project-content .description h6 {
  color: #FFFFFF;
  font-family: "Butler";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
}
#Projects .project-content .description p {
  margin-bottom: 15px;
  color: white;
}
#Projects .project-content .description p:last-child {
  margin-bottom: 0;
}
#Projects .project-content .description a,
#Projects .project-content .description span {
  color: white;
}
#Projects > .col-6.right {
  position: relative;
}
#Projects > .col-6.right #map2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Projects #lakeside_location {
  position: absolute;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
}
#Projects #lakeside_location:hover {
  cursor: pointer;
}
#Projects #lakeside_location .active_image {
  display: none;
}
#Projects #lakeside_location.active .active_image {
  display: block;
}
#Projects #lakeside_location.active .default_image {
  display: none;
}
#Projects .controls .arrows > div {
  margin-right: 40px;
  display: inline-block !important;
  width: 49px;
  height: 20px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#Projects .owl-nav.disabled {
  display: none;
}
#Projects .wrap-half {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 80%;
  padding: 6.25em 15px;
  margin: 0 0 0 auto;
}
#Projects .bg-holder,
#Projects .bg-holder-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #Projects {
    display: block;
  }
  #Projects #lakeside_location {
    display: none;
  }
  #Projects .project-content {
    margin-right: 0;
  }
  #Projects .col-6,
  #Projects .col-6 .wrap-half,
  #Projects .wrap-half {
    float: unset;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #Projects .col-6 .wrap-half {
    margin: 0 auto;
  }
  #Projects .project-content {
    margin-right: 0;
  }
}

/*==loading*/
@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
#loading span {
  margin-right: 2px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
}
#loading span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
}
#loading span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
}

.right-content {
  position: relative;
}

.general-banner-pattern {
  position: absolute;
  left: 0;
  bottom: 0;
}
.general-banner-pattern img {
  width: auto;
}

.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}

.information-center {
  overflow: hidden;
  position: relative;
}
.information-center .bottom-pattern {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.information-center .bottom-pattern img {
  position: absolute;
  bottom: -175px;
  left: 0;
  min-width: 2560px;
}
.information-center .size-1 {
  font-size: 50px;
  line-height: 50px;
}

.About .content > h2 {
  text-transform: none;
}

.page-for-sale .body-content-wrapper .newsletter-subscription,
.page-home .body-content-wrapper .newsletter-subscription {
  background: #01A1FD !important;
}
.page-for-sale .body-content-wrapper .newsletter-subscription .content,
.page-for-sale .body-content-wrapper .newsletter-subscription h3,
.page-home .body-content-wrapper .newsletter-subscription .content,
.page-home .body-content-wrapper .newsletter-subscription h3 {
  color: white;
}

.header nav .dropdown-menu .faq {
  text-transform: none;
}

.map-section .pt-1 {
  font-size: 20px;
}

input,
select,
textarea,
.custom-dropdown-subs {
  border-radius: 5px;
}

.intro h2,
.intro h3,
.intro h4,
.intro h5,
.intro h6 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Butler";
  line-height: 39px;
  color: #212121;
  margin-bottom: 20px;
}
.intro h2 span,
.intro h3 span,
.intro h4 span,
.intro h5 span,
.intro h6 span {
  font-size: 30px;
  font-weight: 600;
  font-family: "Butler";
  line-height: 39px;
  color: #212121;
}
.intro .content p {
  margin-bottom: 50px;
}
.intro .content p:last-of-type {
  margin-bottom: 0;
}
.intro .content p:last-of-type img {
  margin-bottom: 0;
}
.intro .content img {
  width: 100% !important;
  height: auto !important;
  max-height: 600px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 50px;
}
.intro .content ul {
  margin-bottom: 0;
}

.page-home section.banner {
  min-height: 280px;
}
.page-home section.banner.has-carousel {
  min-height: 720px;
}
.page-home .follow-on-facebook {
  background: #01A1FD !important;
}
.page-home .follow-on-facebook a {
  color: white;
}
.page-home .follow-on-facebook .fab {
  background: white;
  color: #01A1FD;
}
.page-home .intro .size-1 {
  font-size: 2.75em;
  font-weight: 800 !important;
  font-family: "Butler";
  line-height: 50px;
  text-transform: unset;
  color: #01A1FD;
}
.page-home .intro .content p {
  margin-bottom: 20px;
}
.page-home .two-block-toggle .contact-info {
  margin-top: 30px;
}
.page-home .two-block-toggle .contact-details {
  display: block;
  color: #8D8D8D;
}
.page-home .two-block-toggle .contact-details i {
  color: #FFCD00;
  margin-right: 10px;
}
.page-home .two-block-toggle a {
  text-decoration: none;
  margin-top: 10px;
}
.page-home .two-block-toggle .row {
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .page-home .two-block-toggle .col-md-6 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    margin-left: 0;
  }
  .page-home .two-block-toggle .col-md-5 {
    margin-left: 8.33333333%;
  }
  .page-home .two-block-toggle .image-holder {
    min-height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .page-home .two-block-toggle .size-1 {
    margin-top: 25px;
  }
  .page-home section.custom-banner {
    height: auto;
    min-height: unset;
  }
}

.page-te-kauwhata section .pattern-image {
  top: 0;
}
.page-te-kauwhata section .pattern-image img {
  min-height: 150px;
}
.page-te-kauwhata .intro .size-1,
.page-te-kauwhata .latest-news .size-1 {
  color: #212121;
}

.page-about .intro .content .bird-image {
  object-fit: contain;
  background: #3785C3;
}

.page-lakeside .two-block-toggle .size-1,
.page-lakeside .two-block-toggle .content,
.page-lakeside .two-block-toggle p, .page-visit .two-block-toggle .size-1,
.page-visit .two-block-toggle .content,
.page-visit .two-block-toggle p, .page-design-guidelines .two-block-toggle .size-1,
.page-design-guidelines .two-block-toggle .content,
.page-design-guidelines .two-block-toggle p {
  color: #fff;
}
.page-lakeside .two-block-toggle .content-wrapper, .page-visit .two-block-toggle .content-wrapper, .page-design-guidelines .two-block-toggle .content-wrapper {
  padding: 50px;
}
.page-lakeside .two-block-toggle .size-1, .page-visit .two-block-toggle .size-1, .page-design-guidelines .two-block-toggle .size-1 {
  font-size: 30px;
  line-height: 1.24;
  margin-bottom: 20px;
}
.page-lakeside .two-block-toggle a.more, .page-visit .two-block-toggle a.more, .page-design-guidelines .two-block-toggle a.more {
  margin-top: 30px;
}
.page-lakeside .two-block-toggle .align-items-center, .page-visit .two-block-toggle .align-items-center, .page-design-guidelines .two-block-toggle .align-items-center {
  background: #01A1FD;
}
.page-lakeside .two-block-toggle .row, .page-visit .two-block-toggle .row, .page-design-guidelines .two-block-toggle .row {
  justify-content: center;
  margin-bottom: 100px;
}
.page-lakeside .two-block-toggle .row:last-child, .page-visit .two-block-toggle .row:last-child, .page-design-guidelines .two-block-toggle .row:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-lakeside .two-block-toggle .col-md-6, .page-visit .two-block-toggle .col-md-6, .page-design-guidelines .two-block-toggle .col-md-6 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    margin: 0;
  }
  .page-lakeside .two-block-toggle .col-md-5, .page-visit .two-block-toggle .col-md-5, .page-design-guidelines .two-block-toggle .col-md-5 {
    margin: 0;
  }
  .page-lakeside .two-block-toggle .row:nth-child(odd) .col-md-6 .image-holder, .page-visit .two-block-toggle .row:nth-child(odd) .col-md-6 .image-holder, .page-design-guidelines .two-block-toggle .row:nth-child(odd) .col-md-6 .image-holder {
    border-radius: 20px 0 0 20px;
  }
  .page-lakeside .two-block-toggle .row:nth-child(even) .col-md-6, .page-visit .two-block-toggle .row:nth-child(even) .col-md-6, .page-design-guidelines .two-block-toggle .row:nth-child(even) .col-md-6 {
    order: 2;
  }
  .page-lakeside .two-block-toggle .row:nth-child(even) .col-md-6 .image-holder, .page-visit .two-block-toggle .row:nth-child(even) .col-md-6 .image-holder, .page-design-guidelines .two-block-toggle .row:nth-child(even) .col-md-6 .image-holder {
    border-radius: 0 20px 20px 0;
  }
  .page-lakeside .two-block-toggle .row:nth-child(even) .col-md-5, .page-visit .two-block-toggle .row:nth-child(even) .col-md-5, .page-design-guidelines .two-block-toggle .row:nth-child(even) .col-md-5 {
    order: 1;
  }
  .page-lakeside .two-block-toggle .row:nth-child(odd) .col-md-5:first-child .image-holder, .page-visit .two-block-toggle .row:nth-child(odd) .col-md-5:first-child .image-holder, .page-design-guidelines .two-block-toggle .row:nth-child(odd) .col-md-5:first-child .image-holder {
    border-radius: 20px 0 0 20px;
  }
  .page-lakeside .two-block-toggle .row:nth-child(odd) .col-md-5:last-child, .page-visit .two-block-toggle .row:nth-child(odd) .col-md-5:last-child, .page-design-guidelines .two-block-toggle .row:nth-child(odd) .col-md-5:last-child {
    border-radius: 0 20px 20px 0;
  }
  .page-lakeside .two-block-toggle .row:nth-child(even) .col-md-5:first-child .image-holder, .page-visit .two-block-toggle .row:nth-child(even) .col-md-5:first-child .image-holder, .page-design-guidelines .two-block-toggle .row:nth-child(even) .col-md-5:first-child .image-holder {
    border-radius: 0 20px 20px 0;
  }
  .page-lakeside .two-block-toggle .row:nth-child(even) .col-md-5:last-child, .page-visit .two-block-toggle .row:nth-child(even) .col-md-5:last-child, .page-design-guidelines .two-block-toggle .row:nth-child(even) .col-md-5:last-child {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-lakeside .two-block-toggle .row .col-md-6 .image-holder, .page-visit .two-block-toggle .row .col-md-6 .image-holder, .page-design-guidelines .two-block-toggle .row .col-md-6 .image-holder {
    border-radius: 20px 20px 0 0;
  }
  .page-lakeside .two-block-toggle .row .col-md-5, .page-visit .two-block-toggle .row .col-md-5, .page-design-guidelines .two-block-toggle .row .col-md-5 {
    border-radius: 0 0 20px 20px;
  }
  .page-lakeside .two-block-toggle .row .col-md-5 .btn, .page-visit .two-block-toggle .row .col-md-5 .btn, .page-design-guidelines .two-block-toggle .row .col-md-5 .btn {
    margin-bottom: 30px;
  }
}
.page-lakeside .latest-news .size-1, .page-visit .latest-news .size-1, .page-design-guidelines .latest-news .size-1 {
  color: #212121;
}
@media screen and (max-width: 1235px) {
  .page-lakeside section.banner.about-detail-banner .bg-blue, .page-visit section.banner.about-detail-banner .bg-blue, .page-design-guidelines section.banner.about-detail-banner .bg-blue {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-lakeside section.banner.about-detail-banner .bg-blue .content, .page-visit section.banner.about-detail-banner .bg-blue .content, .page-design-guidelines section.banner.about-detail-banner .bg-blue .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-lakeside section.banner.about-detail-banner .bg-blue, .page-visit section.banner.about-detail-banner .bg-blue, .page-design-guidelines section.banner.about-detail-banner .bg-blue {
    padding: 60px 15px;
    padding-bottom: 85px;
  }
  .page-lakeside section.banner.about-detail-banner .bg-blue .content, .page-visit section.banner.about-detail-banner .bg-blue .content, .page-design-guidelines section.banner.about-detail-banner .bg-blue .content {
    font-size: 20px;
  }
}

.page-who-we-are .two-block-toggle .col-md-5 {
  padding: 3.125em 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page-who-we-are .two-block-toggle.bg-white .row {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .page-who-we-are .two-block-toggle .col-md-5 {
    padding: 0;
  }
}
.page-who-we-are .two-block-toggle.bg-gray .row:first-child {
  display: none;
}
.page-who-we-are .two-block-toggle.bg-gray .align-items-center {
  background: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .page-who-we-are #banner-section {
    padding-bottom: 0;
  }
  .page-who-we-are .two-block-toggle {
    padding: 75px 0;
  }
}

.page-for-sale .banner .col-md-5.bg-blue {
  background-color: #FFCD00;
}
.page-for-sale section.banner.about-detail-banner .content,
.page-for-sale section.banner.about-detail-banner h2 {
  color: #212121;
}
.page-for-sale section.custom-banner {
  padding-bottom: 100px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-for-sale section.custom-banner {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .page-types-of-homes .two-block-small .block-repeat .placeholder {
    border-radius: 20px 20px 0 0;
  }
}

section {
  position: relative;
  overflow: hidden;
}
section .pattern-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
section .pattern-image img {
  min-height: 250px;
  height: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.home-for-sale .pattern-image {
  right: unset;
}

.page-news .latest-news {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .page-news .latest-news {
    padding-top: 50px;
  }
}

.About .size-1 {
  color: #212121;
}

.Customisable .size-1 {
  color: #212121;
  line-height: 50px;
}

.Blog .size-1,
.BlogItem .size-1,
.Contact .size-1 {
  color: #212121;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .About #banner-section,
  .Customisable #banner-section,
  .Contact #banner-section {
    padding-bottom: 0;
  }
}
.About .contact-info,
.Customisable .contact-info,
.Contact .contact-info {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-faqs #banner-section {
    padding-bottom: 50px;
  }
}

.newsletter-subscription,
.inner-form-container {
  overflow: visible;
  z-index: 10;
}

section.four-block .heading-container {
  margin-bottom: 3.125em;
}
section.four-block .heading-container .size-1 {
  margin-bottom: -10px;
  text-align: center;
}
section.four-block .col-12 {
  margin-bottom: 30px;
}
section.four-block .content {
  background-color: #F1F1F1;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
  border-radius: 0 0 20px 20px;
  min-height: 480px;
}
section.four-block .content h4,
section.four-block .content h5,
section.four-block .content p {
  color: #fff;
}
section.four-block .content .inner-content {
  color: #8D8D8D;
  margin-bottom: 30px;
}
section.four-block .content .btn {
  max-width: 110px;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
section.four-block.bg-gray .content {
  background-color: #FFFFFF;
}
section.four-block.bg-gray .content h4,
section.four-block.bg-gray .content h5 {
  color: #212121;
}
section.four-block.bg-gray .content p {
  color: #8D8D8D;
}
section.four-block.bg-gray .content .inner-content {
  color: #8D8D8D;
}
section.four-block .placeholder {
  margin-top: 0;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}
section.four-block .placeholder img {
  width: 100%;
  height: 150px;
  background-color: #F1F1F1;
  object-fit: cover;
}
section.four-block.secondary-layout {
  background: #fff !important;
}
section.four-block.secondary-layout .content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: auto;
  padding-left: 0 !important;
}
section.four-block.secondary-layout .content .btn {
  position: relative;
  margin-top: 15px;
}
section.four-block.secondary-layout .placeholder {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  padding: 0 100px 0 0 !important;
}
section.four-block.secondary-layout .placeholder img {
  width: auto;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  background: transparent;
}
@media screen and (max-width: 576px) {
  section.four-block .content {
    min-height: unset;
    height: auto;
  }
  section.four-block .content .btn {
    position: relative;
    bottom: 0;
  }
}

.logo-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .logo-container {
    width: 100%;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

section.custom-banner {
  padding: 0;
  min-height: auto;
  max-height: unset;
}
section.custom-banner img {
  width: 100%;
}

.Customisable .pattern-image img {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.Customisable .form-block h3 {
  color: white;
  text-align: center;
}
.Customisable .form-block div {
  width: 100%;
}
.Customisable .form-block form {
  margin-top: 30px;
}
.Customisable .form-block form div {
  position: relative;
  display: flex;
  width: 100%;
}
.Customisable .form-block form .material-icons {
  position: absolute;
  left: 16px;
  top: 17px;
  color: #8D8D8D;
  font-size: 16px;
}
.Customisable .form-block input {
  background-color: white;
  width: 99%;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 18px 10px 13px 50px;
}
.Customisable .form-block input:focus ~ label {
  font-size: 10px;
  top: 6px;
}
.Customisable .form-block input:focus-visible {
  outline: none;
  border: none;
}
.Customisable .form-block label {
  position: absolute;
  pointer-events: none;
  left: 50px;
  top: 19px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #8D8D8D;
}
.Customisable .form-block fieldset {
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.Customisable .form-block fieldset div {
  display: flex;
  align-items: center;
}
.Customisable .form-block fieldset div input {
  width: auto;
}
.Customisable .form-block fieldset div input:focus ~ label {
  font-size: inherit;
  top: 0;
}
.Customisable .form-block fieldset div label {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  color: white;
  margin-left: 10px;
  margin-top: 5px;
}
.Customisable .form-block button {
  background-color: #FFCD00 !important;
  border: 1px solid #FFCD00 !important;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100px;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  padding-top: 5px;
  align-items: center;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .Customisable form div {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .Customisable fieldset {
    margin-top: 10px;
  }
}

.popup-content {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}
.popup-content.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.25s ease;
}
.popup-content .popup-info {
  max-width: 1170px;
  width: 100%;
  position: relative;
  background-color: white;
  padding: 80px 65px;
  border-radius: 20px;
}
.popup-content .popup-info .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup-content .popup-info .close-button .material-icons {
  font-size: 35px;
}
.popup-content .popup-info p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .popup-content .popup-info {
    padding: 65px 30px;
  }
  .popup-content .information {
    max-height: 475px;
    overflow-y: scroll;
  }
}

/*toggle block style overwrite*/
.two-block-toggle.enable-child-layout .size-1,
.two-block-toggle.enable-child-layout .content,
.two-block-toggle.enable-child-layout p {
  color: #fff;
}
.two-block-toggle.enable-child-layout .content-wrapper {
  padding: 50px;
}
.two-block-toggle.enable-child-layout .size-1 {
  font-size: 30px;
  line-height: 1.24;
  margin-bottom: 20px;
}
.two-block-toggle.enable-child-layout a.more {
  margin-top: 30px;
}
.two-block-toggle.enable-child-layout .align-items-center {
  background: #01A1FD;
}
.two-block-toggle.enable-child-layout .row {
  justify-content: center;
  margin-bottom: 100px;
}
.two-block-toggle.enable-child-layout .row:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .two-block-toggle.enable-child-layout .col-md-6 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    margin: 0;
  }
  .two-block-toggle.enable-child-layout .col-md-5 {
    margin: 0;
  }
  .two-block-toggle.enable-child-layout .row:nth-child(odd) .col-md-6 .image-holder {
    border-radius: 20px 0 0 20px;
  }
  .two-block-toggle.enable-child-layout .row:nth-child(even) .col-md-6 {
    order: 2;
  }
  .two-block-toggle.enable-child-layout .row:nth-child(even) .col-md-6 .image-holder {
    border-radius: 0 20px 20px 0;
  }
  .two-block-toggle.enable-child-layout .row:nth-child(even) .col-md-5 {
    order: 1;
  }
  .two-block-toggle.enable-child-layout .row:nth-child(odd) .col-md-5:first-child .image-holder {
    border-radius: 20px 0 0 20px;
  }
  .two-block-toggle.enable-child-layout .row:nth-child(odd) .col-md-5:last-child {
    border-radius: 0 20px 20px 0;
  }
  .two-block-toggle.enable-child-layout .row:nth-child(even) .col-md-5:first-child .image-holder {
    border-radius: 0 20px 20px 0;
  }
  .two-block-toggle.enable-child-layout .row:nth-child(even) .col-md-5:last-child {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .two-block-toggle.enable-child-layout .row .col-md-6 .image-holder {
    border-radius: 20px 20px 0 0;
  }
  .two-block-toggle.enable-child-layout .row .col-md-5 {
    border-radius: 0 0 20px 20px;
  }
  .two-block-toggle.enable-child-layout .row .col-md-5 .btn {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
