/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Fidelity Home Care
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
.animated-effect, .service-houses .service-house-box, .contact .form-field .form-control, .contact .form-field .form-label, .services-boxes .service-box, .btn .spinner-border, .btn.btn-link, footer.page-footer .social-links li a, .dropdown-shadow, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links .dropdown-item:before, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links .dropdown-item, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after, header.page-header .navbar .navbar-nav .nav-item .btn.btn-dark, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

.animated-long-effect {
  transition: 0.4s ease all;
}

.active-effect, .service-houses .service-house-box:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .main.v3 .main-image, .main .section-line {
  user-select: none;
}

.disable-clicks, .main.v3 .main-image, .main .section-line {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Inter", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@media (max-width: 767.9px) {
  body {
    padding-top: 5.5rem;
  }
}

.navbar-brand img {
  height: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    height: 3rem;
  }
}

header.page-header {
  background: #fff;
  box-shadow: rgba(56, 52, 131, 0.05) 0 0.5rem 1rem;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media (max-width: 767.9px) {
  header.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header.page-header .navbar {
  position: static;
  z-index: 2;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  header.page-header .navbar .container-fluid {
    position: static;
    padding: 0 1.5rem;
  }
}
header.page-header .navbar .navbar-nav {
  position: static;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    display: block;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  color: #383483;
  padding: 2.3rem 1.25rem;
  margin: -1rem 0;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: 0.5rem 1rem;
    display: block;
    margin: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  background: rgba(56, 52, 131, 0.025);
  color: #2d56ff;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  background: rgba(56, 52, 131, 0.075);
  color: #2d56ff;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #2d56ff;
}
header.page-header .navbar .navbar-nav .nav-item .btn.btn-dark {
  background: #383483;
  border: none;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 2.3125rem 1.5rem;
  line-height: 1.5rem;
  margin: -1rem -1.5rem -1rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .btn.btn-dark {
    margin: 1rem -0.75rem -1rem -0.75rem;
    padding: 2rem 1.75rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .btn.btn-dark:hover, header.page-header .navbar .navbar-nav .nav-item .btn.btn-dark:focus {
  background: #302d71;
  transform: none;
  box-shadow: none;
  outline: none;
}
header.page-header .navbar .navbar-nav .nav-item .btn.btn-dark:active {
  background: #403b95;
  transform: none;
  box-shadow: none;
  outline: none;
}
header.page-header .navbar .navbar-nav .nav-item .btn.btn-dark img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
  margin-right: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown {
  position: static;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle {
  padding-right: 2.5rem;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle {
    padding-right: 2rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  position: absolute;
  border: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  background: url("../img/icons/plus.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    right: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    right: 0.5rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle.show:after {
  transform-origin: center;
  transform: rotate(45deg);
  filter: grayscale(1);
  opacity: 0.25;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  width: 100%;
  border: none;
  border-top: 1px solid #eee;
  background: #fff;
  padding: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    left: 0;
    top: 100%;
    z-index: 0;
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    visibility: hidden;
  }
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    overflow: hidden;
  }
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .container-fluid {
    padding: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-explanation {
  padding: 2.5rem 2.5rem 5rem 2.5rem;
  margin-left: -2.5rem;
  height: 100%;
  position: relative;
  background: rgba(56, 52, 131, 0.05);
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-explanation {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-explanation h4 {
  display: block;
  font-weight: bold;
  color: #383483;
  font-size: 1.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-explanation p {
  display: block;
  margin: 1rem 0;
  color: #383483;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links {
  padding: 2.5rem 0 5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links {
    padding: 2rem;
    background: rgba(56, 52, 131, 0.05);
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links h5 {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(56, 52, 131, 0.5);
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links h5 {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links .dropdown-item {
  display: block;
  color: #383483;
  font-weight: bold;
  background: none;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin-left: -1rem;
  border-radius: 0.75rem;
  width: auto;
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links .dropdown-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links .dropdown-item:hover {
  background: rgba(56, 52, 131, 0.05);
  color: #2d56ff;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links .dropdown-item:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-links .dropdown-item:active {
  background: rgba(56, 52, 131, 0.1);
  color: #2d56ff;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  object-fit: cover;
  background: rgba(56, 52, 131, 0.05);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-thumbnail {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-thumbnail {
    display: none;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-thumbnail {
    display: none;
  }
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.dropdown-shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #19173a;
  content: " ";
  z-index: 98;
  opacity: 0;
  visibility: hidden;
}
.dropdown-shadow.active {
  opacity: 0.8;
  visibility: visible;
}

footer.page-footer {
  padding: 5rem 0 2.5rem 0;
  background: rgba(56, 52, 131, 0.1);
  color: #383483;
}
footer.page-footer .footer-ndis {
  height: 80px;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .footer-ndis {
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .footer-ndis {
    height: 60px;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .footer-ndis {
    height: 60px;
    margin-top: 1.5rem;
  }
}
footer.page-footer h3 {
  font-weight: bold;
  color: #383483;
  font-size: 1rem;
  margin: 3rem 0 0.5rem 0;
}
footer.page-footer hr {
  margin: 2.5rem 0;
  opacity: 0.1;
}
footer.page-footer p.copyrights {
  font-size: 0.9rem;
}
footer.page-footer p.disclaimer {
  margin-top: 2.5rem;
}
footer.page-footer .contact-links {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.page-footer .contact-links li {
  margin-top: 0.25rem;
}
footer.page-footer .contact-links li a {
  color: #383483;
  text-decoration: none;
}
footer.page-footer .contact-links li a:hover {
  color: #2d56ff;
}
footer.page-footer .social-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
footer.page-footer .social-links li {
  margin-right: 0.5rem;
}
footer.page-footer .social-links li a {
  display: block;
  width: 3rem;
  height: 3rem;
  background: rgba(56, 52, 131, 0.1);
  line-height: 3rem;
  padding: 0;
  text-align: center;
  border-radius: 0.75rem;
}
footer.page-footer .social-links li a:hover {
  background: #2d56ff;
}
footer.page-footer .social-links li a:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  filter: brightness(0);
  opacity: 0.25;
}
footer.page-footer .legal-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.page-footer .legal-links li {
  margin-left: 1.5rem;
}
@media (max-width: 767.9px) {
  footer.page-footer .legal-links li {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}
footer.page-footer .legal-links li a {
  color: #383483;
  font-size: 0.9rem;
  text-decoration: none;
}
footer.page-footer .legal-links li a:hover {
  color: #2d56ff;
}

.btn {
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  position: relative;
}
.btn.btn-primary {
  background: #2d56ff;
  border-color: #2d56ff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #476bff;
  border-color: #476bff;
  box-shadow: rgba(45, 86, 255, 0.35) 0 0.5rem 1rem;
}
.btn.btn-primary:active {
  background: #1441ff;
  border-color: #1441ff;
  box-shadow: rgba(45, 86, 255, 0.35) 0 0.5rem 1rem;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #383483;
  position: relative;
  padding-right: 5rem;
}
.btn.btn-light:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.5rem;
  width: 1px;
  height: 35%;
  background: #383483;
  content: " ";
  margin: auto;
  opacity: 0.25;
}
.btn.btn-light:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.btn.btn-light:hover, .btn.btn-light:focus {
  box-shadow: rgba(45, 86, 255, 0.35) 0 0.5rem 1rem;
}
.btn.btn-dark {
  background: #383483;
  border-color: #383483;
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #302d71;
  border-color: #302d71;
  color: #fff;
}
.btn.btn-dark:active {
  background: #28265e;
  border-color: #28265e;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #2d56ff;
  color: #2d56ff;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #2d56ff;
  border-color: #2d56ff;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #1441ff;
  border-color: #1441ff;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #383483;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #2d56ff;
}
.btn.btn-outline-dark {
  border-color: #383483;
  color: #383483;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #383483;
  border-color: #383483;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  border: none;
  color: #2d56ff;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 0.75;
}
.btn.btn-link.btn-arrow-right {
  display: inline-flex;
  align-items: center;
}
.btn.btn-link.btn-arrow-right img {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
}
.btn .spinner-border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  visibility: hidden;
}
.btn.disabled .btn-text {
  opacity: 0;
  visibility: hidden;
}
.btn.disabled .spinner-border {
  opacity: 1;
  visibility: visible;
}

.form-control {
  height: auto;
}
.main {
  padding: 10rem 0 12rem 0;
  position: relative;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
  z-index: 0;
}
.main .container {
  position: relative;
  z-index: 3;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383483;
  content: " ";
  z-index: 1;
  opacity: 0.15;
}
.main .section-line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.main h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
.main p {
  color: #fff;
  margin: 1rem 0 1.5rem 0;
}

.services-boxes {
  position: relative;
  padding: 5rem 0 0 0;
  z-index: 3;
}
.services-boxes h2 {
  font-weight: bold;
  color: #383483;
}
.services-boxes .service-box {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #383483;
  box-shadow: rgba(56, 52, 131, 0.05) 0 0.25rem 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 100%;
}
.services-boxes .service-box:hover {
  box-shadow: rgba(45, 86, 255, 0.15) 0 0.5rem 1.5rem;
}
.services-boxes .service-box img.service-thumbnail {
  display: block;
  width: 100%;
  height: 15rem;
  object-fit: cover;
  background: rgba(56, 52, 131, 0.1);
}
.services-boxes .service-box .service-details {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.services-boxes .service-box h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
}
.services-boxes .service-box p {
  margin: 1rem 0;
}
.services-boxes .service-box .btn {
  margin-top: auto;
}
.services-boxes .service-box .btn i {
  font-style: normal;
}

.about {
  padding: 7.5rem 0;
  position: relative;
  z-index: 0;
}
.about .container {
  position: relative;
  z-index: 3;
}
.about:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-image: radial-gradient(circle, #D3D4D4, #D3D4D4 1px, transparent 1px);
  background-size: 8px 8px;
  content: " ";
  z-index: 0;
}
.about:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white);
  content: " ";
  z-index: 1;
}
.about .about-box h2 {
  font-weight: bold;
  line-height: 1;
  color: #383483;
  margin: 0 0 2.5rem 0;
}
.about .about-box p {
  font-size: 1.25rem;
  color: #383483;
}
.about .differences-box {
  display: block;
  padding: 4rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: rgba(45, 86, 255, 0.1) 0 0.5rem 4rem;
}
@media (max-width: 767.9px) {
  .about .differences-box {
    padding: 4rem 2.5rem;
  }
}
.about .differences-box h3 {
  color: #383483;
  font-weight: bold;
}
.about .differences-box h5 {
  font-size: 0.9rem;
  color: rgba(56, 52, 131, 0.5);
  font-weight: 700;
  margin: 1.5rem 0 0.5rem 0;
}
.about .differences-box p {
  color: #383483;
}
.about .differences-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.about .differences-box ul li {
  display: block;
  position: relative;
  color: #383483;
  padding-left: 3rem;
  margin-top: 1rem;
}
.about .differences-box ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #2d56ff;
  border-radius: 0.75rem;
  content: " ";
}
.about .differences-box ul li:after {
  position: absolute;
  top: 0;
  bottom: 0.25rem;
  margin: auto;
  left: 0.5rem;
  width: 1rem;
  height: 0.5rem;
  border-bottom: 2px solid #2d56ff;
  border-left: 2px solid #2d56ff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
}
.about .differences-box ul li strong {
  display: block;
}
.about .differences-box ul li span {
  font-size: 0.8rem;
  display: block;
}
.about .differences-box hr {
  opacity: 0.1;
  margin: 2rem 0;
}

.cta {
  position: relative;
  padding: 12rem 0 10rem 0;
  background: url("../img/services/assist-transport-and-travel.jpg") center no-repeat fixed;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .cta {
    background-attachment: inherit;
  }
}
.cta .container {
  position: relative;
  z-index: 3;
}
.cta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383483;
  content: " ";
  z-index: 0;
  opacity: 0.35;
}
.cta h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2.5rem 0;
}

.contact {
  padding: 7.5rem 0;
  position: relative;
  z-index: 0;
}
.contact h2 {
  font-weight: bold;
  color: #383483;
}
.contact p {
  color: #383483;
}
.contact p.small {
  margin-top: 1rem;
  color: rgba(56, 52, 131, 0.5);
}
.contact .form-field {
  position: relative;
}
.contact .form-field .form-label {
  font-weight: 600;
  color: #383483;
  font-size: 1.1rem;
  position: relative;
}
.contact .form-field .form-control {
  height: auto;
  padding: 1rem;
  border: 1px solid #ddd;
  box-shadow: none;
}
.contact .form-field textarea.form-control {
  min-height: 10rem;
}
.contact .form-field.field-required .form-label:after {
  content: "*";
  margin-left: 0.25rem;
  opacity: 0.25;
}
.contact .form-field:focus-within .form-label {
  color: #2d56ff;
}
.contact .form-field:focus-within .form-control {
  border-color: #2d56ff;
}
.contact .contact-item {
  position: relative;
  padding-left: 5rem;
  display: block;
  text-decoration: none;
  min-height: 4rem;
  color: #383483;
}
.contact .contact-item + .contact-item {
  margin-top: 1.5rem;
}
.contact .contact-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  background: rgba(45, 86, 255, 0.1);
  border-radius: 0.75rem;
  content: " ";
  z-index: 0;
}
.contact .contact-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  z-index: 2;
}
.contact .contact-item span {
  display: block;
  font-size: 0.9rem;
  opacity: 0.5;
}
.contact .contact-item strong {
  display: block;
}
.contact .contact-map {
  width: 100%;
  height: 15rem;
  background: rgba(56, 52, 131, 0.1);
  border-radius: 0.75rem;
  overflow: hidden;
}
.contact .contact-map iframe {
  width: 100%;
  height: 15rem;
  border: none;
  outline: none;
  box-shadow: none;
}
.contact .form-response {
  color: #383483;
}

.main.main-v2 {
  background: url("../img/services/assist-transport-and-travel.jpg") center no-repeat;
  background-size: cover;
}
.main.main-v2:before {
  opacity: 0.25;
}

.contact.referral-form {
  padding: 2.5rem 0 5rem 0;
}
.contact.referral-form form .form-step h3 {
  font-weight: bold;
  color: #383483;
  margin: 2.5rem 0 1.5rem 0;
}

.main.v3 {
  background: none;
}
.main.v3 .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.main.v3 .main-image.image-top {
  object-position: center top;
}
.main.v3.v4:before {
  opacity: 0.75;
}

.service-details {
  padding: 5rem 0 7.5rem 0;
}
.service-details h2 {
  font-weight: bold;
  color: #383483;
  margin: 0 0 1.5rem 0;
}
.service-details p {
  font-size: 1.25rem;
  color: #383483;
  margin: 0 0 1.5rem 0;
}
.service-details p.small {
  font-size: 1rem;
}
.service-details .service-item {
  padding: 1.5rem;
  background: rgba(56, 52, 131, 0.1);
  border-radius: 0.75rem;
}
.service-details .service-item + .service-item {
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .service-details .service-item + .service-item {
    margin-top: 1.5rem;
  }
}
.service-details .service-item strong {
  display: block;
  color: #383483;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.service-details .service-item p {
  font-size: 1rem;
  margin: 0;
}
.service-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.service-details ul li {
  display: block;
  position: relative;
  color: #383483;
  padding-left: 2rem;
  margin-top: 0.5rem;
  font-weight: 600;
}
.service-details ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #2d56ff;
  border-radius: 0.5rem;
  content: " ";
}
.service-details ul li:after {
  position: absolute;
  top: 0;
  bottom: 0.15rem;
  margin: auto;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
}

.service-benefits {
  position: relative;
  padding: 7.5rem 0;
  background: #383483;
}
.service-benefits .benefit-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .service-benefits .benefit-image {
    display: none;
  }
}
.service-benefits h2 {
  font-weight: bold;
  color: #fff;
  margin: 0 0 1.5rem 0;
}
.service-benefits p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1.5rem 0;
}
.service-benefits .benefit-item {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 3rem;
}
.service-benefits .benefit-item:before {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
  border-radius: 0.75rem;
  content: " ";
}
.service-benefits .benefit-item:after {
  position: absolute;
  top: 0.65rem;
  left: 0.5rem;
  width: 1rem;
  height: 0.5rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
}
.service-benefits .benefit-item strong {
  display: block;
  color: #fff;
}
.service-benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.service-benefits ul li {
  display: block;
  position: relative;
  color: #fff;
  padding-left: 2rem;
  margin-top: 0.5rem;
  font-weight: 600;
}
.service-benefits ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  content: " ";
}
.service-benefits ul li:after {
  position: absolute;
  top: 0;
  bottom: 0.15rem;
  margin: auto;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid #2d56ff;
  border-left: 2px solid #2d56ff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
}

.cta.v2 {
  background: url("../img/cta-2.jpg") center no-repeat fixed;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .cta.v2 {
    background-attachment: inherit;
  }
}

.cta.v3 {
  background: url("../img/cta-3.jpg") center no-repeat fixed;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .cta.v3 {
    background-attachment: inherit;
  }
}

.service-houses {
  padding: 0 0 7.5rem 0;
}
.service-houses .service-house-box {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #383483;
  box-shadow: rgba(56, 52, 131, 0.05) 0 0.25rem 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 100%;
}
.service-houses .service-house-box:hover {
  box-shadow: rgba(45, 86, 255, 0.15) 0 0.5rem 1.5rem;
}
.service-houses .service-house-box:active {
  box-shadow: rgba(45, 86, 255, 0.25) 0 0.5rem 1.5rem;
}
.service-houses .service-house-box img.service-house-thumbnail {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  background: rgba(56, 52, 131, 0.1);
}
.service-houses .service-house-box .service-house-info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.service-houses .service-house-box .service-house-info .house-address {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
}
.service-houses .service-house-box .service-house-info .house-type {
  margin: 0.5rem 0 1rem 0;
}
.service-houses .service-house-box .service-house-info .house-features {
  list-style: none;
  display: block;
  flex-wrap: wrap;
  margin: 0 0 -0.5rem 0;
  padding: 0;
}
.service-houses .service-house-box .service-house-info .house-features li {
  display: flex;
  align-items: center;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 0.9rem;
}
.service-houses .service-house-box .service-house-info .house-features li img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}

.main.property-main {
  background: none;
  padding: 7.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main.property-main {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.property-main {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .main.property-main {
    padding: 5rem 0 5rem 0;
    text-align: center;
  }
}
.main.property-main:after, .main.property-main:before {
  display: none;
}
.main.property-main h1 {
  color: #383483;
  font-weight: bold;
  font-size: 4rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main.property-main h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.property-main h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .main.property-main h1 {
    font-size: 3rem;
  }
}
.main.property-main h1 span {
  font-weight: 400;
}
.main.property-main h2 {
  color: #383483;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .main.property-main h2 {
    font-size: 1.25rem;
  }
}
.main.property-main p {
  color: #383483;
}
.main.property-main .house-checklist {
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: #383483;
}
@media (max-width: 767.9px) {
  .main.property-main .btn {
    margin: 0.25rem;
  }
}
.main.property-main .property-info {
  position: sticky;
  top: 10rem;
}
.main.property-main .house-features {
  list-style: none;
  display: block;
  flex-wrap: wrap;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.main.property-main .house-features li {
  display: flex;
  align-items: center;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #383483;
}
@media (max-width: 767.9px) {
  .main.property-main .house-features li {
    justify-content: center;
  }
}
.main.property-main .house-features li img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
@media (max-width: 767.9px) {
  .main.property-main .property-images {
    margin-top: 5rem;
  }
}
.main.property-main .property-images img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.main.property-main .property-images img + img {
  margin-top: 1.5rem;
}

.property-map {
  display: block;
  width: 100%;
  height: 20rem;
  position: relative;
  background: #f2f3f4;
}
.property-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  outline: none;
  box-shadow: none;
}

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