/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: MYhealth 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, .resources-faq .accordion-item, .resources-videos .video-box .video-details, .resources-videos .video-box, .contact .form-field .form-control, .contact .form-field .form-label, .services-boxes.v2 .services-list .service-item:after, .services-boxes.v2 .services-list .service-item:before, .services-boxes.v2 .services-list .service-item, .services-boxes .service-box .service-box-details, .services-boxes .service-box, .btn.btn-link, .btn.btn-outline-light:after, footer.page-footer .social-links li a img, footer.page-footer .social-links li a, .dropdown-shadow, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu, 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, .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.v2 .main-image, .main .section-line {
  user-select: none;
}

.disable-clicks, .main.v3 .main-image, .main.v2 .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: 13px;
  }
}
@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.625rem;
  }
}

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

header.page-header {
  background: #fff;
  box-shadow: rgba(27, 56, 94, 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;
    text-align: center;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  color: #1b385e;
  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: 2.3rem 0.6rem;
  }
}
@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.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 0;
    background: none !important;
    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(27, 56, 94, 0.025);
  color: #186580;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  background: rgba(27, 56, 94, 0.075);
  color: #186580;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #186580;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item .btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .btn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;
  }
}
header.page-header .navbar .navbar-nav .nav-item .btn img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
  margin-right: 0.5rem;
  margin-left: -0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown {
  position: static;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  width: 100%;
  border: none;
  border-top: 1px solid #eee;
  background: #fff;
  padding: 2.5rem 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;
    padding: 0.5rem 0 1.5rem 0;
  }
  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 h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #1b385e;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu h5 {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  display: block;
  color: #1b385e;
  font-weight: bold;
  background: none;
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  width: auto;
  position: relative;
  white-space: normal;
  background: rgba(27, 56, 94, 0.025);
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 1rem 1rem 1rem 6rem;
    margin-top: 1rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #186580;
  background: rgba(27, 56, 94, 0.1);
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background: rgba(27, 56, 94, 0.15);
  color: #186580;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item img {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  height: 15rem;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item img {
    width: 5rem;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item strong {
  display: block;
  font-size: 1.15rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item strong {
    margin-top: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item p {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #1b385e;
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

.dropdown-shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #04090f;
  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: #1b385e;
  color: #1b385e;
  overflow: hidden;
}
footer.page-footer .navbar-brand img {
  filter: brightness(0) invert(1);
}
footer.page-footer h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 1.5rem 0 0.5rem 0;
  }
}
footer.page-footer hr {
  margin: 2.5rem 0;
  opacity: 1;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
footer.page-footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
footer.page-footer p.disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
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: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  position: relative;
}
footer.page-footer .contact-links li a:hover {
  color: #fff;
}
footer.page-footer .contact-links.contact-items li a {
  padding-left: 1.5rem;
  display: block;
}
footer.page-footer .contact-links.contact-items li a img {
  filter: brightness(0) invert(1);
  position: absolute;
  top: 0.35rem;
  left: 0;
  width: 1rem;
  opacity: 0.5;
}
footer.page-footer .contact-links.contact-items li a:hover img {
  opacity: 1;
}
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: 3.5rem;
  height: 3.5rem;
  background: rgba(255, 255, 255, 0.1);
  line-height: 3.5rem;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}
footer.page-footer .social-links li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer.page-footer .social-links li a:hover img {
  opacity: 1;
}
footer.page-footer .social-links li a img {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  filter: brightness(0) invert(1);
  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: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  text-decoration: none;
}
footer.page-footer .legal-links li a:hover {
  color: #fff;
}
footer.page-footer .disclaimer-img {
  height: 4rem;
}

.btn {
  font-weight: 700;
  border-radius: 2.5rem;
  padding: 1rem 2rem;
}
.btn.btn-primary {
  background: #186580;
  border-color: #186580;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #1c7695;
  border-color: #1c7695;
  box-shadow: rgba(24, 101, 128, 0.35) 0 0.5rem 1rem;
}
.btn.btn-primary:active {
  background: #14546b;
  border-color: #14546b;
  box-shadow: rgba(24, 101, 128, 0.35) 0 0.5rem 1rem;
}
.btn.btn-primary.btn-arrow-right {
  display: inline-flex;
  align-items: center;
}
.btn.btn-primary.btn-arrow-right img {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.5rem -0.5rem -0.5rem 0.5rem;
  filter: brightness(0) invert(1);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1b385e;
}
.btn.btn-light:hover, .btn.btn-light:focus {
  box-shadow: rgba(24, 101, 128, 0.35) 0 0.5rem 1rem;
}
.btn.btn-light.btn-arrow-right {
  display: inline-flex;
  align-items: center;
}
.btn.btn-light.btn-arrow-right img {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.5rem -0.5rem -0.5rem 0.5rem;
}
.btn.btn-dark {
  background: #1b385e;
  border-color: #1b385e;
  color: #1b385e;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #186580;
  color: #186580;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #186580;
  border-color: #186580;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #14546b;
  border-color: #14546b;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
  position: relative;
  padding-right: 3rem;
}
.btn.btn-outline-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;
  filter: brightness(0) invert(1);
  content: " ";
  margin: auto;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1b385e;
  box-shadow: none;
}
.btn.btn-outline-light:hover:after, .btn.btn-outline-light:focus:after {
  filter: none;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #186580;
  box-shadow: none;
}
.btn.btn-outline-light:active:after {
  filter: none;
}
.btn.btn-outline-dark {
  border-color: #1b385e;
  color: #1b385e;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1b385e;
  border-color: #1b385e;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  border: none;
  color: #186580;
  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.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}

.form-control {
  height: auto;
}
.main {
  padding: 12rem 0;
  position: relative;
  background: url("../img/main-bg.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .main {
    padding: 7.5rem 0;
    text-align: center;
  }
}
.main .container {
  position: relative;
  z-index: 3;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 56, 94, 0.6);
  content: " ";
  z-index: 1;
}
.main:after {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 215% 90px;
  background-position: 55% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23ffffff"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23ffffff"/></svg>');
}
@media (min-width: 2100px) {
  .main:after {
    background-size: 215% calc(2vw + 90px);
  }
}
.main .section-line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.main h1 {
  font-size: 4rem;
  line-height: 1.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;
}
.main .btn {
  margin: 0 0.25rem 0.25rem 0.25rem;
}
@media (max-width: 767.9px) {
  .main .btn {
    margin: 0 1.5rem 1.5rem 1.5rem;
  }
}
.main.v2 {
  padding: 7.5rem 0;
}
.main.v2:before {
  background: rgba(27, 56, 94, 0.4);
}
.main.v2 .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.main.v2 .main-image.image-top {
  object-position: center top;
}
.main.v2 h1 {
  font-size: 3rem;
}
.main.v3 {
  padding: 7.5rem 0;
}
.main.v3:before {
  background: rgba(27, 56, 94, 0.4);
}
.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 h1 {
  font-size: 1.5rem;
}
.main.v3 h2 {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.9px) {
  .main.v3 h2 {
    font-size: 3rem;
  }
}

.services-boxes {
  position: relative;
  padding: 5rem 0;
  z-index: 3;
}
.services-boxes h2 {
  font-weight: bold;
  color: #1b385e;
  font-size: 2.5rem;
}
.services-boxes p {
  font-size: 1rem;
  color: #1b385e;
}
.services-boxes .service-box {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #1b385e;
  box-shadow: rgba(27, 56, 94, 0.05) 0 0.25rem 1rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}
.services-boxes .service-box:hover {
  box-shadow: rgba(24, 101, 128, 0.15) 0 0.25rem 1rem;
}
.services-boxes .service-box:hover .service-box-details {
  background: linear-gradient(to top, rgba(27, 56, 94, 0.35), rgba(27, 56, 94, 0));
}
.services-boxes .service-box img.service-thumbnail {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  background: rgba(27, 56, 94, 0.1);
  position: relative;
  z-index: 0;
}
.services-boxes .service-box .service-box-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(to top, rgba(27, 56, 94, 0.65), rgba(27, 56, 94, 0));
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  z-index: 2;
}
.services-boxes .service-box .service-box-details h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}
.services-boxes .service-box .service-box-details p {
  margin: 0.5rem 0 0 0;
  color: #1b385e;
  display: none;
}
.services-boxes.v2 h2 {
  margin-bottom: 1rem;
}
.services-boxes.v2 .services-list {
  display: flex;
  flex-direction: column;
}
.services-boxes.v2 .services-list .service-item {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #186580;
  font-size: 1.5rem;
  margin: 0.15rem 0;
  padding: 0.65rem 3rem 0.65rem 0.75rem;
  border-radius: 1rem;
}
.services-boxes.v2 .services-list .service-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #186580;
  border-radius: 50%;
  content: " ";
  margin: auto;
  z-index: 1;
}
.services-boxes.v2 .services-list .service-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: 1.5rem;
  content: " ";
  margin: auto;
  z-index: 2;
}
.services-boxes.v2 .services-list .service-item:hover {
  color: #1b385e;
  background: #e6eef8;
}
.services-boxes.v2 .services-list .service-item:hover:before {
  border-color: #1b385e;
  background: #1b385e;
}
.services-boxes.v2 .services-list .service-item:hover:after {
  filter: brightness(0) invert(1);
}
.services-boxes.v2 .services-list .service-item:active {
  color: #1b385e;
  background: #dee8f6;
  transform-origin: center;
  transform: scale(0.975);
}
.services-boxes.v2 .services-list .service-item:active:before {
  border-color: #1b385e;
  background: #1b385e;
}
.services-boxes.v2 .services-list .service-item:active:after {
  filter: brightness(0) invert(1);
}

.about {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
  background: #f6f9fc;
}
.about .container {
  position: relative;
  z-index: 3;
}
.about h2 {
  font-weight: bold;
  color: #1b385e;
  font-size: 2.5rem;
}
.about p {
  color: #1b385e;
}
.about .feature-item {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(27, 56, 94, 0.1);
}
@media (max-width: 767.9px) {
  .about .feature-item {
    padding-left: 0;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-left: none;
    border-top: 1px solid rgba(27, 56, 94, 0.1);
  }
}
.about .feature-item img {
  display: block;
  width: 4rem;
  height: 4rem;
}
.about .feature-item strong {
  display: block;
  margin: 0.5rem 0;
  color: #1b385e;
}
.about .feature-item span {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  color: #1b385e;
  opacity: 0.25;
  line-height: 0.9;
}
.about .feature-item p {
  color: #1b385e;
  margin-bottom: 0;
}
.about.v2 {
  padding: 0;
  background: none;
}
.about.v2 .box {
  overflow: hidden;
}
.about.v2 .feature-item {
  padding: 4rem 3rem;
  height: 100%;
  background: #1b385e;
  border-radius: 2rem;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about.v2 .feature-item {
    padding: 2.5rem;
  }
}
.about.v2 .feature-item img {
  width: 4rem;
  height: 4rem;
  display: block;
  filter: brightness(0) invert(1);
}
.about.v2 .feature-item strong {
  color: #fff;
  font-size: 1.5rem;
  margin: 1rem 0;
}
.about.v2 .feature-item p {
  color: white;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.about.v2 .feature-item.v2 {
  background: #186580;
}
.about.v2 .feature-item.v3 {
  background: #3bb2b8;
}

.cta {
  position: relative;
  padding: 10rem 0;
  z-index: 0;
  background: url("../img/cta-bg.jpg") center no-repeat fixed;
  background-size: cover;
}
@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%;
  content: " ";
  z-index: 1;
  background: #1b385e;
  opacity: 0.6;
}
.cta h2 {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.9px) {
  .cta h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.cta p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
.cta.v2 {
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .cta.v2 {
    text-align: center;
  }
}
.cta.v2 h2 {
  font-size: 2.5rem;
}

.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 form .form-step {
  border: 1px solid rgba(27, 56, 94, 0.1);
  border-radius: 1rem;
  padding: 2rem;
}
.contact.referral-form form .form-step + .form-step {
  margin-top: 1.5rem;
}
.contact.referral-form form .form-step h3 {
  font-weight: bold;
  color: #1b385e;
  margin: 2.5rem 0 1.5rem 0;
}
.contact.referral-form form .form-step h4 {
  font-weight: bold;
  color: #1b385e;
  font-size: 1.75rem;
}
.contact.referral-form form .form-check .form-check-input:checked {
  background-color: #186580;
  border-color: #186580;
}
.contact.referral-form form .form-check .form-check-input:focus {
  box-shadow: rgba(24, 101, 128, 0.25) 0 0 0 0.25rem;
}

.service-details {
  padding: 5rem 0;
}
.service-details h2 {
  font-weight: bold;
  color: #1b385e;
  margin: 0 0 1.5rem 0;
}
.service-details p {
  font-size: 1rem;
  color: #1b385e;
  margin: 0 0 1.5rem 0;
}
.service-details p.small {
  font-size: 1rem;
}
.service-details .service-box {
  border-radius: 1rem;
  border: 1px solid rgba(27, 56, 94, 0.1);
  padding: 2.5rem;
}
.service-details .service-box h4 {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  color: #1b385e;
}
.service-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.service-details ul li {
  display: block;
  position: relative;
  color: #1b385e;
  padding-left: 2rem;
  margin-top: 0.5rem;
  font-weight: 400;
}
.service-details ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #1b385e;
  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-bottom: 5rem;
}
.service-benefits .box {
  background: #f6f9fc;
  border-radius: 2.5rem;
  padding: 4rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service-benefits .box {
    padding: 2rem;
    border-radius: 1rem;
  }
}
@media (max-width: 767.9px) {
  .service-benefits .box {
    padding: 2rem;
    border-radius: 1rem;
  }
}
.service-benefits .box + .box {
  margin-top: 1.5rem;
}
.service-benefits h2 {
  font-weight: bold;
  color: #1b385e;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service-benefits h2 {
    font-size: 1.75rem;
  }
}
.service-benefits p {
  color: #1b385e;
  margin: 0 0 1.5rem 0;
}
.service-benefits p:last-child {
  margin-bottom: 0;
}
.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: 400;
}
.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: 50%;
  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 #186580;
  border-left: 2px solid #186580;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
}
.service-benefits.v2 {
  background: #186580;
  padding-top: 5rem;
}
.service-benefits.v2 h2 {
  color: #fff;
}
.service-benefits.v2 h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.service-benefits.v2 p {
  color: rgba(255, 255, 255, 0.75);
}
.service-benefits.v2 .box {
  background: none;
  padding: 0;
}

.contact {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
}
.contact h2 {
  font-weight: bold;
  color: #1b385e;
}
.contact p {
  color: #1b385e;
}
.contact p.small {
  margin-top: 1rem;
  color: rgba(27, 56, 94, 0.5);
}
.contact .form-field {
  position: relative;
}
.contact .form-field .form-label {
  font-weight: bold;
  color: #1b385e;
  font-size: 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: #186580;
}
.contact .form-field:focus-within .form-control {
  border-color: #186580;
}
.contact .contact-map {
  width: 100%;
  height: 13rem;
  background: rgba(27, 56, 94, 0.1);
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.contact .contact-map iframe {
  width: 100%;
  height: 13rem;
  border: none;
  outline: none;
  box-shadow: none;
}
.contact .team-members-avatars {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  margin-left: -4px;
}
.contact .team-members-avatars img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: -1rem;
  border: 4px solid #fff;
}
.contact .contact-item {
  position: relative;
  padding: 1rem 1rem 1rem 4.5rem;
  background: #f2f6fb;
  border-radius: 0 0 1rem 1rem;
}
.contact .contact-item img {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  width: 3rem;
  height: 3rem;
}
.contact .contact-item span {
  display: block;
  font-weight: bold;
  color: #186580;
}
.contact .contact-item strong {
  display: block;
  font-weight: 400;
  color: #1b385e;
}

.contact-boxes {
  position: relative;
  background: #1b385e;
}
.contact-boxes .contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .contact-boxes .contact-item {
    display: block;
    position: relative;
    padding: 1.5rem 0 1.5rem 4rem;
  }
}
.contact-boxes .contact-item img {
  width: 4rem;
  height: 4rem;
  z-index: 2;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .contact-boxes .contact-item img {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1.5rem;
    left: 0;
  }
}
.contact-boxes .contact-item span {
  display: block;
  font-size: 1rem;
  opacity: 0.5;
  margin: 0.5rem 0;
  color: #fff;
}
@media (max-width: 767.9px) {
  .contact-boxes .contact-item span {
    margin-top: 0;
  }
}
.contact-boxes .contact-item strong {
  display: block;
  color: #fff;
  font-weight: bold;
}

.roles {
  position: relative;
  padding: 0;
  background: #186580;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .roles {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .roles {
    padding-bottom: 5rem;
    text-align: center;
  }
}
.roles h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.9px) {
  .roles h2 {
    margin-top: 5rem;
  }
}
.roles p {
  color: #fff;
  margin: 1rem 0 1.5rem 0;
}

.certified {
  padding: 5rem 0;
  position: relative;
  background: #fff;
}
.certified h2 {
  font-weight: bold;
  color: #1b385e;
  font-size: 2.5rem;
}
.certified p {
  color: #1b385e;
}
.certified .certifications-logo {
  height: 4rem;
}
.certified .img-fluid {
  margin-bottom: -5rem;
}

.resources-videos {
  position: relative;
  z-index: 1;
}
.resources-videos .video-box {
  display: block;
  position: relative;
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
  overflow: hidden;
}
.resources-videos .video-box:hover {
  box-shadow: rgba(27, 56, 94, 0.15) 0 0.25rem 1rem;
}
.resources-videos .video-box:hover .video-details {
  background: rgba(27, 56, 94, 0.25);
}
.resources-videos .video-box img.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.resources-videos .video-box .video-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(27, 56, 94, 0.5);
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
  text-align: center;
}
.resources-videos .video-box .video-details img {
  width: 3rem;
  height: 3rem;
  filter: brightness(0) invert(1);
  display: block;
}
.resources-videos .video-box .video-details strong {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0.5rem 0;
}
.resources-videos .video-box .video-details span {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

.resources-faq {
  position: relative;
  padding: 7.5rem 0 5rem 0;
  margin-top: -2.5rem;
  background: #f6f9fc;
}
.resources-faq h2 {
  font-weight: bold;
  color: #1b385e;
  font-size: 2.5rem;
}
.resources-faq p {
  color: #1b385e;
}
.resources-faq .accordion-item {
  border: none;
  box-shadow: none;
  margin-top: 1rem;
  background: #fff;
  border-radius: 1rem;
}
.resources-faq .accordion-item:hover {
  box-shadow: rgba(27, 56, 94, 0.1) 0 0.25rem 1rem;
}
.resources-faq .accordion-item .accordion-header {
  display: block;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.resources-faq .accordion-item .accordion-header .accordion-button {
  display: block;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  text-align: left;
  font-weight: bold;
  color: #1b385e;
  padding: 1.5rem;
  font-size: 1.1rem;
}
.resources-faq .accordion-item .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #1b385e;
}
.resources-faq .accordion-item .accordion-body p {
  margin-bottom: 0;
}
.resources-faq .accordion-item .accordion-body p a {
  color: #186580;
  font-weight: 600;
}

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