/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/* Theme Description
-------------------------------------------------

	  Theme Name: Savana
	  Author: Amplitudo llc
	  Support: Amplitudo Support Team - Mitrović Brothers
	  Description:
	  Version: 1.0

-------------------------------------------------
*/
/*
-------------------------------------------------
	  Default: Fonts
-------------------------------------------------
*/
@font-face {
  font-family: "NotoSerifDisplay-Bold";
  src: url("/fonts/NotoSerifDisplay-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "NotoSerifDisplay-BoldItalic";
  src: url("/fonts/NotoSerifDisplay-BoldItalic.ttf") format("opentype");
}
@font-face {
  font-family: "NotoSerifDisplay-ExtraBold";
  src: url("/fonts/NotoSerifDisplay-ExtraBold.ttf") format("opentype");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("/fonts/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("/fonts/Gilroy-Light.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("/fonts/Gilroy-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("/fonts/Gilroy-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("/fonts/Gilroy-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy-Extrabold";
  src: url("/fonts/Gilroy-Extrabold.otf") format("opentype");
}
@font-face {
  font-family: "test";
  src: url("/fonts/test.ttf") format("opentype");
}
/*
-------------------------------------------------
	  Default: Variables
-------------------------------------------------
*/
/*
-------------------------------------------------
	  Default: Mixins
-------------------------------------------------
*/
/*
-------------------------------------------------
	  Default: Globals
-------------------------------------------------
*/
html {
  width: 100vw;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  margin-top: 70px !important;
}
body.fixed {
  overflow: hidden;
}
body .col-md-12 {
  padding: 0 9px;
}

ul {
  list-style: none;
  margin: 0 !important;
}

.disabled {
  pointer-events: none;
}

.section-title-wrapp {
  text-align: center;
}
.section-title-wrapp h1 {
  color: #004067;
  font-size: 4rem;
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  text-transform: uppercase;
}
.section-title-wrapp h4 {
  font-family: "NotoSerifDisplay-BoldItalic", sans-serif;
  font-size: 1.75rem;
  color: #6B8798;
}
.section-title-wrapp img {
  margin: 40px 0;
}
.section-title-wrapp p {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 575px) {
  .section-title-wrapp h1 {
    font-size: 2.4rem;
  }
  .section-title-wrapp h4 {
    font-size: 1.5rem;
  }
  .section-title-wrapp p {
    max-width: 85%;
  }
}

@media (min-width: 1450px) {
  .container.wider {
    max-width: 1320px;
  }
}
@media (min-width: 1699px) {
  .container.wider {
    max-width: 1620px;
  }
}
@media (max-width: 1699px) {
  .container.wider {
    max-width: 98%;
  }
}

h2 {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*
-------------------------------------------------
	  Default: Typography
-------------------------------------------------
*/
p {
  color: #004067;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 25px !important;
}

/*
-------------------------------------------------
	  Components: Navbar
-------------------------------------------------
*/
#navbar {
  height: 107px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 100;
  box-shadow: 0px 3px 12px #00000029;
}
#navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #fff;
}
#navbar .navbar-menu ul {
  display: flex;
  padding: 0;
}
#navbar .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#navbar .nav-item:not(:first-child) {
  margin-left: 30px;
}
#navbar .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  height: 3px;
  background: #004067;
  transition: 0.4s;
}
#navbar .nav-item:hover:not(:last-child)::after, #navbar .nav-item.active:not(:last-child)::after {
  width: 100%;
}
#navbar .nav-item.submenu-parent:hover > .item-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%) translateX(-50%);
}
#navbar .nav-item {
  height: 100%;
}
#navbar .nav-link {
  font-family: "Gotham-Medium", sans-serif;
  text-transform: uppercase;
  color: #004067;
  font-size: 0.875rem;
  padding: 0;
  height: 107px;
  line-height: 107px;
}
#navbar .navbar-menu ul.item-submenu {
  position: absolute;
  top: 107px;
  left: 50%;
  background: #fff;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: -10;
  transform: translateY(-100%) translateX(-50%);
  box-shadow: 0px 3px 12px #00000029;
}
#navbar .navbar-menu ul.item-submenu .nav-item {
  margin: auto;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
#navbar .navbar-menu ul.item-submenu .nav-item a {
  padding: 15px 20px;
  height: auto !important;
  line-height: 1.5 !important;
  transition: 0.3s;
}
#navbar .navbar-menu ul.item-submenu .nav-item::after {
  display: none;
}
#navbar .navbar-menu ul.item-submenu .nav-item:hover, #navbar .navbar-menu ul.item-submenu .nav-item.active {
  background: #004067;
}
#navbar .navbar-menu ul.item-submenu .nav-item:hover a, #navbar .navbar-menu ul.item-submenu .nav-item.active a {
  color: #fff;
}
@media (max-width: 991px) {
  #navbar {
    overflow-y: scroll;
    height: 73px;
  }
  #navbar.opened {
    padding-bottom: 60px;
  }
  #navbar .navbar-brand img {
    width: 130px;
  }
  #navbar .navbar-menu {
    display: none;
    width: 100%;
    margin-top: 20px;
  }
  #navbar .navbar-menu ul {
    flex-direction: column;
    margin: auto;
    text-align: center;
    width: 100%;
  }
  #navbar .container {
    flex-wrap: wrap;
    align-items: initial;
    height: auto;
    margin-top: 10px;
  }
  #navbar .nav-item {
    display: block;
    margin: 20px auto !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #navbar .nav-item::after {
    display: none;
  }
  #navbar .nav-item .item-submenu .nav-item.active {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
  }
  #navbar .nav-item.active .nav-link.parent {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
  }
  #navbar .nav-item.active .nav-link.single {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
  }
  #navbar .nav-item .nav-link {
    font-size: 1.2rem;
    height: auto;
    line-height: 1.5rem;
  }
  #navbar.opened {
    height: 100vh;
  }
  #navbar.opened .navbar-menu {
    display: flex;
  }
  #navbar .navbar-menu ul.item-submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0;
    transform: translateY(0) translateX(-50%);
    box-shadow: none;
    margin-top: 20px !important;
  }
  #navbar .navbar-menu ul.item-submenu .nav-item {
    margin: 10px 0 !important;
  }
  #navbar .navbar-menu ul.item-submenu .nav-item a {
    font-size: 0.9rem;
    padding: 0;
    text-transform: inherit;
  }
  #navbar .navbar-menu ul.item-submenu .nav-item:hover, #navbar .navbar-menu ul.item-submenu .nav-item.active {
    background: #fff;
  }
  #navbar .navbar-menu ul.item-submenu .nav-item:hover a, #navbar .navbar-menu ul.item-submenu .nav-item.active a {
    color: #004067;
  }
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.instructions {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding-top: 8em;
}

/*
-------------------------------------------------
	  Components: Toggle
-------------------------------------------------
*/
#hamburgerMenu {
  cursor: pointer;
  position: relative;
  top: 5px;
  display: none;
}
#hamburgerMenu .line {
  width: 40px;
  height: 4px;
  background: #004067;
  border-radius: 10px;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
#hamburgerMenu .line:nth-child(2) {
  width: 30px;
  margin-right: 0;
}
#hamburgerMenu.is-active .line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
#hamburgerMenu.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburgerMenu.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
@media (max-width: 991px) {
  #hamburgerMenu {
    display: block;
  }
}

/*
-------------------------------------------------
	  Components: Language select
-------------------------------------------------
*/
#langSelect {
  padding: 0 20px;
  height: 40px;
  cursor: pointer;
}
#langSelect::before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#langSelect::after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#langSelect .lang-dropdown {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  display: none !important;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.1);
  transition: height 0.4s;
}
#langSelect .lang-dropdown a {
  display: block;
  width: 100%;
  color: #004067;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  transition: 0.4s;
}
#langSelect .lang-dropdown a:hover {
  background: #004067;
  color: #fff;
  opacity: 0.8;
}
#langSelect .lang-dropdown li.active a {
  background: #004067;
  color: #fff;
}
#langSelect .lang-dropdown li.active:hover a {
  opacity: 1;
}
#langSelect:hover .lang-dropdown {
  display: flex !important;
}
@media (max-width: 991px) {
  #langSelect::after, #langSelect::before {
    display: none !important;
  }
  #langSelect .current-lang {
    display: none;
  }
  #langSelect .lang-dropdown {
    position: absolute;
    top: 0;
    display: flex !important;
    flex-direction: row !important;
    box-shadow: none;
  }
  #langSelect .lang-dropdown li {
    margin: 0 5px;
  }
  #langSelect .lang-dropdown li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
  }
  #langSelect .lang-dropdown li.active a {
    color: #fff;
    background: #004067;
  }
}

/*
-------------------------------------------------
	  Components: Fullscreen slider
-------------------------------------------------
*/
.swiper-container {
  width: 100%;
  height: calc(100vh - 70px);
}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
}

.slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}

.swiper-lazy-preloader {
  z-index: 1000;
}

.swiper-slide {
  background: #DDD;
}

#fullScreenSlider #slideLink {
  position: absolute;
  width: 100%;
  height: 90%;
  z-index: 101;
}
#fullScreenSlider #propertyManagmentTitle {
  z-index: 1100;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
}
#fullScreenSlider #propertyManagmentTitle .logo {
  max-width: 263.078px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#fullScreenSlider #propertyManagmentTitle h2 {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  display: inline;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  min-width: 991px;
  max-width: 1200px;
  overflow-wrap: anywhere;
  margin: auto;
}
#fullScreenSlider .slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#fullScreenSlider .slide-image a {
  position: absolute;
  width: 100%;
  height: 100%;
}
#fullScreenSlider video {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
}
#fullScreenSlider .disable-swipe {
  transform: translate3d(0px, 0, 0) !important;
}
#fullScreenSlider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
#fullScreenSlider .slide .container, #fullScreenSlider .slide .row, #fullScreenSlider .slide .col-md-12 {
  height: 100%;
}
#fullScreenSlider .slide .col-md-12 {
  position: relative;
}
#fullScreenSlider .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000054;
}
#fullScreenSlider .slide-title {
  z-index: 100;
  position: relative;
  top: 40%;
  transform: translateY(-40%);
}
#fullScreenSlider .slide-title h2 {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 4rem;
  color: #fff;
  font-weight: normal;
  max-width: 1200px;
  margin: auto;
}
#fullScreenSlider .slide-title h2 span {
  font-family: "NotoSerifDisplay-BoldItalic", sans-serif;
}
#fullScreenSlider .logo {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
#fullScreenSlider .slider-meta {
  position: absolute;
  bottom: 70px;
  left: 0;
  color: #fff;
  z-index: 1;
  font-family: "Gilroy-Light", sans-serif;
  width: 80%;
  text-align: left;
}
#fullScreenSlider .slider-footer {
  position: relative;
  bottom: 70px;
}
#fullScreenSlider .slideshow-navigation {
  position: relative;
  bottom: 30px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
#fullScreenSlider .slideshow-navigation-button {
  background: transparent;
  outline: none;
  box-shadow: none;
  height: 40px;
  width: 40px;
  border: solid 1px #fff;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#fullScreenSlider .slideshow-navigation-button:hover {
  background: #004067;
}
#fullScreenSlider .slideshow-navigation-button.prev {
  left: 0;
  border-right: 0;
}
#fullScreenSlider .slideshow-navigation-button.next {
  right: 0;
}
@media (max-width: 1440px) {
  #fullScreenSlider .logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #fullScreenSlider .logo {
    width: 200px;
  }
  #fullScreenSlider .slide-title h2 {
    font-size: 3rem;
    width: 80%;
    margin: auto;
  }
  #fullScreenSlider #propertyManagmentTitle h2 {
    font-size: 3rem;
    width: 80%;
    margin: auto;
    min-width: 575px;
  }
}
@media (max-width: 575px) {
  #fullScreenSlider .slider-footer {
    bottom: 30px;
  }
  #fullScreenSlider .slideshow-navigation {
    right: 50%;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    justify-content: center;
  }
  #fullScreenSlider .slider-meta {
    display: none;
  }
  #fullScreenSlider .logo {
    width: 120px;
  }
  #fullScreenSlider .slide-title h2 {
    width: 100%;
  }
  #fullScreenSlider #propertyManagmentTitle h2 {
    width: 100%;
    min-width: 320px;
  }
}
#fullScreenSlider.no-homepage h2 {
  text-transform: uppercase;
}
#fullScreenSlider.no-homepage h5 {
  font-family: "NotoSerifDisplay-BoldItalic", sans-serif;
  color: #fff;
  font-size: 1.75rem;
  margin: 10px 0 35px 0;
}
#fullScreenSlider.no-homepage .logo {
  width: 85px;
  margin-bottom: 0;
}
#fullScreenSlider.no-homepage .slide-title {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 400px) {
  #fullScreenSlider.no-homepage h5 {
    font-size: 1.25rem;
  }
  #fullScreenSlider.no-homepage h2 {
    font-size: 12vw;
  }
}

/*
-------------------------------------------------
	  Components: Buttons
-------------------------------------------------
*/
.btn {
  display: inline-block;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  background: transparent;
  -webkit-appearance: none;
  color: #004067 !important;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 !important;
  opacity: 0.6;
  position: relative;
  transition: all 0.4s;
}
.btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  bottom: 0;
  background: #004067;
  opacity: 0.6;
  transition: all 0.4s;
}
.btn:hover {
  opacity: 1;
}
.btn:hover::after {
  opacity: 1;
  width: 100%;
}
.btn.white {
  color: #fff !important;
}
.btn.white::after {
  background: #fff;
}
.btn.form-btn {
  background: #004067;
  font-family: "Gilroy-Medium", sans-serif;
  color: #fff !important;
  font-size: 0.875rem;
  text-transform: none;
  opacity: 1;
  border-radius: 0;
  width: 93px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0 auto;
}
.btn.form-btn:hover {
  opacity: 0.6;
}

/*
-------------------------------------------------
	  Components: Footer
-------------------------------------------------
*/
#footer {
  overflow: hidden;
  padding-bottom: 95px;
}
#footer .social-sm {
  display: none;
}
#footer .contact-wrapp {
  margin-left: 100px;
}
#footer ul {
  padding: 0;
}
#footer .contact-list {
  width: 230px;
}
#footer .contact-list li {
  display: flex;
  align-items: flex-start;
}
#footer .contact-list li.mb-20 {
  margin-bottom: 20px;
}
#footer .contact-list li img {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#footer h5 {
  font-family: "NotoSerifDisplay-ExtraBold", sans-serif;
  color: #004067;
  font-size: 1.5rem;
  margin-bottom: 27px;
}
#footer a {
  font-family: "Gilroy-Regular", sans-serif;
  color: #004067;
  font-size: 1.25rem;
  text-decoration: none;
}
#footer .footer-logo {
  width: 100%;
  margin-bottom: 50px;
}
#footer .social {
  display: flex;
  align-items: center;
}
#footer .social li a :hover {
  transform: scale(1.1);
}
#footer .social li:not(:first-child) {
  margin-right: 7px;
}
#footer .social li:first-child {
  font-family: "Gilroy-Extrabold", sans-serif;
  color: #004067;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 15px;
}
#footer .inactiveLinks {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 1440px) {
  #footer {
    padding-bottom: 60px;
  }
  #footer .contact-wrapp {
    margin-left: 50px;
  }
  #footer h5 {
    font-size: 1.2rem;
  }
  #footer a {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  #footer .col-md-6:nth-child(1) {
    margin-bottom: 60px;
  }
  #footer .col-md-6:nth-child(2) {
    margin-bottom: 60px;
  }
  #footer .footer-logo {
    width: 300px;
  }
}
@media (max-width: 768px) {
  #footer .footer-logo {
    width: 225px;
  }
}
@media (max-width: 575px) {
  #footer {
    padding-bottom: 0;
  }
  #footer .social {
    display: none;
  }
  #footer .col-md-6 {
    display: flex;
    justify-content: center;
  }
  #footer .col-md-6:not(:last-child) {
    margin-bottom: 40px;
  }
  #footer .contact-wrapp {
    margin-left: 0;
  }
  #footer .footer-logo {
    width: 250px;
    margin-bottom: 0;
  }
  #footer .social-sm {
    margin-top: 40px;
    display: block;
    background: #004067;
    padding: 27px 0;
  }
  #footer .social-sm li {
    color: #fff !important;
  }
  #footer .social-sm li:not(:first-child) {
    margin-right: 18px;
  }
  #footer .social-sm .social {
    display: flex;
    justify-content: center;
  }
}

/*
-------------------------------------------------
	  Components: Slick slider
-------------------------------------------------
*/
.custom-slider-nav {
  display: flex;
}
.custom-slider-nav .carousel-nav {
  height: 40px;
  width: 40px;
  border: solid 1px #fff;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.custom-slider-nav .carousel-nav:hover {
  background: #fff !important;
}
.custom-slider-nav .carousel-nav:hover svg path {
  stroke: #004067;
}
.custom-slider-nav .carousel-nav.prev {
  left: 0;
  border-right: 0;
}
.custom-slider-nav .carousel-nav.next {
  right: 0;
}

/*
-------------------------------------------------
	  Components: Hero Text Image
-------------------------------------------------
*/
.hero-text-image {
  margin: 180px 0 180px 0;
}
.hero-text-image .hero-content {
  width: 100%;
  height: 450px;
  background: #004067;
  padding: 0 90px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-text-image .content-col {
  width: 47%;
}
.hero-text-image h1 {
  color: #fff;
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 4rem;
  margin-top: 10px;
}
.hero-text-image p {
  color: #fff;
}
.hero-text-image p:last-child {
  margin-bottom: 0 !important;
}
.hero-text-image .hero-cover {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 500px;
  width: 45%;
}
.hero-text-image .hero-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-text-image.left .content-col {
  margin-left: auto;
  text-align: right;
}
.hero-text-image.left .hero-cover {
  left: 30px;
  right: auto;
}
@media (max-width: 1420px) {
  .hero-text-image h1 {
    font-size: 3rem;
  }
  .hero-text-image .hero-content {
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .hero-text-image .hero-content {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .hero-text-image {
    margin: 120px 0 80px 0;
  }
  .hero-text-image .hero-content {
    flex-direction: column;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .hero-text-image .content-col {
    background: #004067;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 30px 60px;
  }
  .hero-text-image .hero-cover {
    position: relative;
    right: 0;
    top: 0;
    height: 500px;
    width: 100%;
  }
  .hero-text-image.left .content-col {
    text-align: center;
  }
  .hero-text-image.left .hero-cover {
    left: 0;
  }
}
@media (max-width: 768px) {
  .hero-text-image {
    margin: 120px 0 40px 0;
  }
  .hero-text-image .hero-cover {
    height: 80vw;
  }
}
@media (max-width: 568px) {
  .hero-text-image h1 {
    font-size: 2.8rem;
  }
  .hero-text-image .content-col {
    padding: 30px 15px;
  }
}

/*
-------------------------------------------------
	  Components: Error pages
-------------------------------------------------
*/
.error-page {
  width: 100%;
  min-height: 100vh;
  background: #004067;
  margin-top: -70px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.error-page h1 {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 5.8rem;
  margin-bottom: 10px;
}
.error-page h5 {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 2.18rem;
  margin: 0 auto 140px auto;
  max-width: 800px;
}
.error-page .logo {
  width: 120px;
}
@media (max-width: 768px) {
  .error-page h1 {
    font-size: 4rem;
  }
  .error-page h5 {
    font-size: 1.6rem;
  }
  .error-page .logo {
    width: 100px;
  }
  .error-page .box-icon {
    width: 200px;
  }
}

/*
-------------------------------------------------
	  Components: Form fields
-------------------------------------------------
*/
.form-control {
  -webkit-appearance: none;
  height: 55px;
  border-radius: 0;
  border: solid 1px #004067 !important;
  color: #004067;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 1rem;
  box-shadow: none !important;
  outline: none !important;
}
.form-control:focus {
  color: #004067;
}

form.material-form-animate h3 {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 2.18rem;
  color: #004067;
  text-align: center;
  margin-bottom: 45px;
}
form.material-form-animate .err-msg {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 0.875rem;
  color: #ff1500;
}
form.material-form-animate .label-control {
  position: relative;
}
form.material-form-animate .form-group {
  margin-bottom: 30px;
}
form.material-form-animate .form-group.text-area.full-height .form-control {
  height: 225px;
  padding: 15px 25px;
}
form.material-form-animate .form-group.text-area.full-height .form-control:focus + .label {
  top: -9px !important;
}
form.material-form-animate .form-group.text-area.full-height .label {
  top: 27px;
}
form.material-form-animate .form-group.text-area.full-height .label.animated {
  top: -9px !important;
}
form.material-form-animate .label {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 0.875rem;
  color: #6B8798;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  padding: 0 10px;
  background: #F1F1F1;
  transition: 0.1s ease;
}
form.material-form-animate .label.animated {
  transform: translate(-10px, 0);
  top: -8px;
}
form.material-form-animate .form-control {
  width: 100%;
  background: #F1F1F1;
  font-size: 0.875rem;
  padding: 0 25px;
  font-family: "Gilroy-Regular", sans-serif;
}
form.material-form-animate .form-control:focus + .label {
  transform: translate(-10px, 0);
  top: -8px;
}

.form-section {
  background: #F1F1F1;
  padding: 40px;
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .form-section.article .col-md-6 {
    width: 100%;
  }
  .form-section.article .form-group.mb-0 {
    margin-bottom: 30px !important;
  }
  .form-section.article .form-group.text-area {
    margin-bottom: 0;
  }
  .form-section.article .form-group.text-area .label-control {
    height: 225px !important;
  }
}
@media (max-width: 575px) {
  .form-section.article {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-top: 60px;
    padding: 40px 0;
  }
}

select {
  min-width: 210px !important;
  padding: 0 20px !important;
  background-image: url("/img/front/angle-down.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 20px;
}
select option {
  padding-right: 30px;
}
@media (max-width: 768px) {
  select {
    width: 165px !important;
    height: 45px !important;
  }
}
@media (max-width: 380px) {
  select {
    width: 100% !important;
  }
}

/*
-------------------------------------------------
	  Components: Rich text
-------------------------------------------------
*/
.rich-text h1 {
  font-family: "Gilroy-Bold", sans-serif;
  color: #004067;
  font-size: 4rem;
  margin-bottom: 30px;
}
.rich-text h2 {
  font-family: "Gilroy-Bold", sans-serif;
  color: #004067;
  font-size: 3.375rem;
}
.rich-text h3 {
  font-family: "Gilroy-Bold", sans-serif;
  color: #004067;
  font-size: 2.7rem;
}
.rich-text h4 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.875rem;
  color: #004067;
  margin-bottom: 20px;
}
.rich-text h5 {
  font-family: "Gilroy-Bold", sans-serif;
  color: #004067;
  font-size: 1.5rem;
}
.rich-text h6 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.25rem;
  color: #004067;
  line-height: 1.5;
  margin-bottom: 30px;
}
.rich-text img {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  margin-bottom: 15px;
}
.rich-text img.without-desc {
  margin-bottom: 40px;
}
.rich-text .img-desc {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 0.875rem;
  color: #004067;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.rich-text ul li {
  position: relative;
}
.rich-text ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  background: #004067;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/*
-------------------------------------------------
	  Components: Tags
-------------------------------------------------
*/
.tags {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  margin: 0 0 20px 15px;
}
.tags a {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #384F63;
  background: #F1F1F1;
  padding: 10px;
  transition: 0.4s ease;
}
.tags a:hover {
  background: #004067;
  color: #fff;
}
@media (max-width: 991px) {
  .tags li {
    margin: 0 20px 20px 0;
  }
}

/*
-------------------------------------------------
	  Components: Loader
-------------------------------------------------
*/
.loader {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  margin: 80px auto;
}
@media (max-width: 991px) {
  .loader {
    margin: 80px auto;
  }
}

.circle {
  width: 20px;
  height: 20px;
  background: #004067;
  border-radius: 50%;
  -webkit-animation: jump 1s linear infinite;
          animation: jump 1s linear infinite;
  margin: 0 10px;
}
@media (max-width: 568px) {
  .circle {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}

#b {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#c {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes jump {
  0% {
    margin-top: 0;
  }
  35% {
    margin-top: -55px;
  }
  70% {
    margin-top: 0px;
  }
}

@keyframes jump {
  0% {
    margin-top: 0;
  }
  35% {
    margin-top: -55px;
  }
  70% {
    margin-top: 0px;
  }
}
.spinner,
.spinner:after {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.spinner {
  position: relative;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
-------------------------------------------------
	  Components: Sweet alert
-------------------------------------------------
*/
.swal2-popup {
  border-radius: 0 !important;
}

.swal2-confirm {
  outline: none !important;
  box-shadow: none !important;
  background: #004067 !important;
  font-family: "Gilroy-Medium", sans-serif !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  text-transform: none !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  width: 93px !important;
  height: 36px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 30px auto 0 auto;
}
.swal2-confirm:hover {
  opacity: 0.6 !important;
}

.swal2-title {
  font-family: "Gilroy-Medium", sans-serif !important;
  color: #004067 !important;
}

.swal2-html-container {
  font-family: "Gilroy-Regular", sans-serif !important;
  color: #004067 !important;
}

/*
-------------------------------------------------
	  Components: Pagination
-------------------------------------------------
*/
.pagination span.sr-only {
  display: none;
}
.pagination .page-item .page-link {
  border-radius: 0;
  color: #004067;
  outline: none;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background-color: #004067;
  border-color: #004067;
  color: #fff;
}

/*
-------------------------------------------------
	  Cards: Text hidden animation card
-------------------------------------------------
*/
.text-hidden {
  display: block;
  position: relative;
}
.text-hidden::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000054;
  opacity: 0;
  transition: all 0.4s;
}
.text-hidden .card-content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.text-hidden .card-content .location-icon {
  width: 20px !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: inline !important;
  position: relative;
  top: -2px;
}
.text-hidden .card-content p {
  margin-bottom: 5px !important;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gilroy-Medium", sans-serif;
  letter-spacing: 2px;
  line-height: 1.3;
}
.text-hidden .card-content span {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.9rem;
  color: #fff;
}
.text-hidden:hover::after {
  opacity: 1;
}
.text-hidden:hover .card-content {
  opacity: 1;
  bottom: 30px;
}

/*
-------------------------------------------------
	  Cards: Housing card
-------------------------------------------------
*/
.housing-card img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .housing-card img {
    height: 60vw;
  }
}
@media (max-width: 568px) {
  .housing-card img {
    height: 75vw;
  }
}

/*
-------------------------------------------------
	  Cards: Property management card
-------------------------------------------------
*/
.cards-wrapp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  justify-content: space-between !important;
}

.col-wrapp {
  flex-basis: calc(30% - 10px);
  height: 345px;
  margin-bottom: 20px;
}
.col-wrapp.wider {
  flex-basis: calc(70% - 10px);
}

.property-management-card {
  width: 100%;
  height: 100%;
  position: relative;
}
.property-management-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .col-wrapp {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .col-wrapp {
    height: 200px;
  }
  .col-wrapp:not(:nth-child(1), :nth-child(2)) {
    display: none;
  }
}
@media (max-width: 768px) {
  .col-wrapp {
    flex-basis: 100% !important;
    height: 250px;
  }
}
@media (max-width: 575px) {
  .col-wrapp {
    height: 70vw;
  }
}
/*
-------------------------------------------------
	  Cards: Simple image card
-------------------------------------------------
*/
.simple-img-card {
  position: relative;
}
.simple-img-card .card-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  width: 90%;
}
.simple-img-card .card-image img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.simple-img-card .card-image:hover img {
  transform: scale(1.2);
}
.simple-img-card .card-text {
  position: relative;
  background: #004067;
  padding: 40px 50px;
  width: 90%;
}
.simple-img-card .card-text::before {
  content: "";
  width: 100%;
  height: 200px;
  background: #004067;
  position: absolute;
  top: -200px;
  left: 0;
}
.simple-img-card a {
  text-decoration: none;
}
.simple-img-card h1 {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 4rem;
  color: #fff;
  max-width: 300px;
  margin-top: 0;
}
.simple-img-card p {
  color: #fff;
  max-width: 450px;
  margin-bottom: 55px !important;
}
.simple-img-card.left .card-image {
  left: 2%;
}
.simple-img-card.left .card-text {
  left: 10%;
}
.simple-img-card.right .card-image {
  right: -10%;
}
.simple-img-card.right .card-text {
  left: 2%;
}
@media (max-width: 1199px) {
  .simple-img-card .card-image img {
    height: 350px;
  }
  .simple-img-card .card-text {
    padding: 30px;
  }
  .simple-img-card h1 {
    font-size: 3.2rem;
  }
  .simple-img-card p {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .simple-img-card {
    text-align: center;
  }
  .simple-img-card .card-image img {
    height: 450px;
  }
  .simple-img-card h1 {
    margin: auto;
  }
  .simple-img-card p {
    margin: 45px auto !important;
    max-width: 100%;
  }
  .simple-img-card.left {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .simple-img-card h1 {
    font-size: 2.8rem;
  }
  .simple-img-card .card-image {
    width: 100%;
  }
  .simple-img-card .card-image img {
    height: 80vw;
  }
  .simple-img-card .card-text {
    width: 100%;
    margin: auto;
  }
  .simple-img-card .card-text::before {
    height: 50vw;
    top: -50vw;
  }
  .simple-img-card.left .card-image {
    left: -3%;
  }
  .simple-img-card.left .card-text {
    left: 0;
  }
  .simple-img-card.right .card-image {
    right: -3%;
  }
  .simple-img-card.right .card-text {
    left: 0;
  }
}

/*
-------------------------------------------------
	  Cards: Project card
-------------------------------------------------
*/
.project-card {
  display: flex;
  background: #F1F1F1;
  height: 100%;
  min-height: 280px;
  text-decoration: none;
  position: relative;
}
.project-card .card-cover {
  overflow: hidden;
  width: 47.5%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 2.5%;
}
.project-card .card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
.project-card .card-content {
  width: 50%;
  padding: 20px 40px 0 20px;
  margin-left: auto;
}
.project-card .card-content p {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.project-card h4 {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 1.5rem;
  color: #004067;
  margin-bottom: 54px;
  max-width: 270px;
}
.project-card .location {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.project-card .location img {
  position: relative;
  left: -5px;
}
.project-card .location span {
  font-family: "NotoSerifDisplay-BoldItalic", sans-serif;
  font-size: 0.875rem;
  color: #6B8798;
}
.project-card:hover .card-cover img {
  transform: scale(1.2);
}
@media (max-width: 1250px) {
  .project-card h4 {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media (max-width: 1999px) {
  .project-card .card-cover {
    left: 20px;
  }
  .project-card h4 {
    margin-bottom: 54px;
    max-width: 270px;
  }
}
@media (max-width: 768px) {
  .project-card {
    flex-direction: column;
    padding: 20px;
  }
  .project-card .card-cover {
    width: 100%;
    height: 60vw;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .project-card .card-content {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .project-card .location {
    margin-top: 20px;
  }
  .project-card h4 {
    max-width: 95%;
    margin-bottom: 27px;
  }
  .project-card p {
    margin-bottom: 0 !important;
  }
}

/*
-------------------------------------------------
	  Cards: Text image card
-------------------------------------------------
*/
.text-image-card {
  background: #004067;
}
.text-image-card h2 {
  font-size: 4rem;
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  color: #fff;
}
.text-image-card p {
  color: #fff;
  margin: 55px 0;
  max-width: 470px;
}
.text-image-card .card-img {
  position: relative;
  left: -60px;
  bottom: -60px;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.text-image-card.right .col-lg-6:first-child {
  order: 2;
}
.text-image-card.right .card-content {
  padding-left: 50px;
}
.text-image-card.right .card-img {
  top: -60px;
  right: -60px;
  left: auto;
  bottom: auto;
}
@media (max-width: 1440px) {
  .text-image-card {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .text-image-card {
    width: 100%;
  }
  .text-image-card.left .card-content {
    padding-right: 50px;
    left: -10px;
    position: relative;
  }
}
@media (max-width: 1100px) {
  .text-image-card.left .card-img {
    left: -20px;
    bottom: -20px;
  }
  .text-image-card.right .card-img {
    top: -20px;
    right: -20px;
  }
}
@media (max-width: 991px) {
  .text-image-card {
    background: transparent;
  }
  .text-image-card.left .card-img {
    left: -20px;
    top: 0;
  }
  .text-image-card.left .card-content {
    padding-right: 0;
    left: 0;
  }
  .text-image-card.right .card-img {
    top: 0;
    right: -20px;
  }
  .text-image-card.right .col-lg-6:last-child {
    order: 2;
  }
  .text-image-card .card-content {
    background: #004067;
    width: 100%;
    padding: 30px 30px 40px 30px !important;
    text-align: center;
  }
  .text-image-card .img-wrapp {
    position: relative;
  }
  .text-image-card .img-wrapp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #004067;
    z-index: -1;
  }
  .text-image-card p {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .text-image-card .card-img {
    height: 80vw;
  }
  .text-image-card h2 {
    font-size: 2.81rem;
  }
}

/*
-------------------------------------------------
	  Sections: Housing section
-------------------------------------------------
*/
#housingSection {
  padding-top: 135px;
}
#housingSection .col-lg-4 {
  margin-bottom: 20px;
}
#housingSection .section-title {
  height: 100%;
  position: relative;
}
#housingSection .section-title::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  background: transparent;
  border: solid 1px #004067;
  z-index: -1;
}
#housingSection .section-title h1 {
  color: #004067;
  font-size: 3.6rem;
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  text-transform: uppercase;
}
#housingSection .section-title h4 {
  font-family: "NotoSerifDisplay-BoldItalic", sans-serif;
  font-size: 1.75rem;
  color: #6B8798;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  #housingSection .container {
    max-width: 1320px;
  }
}
@media (max-width: 1499px) {
  #housingSection .container {
    max-width: 1100px;
  }
  #housingSection .container h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1299px) {
  #housingSection .container {
    position: relative;
    max-width: 1000px;
    left: 20px;
  }
  #housingSection .section-title h1 {
    font-size: 2.8rem;
  }
  #housingSection .section-title h4 {
    font-size: 1.5rem;
  }
  #housingSection .section-title p {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1100px) {
  #housingSection .container {
    max-width: 900px;
  }
  #housingSection .container h1 {
    font-size: 4vw;
  }
}
@media (max-width: 991px) {
  #housingSection {
    padding-top: 80px;
  }
  #housingSection .col-lg-4:first-child {
    margin-bottom: 0;
  }
  #housingSection .col-lg-4:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
    display: none;
  }
  #housingSection .container {
    max-width: 800px;
    left: 0;
  }
  #housingSection .section-title {
    padding: 35px 20px;
    text-align: center;
    width: 95%;
    margin: auto;
  }
  #housingSection .section-title h1 {
    font-size: 3rem;
  }
  #housingSection .section-title::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0;
  }
  #housingSection .section-title h4 {
    margin-bottom: 40px;
  }
  #housingSection .section-title p {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 575px) {
  #housingSection {
    padding-top: 40px;
  }
  #housingSection .section-title h1 {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 9vw;
  }
  #housingSection .section-title h4 {
    font-size: 5vw;
  }
}

/*
-------------------------------------------------
	  Sections: Property Management section
-------------------------------------------------
*/
#propertyManagementSection {
  margin: 167px 0 70px 0;
}
@media (max-width: 991px) {
  #propertyManagementSection {
    margin: 80px 0 70px 0;
  }
  #propertyManagementSection h1 {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  #propertyManagementSection .col-lg-12 .cards-wrapp {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
  #propertyManagementSection .col-lg-12 .cards-wrapp .col-wrapp {
    overflow: hidden;
    height: 390px;
    margin: 10px;
  }
  #propertyManagementSection .col-lg-12 .cards-wrapp .col-wrapp a {
    width: inherit;
    height: inherit;
  }
  #propertyManagementSection .col-lg-12 .cards-wrapp .col-wrapp a ::after {
    width: inherit;
    height: inherit;
  }
}
@media (max-width: 575px) {
  #propertyManagementSection {
    margin: 30px 0 70px 0;
  }
  #propertyManagementSection h1 {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 9vw;
  }
  #propertyManagementSection h4 {
    font-size: 5vw;
  }
}

/*
-------------------------------------------------
	  Sections: References section
-------------------------------------------------
*/
#referencesSection {
  min-height: 600px;
  margin-bottom: 130px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 20px 0 30px 0;
  position: relative;
}
#referencesSection .section-title-wrapp {
  text-align: left;
}
#referencesSection .section-title-wrapp h1,
#referencesSection .section-title-wrapp h4,
#referencesSection .section-title-wrapp p {
  color: #fff;
  padding-left: 5px;
}
#referencesSection .section-title-wrapp h1 {
  margin: 0;
}
#referencesSection .section-title-wrapp h4 {
  margin-bottom: 35px;
}
#referencesSection .section-title-wrapp p {
  max-width: 450px;
  margin-left: 0;
}
#referencesSection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 89%;
  height: 100%;
  background: #004067;
  z-index: -1;
}
#referencesSection .slider-right {
  position: absolute;
  width: 1150px;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
#referencesSection .slider-right .slick-slide {
  margin: 0 10px;
}
#referencesSection .slider-right .slick-list {
  margin: 0 -10px;
}
#referencesSection .slider-right img {
  width: 100%;
  height: 517px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  #referencesSection .slider-right {
    width: 68vw;
  }
}
@media (max-width: 1299px) {
  #referencesSection {
    min-height: 480px;
  }
  #referencesSection .slider-right {
    width: 65vw;
  }
  #referencesSection .slider-right img {
    height: 400px;
  }
}
@media (max-width: 1140px) {
  #referencesSection {
    flex-direction: column;
    mn-height: auto;
    padding: 60px 0;
  }
  #referencesSection .col-lg-4 {
    width: 100%;
  }
  #referencesSection .custom-slider-nav {
    justify-content: center;
  }
  #referencesSection .section-title-wrapp {
    text-align: center;
    margin-bottom: 40px;
  }
  #referencesSection .section-title-wrapp p {
    margin: auto;
    max-width: 650px;
  }
  #referencesSection::after {
    width: 100%;
  }
  #referencesSection .slider-right {
    position: relative;
    width: 95%;
    left: 0;
    top: 0;
    right: 0;
    transform: translate(0);
  }
}
@media (max-width: 768px) {
  #referencesSection .slider-right {
    width: 96%;
  }
  #referencesSection .slider-right img {
    height: 320px;
  }
  #referencesSection .slick-slide,
#referencesSection .slick-list {
    margin: 0;
  }
}
@media (max-width: 600px) {
  #referencesSection {
    margin-bottom: 0;
  }
  #referencesSection::after {
    height: 75%;
  }
  #referencesSection .slider-right {
    left: 20px;
    width: 800px;
    margin-right: auto;
  }
  #referencesSection .slider-right img {
    height: 450px;
  }
}
@media (max-width: 575px) {
  #referencesSection .custom-slider-nav {
    justify-content: flex-start;
  }
  #referencesSection .section-title-wrapp {
    text-align: left;
  }
  #referencesSection .section-title-wrapp h4 {
    margin: 10px 0 25px 0;
  }
  #referencesSection .section-title-wrapp p {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 487px) {
  #referencesSection .slider-right {
    width: 600px;
  }
  #referencesSection .slider-right img {
    height: 400px;
  }
}
@media (max-width: 390px) {
  #referencesSection .slider-right {
    width: 500px;
  }
  #referencesSection .slider-right img {
    height: 370px;
  }
}

/*
-------------------------------------------------
	  Sections: Housing hero
-------------------------------------------------
*/
#housingHero {
  position: relative;
  margin: 220px 0;
}
#housingHero .section-title-wrapp {
  text-align: left;
  position: relative;
  height: 560px;
}
#housingHero .section-title-wrapp .content-padding {
  padding: 30px 0 30px 55px;
}
#housingHero .section-title-wrapp::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 125%;
  height: 120%;
  border: solid 1px #004067;
}
#housingHero .section-title-wrapp h1 {
  color: #004067;
  max-width: 300px;
  line-height: 1.1;
  margin-top: 0;
}
#housingHero .section-title-wrapp h4 {
  margin-bottom: 55px;
}
#housingHero .section-title-wrapp p {
  margin-left: 0;
  max-width: 540px;
}
#housingHero #housingHeroSlider {
  background: #fff;
}
#housingHero .hero-slider-wrapp {
  width: 50%;
  position: absolute;
  right: 0;
  top: 55px;
}
#housingHero .hero-slider-wrapp .slider-item {
  height: 650px;
}
#housingHero .hero-slider-wrapp .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#housingHero .custom-slider-nav {
  justify-content: flex-end;
  margin: 35px 80px 0 0;
}
#housingHero .carousel-nav {
  border-color: #004067;
}
#housingHero .carousel-nav.carousel-next {
  border-left: 0;
}
#housingHero .carousel-nav svg path {
  stroke: #004067;
}
#housingHero .carousel-nav:hover {
  background: #004067 !important;
}
#housingHero .carousel-nav:hover svg path {
  stroke: #fff;
}
@media (max-width: 1399px) {
  #housingHero .section-title-wrapp h1 {
    max-width: 700px;
    overflow-wrap: break-word;
  }
  #housingHero .section-title-wrapp h4 {
    margin-bottom: 35px;
  }
  #housingHero .section-title-wrapp p {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  #housingHero .section-title-wrapp {
    height: 600px;
  }
  #housingHero .hero-slider-wrapp {
    width: 47%;
  }
  #housingHero .hero-slider-wrapp .slider-item {
    height: 580px;
  }
}
@media (max-width: 991px) {
  #housingHero {
    margin: 150px 0 0;
  }
  #housingHero .col-md-12 {
    display: flex;
    justify-content: center;
  }
  #housingHero .hero-slider-wrapp {
    position: relative;
    top: 0;
    width: 90%;
    margin: auto;
  }
  #housingHero .hero-slider-wrapp .slider-item {
    height: 65vw;
  }
  #housingHero .section-title-wrapp {
    height: auto;
    text-align: center;
    width: 85vw;
  }
  #housingHero .section-title-wrapp h1 {
    margin: 0 auto 30px auto;
    font-size: 3.2rem;
  }
  #housingHero .section-title-wrapp h4 {
    font-size: 1.7rem;
  }
  #housingHero .section-title-wrapp p {
    margin: 0 auto 0 auto !important;
    max-width: 550px;
  }
  #housingHero .section-title-wrapp .content-padding {
    padding: 50px;
  }
  #housingHero .section-title-wrapp::after {
    width: 100%;
    height: 100%;
    top: 0;
    border-bottom: 0;
  }
  #housingHero .custom-slider-nav {
    justify-content: space-between;
    margin: 30px 0 0;
  }
  #housingHero .carousel-nav.carousel-next {
    border-left: solid 1px #004067;
    margin-right: 4.5vw;
  }
  #housingHero .carousel-nav.carousel-prev {
    margin-left: 4.5vw;
  }
}
@media (max-width: 768px) {
  #housingHero .container {
    max-width: 100%;
  }
  #housingHero .container h1 {
    font-size: 2.7rem;
  }
  #housingHero .carousel-nav.carousel-next {
    margin-right: 3vw;
  }
  #housingHero .carousel-nav.carousel-prev {
    margin-left: 3vw;
  }
}
@media (max-width: 568px) {
  #housingHero {
    margin: 120px 0 0;
  }
  #housingHero .section-title-wrapp .content-padding {
    padding: 30px;
  }
}

/*
-------------------------------------------------
	  Sections: Housing cards section
-------------------------------------------------
*/
#housingCardsSection {
  margin: 300px 0 120px 0;
}
#housingCardsSection .col-md-12 {
  display: grid;
  grid-template-columns: [col1] 50% [col2] 50%;
  justify-content: center;
  grid-gap: 30px;
}
@media (max-width: 1199px) {
  #housingCardsSection {
    margin: 200px 0 120px 0;
  }
}
@media (max-width: 991px) {
  #housingCardsSection {
    margin: 60px 0;
  }
  #housingCardsSection .col-md-12 {
    display: block;
  }
}

/*
-------------------------------------------------
	  Sections: Projects section
-------------------------------------------------
*/
#projectsSection {
  margin-bottom: 110px;
}
#projectsSection .no-search-data {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  color: #004067;
}
#projectsSection .col-lg-6 {
  margin-bottom: 30px;
}
#projectsSection #noResultsMessage {
  text-align: center;
  margin: 30px 0px;
}
#projectsSection #noResultsMessage h1 {
  margin: 0px;
  font-size: 3rem;
  font-family: "NotoSerifDisplay-ExtraBold", sans-serif;
  color: #004067;
}
#projectsSection .filters-group {
  display: flex;
}
#projectsSection .filters-group.right {
  justify-content: flex-end;
}
#projectsSection .filters-group .form-group {
  margin-bottom: 35px;
}
#projectsSection .filters-group .form-group:first-child {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  #projectsSection .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #projectsSection {
    margin-bottom: 30px;
  }
  #projectsSection .filters-group {
    justify-content: center !important;
  }
  #projectsSection .filters-group .form-group:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 380px) {
  #projectsSection .filters-group {
    flex-direction: column;
  }
  #projectsSection .filters-group .form-group {
    margin-bottom: 15px;
  }
  #projectsSection .filters-group .form-group:first-child {
    margin-right: 0;
  }
}

/*
-------------------------------------------------
	  Sections: Article header
-------------------------------------------------
*/
.article-header-section {
  margin: 180px 0 60px 0;
}
.article-header-section h2 {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 3.37rem;
  color: #004067;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 33px auto;
}
.article-header-section .location {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}
.article-header-section .location a {
  text-decoration: none;
  font-family: "NotoSerifDisplay-BoldItalic", sans-serif;
  font-size: 0.875rem;
  color: #6B8798;
  margin-left: 5px;
}
.article-header-section .header-cover {
  margin-top: 40px;
}
.article-header-section .header-cover img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .article-header-section .header-cover img {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .article-header-section .header-cover img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .article-header-section h2 {
    font-size: 2.5rem;
    max-width: 100%;
  }
  .article-header-section .header-cover img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .article-header-section {
    margin: 120px 0 40px 0;
  }
  .article-header-section .header-cover {
    margin-top: 37px;
  }
  .article-header-section h2 {
    margin: 0 auto 40px auto;
  }
  .article-header-section .header-cover img {
    height: 110vw;
  }
}

/*
-------------------------------------------------
	  Sections: Article content
-------------------------------------------------
*/
.article-content-section {
  overflow: hidden;
  margin-bottom: 120px;
}
.article-content-section .rich-text ol ::before {
  display: none;
}
.article-content-section .rich-text p {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.article-content-section .col-md-8 {
  position: relative;
  left: -50px;
}
.article-content-section .article-sidebar {
  width: 80%;
}
.article-content-section .article-sidebar h6 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.125rem;
  color: #004067;
}
.article-content-section .sidebar-author img {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.article-content-section .sidebar-author h6 {
  width: 100px;
  margin-bottom: 0;
}
.article-content-section .sidebar-author span {
  font-family: "Gilroy-Medium", sans-serif;
  color: #004067;
  font-size: 0.875rem;
}
.article-content-section .divider {
  width: 160px;
  height: 1px;
  background: #004067;
  margin: 15px 0;
}
.article-content-section .article-footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-content-section .article-share {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.article-content-section .article-share a {
  margin-left: 15px;
}
.article-content-section .article-share a :hover {
  transform: scale(1.1);
}
.article-content-section .article-share span {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .article-content-section .article-sidebar {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .article-content-section .article-sidebar h6 {
    width: 100%;
  }
  .article-content-section .article-sidebar .divider {
    margin: 15px auto;
  }
  .article-content-section .article-footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .article-content-section .article-share {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  .article-content-section {
    margin-bottom: 60px;
  }
}
.article-content-section .inactiveLinks {
  pointer-events: none;
  cursor: default;
}

/*
-------------------------------------------------
	  Sections: Intro section
-------------------------------------------------
*/
.intro-section {
  margin: 70px 0;
}
.intro-section p:last-child {
  margin-bottom: 0 !important;
}
.intro-section .intro-content {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .intro-section .intro-content {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .intro-section {
    margin: 65px 0;
  }
  .intro-section .intro-content {
    width: 80%;
  }
}

/*
-------------------------------------------------
	 Sections: Property management cards section
-------------------------------------------------
*/
#propertyManagementCardsSection {
  margin-bottom: 150px;
  overflow: hidden;
}
#propertyManagementCardsSection .col-md-12.last-child {
  margin-top: 180px;
}
#propertyManagementCardsSection .text-image-card .title-link {
  text-decoration: none;
}
@media (max-width: 991px) {
  #propertyManagementCardsSection .col-md-12.last-child {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  #propertyManagementCardsSection {
    margin-bottom: 55px;
  }
  #propertyManagementCardsSection .col-md-12.last-child {
    margin-top: 52px;
  }
}

/*
-------------------------------------------------
	  Sections: About section
-------------------------------------------------
*/
#aboutSection {
  margin: 125px 0 70px 0;
}
#aboutSection h6 {
  font-family: "NotoSerifDisplay-BoldItalic", sans-serif;
  color: #004067;
  font-size: 1.125rem;
  margin-bottom: 40px;
  line-height: 1.7;
}
#aboutSection .about-wrapp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 55px;
}
#aboutSection .about-wrapp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  background: #F1F1F1;
}
#aboutSection .about-text {
  flex-basis: 50%;
  margin: auto 0;
}
#aboutSection p:last-child {
  margin-bottom: 0 !important;
}
#aboutSection .about-img {
  flex-basis: 45%;
  position: relative;
  top: -60px;
}
#aboutSection .about-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1499px) {
  #aboutSection .about-img {
    top: -90px;
  }
  #aboutSection .about-wrapp {
    padding: 35px 0 35px 35px;
  }
}
@media (max-width: 991px) {
  #aboutSection {
    margin: 80px 0;
    overflow: hidden;
  }
  #aboutSection .about-wrapp {
    flex-direction: column;
    padding: 0;
  }
  #aboutSection .about-wrapp::after {
    display: none;
  }
  #aboutSection .about-text {
    flex-basis: 100%;
    background: #F1F1F1;
    padding: 50px;
  }
  #aboutSection .about-img {
    flex-basis: 100%;
    top: 0;
    left: 20px;
  }
  #aboutSection .about-img img {
    height: 70vw;
  }
  #aboutSection .about-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
    height: 75%;
    z-index: -1;
    background: #F1F1F1;
  }
}
@media (max-width: 575px) {
  #aboutSection {
    margin: 30px 0 60px 0;
  }
  #aboutSection h6 {
    margin-bottom: 35px;
  }
  #aboutSection .about-text {
    padding: 30px;
  }
  #aboutSection .about-img img {
    height: 80vw;
  }
}

/*
-------------------------------------------------
	  Sections: About gallery section
-------------------------------------------------
*/
#aboutGallerySection {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
#aboutGallerySection::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 285px;
  background: #004067;
  z-index: -1;
}
#aboutGallerySection #gallerySlider {
  width: 110vw;
}
#aboutGallerySection #gallerySlider .slick-slide {
  margin: 0 20px;
}
#aboutGallerySection #gallerySlider .slick-list {
  margin: 0 -20px;
}
#aboutGallerySection #gallerySlider img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
#aboutGallerySection .custom-slider-nav {
  margin: 40px 0 50px 0;
}
@media (max-width: 1200px) {
  #aboutGallerySection #gallerySlider .slick-slide {
    margin: 0 10px;
  }
  #aboutGallerySection #gallerySlider .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 780px) {
  #aboutGallerySection {
    margin-bottom: 65px;
  }
  #aboutGallerySection .custom-slider-nav {
    display: flex;
    justify-content: center;
    margin: 35px 0;
  }
  #aboutGallerySection::after {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #aboutGallerySection::after {
    height: 70vw;
  }
  #aboutGallerySection #gallerySlider {
    width: 155vw;
  }
  #aboutGallerySection #gallerySlider img {
    height: 100vw;
  }
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
/*
-------------------------------------------------
	  Sections: Google map section
-------------------------------------------------
*/
#googleMapSection #googleMap {
  width: 100%;
  height: 590px;
}
@media (max-width: 768px) {
  #googleMapSection #googleMap {
    height: 900px;
  }
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
/*
-------------------------------------------------
	  Sections: Contact us section
-------------------------------------------------
*/
#contactUsSection {
  margin: -100px 0 120px 0;
  position: relative;
  z-index: 1;
}
#contactUsSection .contact-text {
  flex-basis: 43%;
  position: relative;
  left: 200px;
  padding: 60px 0 60px 0;
}
#contactUsSection .contact-form {
  width: 450px;
  min-height: 720px;
  height: auto;
  background: #F1F1F1;
  position: absolute;
  right: 200px;
  bottom: -60px;
  padding: 40px 45px;
}
#contactUsSection .contact-form h3 {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 2.18rem;
  color: #004067;
  text-align: center;
  margin-bottom: 40px;
}
#contactUsSection h1 {
  font-family: "NotoSerifDisplay-Bold", sans-serif;
  font-size: 3.9rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
#contactUsSection h4 {
  font-family: "NotoSerifDisplay-BoldItalic", sans-serif;
  font-size: 1.75rem;
  color: #fff;
  margin: 15px 0 75px 0;
}
#contactUsSection p {
  color: #fff;
  margin-bottom: 0 !important;
}
#contactUsSection .col-md-12 {
  position: relative;
  display: flex;
}
#contactUsSection .col-md-12::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background: #004067;
  z-index: -1;
}
@media (max-width: 1500px) {
  #contactUsSection .contact-form {
    right: 100px;
  }
}
@media (max-width: 1300px) {
  #contactUsSection .contact-text {
    padding: 60px 60px 60px 0;
  }
  #contactUsSection .contact-form {
    right: 50px;
  }
  #contactUsSection h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1200px) {
  #contactUsSection h1 {
    font-size: 3.5rem;
  }
  #contactUsSection h4 {
    font-size: 1.5rem;
  }
  #contactUsSection .contact-text {
    left: 70px;
    padding: 60px 30px 60px 0;
  }
  #contactUsSection .contact-form {
    right: 30px;
  }
  #contactUsSection .col-md-12::after {
    width: 98%;
  }
}
@media (max-width: 1200px) {
  #contactUsSection h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 1050px) {
  #contactUsSection h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 991px) {
  #contactUsSection {
    overflow: hidden;
    margin: -220px 0 120px 0;
  }
  #contactUsSection form {
    max-width: 450px;
    margin: auto;
  }
  #contactUsSection .container.wider,
#contactUsSection .col-md-12 {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  #contactUsSection .col-md-12 {
    flex-direction: column;
  }
  #contactUsSection .col-md-12::after {
    display: none;
  }
  #contactUsSection .contact-form {
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    flex-basis: 100%;
    width: 100%;
    min-height: auto;
  }
  #contactUsSection .contact-text {
    padding: 60px;
    width: 93%;
    margin-left: auto;
    left: 0;
    flex-basis: 100%;
    background: #004067;
  }
}
@media (max-width: 575px) {
  #contactUsSection {
    margin: -220px 0 55px 0;
  }
  #contactUsSection .contact-text {
    padding: 38px;
  }
  #contactUsSection h1 {
    font-size: 2.7rem;
  }
  #contactUsSection h4 {
    font-size: 1rem;
    margin: 15px 0 50px 0;
  }
}
@media (max-width: 445px) {
  #contactUsSection h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 400px) {
  #contactUsSection h1 {
    font-size: 9vw;
  }
}
