@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
/*============================== Variables =========================*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
:root {
  --brand: #0259ab;
  --yellow: #fdce03;
  --lime: #485797;
  --red: #EA3E3E;
  --dark: #000;
  --dark-light: #272727;
  --grey: #707070;
  --body-text-color: #333;
  --white: #ffffff;
  --body-font: 'Source Sans Pro', sans-serif;
  --heading-font: 'Oswald', sans-serif;
  --transition: all .3s ease-in-out;
}

* {
  margin: 0%;
  padding: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  line-height: 1.5;
  color: var(--body-text-color);
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}

.h1 {
  font-size: 3.75rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--dark);
  font-family: var(--heading-font);
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--dark);
  font-family: var(--heading-font);
}

h4, .h4 {
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--dark);
  font-family: var(--heading-font);
}

h5, .h5 {
  font-size: 1.25rem;
}

.lead-lg {
  font-size: 1.375rem;
}

.water__text {
  font-size: 6.37rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.03);
}

.z--1 {
  z-index: -1;
}

.figure {
  margin: 0;
}

.ptb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-gray {
  color: #525252 !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.bg-yellow {
  background-color: var(--yellow) !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

.text-primary {
  color: var(--brand) !important;
}

.text-lime {
  color: var(--lime) !important;
}

.text-warning {
  color: var(--red) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.round {
  border-radius: .625rem;
}

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

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

.bg-light .outline__text {
  color: #F5F5F5;
}

.fw-medium {
  font-weight: 500 !important;
}

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

.z-index {
  z-index: 99;
}

.link {
  color: #007bff;
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}

.link:hover {
  color: var(--dark);
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: var(--dark);
}

a:hover {
  color: var(--brand);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

.btn:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary, .btn-white, .btn-outline-white {
  border-color: var(--brand);
  background-color: var(--brand);
  border-radius: 0;
  color: #fff;
  font-size: 1.25rem;
  padding: 0 1.5rem;
  min-height: 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary:hover, .btn-white:hover, .btn-outline-white:hover {
  border-color: var(--dark);
  background-color: var(--dark);
}

.btn-primary:focus, .btn-white:focus, .btn-outline-white:focus {
  background-color: var(--dark);
}

.card {
  -webkit-box-shadow: 0px 10px 17px #88888829;
          box-shadow: 0px 10px 17px #88888829;
  border: 1px solid #D5D5D5;
  border-radius: 11px;
}

.card .h4 {
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.floating-button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50px;
  background: #1abc9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 9999;
}

.floating-button svg {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 10;
  fill: #fff;
}

.floating-button.floating-button-call {
  background: #0059ad;
  bottom: 1rem;
  left: 1rem;
}

.floating-button:hover {
  bottom: 1.5rem;
}

.disc__list {
  padding-left: 1rem;
}

.disc__list li {
  list-style-type: disc;
}

/*=========== Top Header Styles =============*/
.top__header {
  padding: .5rem 0;
}

.top__header a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  font-size: 1.125rem;
}

.top__header a img {
  width: 1.5rem;
  height: auto;
  margin-right: .75rem;
}

.top__header .btn-oranged {
  color: var(--dark);
}

.top__header .btn-oranged img {
  margin-right: 0;
}

.top__header .btn-oranged:hover {
  color: var(--yellow);
}

.top__header .actions__wrapp .btn-primary {
  min-height: 2.25rem;
  font-family: var(--heading-font);
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  border-radius: .25rem;
  padding: 0 .5rem .12rem .5rem;
}

.top__header .actions__wrapp .social__wrapp a {
  width: 2rem;
  height: 1.875rem;
  font-size: 1.2rem;
  background-color: var(--white);
  color: var(--brand);
  border: 1px solid var(--white);
}

.top__header .actions__wrapp .social__wrapp a:hover {
  background-color: var(--brand);
  color: var(--white);
}

/*====================== Navigation Styles ===================*/
.navbar {
  padding: 0.5rem 0;
  background-color: transparent;
}

.navbar .container {
  position: relative;
}

.navbar .navbar-brand {
  display: block;
  padding: 0;
  position: relative;
  z-index: 11;
}

.navbar .navbar-brand img {
  max-height: 5rem;
}

.navbar .nav-link {
  font-size: 1.25rem;
  color: var(--dark);
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--open-sans);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .nav-link:hover {
  color: var(--brand);
}

.navbar .nav-link.show {
  color: var(--brand);
}

.navbar .nav-link.show::after {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
  color: var(--brand);
}

.navbar .dropdown-toggle::after {
  border-top-color: var(--brand);
  border-width: .35rem;
  top: 2px;
  position: relative;
}

.navbar .nav-item.active .nav-link {
  color: var(--dark);
  position: relative;
}

.navbar .nav-item.active .nav-link::before {
  content: '';
  width: 3rem;
  height: .2rem;
  display: block;
  background-color: var(--dark);
  border-radius: 1rem;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.navbar .nav-item {
  margin-left: 1rem;
}

.navbar .dropdown:hover .nav-link {
  color: var(--brand);
}

.navbar .dropdown:hover .nav-link.dropdown-toggle::after {
  border-top-color: var(--brand);
}

.navbar .dropdown .dropdown-menu {
  position: absolute;
  top: 76%;
  left: 0%;
  width: 100%;
  min-width: 17.5rem;
  background-color: rgba(0, 89, 173, 0.8);
  border: 0;
  padding: 0 0 .5rem 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.navbar .dropdown .dropdown-menu a {
  color: var(--white);
  display: block;
  padding: .25rem 1rem;
  position: relative;
  text-transform: capitalize;
  font-size: 1rem;
}

.navbar .dropdown .dropdown-menu a:hover {
  color: #F4F4F4;
  text-decoration: none;
  background-color: rgba(252, 204, 10, 0.5);
}

.navbar .dropdown .dropdown-menu .mega-sub-menu li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.navbar .dropdown .dropdown-menu .title {
  border-bottom: 2px solid var(--dark);
  padding-bottom: .25rem;
  color: var(--lime);
}

.navbar .dropdown .dropdown-menu.show {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.navbar .navbar-toggler {
  border: 1px solid transparent;
  width: 28px;
  height: 22px;
  position: relative;
  background-color: transparent;
  padding: 0%;
  border-radius: 0;
  color: #fff;
}

.navbar .navbar-toggler svg rect {
  color: var(--brand);
  fill: var(--brand);
}

.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.navbar .closeBtn {
  margin-left: -2.35rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: #fff;
  padding: 0.5rem;
  position: relative;
  z-index: 99;
}

.navbar .closeBtn svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--dark);
}

.navbar.fixed-top {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: mymove 1s ease-in-out;
          animation: mymove 1s ease-in-out;
  padding: .2rem 0;
}

.navbar.fixed-top .navbar-brand img {
  max-height: 4rem;
}

@-webkit-keyframes mymove {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes mymove {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
  }
  .navbar .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1400px) {
  .navbar .navbar-brand img {
    max-height: 5rem;
  }
  .navbar .nav-item {
    margin-left: .5rem;
  }
}

@media (max-width: 1200px) {
  .navbar .navbar-brand img {
    max-height: 5rem;
  }
  .navbar .nav-link {
    font-size: 1.125rem;
  }
}

@media (max-width: 992px) {
  .top__header a {
    font-size: 1.125rem;
  }
  .top__header .btn-oranged {
    min-height: 2.25rem;
    padding-top: .12rem;
    padding-bottom: .12rem;
  }
  .top__header .btn-oranged .icon {
    width: 2rem;
    height: 2rem;
  }
  .navbar .dropdown .dropdown-menu .content {
    padding-left: 0% !important;
  }
  .navbar {
    padding: 1rem 0;
    height: auto;
  }
  .navbar .navbar-brand img {
    max-height: 4.5rem;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0%;
    left: auto;
    width: 100%;
    background-color: #fafafa;
    padding: 1rem 1rem 1rem 1rem;
    height: 100vh;
    max-width: 320px;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: -1px -1px 5px #00000061;
            box-shadow: -1px -1px 5px #00000061;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
  }
  .navbar .navbar-collapse::before {
    content: '';
    width: 100vw;
    height: 100%;
    display: block;
    background-color: #06060657;
    position: absolute;
    top: 0%;
    left: -100vw;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .navbar .navbar-collapse.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .navbar .navbar-collapse.show::before {
    opacity: 1;
    visibility: visible;
  }
  .navbar .navbar-collapse .navbar-nav {
    min-height: calc(100vh - 4rem);
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 1rem;
  }
  .navbar .nav-item {
    margin-left: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #0000001c;
  }
  .navbar .nav-link {
    width: 100%;
    padding: 1rem 0rem;
    font-size: 1.25rem;
    color: var(--dark);
  }
  .navbar .dropdown-toggle::after {
    border: 0;
    content: "\002B";
    font-size: 2rem;
    line-height: 1;
    margin-left: auto;
  }
  .navbar .nav-link.show::after {
    content: "\2212";
  }
  .navbar .nav-item.active .nav-link {
    color: var(--brand);
  }
  .navbar .nav-item.active .nav-link::before {
    content: none;
  }
  .navbar .dropdown .dropdown-menu {
    position: unset;
    padding: 0 0 0 0.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 2rem;
    min-width: auto;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
  }
  .navbar .dropdown .dropdown-menu a {
    color: var(--dark);
    width: 100% !important;
    font-size: 1.2rem;
  }
  .navbar .dropdown .dropdown-menu a:hover {
    color: var(--brand);
  }
  .navbar .dropdown .dropdown-menu .title {
    color: var(--dark);
    border-color: var(--dark);
    border-width: 1px;
    margin-bottom: .5rem;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-brand img {
    max-height: 3.5rem;
  }
  .navbar .navbar-collapse {
    padding: 1rem 1.5rem;
  }
  .navbar .navbar-toggler.jsExpand span:nth-child(1) {
    top: 9px;
  }
  .navbar .closeBtn {
    margin-left: 0;
  }
}

footer {
  color: #fff;
  background: #141415;
  padding: 3rem 0 0 0;
}

footer a {
  font-size: 1.125rem;
  color: #666666;
  text-transform: capitalize;
}

footer a i {
  color: var(--yellow);
  padding-right: .25rem;
  font-size: .937rem;
}

footer a:hover {
  opacity: 1;
}

footer .h3 {
  margin-bottom: 1rem;
  color: var(--yellow);
  font-weight: 500;
  position: relative;
}

footer ul li {
  margin-bottom: .75rem;
  font-size: 1rem;
}

footer ul.social__links li {
  margin-bottom: 0;
}

footer ul.social__links li a {
  display: block;
}

footer ul.social__links li a svg {
  width: 1.35rem;
  height: 1.35rem;
}

footer ul.social__links li:not(:first-child) {
  margin-left: 1rem;
}

footer .address__list .icon {
  width: 2rem;
  font-size: 1.125rem;
}

footer .address__list .icon .fa-map-marker {
  font-size: 1.35rem;
}

footer .address__list .icon .fa-mobile {
  font-size: 1.875rem;
}

footer .address__list .icon .fa-phone {
  font-size: 1.35rem;
}

footer .address__list address, footer .address__list a {
  width: calc(100% - 2rem);
  color: #cecaca;
}

footer .copyright {
  background: #0f0f10;
}

footer .copyright .link {
  color: #ff4f81;
}

footer .copyright .link:hover {
  color: var(--yellow);
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--brand);
  z-index: 99;
  display: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tdXAiPjxwb2x5bGluZSBwb2ludHM9IjE4IDE1IDEyIDkgNiAxNSI+PC9wb2x5bGluZT48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 1.75rem;
  background-position: center center;
}

.backTop:hover {
  background-color: var(--dark);
}

.backTop.show {
  display: block;
}

.header__wrapper .h1 {
  font-weight: 700;
  font-family: var(--heading-font);
}

.header__wrapper .h1.sm {
  font-size: 3rem;
}

.blog__page .blog__item {
  border: 1px solid #E6E6E6;
  padding: .875rem;
  margin-bottom: 1.25rem;
}

.blog__page .blog__item figure img {
  width: 100%;
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.blog__page .blog__item figure img.top {
  -o-object-position: center top;
     object-position: center top;
}

.blog__page .blog__item .date {
  color: #ACACAC;
  font-weight: 500;
}

.blog__page .blog__item .date img {
  height: 1rem;
  width: auto;
}

.blog__page .blog__item h3 a {
  display: inline-block;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog__page .blog__item h3 a:hover {
  color: var(--brand);
}

.blog__page .blog__item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog__page.details .blog__item {
  line-height: 1.5;
}

.blog__page.details .blog__item figure img {
  width: 100%;
  height: auto;
}

.blog__page .promo__wrapp .caption {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 14rem;
}

.blog__page .card {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog__page .title {
  font-size: 1.125rem;
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}

.blog__page .title::after {
  content: '';
  width: 4rem;
  height: 2px;
  display: block;
  background-color: #6E6E6E;
  border-radius: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.blog__page .recent__posts li:not(:last-child) {
  margin-bottom: 1rem;
}

.blog__page .recent__posts li .thumbnail {
  width: 5rem;
  height: 4.5rem;
  border: 1px solid #707070;
}

.blog__page .recent__posts li .thumbnail figure img {
  width: 5rem;
  height: 4.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.blog__page .recent__posts li .caption {
  width: calc(100% - 5rem);
  padding-left: .875rem;
}

.blog__page .recent__posts li .caption h3 {
  font-family: var(--body-font);
  font-weight: 600;
}

.blog__page .recent__posts li .caption a {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog__page .recent__posts li .caption a:hover {
  color: var(--brand);
}

.blog__page .recent__posts li .caption .date {
  color: #ACACAC;
  font-weight: 500;
}

.blog__page .recent__posts li .caption .date img {
  height: .875rem;
  width: auto;
}

.blog__page .suburbs__list li {
  display: inline-block;
  margin: 0 .5rem .5rem 0;
}

.blog__page .suburbs__list li a {
  border: 1px solid #707070;
  border-radius: .25rem;
  text-align: center;
  font-size: .875rem;
  color: #393939;
  padding: .25rem 1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blog__page .suburbs__list li a:hover {
  color: var(--white);
  border-color: var(--brand);
  background-color: var(--brand);
}

.blog__page .category__list li .caption {
  background-color: rgba(72, 190, 217, 0.75);
}

.blog__page .category__list li .caption a {
  color: var(--white);
  line-height: 1.1;
  padding: 0 .75rem;
}

.blog__page .category__list li .caption a:hover {
  color: var(--dark);
}

.blog__page .text-dark {
  color: #555555 !important;
}

.pagination .page-item {
  margin: .2rem;
}

.pagination .page-item .page-link {
  border: 1px solid #707070;
  color: #555555;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 50%;
  padding: 0%;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .page-item .page-link.active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.35rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  .lead-lg {
    font-size: 1.125rem;
  }
  .h1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */