@charset "UTF-8";
.home .ap-wrapper.ap-wrap-absolute-content {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 1rem auto;
  max-width: 52.5rem;
  padding: 0 1rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form {
    padding: 30px 20px;
    background-color: #666;
    margin: 0 auto;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form h5.title-section {
  margin-bottom: 1.75rem;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form {
    flex-direction: column;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="text"] {
  flex: 1;
  padding: 0.75rem 1rem;
  height: 50px;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="text"] {
    width: 100%;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="submit"] {
  height: 50px;
  padding: 0.95rem 2rem;
  color: #ffffff;
  background-color: #003a42;
  border: 1px solid #003a42;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="submit"] {
    width: 100%;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="submit"]:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc {
  margin-top: 1.5rem;
  padding: 0 5rem;
}
@media (max-width: 991.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc {
    padding: 0rem;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: calc(100% - 100px);
  margin: 0 auto 30px;
}
@media screen and (max-width: 991.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc p {
    margin: 0 auto 16px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc p {
    margin: 0 auto 0;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video {
    z-index: 1;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-5 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-10 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-10 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-15 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-15 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-20 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-20 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-25 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-25 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-30 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-30 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-35 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-35 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-40 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-40 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-45 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-45 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-50 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-50 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-55 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-55 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-60 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-60 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-65 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-65 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-70 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-70 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-75 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-75 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-80 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-80 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-85 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-85 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-90 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-90 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-95 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.95);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-95 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: black;
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .bg-overlay-section-video-100 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video {
    position: unset;
  }
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .mejs-controls, .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .mejs-overlay-button {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .mejs-offscreen {
  display: none !important;
}
@media (max-width: 991.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .mejs-container {
    height: 300px !important;
  }
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-video .mejs-container .mejs-mediaelement iframe {
    height: 360px !important;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .tns-nav {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: 100%;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .tns-nav button {
  width: 13px;
  height: 13px;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  border: 0;
  background: white;
  opacity: 0.75;
  border-radius: 50%;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive {
  padding-bottom: 75vh;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive img {
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive {
    padding-bottom: 56.25%;
  }
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive {
    padding-bottom: 55%;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive a {
  cursor: default;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (min-width: 991.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav span {
  display: flex;
  align-items: center;
  width: 40px;
  height: 39px;
  justify-content: center;
  position: absolute;
  color: #ffffff;
  font-size: 2rem;
  background: #003a42;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #003a42;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav span:hover {
  background: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav span.prev {
  left: 2rem;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav span.next {
  right: 2rem;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-5 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-10 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-10 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-15 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-15 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-20 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-20 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-25 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-25 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-30 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-30 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-35 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-35 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-40 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-40 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-45 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-45 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-50 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-50 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-55 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-55 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-60 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-60 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-65 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-65 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-70 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-70 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-75 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-75 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-80 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-80 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-85 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-85 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-90 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-90 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-95 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.95);
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-95 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: black;
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-100 {
    display: none;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-text {
  width: 100%;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-text {
    padding: 1.5rem;
    position: relative;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    font-size: 0.95rem;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section {
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section {
    font-size: 26px;
    line-height: 32px;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section ~ p {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section ~ p {
    max-width: 700px;
    margin: 0 auto;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content.hero-section {
  background: #7a7a7a;
}
.home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text {
    background-color: transparent;
    color: #fff;
    padding: 0 155px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text {
    padding: 0px 20px;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text h5.title-section {
  font-size: 78px;
  font-weight: 400;
  line-height: 70.4px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text h5.title-section {
    max-width: 585px;
    line-height: 85px;
  }
}
@media screen and (max-width: 991.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text h5.title-section {
    font-size: 48px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text h5.title-section {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text h5.title-section {
    font-size: 26px;
    line-height: 32px;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text h5.title-section ~ p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text h5.title-section ~ p {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget.widget_ap-text h5.title-section ~ p {
    margin-bottom: 16px;
  }
}
.home .ap-wrapper.ap-wrap-absolute-content.hero-section .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive {
  padding-bottom: 100vh;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-quick-search h5.title-section {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-quick-search h5.title-section {
    color: #333333;
  }
}
.home .widget_ap-slideshow {
  position: relative;
}
.home .widget_ap-slideshow .ap-slideshow .tns-nav {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: 100%;
}
.home .widget_ap-slideshow .ap-slideshow .tns-nav button {
  width: 13px;
  height: 13px;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  border: 0;
  background: white;
  opacity: 0.75;
  border-radius: 50%;
}
.home .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive img {
  object-fit: cover;
}
.home .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive a {
  cursor: default;
}
.home .widget_ap-slideshow .ap-slideshow .slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
}
.home .widget_ap-slideshow .ap-slideshow .slider-nav span {
  display: flex;
  align-items: center;
  width: 40px;
  height: 39px;
  justify-content: center;
  position: absolute;
  color: #ffffff;
  font-size: 1.65rem;
  background: #003a42;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #003a42;
}
.home .widget_ap-slideshow .ap-slideshow .slider-nav span:hover {
  background: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
.home .widget_ap-slideshow .ap-slideshow .slider-nav span.prev {
  left: 2rem;
}
.home .widget_ap-slideshow .ap-slideshow .slider-nav span.next {
  right: 2rem;
}
.home .widget_ap-quick-search {
  width: 100%;
  max-width: 60rem;
  margin: 1.5rem auto;
  z-index: 2;
  padding: 0 1.5rem;
}
@media (max-width: 1025px) {
  .home .widget_ap-quick-search {
    max-width: 52.5rem;
  }
}
@media (max-width: 767.98px) {
  .home .widget_ap-quick-search {
    padding: 0;
    margin: 0;
  }
}
.home .widget_ap-quick-search h5.title-section {
  font-family: Roboto;
  font-size: 2.75rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
  color: #333333;
}
@media (max-width: 991.98px) {
  .home .widget_ap-quick-search h5.title-section {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search.select2-search--inline {
  max-width: 100%;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search.select2-search--inline .select2-search__field {
  max-width: 100%;
  line-height: 32px;
}
.home .widget_ap-quick-search .select2-container--default .select2-results__option--highlighted[aria-selected=true] {
  color: rgba(255, 255, 255, 0.75) !important;
}
.home .widget_ap-quick-search select + .select2-container--default {
  width: 100% !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  padding: 0 20px 0 10px !important;
  line-height: 35px;
  height: 36px !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 5px;
  top: 14px;
  content: "";
  border-color: #333333 transparent transparent transparent !important;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0 !important;
  display: inline-block;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li input.select2-search__field {
  border: 0 !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-top: 0 !important;
  padding: 0 !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
  display: none;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice:after {
  content: ",";
  display: inline-block;
  margin-right: 2px;
}
.home .widget_ap-quick-search .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
  color: #fff !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-results__option[aria-selected=true]:after {
  content: "";
  position: absolute;
  font-family: "Line Awesome Free";
  font-weight: 900;
  right: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.home .widget_ap-quick-search .select2-container--default .select2-results__option--highlighted[aria-selected=true] {
  background-color: #333333 !important;
  color: #fff;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--single {
  border-color: #ddd !important;
  border-radius: 0 !important;
  height: 36px !important;
  line-height: 35px !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 36px !important;
  line-height: 35px !important;
  text-align: left !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px !important;
}
.home .widget_ap-quick-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333333 transparent transparent transparent !important;
}
.home .widget_ap-quick-search .sorter_search_quick .select2-container--default {
  min-width: 160px;
}
@media (min-width: 768px) {
  .home .widget_ap-quick-search .sorter_search_quick .select2-container--default {
    width: calc(100% - 16px) !important;
  }
}
.home .widget_ap-quick-search.default {
  max-width: 68rem;
}
@media (max-width: 1025px) {
  .home .widget_ap-quick-search.default {
    max-width: 52.5rem;
  }
}
.home .widget_ap-quick-search.default form {
  max-width: 100%;
}
.home .widget_ap-quick-search.default form ul.ap-quick-search {
  padding: 25px 10px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: flex-end;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.home .widget_ap-quick-search.default form ul.ap-quick-search > li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .home .widget_ap-quick-search.default form ul.ap-quick-search > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home .widget_ap-quick-search.default form ul.ap-quick-search > li label {
  font-size: 0.85rem;
}
.home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(4), .home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(5) {
  flex: 0 0 calc(0.5*33.333333%);
  max-width: calc(0.5*33.333333%);
}
@media (max-width: 767.98px) {
  .home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(4), .home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(5) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(6), .home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(7), .home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(8) {
  flex: 0 0 calc(0.333*33.333333%);
  max-width: calc(0.333*33.333333%);
}
@media (max-width: 767.98px) {
  .home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(6), .home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(7), .home .widget_ap-quick-search.default form ul.ap-quick-search > li:nth-child(8) {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.home .widget_ap-quick-search.default form ul.ap-quick-search > li.col-submit button {
  width: 100%;
}
@media (max-width: 1200px) {
  .home .widget_ap-quick-search.default form ul.ap-quick-search > li.col-submit {
    margin-top: 1.5rem;
  }
}
.home .widget_ap-quick-search.default form ul.ap-quick-search > li input.select2-search__field {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .home .widget_ap-quick-search.simple {
    background-color: #efefef;
    color: #333333;
    padding: 1.5rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.home .widget_ap-quick-search.simple form.quick-search-form {
  width: 100%;
}
.home .widget_ap-quick-search.simple form.quick-search-form input.quick-search-field {
  flex-grow: 1;
  padding: 0.65rem 1rem;
  height: auto;
  border-radius: 8px 0px 0px 8px;
  border: 0;
}
@media (max-width: 1200px) {
  .home .widget_ap-quick-search.simple form.quick-search-form input.quick-search-field {
    border-radius: 8px;
  }
}
.home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn > .ap-qs-list-choose-wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0px 8px 8px 0px;
}
@media (max-width: 1200px) {
  .home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn > .ap-qs-list-choose-wrap {
    flex-grow: 1;
    border-radius: 8px;
  }
}
.home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn > .ap-qs-list-choose-wrap button.btn-list-decider {
  background-color: #ddd !important;
  color: #333333 !important;
  border-color: #ddd !important;
  padding-top: 0.25rem;
  padding-bottom: 0.15rem;
  width: auto;
  height: 44px;
  font-size: 15px;
}
.home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn > .ap-qs-list-choose-wrap button.btn-list-decider + button {
  border-left: 1px solid rgba(51, 51, 51, 0.125) !important;
}
@media (max-width: 1200px) {
  .home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn > .ap-qs-list-choose-wrap button.btn-list-decider {
    width: 100%;
  }
}
.home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn > .ap-qs-list-choose-wrap button.btn-list-decider:focus {
  box-shadow: none;
}
.home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn > .ap-qs-list-choose-wrap button.btn-list-decider.selected {
  background-color: #003a42 !important;
  border-color: #003a42 !important;
  color: #ffffff !important;
}
.home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn .submit-button {
  margin-left: 1rem;
  width: auto;
  height: auto;
  border-radius: 8px;
  background-color: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
}
.home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn .submit-button:hover {
  background-color: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-quick-search.simple form.quick-search-form .input-group-btn .submit-button:hover {
    border-color: #003a42;
  }
}
.home .widget_ap-quick-search.collapsible {
  width: 100%;
  margin: 0;
}
@media (max-width: 767.98px) {
  .home .widget_ap-quick-search.collapsible {
    padding: 0 40px;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .home .widget_ap-quick-search.collapsible {
    padding: 0 20px;
  }
}
.home .widget_ap-quick-search.collapsible .tab-title {
  margin-bottom: 30px;
}
.home .widget_ap-quick-search.collapsible .tab-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .widget_ap-quick-search.collapsible .tab-title p {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-quick-search.collapsible .tab-title p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.home .widget_ap-quick-search.collapsible .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  line-height: 11 !important;
}
.home .widget_ap-quick-search.collapsible .qs-collapsible-container {
  margin: 0;
}
.home .widget_ap-quick-search.collapsible .qs-collapsible-container .qs-collapsible-wrap {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .home .widget_ap-quick-search.collapsible .qs-collapsible-container {
    padding: 0;
    background: transparent;
  }
}
@media (max-width: 1199.98px) {
  .home .widget_ap-quick-search.collapsible .qs-collapsible-option {
    font-size: 13px;
  }
}
.home .widget_ap-quick-search.collapsible .search-bar {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .home .widget_ap-quick-search.collapsible .search-bar {
    max-width: 600px;
    margin: 0 auto;
  }
}
.home .widget_ap-quick-search.collapsible .search-bar .au-btn-list {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.home .widget_ap-quick-search.collapsible .search-bar .au-btn-list .btn-list-decider {
  font-weight: 400;
  line-height: 27.2px;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff2;
}
.home .widget_ap-quick-search.collapsible .search-bar .au-btn-list .btn-list-decider:hover {
  background-color: #fff6;
  font-weight: 600;
}
.home .widget_ap-quick-search.collapsible .search-bar .au-btn-list .btn-list-decider.selected {
  background-color: #fff6;
  font-weight: 600;
}
.home .widget_ap-quick-search.collapsible form {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .home .widget_ap-quick-search.collapsible form label {
    font-size: 13px;
  }
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 620px) {
  .home .widget_ap-quick-search.collapsible form .search-input-wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container {
  flex: 1 0 100%;
  max-width: 80%;
  height: 50px;
  width: 100% !important;
  background-color: #fff;
}
@media screen and (max-width: 400px) {
  .home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container {
    max-width: 75%;
  }
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple {
  height: 100% !important;
  border-color: #fff !important;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple {
    border: 0 !important;
    border-left: 1px solid #003a42 !important;
    border-top: 1px solid #003a42 !important;
    border-bottom: 1px solid #003a42 !important;
    z-index: 1;
  }
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple::after {
  display: none;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 100%;
  width: 350px !important;
  overflow-x: auto;
  gap: 5px;
  align-items: center;
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  width: 6px;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
  background: transparent;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 5px;
}
@media screen and (max-width: 400px) {
  .home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered {
    width: 100% !important;
  }
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search.select2-search--inline .select2-search__field {
  margin-top: 0;
  line-height: 36px !important;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  margin: 0;
  line-height: 48px;
  display: none;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 12px;
  line-height: normal;
  background-color: #003a42;
  color: #fff;
  padding: 5px 10px !important;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice::after {
  display: none;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .search-input-group .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  color: #fff;
  display: inline;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .btn-search-collapsible {
  flex: 1 0 100%;
  max-width: 20%;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap .btn-search-collapsible:hover {
  background-color: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-quick-search.collapsible form .search-input-wrap .btn-search-collapsible:hover {
    border-color: #003a42;
  }
}
@media screen and (max-width: 620px) {
  .home .widget_ap-quick-search.collapsible form .search-input-wrap .btn-search-collapsible {
    max-width: 100%;
  }
}
.home .widget_ap-quick-search.collapsible form .search-input-wrap input {
  height: 50px;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-quick-search.collapsible form .search-input-wrap input[type="text"] {
    border: 1px solid #003a42;
  }
}
.home .widget_ap-quick-search.collapsible form .search-type {
  min-width: 120px;
  padding: 0.5rem 1rem;
  background-size: 10px !important;
  font-size: 14px;
}
.home .widget_ap-quick-search.collapsible form input[type="text"] {
  padding: 0.5rem 1rem;
  font-size: 16px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.home .widget_ap-quick-search.collapsible form input[type="submit"] {
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
}
.home .widget_ap-quick-search.collapsible form input[type="submit"]:hover {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
}
.home .widget_ap-quick-search.collapsible form .bottom-option {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-quick-search.collapsible form .bottom-option {
    border: 1px solid #003a42;
    border-left-color: #fff;
    margin-left: -2px;
  }
}
.home .widget_ap-quick-search.collapsible form .bottom-option a {
  color: #333333;
  text-transform: uppercase;
}
.home .widget_ap-quick-search.collapsible form .bottom-option .qs-collapsible-option.expand i:before {
  content: "";
}
.home .widget_ap-quick-search.collapsible form .search-bottom-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .home .widget_ap-quick-search.collapsible form .search-bottom-bar {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-quick-search.collapsible form .search-bottom-bar {
    margin-bottom: 50px;
  }
}
.home .widget_ap-quick-search.collapsible form .search-bottom-bar > .field {
  display: flex;
}
.home .widget_ap-quick-search.collapsible form .search-bottom-bar > .field > div {
  flex: 1;
}
.home .widget_ap-quick-search.collapsible #sell form .search-input-wrap .btn-search-collapsible {
  max-width: 40%;
}
@media screen and (max-width: 620px) {
  .home .widget_ap-quick-search.collapsible #sell form .search-input-wrap .btn-search-collapsible {
    max-width: 100%;
    height: 50px;
  }
}
.home .widget_ap-quick-search.minimal {
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .home .widget_ap-quick-search.minimal {
    background-color: #efefef;
    color: #333333;
    padding: 1.5rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.home .widget_ap-quick-search.minimal .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #333333 transparent !important;
}
.home .widget_ap-quick-search.minimal .select2-container--default .select2-selection--single {
  height: 48px !important;
}
.home .widget_ap-quick-search.minimal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}
.home .widget_ap-quick-search.minimal .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 48px !important;
  line-height: 47px !important;
  padding: 0 12px;
}
@media (max-width: 1199.98px) {
  .home .widget_ap-quick-search.minimal .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
  }
}
.home .widget_ap-quick-search.minimal .icon-search {
  display: none;
}
.home .widget_ap-quick-search.minimal .form-row {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.home .widget_ap-quick-search.minimal form ul li.select-toolbar {
  width: 170px;
}
@media (max-width: 1199.98px) {
  .home .widget_ap-quick-search.minimal form ul li.select-toolbar {
    width: 100px;
  }
}
.home .widget_ap-quick-search.minimal form ul li.select-toolbar + .field {
  flex-grow: 1;
}
.home .widget_ap-quick-search.minimal form input[type="text"] {
  width: 100%;
  border-left: 0;
  border-radius: 0;
  background: #fff !important;
  height: 48px;
  font-size: 15px;
  color: #333333 !important;
  padding-left: 15px;
  padding-right: 20px;
}
.home .widget_ap-quick-search.minimal form input[type="text"]::placeholder {
  color: #333333 !important;
}
@media (max-width: 1199.98px) {
  .home .widget_ap-quick-search.minimal form input[type="text"] {
    font-size: 11px;
  }
}
.home .widget_ap-quick-search.minimal form button[type="submit"] {
  height: 48px;
  width: 48px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  cursor: pointer;
  background: none;
  border-radius: 0;
  color: #333333;
}
.home #quick-search-collapsible {
  background-color: white;
}
.home #quick-search-collapsible.mfp-popup {
  padding: 40px 20px;
}
.home #quick-search-collapsible.mfp-popup .mfp-close {
  font-family: Roboto;
  left: 0;
  font-size: 20px;
  opacity: 1;
  height: 50px;
  line-height: 49px;
}
.home #quick-search-collapsible.mfp-popup .mfp-close::after {
  content: "CLOSE FILTER";
  position: absolute;
  top: 0;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 575.98px) {
  .home #quick-search-collapsible.mfp-popup .mfp-close {
    left: -20px;
  }
}
.home #quick-search-collapsible.mfp-popup form {
  margin-top: 60px;
}
.home #quick-search-collapsible.mfp-popup form .type, .home #quick-search-collapsible.mfp-popup form .property, .home #quick-search-collapsible.mfp-popup form .price, .home #quick-search-collapsible.mfp-popup form .bbc {
  margin-bottom: 30px;
}
.home #quick-search-collapsible.mfp-popup form .type .list-type-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.home #quick-search-collapsible.mfp-popup form .type .list-type-button-container button {
  flex: 1 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .home #quick-search-collapsible.mfp-popup form .type .list-type-button-container button {
    max-width: calc(33.3333% - 4px);
  }
}
.home #quick-search-collapsible.mfp-popup form .property .selection {
  display: none;
}
.home #quick-search-collapsible.mfp-popup form .price .price-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.home #quick-search-collapsible.mfp-popup form .price .price-container > div {
  flex: 1 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .home #quick-search-collapsible.mfp-popup form .price .price-container > div {
    max-width: calc(50% - 15px);
  }
}
.home #quick-search-collapsible.mfp-popup form .bbc .bbc-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.home #quick-search-collapsible.mfp-popup form .bbc .bbc-container > div {
  flex: 1 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .home #quick-search-collapsible.mfp-popup form .bbc .bbc-container > div {
    max-width: calc(33.3333% - 20px);
  }
}
.home #quick-search-collapsible.mfp-popup form .bottom-container {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home #quick-search-collapsible.mfp-popup form .bottom-container .btn-reset {
  border: 0;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.home #quick-search-collapsible.mfp-popup form .bottom-container .btn-reset:hover {
  background-color: transparent;
  color: #003a42;
}
.home #quick-search-collapsible.mfp-popup form .bottom-container .btn-search-popup {
  font-size: 16px;
  line-height: 27.2px;
  border: 1px solid #003a42;
  color: #ffffff;
  background-color: #003a42;
  width: 120px;
  text-transform: uppercase;
}
.home #quick-search-collapsible.mfp-popup form .bottom-container .btn-search-popup:hover {
  background-color: #ffffff;
  color: #003a42;
}
@media screen and (max-width: 575.98px) {
  .home #quick-search-collapsible.mfp-popup form .bottom-container {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 10px 0;
  }
}
.home #quick-search-collapsible.mfp-popup form button {
  height: 40px;
  background-color: transparent;
  border-color: #003a42;
  color: #003a42;
  margin-bottom: 4px;
}
.home #quick-search-collapsible.mfp-popup form button.selected, .home #quick-search-collapsible.mfp-popup form button:hover {
  background-color: #003a42;
  color: #ffffff;
  border-color: #003a42;
}
.home #quick-search-collapsible.mfp-popup form button:focus, .home #quick-search-collapsible.mfp-popup form button:focus-visible {
  outline: 0;
  box-shadow: none;
}
.home #quick-search-collapsible.mfp-popup form button:empty {
  background: red;
}
.home #quick-search-collapsible.mfp-popup form label {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.home #quick-search-collapsible.mfp-popup form .select2-container {
  width: 100% !important;
}
.home #quick-search-collapsible.mfp-popup form .select2-container .select2-selection--single {
  height: 40px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #333333;
}
.home #quick-search-collapsible.mfp-popup form .select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  line-height: 40px;
}
.home #quick-search-collapsible.mfp-popup form .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #333333;
}
.home #quick-search-collapsible.mfp-popup form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
@media screen and (max-width: 575.98px) {
  .home #quick-search-collapsible.mfp-popup {
    padding: 10px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .home #quick-search-collapsible.mfp-popup {
    padding: 20px;
  }
  .home #quick-search-collapsible.mfp-popup .mfp-close {
    left: 0px;
  }
}
.home .widget_ap-realty-agents h5.title-section, .home .widget_ap-realty-agents h2.widgettitle {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  margin-bottom: 60px;
  color: #003a42;
}
@media screen and (max-width: 1024.98px) {
  .home .widget_ap-realty-agents h5.title-section, .home .widget_ap-realty-agents h2.widgettitle {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-realty-agents h5.title-section, .home .widget_ap-realty-agents h2.widgettitle {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }
}
.home .widget_ap-realty-agents .team-text {
  max-width: 756px;
  margin: 20px auto;
  padding: 0 15px;
  word-break: break-all;
}
@media (min-width: 992px) {
  .home .widget_ap-realty-agents .team-listing {
    max-width: 85%;
    margin: auto;
  }
}
.home .widget_ap-realty-agents.default {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .home .widget_ap-realty-agents.default {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .home .widget_ap-realty-agents.default {
    max-width: 960px;
  }
}
.home .widget_ap-realty-agents.default > .container .title-section {
  margin-bottom: 3.5rem;
}
.home .widget_ap-realty-agents.default > .container > .row {
  justify-content: center !important;
  flex-direction: row;
}
@media (min-width: 992px) {
  .home .widget_ap-realty-agents.default > .container[data-slide="1"] {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .home .widget_ap-realty-agents.default > .container[data-slide="2"] > .row:not([class^="row-cols"]) > .agent-items:not([class*="col-"]), .home .widget_ap-realty-agents.default > .container[data-slide="3"] > .row:not([class^="row-cols"]) > .agent-items:not([class*="col-"]), .home .widget_ap-realty-agents.default > .container[data-slide="4"] > .row:not([class^="row-cols"]) > .agent-items:not([class*="col-"]) {
    flex: 0 0 calc(100% / attr(data-slide));
    max-width: calc(100% / attr(data-slide));
  }
}
.home .widget_ap-realty-agents.default > .container[data-slide="4"] .agent-detail .name {
  font-size: 1rem;
}
.home .widget_ap-realty-agents.default #tabs {
  border: 0;
  position: relative;
}
.home .widget_ap-realty-agents.default #tabs .ui-tabs-nav {
  position: absolute;
  top: -110px;
  right: -10px;
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 900px;
}
.home .widget_ap-realty-agents.default #tabs .ui-tabs-nav::before {
  display: none;
}
@media screen and (max-width: 1024.98px) {
  .home .widget_ap-realty-agents.default #tabs .ui-tabs-nav {
    position: static;
    margin-bottom: 30px;
    justify-content: normal;
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-realty-agents.default #tabs .ui-tabs-nav {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .home .widget_ap-realty-agents.default #tabs .ui-tabs-nav .ui-tabs-tab {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.home .widget_ap-realty-agents.default #tabs .ui-tabs-nav .ui-tabs-tab {
  background-color: #ffffff;
  border: 1px solid #003a42;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 574.98px) {
  .home .widget_ap-realty-agents.default #tabs .ui-tabs-nav .ui-tabs-tab {
    max-width: 100%;
    width: 100%;
  }
}
.home .widget_ap-realty-agents.default #tabs .ui-tabs-nav .ui-tabs-tab a {
  display: block;
  width: 100%;
  text-align: center;
  color: #003a42;
}
.home .widget_ap-realty-agents.default #tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  background-color: #003a42;
  padding: 0;
}
.home .widget_ap-realty-agents.default #tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
  color: #ffffff;
}
.home .widget_ap-realty-agents.default .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.home .widget_ap-realty-agents.default .staff-item-container .row-cols-md-2 > * {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media (min-width: 575px) {
  .home .widget_ap-realty-agents.default .staff-item-container .row-cols-md-2 > * {
    flex: 0 0 100% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 992px) {
  .home .widget_ap-realty-agents.default .staff-item-container .row-cols-md-2 > * {
    flex: 0 0 100% !important;
    max-width: 33.3333% !important;
  }
}
@media (min-width: 1025px) {
  .home .widget_ap-realty-agents.default .staff-item-container .row-cols-md-2 > * {
    flex: 0 0 100% !important;
    max-width: 25% !important;
  }
}
.home .widget_ap-realty-agents.default .staff-item-container .col {
  padding: 0 15px;
  margin: 0;
  transition: all ease-in-out 0.5s;
}
.home .widget_ap-realty-agents.default .staff-item-container .mb-20 {
  margin-bottom: 20px;
}
.home .widget_ap-realty-agents.default .agent-items {
  background-color: #fff;
}
.home .widget_ap-realty-agents.default .embed-responsive .no-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cdcdcd;
  color: #222;
  height: 100%;
}
.home .widget_ap-realty-agents.default .embed-responsive .no-image-container i {
  font-size: 7rem;
}
.home .widget_ap-realty-agents.default .agent-detail {
  padding-top: 16px;
  background-color: #ffffff;
}
.home .widget_ap-realty-agents.default .agent-detail .agent-name {
  font-family: Roboto;
  color: #003a42;
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 500;
}
.home .widget_ap-realty-agents.default .agent-detail .agent-role {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #003a42;
  margin-bottom: 16px;
}
.home .widget_ap-realty-agents.default .agent-detail .agent-info-item:not(.agent-name):not(.agent-role) {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 4px;
}
.home .widget_ap-realty-agents.default .agent-detail .agent-info-item:not(.agent-name):not(.agent-role) span {
  margin-right: 5px;
}
.home .widget_ap-realty-agents.slider {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .home .widget_ap-realty-agents.slider {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .home .widget_ap-realty-agents.slider {
    max-width: 960px;
  }
}
.home .widget_ap-realty-agents.slider .carousel {
  display: flex;
  flex-wrap: wrap;
}
.home .widget_ap-realty-agents.slider > .container {
  width: 100%;
}
.home .widget_ap-realty-agents.slider > .container > .row {
  margin: 0 !important;
  justify-content: center !important;
  flex-direction: column;
}
.home .widget_ap-realty-agents.slider .slider-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.home .widget_ap-realty-agents.slider .slider-nav > span {
  position: absolute;
  cursor: pointer;
  font-size: 1.65rem;
  background-color: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
  border-radius: 50%;
  padding: 0.85rem;
  transition: 0.5s;
}
.home .widget_ap-realty-agents.slider .slider-nav > span:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.home .widget_ap-realty-agents.slider .slider-nav > span.prev {
  left: 0rem;
}
@media (min-width: 991.98px) {
  .home .widget_ap-realty-agents.slider .slider-nav > span.prev {
    margin-left: 20px;
  }
}
.home .widget_ap-realty-agents.slider .slider-nav > span.next {
  right: 0rem;
}
@media (min-width: 991.98px) {
  .home .widget_ap-realty-agents.slider .slider-nav > span.next {
    margin-right: 20px;
  }
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow {
  margin: 30px auto 0;
  width: 100%;
  padding: 0 2rem;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items {
  padding: 0 15px;
  display: flex !important;
  align-items: stretch;
  flex-direction: column !important;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .embed-responsive {
  background-color: #9c9c9c;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .embed-responsive .no-image-container i.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  height: 100%;
  width: 100%;
  color: #fff;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .embed-responsive.photo-mode-circle {
  padding-bottom: 100%;
  border-radius: 50%;
  transform: scale(0.75);
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .embed-responsive > picture > img {
  transition-duration: 0.3s;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .embed-responsive.photo-mode-circle + .agent-caption:not(.half-caption):not(.full-caption) {
  padding: 0rem 0 1.5rem 0;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption {
  padding: 1.5rem 0;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption.half-caption, .home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption.full-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(51, 51, 51, 0.5);
  z-index: 2;
  color: #fff;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption.half-caption.full-caption, .home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption.full-caption.full-caption {
  opacity: 0;
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
  transition: 0.5s;
}
@media (max-width: 1281px) {
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption.half-caption.full-caption, .home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption.full-caption.full-caption {
    height: 0;
    min-height: 100px;
    opacity: 1;
  }
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption .agent-name {
  text-align: center;
  text-transform: capitalize;
  font-size: 1.15rem;
  font-weight: 700;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items > a .agent-caption .agent-role {
  font-size: 0.95rem;
  margin-top: 0.35rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1281px) {
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items.full-caption a:hover .embed-responsive > picture > img {
    filter: blur(5px);
  }
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow .agent-items.full-caption a:hover .agent-caption.full-caption {
    opacity: 1;
  }
}
@media (min-width: 680px) {
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow[data-slide="2"] {
    max-width: 67%;
  }
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow[data-slide="3"] {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow[data-slide="2"] {
    max-width: 65%;
  }
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow[data-slide="3"] {
    max-width: 95%;
  }
}
@media (min-width: 900px) {
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow[data-slide="1"] {
    max-width: 40%;
  }
}
@media (min-width: 1021px) {
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow[data-slide="1"] {
    max-width: 400px;
  }
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow[data-slide="2"] {
    max-width: 680px;
  }
  .home .widget_ap-realty-agents.slider .team-items.single-slideshow[data-slide="3"] {
    max-width: 920px;
  }
}
.home .widget_ap-realty-agents .container.container-small {
  width: 100%;
  max-width: 1040px;
}
.home .widget_ap-realty-agents .container.container-full {
  width: 100%;
  max-width: 100%;
}
.home .widget_ap-realty-agents .container .title-section {
  text-align: center;
  font-family: Roboto;
  font-size: 2.85rem;
  font-weight: 600;
}
.home .widget_ap-realty-agents .tns-nav {
  display: none;
}
.home .widget_ap-ratemyagent #block-ratemyagent .homepage-rma .rma-widget-container {
  background: transparent !important;
}
.home .widget_ap-map h5.title-section {
  font-family: Roboto;
  font-size: 2.75rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #333333;
}
@media (max-width: 991.98px) {
  .home .widget_ap-map h5.title-section {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.home .widget_ap-map .leaflet-popup-content {
  margin: 0;
  padding: 1rem 3rem 1rem 1rem;
  font-family: Roboto;
  font-size: 1rem;
}
.home .widget_ap-map .map-container > div {
  position: relative !important;
}
.home .widget_ap-map .map-container > div > div {
  height: 550px;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .home .widget_ap-map .map-container > div > div {
    height: 300px;
  }
}
.home .ap-popup-video {
  padding-bottom: 39.29%;
  height: 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 567px) and (orientation: landscape) {
  .home .ap-popup-video {
    padding-bottom: 75%;
  }
}
.home .ap-popup-video::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home .ap-popup-video .item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home .ap-popup-video .item .play-btn a i {
  display: block;
  font-size: 100px;
  margin: 0 auto;
  color: white;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .home .ap-popup-video .item .play-btn a i {
    font-size: 65px;
  }
}
.home .ap-popup-video .item .play-btn a:hover i {
  transform: scale(1.25);
}
.home .ap-popup-video .item h5.title-section {
  margin-top: 20px;
  font-size: 3.215em;
  color: white !important;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 567px) and (orientation: landscape) {
  .home .ap-popup-video .item h5.title-section {
    font-size: 2em;
  }
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .embed-responsive {
  background-color: #fff;
}
@media (min-width: 1201px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .embed-responsive {
    padding: 0;
    height: 743px;
  }
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .embed-responsive img {
  max-width: 100%;
  height: auto !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero {
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  backdrop-filter: blur(3px);
  color: #fff;
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 767.98px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero .carousel-description span.carousel-price, .home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero .carousel-description h2 {
    font-size: 1rem !important;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero .carousel-description {
    max-width: 66.666667%;
  }
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero .carousel-status > span {
  display: block;
  text-align: right;
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero .carousel-status > span.carousel-price {
  font-size: 1.5rem;
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero .carousel-status > span.carousel-type {
  font-size: 1.375rem;
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .caption-hero .carousel-status > span.carousel-type {
    font-size: 1rem !important;
    padding: 0;
    font-weight: 100;
  }
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .embed-responsive img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow {
    max-height: 50vh;
    height: 100%;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item {
    height: 50vh;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item .embed-responsive {
    padding: 0;
    height: 100%;
    max-height: 100%;
    display: block;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item .embed-responsive a {
    display: block;
    position: relative;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item .embed-responsive a img {
    display: block;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item {
    height: 50vh !important;
  }
}
@media (min-width: 768px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-gallery > .tns-item {
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow {
    height: auto;
    max-height: unset;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel.tns-carousel {
    display: flex;
    display: -ms-flexbox;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item {
    height: auto;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item .embed-responsive {
    position: relative !important;
    height: auto;
    max-height: unset;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item .embed-responsive a img {
    position: relative !important;
    top: 0;
    left: 0;
    transform: none;
  }
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-controls button {
  font-size: 0;
  width: 45px;
  height: 45px;
  background: transparent;
  border: 0;
  position: absolute;
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-controls button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 45px;
  color: #fff;
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-controls button[data-controls="prev"] {
  left: 0;
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-controls button[data-controls="prev"]:before {
  content: "";
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-controls button[data-controls="next"] {
  right: 0;
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-controls button[data-controls="next"]:before {
  content: "";
}
.home .widget_ap-property-carousel .property-carousel.single-slideshow .tns-nav {
  display: none;
}
@media (max-width: 768px) {
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item {
    height: auto !important;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item .embed-responsive {
    height: 0;
    padding-bottom: 75%;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item .embed-responsive a {
    position: absolute;
  }
  .home .widget_ap-property-carousel .property-carousel.single-slideshow .carousel .item.tns-item .embed-responsive a img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
}
.home .ap-wrapper.latest-media {
  padding: 80px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 1024.98px) {
  .home .ap-wrapper.latest-media {
    padding: 40px 0;
  }
}
.home .ap-wrapper.latest-media .latest-media-heading {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .home .ap-wrapper.latest-media .latest-media-heading {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .home .ap-wrapper.latest-media .latest-media-heading {
    max-width: 960px;
  }
}
@media screen and (max-width: 767.98px) {
  .home .ap-wrapper.latest-media .latest-media-heading {
    justify-content: flex-start;
    flex-flow: column;
  }
}
.home .ap-wrapper.latest-media .latest-media-heading h5.title-section {
  color: #003a42;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .home .ap-wrapper.latest-media .latest-media-heading h5.title-section {
    margin-bottom: 20px;
  }
}
.home .ap-wrapper.latest-media .latest-media-heading .btn {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .home .ap-wrapper.latest-media .latest-media-heading .btn {
    width: 200px;
    margin: 0 auto;
  }
}
.home .ap-wrapper.latest-media .latest-media-heading .btn a {
  display: flex;
  height: 50px;
  border-radius: 0;
  border: 1px solid #003a42;
  color: #003a42;
}
.home .ap-wrapper.latest-media .latest-media-heading .btn a:hover {
  border-color: #003a42;
  background-color: #003a42;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .home .ap-wrapper.latest-media .latest-media-heading .btn a {
    border-color: #003a42;
    color: #003a42;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container {
    max-width: 960px;
  }
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  .home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing {
    grid-template-columns: 1fr;
  }
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .media-content {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .media-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .media-info {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  color: #fff;
  z-index: 2;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .media-info h5.info-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px !important;
  color: #fff !important;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .media-info p {
  font-size: 16px;
  line-height: 27.4px;
  margin: 0;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .audio-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  opacity: 0;
  padding-bottom: 75px;
  z-index: 1;
}
@media screen and (max-width: 1024.98px) {
  .home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .play-button {
    padding-bottom: 60px;
  }
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .play-button button {
  cursor: pointer;
  border: 0;
  background: transparent;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .play-button:hover {
  opacity: 1;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .play-button svg {
  width: 48px;
  height: auto;
  fill: white;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .play-button.active {
  opacity: 1;
  padding-bottom: 0;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .audio-slider {
  width: calc(100% - 40px);
  margin-top: 75px;
  height: 5px;
  background: #A3A3A3;
  border-radius: 5px;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .audio-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .audio-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024.98px) {
  .home .ap-wrapper.latest-media .widget_ssau-audio .latest-media-container .media-listing .media-item .audio-slider {
    margin-top: 60px;
  }
}
.home .ap-wrapper.custom-testi {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 0rem;
}
@media (max-width: 1199.98px) {
  .home .ap-wrapper.custom-testi {
    flex-direction: column;
  }
}
.home .ap-wrapper.custom-testi:before {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='267' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M167.456-67.727C75.356-67.727 0 7.63 0 99.73v167.456h167.456V99.73H55.819c0-61.96 49.679-111.638 111.637-111.638v-55.819zm181.598 0c-92.101 0-167.457 75.356-167.457 167.457v167.456h167.457V99.73H237.416c0-61.96 49.679-111.638 111.638-111.638v-55.819z' fill='url(%23paint0_linear)' fill-opacity='.3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='195.366' y1='-67.727' x2='195.366' y2='250.068' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ffffff' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 300px;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px;
}
@media (max-width: 1199.98px) {
  .home .ap-wrapper.custom-testi:before {
    background-size: 200px;
  }
}
.home .ap-wrapper.custom-testi .widget_ap-text {
  padding: 11.5rem 8rem 1.5rem 3.5rem;
}
@media (min-width: 1200px) {
  .home .ap-wrapper.custom-testi .widget_ap-text {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 991.98px) {
  .home .ap-wrapper.custom-testi .widget_ap-text {
    padding: 3.5rem 2rem;
  }
}
.home .ap-wrapper.custom-testi .widget_ap-text h5.title-section {
  font-size: 2.85rem;
  font-weight: 600;
  font-family: Roboto;
  margin-bottom: 2.15rem;
  color: #003a42;
}
.home .ap-wrapper.custom-testi .widget_ap-text .btn {
  background: transparent;
  padding: 0rem;
  border: 0;
  margin-top: 1.75rem;
}
.home .ap-wrapper.custom-testi .widget_ap-text .btn a {
  color: #ffffff;
  background: #003a42;
  border: 1px solid #003a42;
  padding: 0.65rem 1.25rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: 0.5s;
}
.home .ap-wrapper.custom-testi .widget_ap-text .btn a:hover {
  background: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
@media (min-width: 1200px) {
  .home .ap-wrapper.custom-testi .widget_ap-testimonial {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1200px) {
  .home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial {
    padding: 5rem 0 3rem 0;
    margin-left: -6.5rem;
    width: calc(100% + 6.5rem);
  }
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-image {
  position: absolute;
  width: calc(100% - 6.5rem);
  height: 100%;
  top: 0;
  left: 6.5rem;
}
@media (max-width: 1200px) {
  .home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-image {
    left: 0rem;
    width: 100%;
  }
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section {
  position: absolute;
  width: calc(100% - 6.5rem);
  height: 100%;
  top: 0;
  left: 6.5rem;
}
@media (max-width: 1200px) {
  .home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section {
    left: 0rem;
    width: 100%;
  }
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-5 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-10 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-15 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-20 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-25 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-30 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-35 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-40 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-45 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-50 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-55 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-60 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-65 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-70 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-75 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-80 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-85 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-90 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .bg-overlay-section-95 {
  position: absolute;
  width: calc(100% - 6.5rem);
  left: 6.5rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .homepage-testimonial {
  width: 100%;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .item-testimonial {
  text-align: left;
  margin-right: 0;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .item-testimonial .img-testimonial {
  max-width: 100px;
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .item-testimonial > .row > div[class*="col-md-4"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .home .ap-wrapper.custom-testi .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .item-testimonial > .row > div[class*="col-md-8"] {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial .tns-inner {
  margin: 0px 185px 0px 0 !important;
}
@media (max-width: 1200px) {
  .home .ap-wrapper.custom-testi .widget_ap-testimonial .tns-inner {
    margin: 0 !important;
  }
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial .slider-nav {
  display: flex;
  align-items: center;
  margin: 2.5rem 0 0 3rem;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial .slider-nav > span {
  cursor: pointer;
  font-size: 2.5rem;
  color: #333333;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial .slider-nav > span + span {
  margin-left: 2rem;
}
@media (max-width: 1200px) {
  .home .ap-wrapper.custom-testi .widget_ap-testimonial .slider-nav > span.prev {
    color: #ffffff;
  }
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial .slider-nav > span.prev::before {
  content: "";
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial .slider-nav > span.next {
  color: #ffffff;
}
.home .ap-wrapper.custom-testi .widget_ap-testimonial .slider-nav > span.next::before {
  content: "";
}
.home .case-study {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 1rem;
  height: auto;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 30.25%, rgba(0, 0, 0, 0) 69.58%);
}
@media (max-width: 1199.98px) {
  .home .case-study {
    padding: 3rem 1rem;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0) 100%);
  }
}
.home .case-study-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home .case-study-image > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.home .case-study-image .no-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: calc(50% - 27vw);
  background: #9c9c9c;
}
@media (max-width: 1199.98px) {
  .home .case-study-image .no-image-container {
    padding: 0;
    justify-content: center;
  }
}
.home .case-study-image .no-image-container i {
  font-size: 65px;
  color: #eee;
}
.home .case-study > .title-section {
  color: #fff;
  margin-bottom: 4.5rem;
  position: relative;
  font-size: 2.85rem;
  font-family: Roboto;
  font-weight: 900;
  padding: 0 6.5rem;
}
@media (max-width: 1199.98px) {
  .home .case-study > .title-section {
    font-size: 2.5rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.home .case-study-desc {
  width: 65%;
  padding-left: 9rem;
  padding-right: 9rem;
}
@media (max-width: 1199.98px) {
  .home .case-study-desc {
    width: 100%;
    padding: 0;
  }
}
.home .case-study-desc h5.title-section {
  position: relative;
  font-size: 1.65rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .home .case-study-desc h5.title-section {
    font-size: 1.25rem;
  }
}
.home .case-study-desc h5.title-section::before {
  content: "";
  position: absolute;
  left: calc(-100% - 30px);
  top: 50%;
  transform: translate(0%, -50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .home .case-study-desc h5.title-section::before {
    display: none;
  }
}
.home .case-study-desc > * {
  color: #fff;
}
.home .case-study-desc .btn {
  margin-top: 1.35rem;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.home .case-study-desc .btn + * {
  margin-left: 1.5rem;
}
.home .case-study-desc .btn a {
  display: inline-flex;
  align-items: center;
  background-color: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
  padding: 0.65rem 1.25rem;
  text-transform: uppercase;
}
.home .case-study-desc .btn a i {
  font-size: 25px;
  margin-left: 0.65rem;
}
.home .case-study-desc .btn a:hover {
  background-color: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
.home .case-study-desc > .container {
  width: 100%;
}
.home .case-study-desc > .container > .row {
  display: -webkit-box;
  margin: 0 !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.75rem !important;
}
.home .cta-type-stats.widget_ap-text {
  padding: 70px 20px 30px 20px !important;
  text-align: center;
}
.home .cta-type-stats.widget_ap-text p {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 1rem;
}
.home .cta-type-stats.widget_ap-text h5.title-section {
  font-size: 2.75rem;
  font-family: Roboto;
  margin-bottom: 1rem;
}
.home .cta-type-stats.widget_ap_cta_box {
  padding: 30px 20px 70px 20px !important;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action {
  padding-top: 0 !important;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .content-section {
  justify-content: center;
}
@media (max-width: 768px) {
  .home .cta-type-stats.widget_ap_cta_box .call-to-action {
    padding: 0 !important;
  }
}
@media (max-width: 576px) {
  .home .cta-type-stats.widget_ap_cta_box .call-to-action .col {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta {
  width: 100%;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .image-cta {
  max-width: 125px;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .image-cta figure.rounded-circle.photo-mode-as-square {
  border-radius: 0 !important;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .title-cta {
  width: 100%;
  flex-grow: 0 !important;
  text-transform: none !important;
  font-weight: 600;
  color: #ffffff;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .title-cta a {
  font-weight: 600;
  color: #ffffff;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .title-cta a h4 {
  font-weight: 600;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .description-cta {
  color: #ffffff;
  flex-grow: 1 !important;
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .description-cta {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .description-cta {
    margin-top: 20px;
  }
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .link-wrapper-cta {
  margin-top: 1.5rem;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .link-wrapper-cta .link-cta {
  background-color: #003a42;
  border: 1px solid #003a42;
  color: #ffffff;
  padding: 10px 16px;
}
.home .cta-type-stats.widget_ap_cta_box .call-to-action .col .list-cta .link-wrapper-cta .link-cta:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.home .cta-type-icon figure.embed-responsive, .home .cta-type-image figure.embed-responsive {
  margin: 0;
  background: #333333;
  transition: all 0.4s ease-in-out;
}
.home .cta-type-icon figure.embed-responsive:hover, .home .cta-type-image figure.embed-responsive:hover {
  background: #333333;
}
.home .cta-type-icon figure.embed-responsive a, .home .cta-type-image figure.embed-responsive a {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  color: #333333;
}
.home .cta-type-icon figure.embed-responsive a > i, .home .cta-type-image figure.embed-responsive a > i {
  color: white;
  font-size: 65px;
}
.home .cta-type-long #block-call-to-action .call-to-action {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .home .cta-type-long #block-call-to-action .call-to-action {
    padding: 0 !important;
  }
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section {
  margin: 0 !important;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1199.98px) {
  .home .cta-type-long #block-call-to-action .call-to-action .content-section > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1199.98px) {
  .home .cta-type-long #block-call-to-action .call-to-action .content-section > .col.col-md-8 .cta-square {
    padding-bottom: calc(60% * 3/6) !important;
  }
}
@media (min-width: 1199.98px) {
  .home .cta-type-long #block-call-to-action .call-to-action .content-section > .col.col-md-12 .cta-square {
    padding-bottom: calc(60% * 3/8) !important;
  }
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square {
  padding-bottom: 60%;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square > * {
  width: 105%;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square .bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: rgba(51, 51, 51, 0.5);
  transition: all 0.4s ease-in-out;
  opacity: 0.85;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square .cta-item-info {
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square .cta-item-info .caption {
    margin-top: 0 !important;
  }
  .home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square .cta-item-info .btn {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square .cta-item-info .caption {
  font-family: Roboto;
  color: #fff;
  margin-top: 2.65rem;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease-in-out;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square .cta-item-info .btn {
  font-family: Roboto;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square:hover .bg-overlay {
  opacity: 0.35;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square:hover .cta-item-info .caption {
  margin-top: 0;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square:hover .cta-item-info .btn {
  visibility: visible;
  opacity: 1;
}
.home .cta-type-long #block-call-to-action .call-to-action .content-section > .col .cta-square:hover img {
  transform: scale(1.1) translate(-45%, -45%);
  transform-origin: center;
}
.home .widget_ap_cta_box h5.title-section {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  margin-top: 2rem;
  margin-bottom: 32px;
  text-align: center;
  color: #333333;
}
@media (max-width: 991.98px) {
  .home .widget_ap_cta_box h5.title-section {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap_cta_box h5.title-section {
    font-size: 26px;
    line-height: 32px;
  }
}
.home .widget_ap_cta_box .cta-socials {
  margin-bottom: 70px;
}
.home .widget_ap_cta_box .cta-socials ul {
  justify-content: center;
  flex-wrap: wrap;
}
.home .widget_ap_cta_box .cta-socials ul li a {
  font-size: 2.5em;
  margin: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
  border-radius: 10px;
  text-decoration: none !important;
}
.home .widget_ap_cta_box .cta-socials ul li a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.home .widget_ap_cta_box .cta-square.photo-mode-as-square {
  border-radius: 0 !important;
}
.home .widget_ap_cta_box .cta-square.photo-mode-as-circle {
  border-radius: 50%;
}
.home .widget_ap_cta_box .cta-square > * {
  width: 100%;
}
.home .widget_ap_cta_box .cta-square img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.home .widget_ap_cta_box .cta-square .bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: rgba(51, 51, 51, 0.5);
  transition: all 0.4s ease-in-out;
  opacity: 0.85;
}
.home .widget_ap_cta_box .cta-square .cta-item-info {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .home .widget_ap_cta_box .cta-square .cta-item-info .caption {
    margin-top: 0 !important;
  }
  .home .widget_ap_cta_box .cta-square .cta-item-info .btn {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.home .widget_ap_cta_box .cta-square .cta-item-info .caption {
  font-family: Roboto;
  color: #fff;
  margin-top: 2.65rem;
  margin-bottom: 1.25rem;
  transition: all 0.4s ease-in-out;
}
.home .widget_ap_cta_box .cta-square .cta-item-info .btn {
  font-family: Roboto;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.home .widget_ap_cta_box .cta-square:hover .bg-overlay {
  opacity: 0.35;
}
.home .widget_ap_cta_box .cta-square:hover .cta-item-info .caption {
  margin-top: 0;
}
.home .widget_ap_cta_box .cta-square:hover .cta-item-info .btn {
  visibility: visible;
  opacity: 1;
}
.home .widget_ap_cta_box .cta-square:hover img {
  transform: scale(1.1) translate(-45%, -45%);
  transform-origin: center;
}
.home #block-call-to-action {
  padding-top: 40px;
  position: relative;
  width: 100%;
}
.home #block-call-to-action .row-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #block-call-to-action .row-bg-wrap .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.home #block-call-to-action .row-bg-wrap .inner-wrap .row-bg {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-45%);
  width: 100%;
  height: 1080px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.home #block-call-to-action .row-bg-wrap .inner-wrap .row-bg.active {
  opacity: 1;
  visibility: visible;
}
.home #block-call-to-action .row-bg-wrap .row-bg-overlay {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  z-index: 3;
}
.home #block-call-to-action .row-bg-wrap .row-bg-overlay > div {
  width: 33.3333%;
  background: transparent;
}
.home #block-call-to-action .row-bg-wrap .row-bg-overlay > div:not(:last-child) {
  border-right: 11px solid #fff;
}
.home #block-call-to-action .call-to-action-custom .content-section {
  display: flex;
}
@media screen and (max-width: 1024.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item {
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 800px;
  max-height: 800px;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item {
    max-width: 33.3333%;
  }
}
@media screen and (max-width: 1024.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item {
    min-height: 250px;
    max-height: 250px;
  }
}
@media screen and (max-width: 767.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item {
    min-height: 120px;
    max-height: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item:not(:last-child) {
    border-right: 4px solid #fff;
  }
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item:first-child .cta-item--wrapper .overlay-img img {
  object-position: 0%;
  left: 0;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item:nth-child(2) .cta-item--wrapper .overlay-img img {
  object-position: 50% 50%;
  left: 0;
  right: 0;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item:last-child .cta-item--wrapper .overlay-img img {
  object-position: 100% 50%;
  right: 0;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper {
    position: relative;
  }
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.4;
  z-index: 1;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-img img {
  position: absolute;
  top: 30%;
  transform: translateY(-45%);
  width: 100vw;
  height: 1080px;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1024.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-img img {
    top: 0;
    transform: translateY(0%);
    width: 100%;
    height: 100%;
  }
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 2;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text .cta-item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text .cta-item-info {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text .cta-item-info {
    align-items: flex-start;
  }
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text .cta-item-info .caption {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  color: #ffffff;
  margin-bottom: 32px;
  padding: 0 60px;
  min-height: 100px;
}
@media screen and (max-width: 1024.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text .cta-item-info .caption {
    align-items: flex-end;
    font-size: 38px;
    line-height: 38.8px;
    min-height: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text .cta-item-info .caption {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 1;
  }
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text .cta-item-info .btn {
  background: transparent;
  width: 100%;
  max-width: 130px;
  height: 50px;
  border-color: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 36px;
}
@media screen and (max-width: 767.98px) {
  .home #block-call-to-action .call-to-action-custom .content-section .cta-item .cta-item--wrapper .overlay-text .cta-item-info .btn {
    display: none;
  }
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item.active.hide .cta-item--wrapper .overlay-text {
  opacity: 1;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item.active.hide .cta-item--wrapper .overlay-text .btn {
  background-color: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item.hide .cta-item--wrapper .overlay-text {
  opacity: 0;
}
.home #block-call-to-action .call-to-action-custom .content-section .cta-item.hide .cta-item--wrapper .overlay-img img {
  visibility: hidden !important;
  opacity: 0 !important;
}
.home .widget_ap-button-link {
  margin: 2rem 0;
}
.home .widget_ap-button-link .row {
  margin: 0;
  display: block;
}
.home .widget_ap-button-link .btn {
  background: transparent;
  padding: 0rem;
  border: 0;
}
.home .widget_ap-button-link .btn a {
  padding: 0.65rem 1.25rem;
  font-size: 1rem;
  background: #003a42;
  border: 1px solid #003a42;
  color: #ffffff;
}
.home .widget_ap-button-link .btn a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.home .widget_ap-image {
  position: relative;
}
.home .widget_ap-image .image-wrapper {
  width: 100%;
  height: 100%;
}
.home .widget_ap-image .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #7a7a7a;
}
.home .widget_ap-image > .container > .row {
  display: block;
}
.home .widget_ap-image .social-media-wrapper {
  padding: 1rem 0;
}
.home .widget_ap-image .social-media-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .widget_ap-image .social-media-wrapper ul li {
  margin: 4px;
}
.home .widget_ap-image .social-media-wrapper ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  background: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
  padding: 0.5rem;
  border-radius: 50%;
  transition: 0.3s;
}
.home .widget_ap-image .social-media-wrapper ul li a:hover {
  background: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
.home .widget.widget_ap-text {
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .home .widget.widget_ap-text {
    padding: 0 20px;
  }
}
.home .widget.widget_ap-text h5.title-section {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  margin-bottom: 30px;
  color: #003a42;
}
@media screen and (max-width: 991.98px) {
  .home .widget.widget_ap-text h5.title-section {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget.widget_ap-text h5.title-section {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.home .widget.widget_ap-text h5.title-section ~ p {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .home .widget.widget_ap-text h5.title-section ~ p {
    max-width: 700px;
    margin: 0 auto;
  }
}
.home .widget.widget_ap-text .btn {
  background: transparent;
  padding: 0rem;
  border: 0;
  margin-top: 1.75rem;
}
.home .widget.widget_ap-text .btn a {
  color: #ffffff;
  background: #003a42;
  border: 1px solid #003a42;
  padding: 0.65rem 1.25rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: 0.5s;
}
.home .widget.widget_ap-text .btn a:hover {
  background: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
.home .widget.widget_ap-text > .container > .row {
  margin: 0;
  display: block;
}
.home #main > .widget_ap-video {
  padding: 60px 0 35px 0;
}
.home #main > .widget_ap-video > .container > .row {
  display: block;
  margin: 0;
}
.home #main > .widget_ap-video .tns-nav {
  display: none;
}
.home #main > .widget_ap-video .slider-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.home #main > .widget_ap-video .slider-nav > span {
  position: absolute;
  cursor: pointer;
  font-size: 1.25rem;
  background-color: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
  border-radius: 50%;
  padding: 0.5rem;
  transition: 0.5s;
}
.home #main > .widget_ap-video .slider-nav > span:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.home #main > .widget_ap-video .slider-nav > span.prev {
  left: 0rem;
}
@media (min-width: 991.98px) {
  .home #main > .widget_ap-video .slider-nav > span.prev {
    margin-left: -60px;
  }
}
.home #main > .widget_ap-video .slider-nav > span.next {
  right: 0rem;
}
@media (min-width: 991.98px) {
  .home #main > .widget_ap-video .slider-nav > span.next {
    margin-right: -60px;
  }
}
.home #main > .widget_ap-video .ap-video-slider .item:hover .la-play-circle {
  transform: translate(-50%, -50%) scale(1.25);
}
.home #main > .widget_ap-video .ap-video-slider .item .la-play-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  font-size: 5rem;
  color: #fff;
  transition: 0.5s;
}
.home #main > .widget_ap-video .ap-video-slider .item .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 0.85rem 1rem;
}
.home #main > .widget_ap-video .button-link-wrap {
  text-align: center;
  margin: 3rem 0;
}
.home #main > .widget_ap-video .button-link-wrap .btn-view-all {
  font-size: 18px;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .homepage-section-1 {
  background-color: #F4EEED !important;
}
.home .widget_ap-testimonial h5.title-section {
  font-family: Roboto;
  font-size: 2.75rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #333333;
}
@media (max-width: 991.98px) {
  .home .widget_ap-testimonial h5.title-section {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.home .widget_ap-testimonial #block-testimonial {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0rem;
  margin: 0;
}
.home .widget_ap-testimonial #block-testimonial .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-5 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.05);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-10 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-15 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-20 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-25 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-30 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-35 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.35);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-40 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-45 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.45);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-50 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-55 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.55);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-60 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-65 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.65);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-70 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-75 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-80 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-85 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-90 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.home .widget_ap-testimonial #block-testimonial .bg-overlay-section-95 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items {
  height: auto;
  display: flex !important;
  flex-direction: column !important;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .item-testimonial {
  text-align: center;
  height: 100%;
  background-color: #fff;
  padding: 2.5rem 2.5rem;
  margin: 0 2rem;
}
@media (max-width: 1199.98px) {
  .home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .item-testimonial {
    margin: 0 1rem;
  }
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .item-testimonial > .row > div[class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .testi-author {
  font-family: Roboto;
  font-size: 1.35rem;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .testi-title {
  font-family: Roboto;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .testimonial .testi-value {
  max-height: 175px;
  overflow-x: auto;
  padding-right: 0.85rem;
  scrollbar-width: thin;
  scrollbar-color: #ffffff transparent;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .testimonial .testi-value::-webkit-scrollbar {
  width: 6px;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .testimonial .testi-value::-webkit-scrollbar-track {
  background: transparent;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .testimonial .testi-value::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .testi-items .testimonial .testi-rating i {
  color: #F2994A;
  font-size: 25px;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .img-testimonial {
  max-width: 100px;
  margin: 0 auto 30px auto;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .img-testimonial a {
  color: #333333;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .img-testimonial > div {
  background-color: #ddd;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .img-testimonial img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.home .widget_ap-testimonial #block-testimonial .homepage-testimonial .img-testimonial .no-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
}
.home .widget_ap-testimonial .tns-nav {
  display: none;
}
.home .widget_ap-testimonial .carousel {
  display: flex !important;
  flex-wrap: wrap;
}
.home .widget_ap-testimonial .slider-nav {
  display: flex;
  align-items: center;
  margin: 2.5rem 2rem 0 2rem;
}
@media (max-width: 1200px) {
  .home .widget_ap-testimonial .slider-nav {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .home .widget_ap-testimonial .slider-nav {
    margin-left: 1rem;
  }
}
.home .widget_ap-testimonial .slider-nav > span {
  cursor: pointer;
  font-size: 2.5rem;
  color: #ffffff;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.home .widget_ap-testimonial .slider-nav > span + span {
  margin-left: 2rem;
}
.home .widget_ap-testimonial .slider-nav > span.prev::before {
  content: "";
}
.home .widget_ap-testimonial .slider-nav > span.next::before {
  content: "";
}
.home .widget_ap-recent-posts {
  padding: 95px 20px;
}
@media (max-width: 767.98px) {
  .home .widget_ap-recent-posts {
    padding: 50px 15px;
  }
}
.home .widget_ap-recent-posts .title-section {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 2rem auto;
  padding: 0 15px;
  font-size: 2.85rem;
  font-weight: 600;
  font-family: Roboto;
}
@media (max-width: 767.98px) {
  .home .widget_ap-recent-posts .title-section {
    font-size: 1.75rem;
  }
}
.home .widget_ap-recent-posts .recent_posts_button {
  text-align: right;
}
@media (max-width: 991.98px) {
  .home .widget_ap-recent-posts .recent_posts_button {
    text-align: left;
    padding: 0 1rem;
    margin-top: 1rem;
  }
}
.home .widget_ap-recent-posts .recent_posts_subtitle {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .home .widget_ap-recent-posts .recent_posts_subtitle {
    flex-direction: column;
  }
}
.home .widget_ap-recent-posts .recent_posts_subtitle p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .home .widget_ap-recent-posts .recent_posts_subtitle .recent_posts_button {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}
.home .widget_ap-recent-posts .recent_posts_subtitle .button-link-wrap > .btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  background: #003a42;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #003a42;
}
.home .widget_ap-recent-posts .recent_posts_subtitle .button-link-wrap > .btn i {
  font-size: 1.5rem;
  margin-left: 1.75rem;
}
.home .widget_ap-recent-posts .recent_posts_subtitle .button-link-wrap > .btn:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #003a42;
}
.home .widget_ap-recent-posts #load_recent_posts {
  padding: 0 15px;
  max-width: 80rem;
  margin: 2.5rem auto 0 auto;
}
.home .widget_ap-recent-posts #load_recent_posts .load-more-recentposts {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #003a42;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #003a42;
}
.home .widget_ap-recent-posts #load_recent_posts .load-more-recentposts:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #003a42;
}
.home .widget_ap-recent-posts #recent_posts_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0 15px;
  max-width: 80rem;
  margin: 0 auto !important;
}
@media (max-width: 767.98px) {
  .home .widget_ap-recent-posts #recent_posts_wrapper {
    grid-template-columns: 1fr;
  }
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article {
  position: relative;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article a {
  display: block;
  color: #fff;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article__inner {
  position: relative;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.15rem 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.98), transparent);
  transition: all 0.4s ease-in-out;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details a {
  color: #fff;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details__title {
  font-family: Roboto;
  font-size: 1.65rem;
  color: #fff;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details__category {
  margin-bottom: 1rem;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details__category ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details__category ul li {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details__category ul li a {
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details__date {
  margin-bottom: 0.5rem;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .details__excerpt {
  margin-top: 0.65rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  overflow: hidden;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .thumbnail.no-image-container {
  background-color: #9c9c9c;
  color: #eee;
  font-size: 4.75rem;
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .thumbnail.no-image-container i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .widget_ap-recent-posts #recent_posts_wrapper .list-article .thumbnail > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .widget_ap-listing-tab {
  padding: 0 !important;
}
.home .widget_ap-listing-tab > .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .home .widget_ap-listing-tab > .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .home .widget_ap-listing-tab > .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-listing-tab > .container {
    padding: 0;
  }
}
.home .widget_ap-listing-tab > .container > .row {
  margin: 0;
}
.home .widget_ap-listing-tab h5.title-section {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  margin-bottom: 0;
  color: #003a42;
}
@media screen and (max-width: 991.98px) {
  .home .widget_ap-listing-tab h5.title-section {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-listing-tab h5.title-section {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    padding: 0 20px;
  }
}
.home .widget_ap-listing-tab .listing-tab-subtitle {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .home .widget_ap-listing-tab .listing-tab-subtitle {
    margin-bottom: 1.5rem;
  }
}
.home .widget_ap-listing-tab .listing-tab-subtitle p {
  margin: 0;
}
.home .widget_ap-listing-tab .tab-nav {
  margin-top: -40px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: flex-end;
}
@media screen and (max-width: 1199.98px) {
  .home .widget_ap-listing-tab .tab-nav {
    margin-top: 16px;
    justify-items: start;
  }
}
@media screen and (max-width: 1024px) {
  .home .widget_ap-listing-tab .tab-nav {
    margin-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .home .widget_ap-listing-tab .tab-nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-listing-tab .tab-nav {
    padding: 0 20px;
  }
}
.home .widget_ap-listing-tab .tab-nav .listing-tab-subtitle {
  display: none;
}
.home .widget_ap-listing-tab .ap-widget-tabs {
  padding: 0;
  width: 100%;
  max-width: calc(80rem + 20px);
  border: 0 !important;
  margin: 0 auto;
  position: relative;
  background: transparent !important;
  font-family: Roboto;
}
.home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (max-width: 475px) {
  .home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav {
    margin: 0;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav::before {
  display: none;
}
@media screen and (min-width: 1280px) {
  .home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav {
    max-width: 900px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1279.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav {
    max-width: 650px;
    justify-content: flex-end;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav li {
  flex: 1 0 100%;
  max-width: 180px;
  padding: 0 4px;
  background: #ffffff;
  border-radius: 0;
  margin: 0;
  border: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 475px) {
  .home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav li {
    max-width: max-content;
    padding: 0;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav li.ui-tabs-active a {
  color: #ffffff;
  background: #003a42;
}
.home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #003a42;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  min-width: 100%;
  border: 1px solid #003a42;
}
.home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav li a:hover {
  opacity: 1;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs ul.ui-tabs-nav li a {
    padding: 7px 10px;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button {
  font-size: 0;
  display: flex;
  align-items: center;
  width: 40px;
  height: 39px;
  justify-content: center;
  position: absolute;
  color: #ffffff;
  background: #003a42;
  border: 1px solid #003a42;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.5s;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 30px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button[data-controls="prev"] {
  left: -3.5rem;
}
@media (max-width: 767.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button[data-controls="prev"] {
    left: 0rem;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button[data-controls="prev"]:before {
  content: "";
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button[data-controls="next"] {
  right: -3.5rem;
}
@media (max-width: 767.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button[data-controls="next"] {
    right: 0rem;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-controls > button[data-controls="next"]:before {
  content: "";
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .carousel {
  display: flex !important;
  flex-wrap: wrap;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .tns-nav {
  display: none;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item {
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
  background-color: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a {
    padding-bottom: 200px;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a picture, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a .no-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  display: block;
  background: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a .no-image-container {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a .no-image-container {
    padding-bottom: 200px;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item > a .no-image-container i {
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .open-times, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .auction-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 7px 10px;
  background-color: rgba(0, 58, 66, 0.8);
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .open-times > p, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .auction-time > p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .open-times > p, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .auction-time > p {
    font-size: 12px !important;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .sticker {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: rgba(0, 58, 66, 0.75);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .sticker p, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item .sticker a {
  color: #ffffff;
  margin-bottom: 0;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section {
  background-color: #ffffff;
  box-shadow: none;
  padding: 24px 0;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section {
    padding: 0;
    padding-top: 16px;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  color: #333333;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container .address-rooms {
  text-align: center;
  padding: 0;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container .suburb {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container .price {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #003a42;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container .address {
  font-size: 20px !important;
  line-height: 28px !important;
  min-height: 0;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container .price, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container .suburb, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container .address {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container ul.rooms {
  display: flex;
  list-style: none;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container ul.rooms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container ul.rooms li:not(:last-child) {
  margin-right: 5px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container ul.rooms li:not(:last-child)::after {
  content: "|";
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container ul.rooms li {
    font-size: 14px;
    ine-height: 22px;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-info-container .listing-info .row {
  justify-content: center;
  align-items: center;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .listing-button {
  margin-top: auto;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .button-tenancy-1form, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .button-inspection {
  padding: 0 15px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .button-tenancy-1form form input.apply-now {
  width: 100%;
  border: 0;
  padding: 12px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .button-inspection {
  margin-top: 10px;
  margin-bottom: 15px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .button-inspection a.btn-inspection {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  border-radius: 0;
  line-height: 25px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .button-inspection a.btn-inspection:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0.85rem;
  color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.65rem;
  transition: 0.5s;
  min-width: 40px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property i, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  margin-right: 0;
  transition: 0.5s;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  border-radius: 6px;
  background: white;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover i, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover i {
  margin-right: 0.5rem;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover:after, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover:after {
  margin-right: 0;
  color: inherit;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after, .home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  font-size: 0.85rem;
  transition: 0.5s;
  white-space: nowrap;
  color: transparent;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover {
  min-width: 150px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after {
  content: "Add to favorites";
  margin-right: -6.75rem;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  min-width: 195px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  content: "Remove from favorites";
  margin-right: -9.5rem;
}
.home .widget_ap-listing-tab .ap-widget-tabs .property-wrapper.single-slideshow .property-item.carousel .listing-item {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 6px;
}
.home .widget_ap-listing-tab .ap-widget-tabs .button-link-wrap {
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  height: auto;
  letter-spacing: 1px;
  line-height: normal;
  padding: 8px 16px;
  border-width: 1px;
  margin: 30px auto 0 auto;
}
@media (max-width: 767.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .button-link-wrap {
    margin-bottom: 30px;
    padding-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .button-link-wrap {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.home .widget_ap-listing-tab .ap-widget-tabs .button-link-wrap a {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: #003a42;
  border: 1px solid #003a42;
}
.home .widget_ap-listing-tab .ap-widget-tabs .button-link-wrap a:hover {
  background: #003a42;
  color: #ffffff;
}
.home .widget_ap-listing-tab .ap-widget-tabs .tab-content .ui-tabs-panel {
  padding: 50px 0 0;
}
@media screen and (max-width: 1199.98px) {
  .home .widget_ap-listing-tab .ap-widget-tabs .tab-content .ui-tabs-panel {
    padding: 20px 0 0;
  }
}
.home .widget_ap-listing-tab .hidden {
  display: none;
}
.home .widget_ap-properties h5.title-section {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #333333;
}
@media (max-width: 991.98px) {
  .home .widget_ap-properties h5.title-section {
    font-size: 36px;
    line-height: 39.6px;
    margin-bottom: 1 rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-properties h5.title-section {
    font-size: 26px;
    line-height: 32px;
  }
}
.home .widget_ap-properties.default .listing-item {
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
}
.home .widget_ap-properties.default .listing-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
  background-color: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-properties.default .listing-item > a {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-properties.default .listing-item > a {
    padding-bottom: 200px;
  }
}
.home .widget_ap-properties.default .listing-item > a picture, .home .widget_ap-properties.default .listing-item > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .widget_ap-properties.default .listing-item > a .no-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  display: block;
  background: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .home .widget_ap-properties.default .listing-item > a .no-image-container {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-properties.default .listing-item > a .no-image-container {
    padding-bottom: 200px;
  }
}
.home .widget_ap-properties.default .listing-item > a .no-image-container i {
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .widget_ap-properties.default .listing-item .open-times, .home .widget_ap-properties.default .listing-item .auction-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 7px 10px;
  background-color: rgba(0, 58, 66, 0.8);
}
.home .widget_ap-properties.default .listing-item .open-times > p, .home .widget_ap-properties.default .listing-item .auction-time > p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-properties.default .listing-item .open-times > p, .home .widget_ap-properties.default .listing-item .auction-time > p {
    font-size: 12px !important;
  }
}
.home .widget_ap-properties.default .listing-item .sticker {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: rgba(0, 58, 66, 0.75);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.home .widget_ap-properties.default .listing-item .sticker p, .home .widget_ap-properties.default .listing-item .sticker a {
  color: #ffffff;
  margin-bottom: 0;
}
.home .widget_ap-properties.default .listing-item section {
  background-color: #ffffff;
  box-shadow: none;
  padding: 24px 0;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-properties.default .listing-item section {
    padding: 0;
    padding-top: 16px;
  }
}
.home .widget_ap-properties.default .listing-item section .listing-info-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  color: #333333;
}
.home .widget_ap-properties.default .listing-item section .listing-info-container .address-rooms {
  text-align: center;
  padding: 0;
}
.home .widget_ap-properties.default .listing-item section .listing-info-container .suburb {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.home .widget_ap-properties.default .listing-item section .listing-info-container .price {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #003a42;
}
.home .widget_ap-properties.default .listing-item section .listing-info-container .address {
  font-size: 20px !important;
  line-height: 28px !important;
  min-height: 0;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-properties.default .listing-item section .listing-info-container .price, .home .widget_ap-properties.default .listing-item section .listing-info-container .suburb, .home .widget_ap-properties.default .listing-item section .listing-info-container .address {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0;
  }
}
.home .widget_ap-properties.default .listing-item section .listing-info-container ul.rooms {
  display: flex;
  list-style: none;
}
.home .widget_ap-properties.default .listing-item section .listing-info-container ul.rooms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.home .widget_ap-properties.default .listing-item section .listing-info-container ul.rooms li:not(:last-child) {
  margin-right: 5px;
}
.home .widget_ap-properties.default .listing-item section .listing-info-container ul.rooms li:not(:last-child)::after {
  content: "|";
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .home .widget_ap-properties.default .listing-item section .listing-info-container ul.rooms li {
    font-size: 14px;
    ine-height: 22px;
  }
}
.home .widget_ap-properties.default .listing-item section .listing-info-container .listing-info .row {
  justify-content: center;
  align-items: center;
}
.home .widget_ap-properties.default .listing-item section .listing-button {
  margin-top: auto;
}
.home .widget_ap-properties.default .listing-item section .button-tenancy-1form, .home .widget_ap-properties.default .listing-item section .button-inspection {
  padding: 0 15px;
}
.home .widget_ap-properties.default .listing-item section .button-tenancy-1form form input.apply-now {
  width: 100%;
  border: 0;
  padding: 12px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.home .widget_ap-properties.default .listing-item section .button-inspection {
  margin-top: 10px;
  margin-bottom: 15px;
}
.home .widget_ap-properties.default .listing-item section .button-inspection a.btn-inspection {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  border-radius: 0;
  line-height: 25px;
}
.home .widget_ap-properties.default .listing-item section .button-inspection a.btn-inspection:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0.85rem;
  color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.save-fav-property, .home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.65rem;
  transition: 0.5s;
  min-width: 40px;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.save-fav-property i, .home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  margin-right: 0;
  transition: 0.5s;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover, .home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  border-radius: 6px;
  background: white;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover i, .home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover i {
  margin-right: 0.5rem;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover:after, .home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover:after {
  margin-right: 0;
  color: inherit;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after, .home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  font-size: 0.85rem;
  transition: 0.5s;
  white-space: nowrap;
  color: transparent;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover {
  min-width: 150px;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after {
  content: "Add to favorites";
  margin-right: -6.75rem;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  min-width: 195px;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.home .widget_ap-properties.default .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  content: "Remove from favorites";
  margin-right: -9.5rem;
}
.home .widget_ap-properties.highlight .listing-box .listing-container {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0) 0px 1px 1px 0px;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .property-image .rooms {
  background: #C3B3B1 !important;
  color: #ffffff;
  min-height: 40px;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .property-image .rooms ul li:not(:last-child) {
  margin-right: 8px;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .property-image .rooms ul li i {
  margin-right: 5px;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-detail {
  color: #333333;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-detail .listing-content p.suburb {
  margin-bottom: 30px;
  font-size: 1.65rem;
  font-family: Roboto;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-detail .listing-content p.suburb a {
  color: #333333;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-detail .listing-content p.address {
  font-weight: 600;
  margin-bottom: 5px;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-detail .listing-content hr.w-50 {
  margin: 0 auto 10px;
  background: #C3B3B1;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-detail .listing-content .price {
  text-transform: uppercase;
  font-weight: 600;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-detail .listing-content h4.value {
  font-style: italic;
  font-family: Roboto;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-footer {
  margin-top: auto;
  position: relative !important;
  background: #C3B3B1;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-footer span.btn-solid-theme {
  padding: 0 !important;
  background: transparent;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-footer span.btn-solid-theme a {
  display: block;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  height: 100%;
  color: #ffffff;
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-footer span.btn-solid-theme a:hover {
  background: rgba(0, 0, 0, 0.160784);
}
.home .widget_ap-properties.highlight .listing-box .listing-container .listing-footer span.btn-solid-theme * {
  color: #ffffff;
}
.home .widget_ap-properties.minimal h5.title-section {
  text-align: left;
}
.home .widget_ap-properties.minimal > .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .home .widget_ap-properties.minimal > .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .home .widget_ap-properties.minimal > .container {
    max-width: 960px;
  }
}
.home .widget_ap-properties.minimal > .container .property-items {
  margin-bottom: 20px !important;
}
.home .widget_ap-properties.minimal > .container .property-items .image-property .embed-responsive-1by1 {
  padding-bottom: 68.95%;
}
@media screen and (max-width: 991.98px) {
  .home .widget_ap-properties.minimal > .container .property-items .image-property .embed-responsive-1by1 {
    padding-bottom: 56.25%;
  }
}
.home .widget_ap-properties.minimal > .container .property-items .image-property img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #7a7a7a;
}
.home .widget_ap-properties.minimal > .container .property-items .property-detail {
  text-align: center;
  padding: 24px 0;
  background-color: #ffffff;
  color: #333333;
}
.home .widget_ap-properties.minimal > .container .property-items .property-detail ul.rooms {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .widget_ap-properties.minimal > .container .property-items .property-detail ul.rooms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.home .widget_ap-properties.minimal > .container .property-items .property-detail ul.rooms li:not(:last-child) {
  margin-right: 5px;
}
.home .widget_ap-properties.minimal > .container .property-items .property-detail ul.rooms li:not(:last-child)::after {
  content: "|";
  top: 0;
}
.home .widget_ap-properties.minimal > .container .property-items .property-detail p.suburb {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.home .widget_ap-properties.minimal > .container .property-items .property-detail p.suburb a {
  color: inherit;
}
.home .widget_ap-properties.minimal > .container .property-items .property-detail p.price {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #003a42;
}
.home .widget_ap-properties.minimal .container.single-slideshow .carousel .property-items {
  padding: 0;
}
.home .widget_ap-properties.minimal .container.single-slideshow .carousel .property-items .image-property {
  flex: 0 0 100%;
  max-width: calc(100% - 10px);
  margin-left: 15px;
}
@media (max-width: 575px) {
  .home .widget_ap-properties.minimal .container.single-slideshow .carousel .property-items .image-property {
    max-width: 100%;
  }
}
.home .widget_ap-properties.minimal .container.single-slideshow .carousel .property-items .image-property .embed-responsive.embed-responsive-1by1.bg-size-cover {
  padding-bottom: 66%;
}
.home .widget_ap-properties.minimal .container.single-slideshow .carousel .property-items .image-property .embed-responsive.embed-responsive-1by1.bg-size-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .widget_ap-properties.minimal .container.single-slideshow .carousel .property-items .property-detail {
  flex: 0 0 100%;
  max-width: calc(100% - 10px);
  margin-left: 15px;
  padding: 15px 0;
}
.home .widget_ap-properties.minimal .container.single-slideshow .carousel .property-items .property-detail p.suburb a {
  color: #333333;
  font-size: 18px;
}
.home .widget_ap-properties.minimal .container.single-slideshow .carousel .property-items .property-detail p.price {
  display: none;
}
@media (min-width: 610px) {
  .home .widget_ap-properties .container.single-slideshow {
    padding: 0 !important;
  }
}
.home .widget_ap-properties .container.single-slideshow .tns-nav {
  display: none;
}
.home .widget_ap-properties .container.single-slideshow .tns-outer {
  margin: 0 -10px;
}
.home .widget_ap-properties .container.single-slideshow .tns-outer .tns-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}
.home .widget_ap-properties .container.single-slideshow .tns-outer .tns-controls button {
  font-size: 0;
  width: 45px;
  height: 45px;
  background: transparent;
  border: 0;
  position: absolute;
}
.home .widget_ap-properties .container.single-slideshow .tns-outer .tns-controls button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 45px;
  color: #343844;
}
.home .widget_ap-properties .container.single-slideshow .tns-outer .tns-controls button[data-controls="prev"] {
  left: -50px;
}
.home .widget_ap-properties .container.single-slideshow .tns-outer .tns-controls button[data-controls="prev"]:before {
  content: "";
}
.home .widget_ap-properties .container.single-slideshow .tns-outer .tns-controls button[data-controls="next"] {
  right: -50px;
}
.home .widget_ap-properties .container.single-slideshow .tns-outer .tns-controls button[data-controls="next"]:before {
  content: "";
}
@media (max-width: 609px) {
  .home .widget_ap-properties .container.single-slideshow .tns-outer .tns-controls {
    display: none;
  }
}
.home .widget_ap-properties .container.single-slideshow .row.carousel {
  margin: 0;
}
.home .widget_ap-properties .container.single-slideshow .row.carousel > * {
  flex: 0 0 auto;
  width: auto;
}
.home .widget_ap-properties .container.single-slideshow .row.carousel .listing-box {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .home .widget_ap-properties .container.single-slideshow .row.carousel .listing-box {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .home .widget_ap-properties .container.single-slideshow .row.carousel .listing-box .listing-container .property-image figure.listing-thumbnail {
    padding-bottom: 66%;
  }
}
@keyframes smoothSwayImg {
  0% {
    transform: scale(1.1) translateX(0%);
  }
  25% {
    transform: scale(1.1) translateX(3%);
  }
  50% {
    transform: scale(1.1) translateX(0%);
  }
  75% {
    transform: scale(1.1) translateX(-3%);
  }
  100% {
    transform: scale(1.1) translateX(0%);
  }
}
.home .widget.widget_ap-text .btn {
  margin-top: 8px;
  margin-bottom: 30px;
}
.home .widget.widget_ap-text .btn a {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  border-radius: 0;
}
.home .widget.widget_ap-text .btn a:hover {
  border-color: #003a42;
  background-color: #003a42;
  color: #ffffff;
}
.home .widget.widget_ap-text.content-only p {
  margin-top: 0;
}
.home .widget.widget_ap-text.properties-sale .container {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .home .widget.widget_ap-text.properties-sale .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .home .widget.widget_ap-text.properties-sale .container {
    max-width: 960px;
  }
}
.home .widget.widget_ap-text.properties-sale .container .btn a {
  border-radius: 0;
  border: 1px solid #003a42;
  color: #003a42;
}
.home .widget.widget_ap-text.properties-sale .container .btn:hover a {
  color: #ffffff;
  background-color: #003a42;
}
@media screen and (max-width: 767.98px) {
  .home .widget.widget_ap-text.properties-sale .container {
    justify-content: flex-start;
    flex-flow: column;
  }
  .home .widget.widget_ap-text.properties-sale .container h5.title-section {
    margin-bottom: 16px;
  }
}
.home .img-description {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .home .img-description {
    padding: 40px 20px;
    width: 100%;
  }
}
.home .img-description .widget.widget_ap-text h5.title-section {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 400;
  line-height: 39.6px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .home .img-description .widget.widget_ap-text h5.title-section {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .home .img-description .widget.widget_ap-text h5.title-section {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .home .img-description .widget.widget_ap-text h5.title-section {
    font-size: 26px;
    line-height: 32px;
  }
}
.home .img-description .widget.widget_ap-text h5.title-section ~ p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 30px;
}
.home .widget.widget_ap-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7a7a7a;
}
.home .widget.widget_ap-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.2;
}
.home .widget.widget_ap-image::after .image-wrapper {
  margin: 0;
  padding: 0;
}
.home .widget.widget_ap-image::after .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .widget.widget_ap-button-link {
  margin: 0;
}
.home .widget.widget_ap-button-link .btn {
  margin-top: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .home .widget.widget_ap-button-link .btn {
    margin: 0;
  }
  .home .widget.widget_ap-button-link .btn a {
    display: block;
  }
}
.home .widget.widget_ap-button-link .btn a {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  border-radius: 0;
}
.home .widget.widget_ap-button-link .btn a:hover {
  color: #ffffff;
  border-color: #003a42;
  background-color: #003a42;
}
.home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow.sway-img .ap-slideshow .carousel .item .embed-responsive img {
  animation: smoothSwayImg linear 30s infinite;
  will-change: transform;
  transform-origin: center;
  filter: blur(0.3px);
}
@media screen and (max-width: 1560px) and (min-width: 1280px) {
  .home .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow.sway-img .ap-slideshow .carousel .item .embed-responsive img {
    object-position: bottom;
  }
}
