/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#banner {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  min-height: 280px;
  overflow: hidden; }
  @media (min-width: 769px) {
    #banner {
      padding-top: 250px; } }
  @media (min-width: 1025px) {
    #banner {
      min-height: 415px;
      padding-top: 250px; } }
  #banner .bg-cover {
    object-position: center bottom;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover; }
    @media (min-width: 769px) {
      #banner .bg-cover {
        object-position: center bottom; } }
  #banner .banner-content h1 {
    color: white;
    position: relative;
    margin-bottom: 0;
    opacity: 0.75;
    line-height: 1;
    position: absolute;
    bottom: 0;
    margin-bottom: -8px;
    font-weight: 600; }
    @media (min-width: 641px) {
      #banner .banner-content h1 {
        margin-bottom: -10px; } }
    @media (min-width: 769px) {
      #banner .banner-content h1 {
        margin-bottom: -12px; } }
    @media (min-width: 1025px) {
      #banner .banner-content h1 {
        margin-bottom: -14px; } }
    @media (min-width: 1401px) {
      #banner .banner-content h1 {
        margin-bottom: -16px; } }
    @media (min-width: 1641px) {
      #banner .banner-content h1 {
        margin-bottom: -18px; } }

#sec-contact .img {
  margin: 0 auto; }
  @media screen and (min-width: 1025px) {
    #sec-contact .img {
      margin: 0; } }

#sec-properties #project-slider .item .project-card .card-content {
  background-color: #f6f6f6;
  padding: 0 2rem 2rem 2rem; }
  #sec-properties #project-slider .item .project-card .card-content .h2 {
    font-weight: 700;
    position: relative;
    top: -15px;
    margin: 0;
    font-size: 24px; }
    @media (min-width: 769px) {
      #sec-properties #project-slider .item .project-card .card-content .h2 {
        font-size: 36px;
        top: -22px; } }
  #sec-properties #project-slider .item .project-card .card-content .h3 {
    margin-bottom: 1rem; }
  #sec-properties #project-slider .item .project-card .card-content p.info {
    margin-bottom: 1rem; }
  #sec-properties #project-slider .item .project-card .card-content p .sep {
    padding: 0 5px; }

#sec-properties #project-slider .owl-dots {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin: 2rem auto 0 auto; }
  #sec-properties #project-slider .owl-dots button span {
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px solid #343434; }
  #sec-properties #project-slider .owl-dots button.active span {
    background-color: #343434; }

#sec-properties #project-slider .owl-nav {
  z-index: 2;
  margin-top: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between; }
  #sec-properties #project-slider .owl-nav button {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    color: #343434;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0 10px; }
    #sec-properties #project-slider .owl-nav button i {
      color: #22aee8;
      font-weight: normal;
      font-size: 45px; }
    #sec-properties #project-slider .owl-nav button.owl-prev i {
      margin-right: 12px; }
    #sec-properties #project-slider .owl-nav button.owl-next i {
      margin-left: 12px; }
    #sec-properties #project-slider .owl-nav button:hover {
      color: #22aee8; }
  #sec-properties #project-slider .owl-nav.disabled {
    display: none; }
