@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");
@import "components/swiper-bundle.min.css";
@import "components/nouislider.min.css";
.animated-effect, .capacity .table tbody tr, .services-page .services-companies-filters .service-company-filter, .contact-details form .form-group .form-control, .search-area .nav .nav-item .nav-link, .search-notaries .table-results .table tbody tr, .search-notaries form .form-control, .immo-section .property-item, .modal .modal-body form .form-group .form-control, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

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

.active-effect {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

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

.filter-primary {
  filter: brightness(0) saturate(100%) invert(13%) sepia(24%) saturate(1928%) hue-rotate(185deg) brightness(89%) contrast(94%);
}

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

header.page-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.top-bar {
  padding: 0.75rem 0;
  background: #fff;
}
@media (max-width: 767.9px) {
  .top-bar {
    display: none;
  }
}
.top-bar .container {
  display: flex;
  align-items: center;
}
.top-bar .top-bar-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0b1c23;
  font-weight: 400;
  font-size: 0.8rem;
}
.top-bar .top-bar-item + .top-bar-item {
  margin-left: 1.5rem;
}
.top-bar .top-bar-item img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
  display: block;
}

.navbar {
  position: sticky;
  top: 0;
  background: transparent;
  z-index: 99;
  padding: 1rem 0;
}
.navbar .navbar-brand {
  margin-right: 1.5rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav {
    padding-top: 1rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #0b1c23;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: 0.5rem 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: 0.5rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80%;
  margin: auto;
  background: rgba(11, 28, 35, 0.1);
  content: " ";
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #468892;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #468892;
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

.navbar-brand {
  position: relative;
  padding: 0 0 0 3.5rem;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand {
    padding-left: 2.5rem;
  }
}
.navbar-brand img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    width: 2rem;
    height: 2rem;
  }
}
.navbar-brand strong {
  display: block;
  color: #0b1c23;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand strong {
    font-size: 0.9rem;
    display: none;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand strong {
    font-size: 1rem;
  }
}
.navbar-brand span {
  display: block;
  color: #0b1c23;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand span {
    font-size: 0.9rem;
    display: none;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand span {
    font-size: 1rem;
  }
}

footer.page-footer {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding: 2.5rem 0;
  }
}
footer.page-footer .navbar-brand {
  padding-left: 4rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .navbar-brand img {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .navbar-brand strong, footer.page-footer .navbar-brand span {
    display: block;
    font-size: 1.25rem;
  }
}
footer.page-footer h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #0b1c23;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 2rem 0 1rem 0;
  }
}
footer.page-footer p {
  color: #0b1c23;
}
footer.page-footer p a {
  color: #0b1c23;
}
footer.page-footer hr {
  margin: 2.5rem 0;
  background-color: rgba(11, 28, 35, 0.1);
  opacity: 1;
  border: none;
}
footer.page-footer .working-hours {
  color: #0b1c23;
}
footer.page-footer .working-hours .row {
  margin-top: 0.5rem;
}
footer.page-footer .contact-item {
  display: flex;
  align-items: center;
  color: #0b1c23;
  text-decoration: none;
  margin-top: 1rem;
  font-weight: 400;
}
footer.page-footer .contact-item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  opacity: 0.5;
}
footer.page-footer .contact-item strong {
  font-weight: 400;
}

.link-icon {
  padding-left: 0;
  color: #0b1c23;
  display: flex;
}
.link-icon img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.link-icon:hover {
  color: #468892;
}

.btn {
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.btn.btn-primary {
  background: #468892;
  border-color: #468892;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #4e98a3;
  border-color: #4e98a3;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.btn.btn-primary:active {
  background: #6caeb9;
  border-color: #6caeb9;
  box-shadow: rgba(11, 28, 35, 0.25) 0 0.25rem 3rem;
}
.btn.btn-outline-primary {
  border-color: #468892;
  color: #468892;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  color: #fff;
  background: #4e98a3;
  border-color: #4e98a3;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.btn.btn-outline-primary:active {
  color: #fff;
  background: #6caeb9;
  border-color: #6caeb9;
  box-shadow: rgba(11, 28, 35, 0.25) 0 0.25rem 3rem;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  color: #fff;
  background: #4e98a3;
  border-color: #4e98a3;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.btn.btn-outline-light:active {
  color: #468892;
  background: #fff;
  border-color: #fff;
  box-shadow: rgba(11, 28, 35, 0.25) 0 0.25rem 3rem;
}
.btn.btn-transparent {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #fff;
}
.btn.btn-transparent:hover, .btn.btn-transparent:focus {
  background: #fff;
  border-color: #fff;
  color: #0b1c23;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.5rem 2.5rem;
}
.btn.btn-transparent:active {
  background: #fff;
  border-color: #fff;
  color: #0b1c23;
  box-shadow: rgba(11, 28, 35, 0.25) 0 0.25rem 3rem;
}
.btn.btn-link {
  display: inline-flex;
  align-items: center;
  color: #468892;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.btn.btn-link img {
  width: 2rem;
  height: 2rem;
  margin: 0 0 0 0.5rem;
}

.modal.notary-modal .img-fluid {
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  border-radius: 0 0 0 1rem;
  max-width: 110%;
}
.modal.notary-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal .modal-content {
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (max-width: 767.9px) {
  .modal .modal-content {
    padding: 0.5rem;
    border-radius: 0;
  }
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0b1c23;
}
.modal .modal-header .btn-close {
  outline: none;
  box-shadow: none;
}
.modal .modal-body form .form-group {
  margin-bottom: 1rem;
}
.modal .modal-body form .form-group .form-label {
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.modal .modal-body form .form-group .form-control {
  padding: 0.75rem;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0.5rem;
  font-size: 1rem;
  box-shadow: none;
  outline: none;
}
.modal .modal-body form .form-group .form-control:focus {
  background: #eee;
  border-color: #eee;
}
.modal .modal-body form .form-group textarea.form-control {
  min-height: 140px;
}
.modal .modal-body p.small {
  color: rgba(11, 28, 35, 0.5);
  margin: 0.5rem 0 0 0;
}
.form-control {
  height: auto;
}
.main {
  padding: 10rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .main:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    content: " ";
    z-index: 0;
    background: url("/img/bw-home-2-min-prog.jpg") center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main {
    padding: 7.5rem 0;
  }
}
@media (max-width: 767.9px) {
  .main {
    padding: 16rem 0 3.5rem 0;
    background: #0b1c23;
    background-attachment: inherit;
    min-height: inherit;
    text-align: center;
  }
}
.main:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #0b1c23;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .main:before {
    bottom: auto;
    width: 100%;
    height: 12.5rem;
    background: url("/img/bw-home-2-min-prog.jpg") center no-repeat;
    background-size: cover;
  }
}
.main .container {
  position: relative;
  z-index: 3;
}
.main h1 {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 1rem;
  }
}
.main h1 span {
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  margin-top: 1rem;
  text-transform: uppercase;
  padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 span {
    font-size: 3rem;
    letter-spacing: -0.15rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 span {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1;
    padding-right: 0;
  }
}
.main p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 1.5rem 0;
  max-width: 80%;
}
@media (max-width: 767.9px) {
  .main p {
    max-width: 100%;
  }
}

.about {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .about {
    padding: 3.5rem 0 0 0;
    text-align: center;
  }
}
.about h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0b1c23;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .about h3 {
    font-weight: bold;
    font-size: 1rem;
  }
}
.about h2 {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .about h2 {
    font-size: 1.5rem;
  }
}
.about p {
  color: #0b1c23;
}
.about .img-fluid {
  margin-bottom: -5rem;
  margin-top: -2.5rem;
}
@media (max-width: 767.9px) {
  .about .img-fluid {
    margin-bottom: 0;
    margin-top: 1.5rem;
    margin-left: -1.5rem;
  }
}

.features {
  background: #0b1c23;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .features {
    padding: 2.5rem 0;
  }
}
.features .service-item {
  display: block;
  position: relative;
  overflow: hidden;
  padding-right: 15%;
}
@media (max-width: 767.9px) {
  .features .service-item {
    padding-right: 0;
    text-align: center;
  }
}
.features .service-item .service-icon {
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
}
.features .service-item h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0;
}
.features .service-item h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin: 1rem 0;
}
@media (max-width: 767.9px) {
  .features .service-item h5 {
    margin: 0.5rem 0;
    font-size: 1.25rem;
  }
}
.features .service-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

.immo-section {
  padding: 5rem 0;
  background: #0e242d;
}
@media (max-width: 767.9px) {
  .immo-section {
    padding: 2.5rem 0;
  }
}
.immo-section h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .immo-section h3 {
    font-size: 1rem;
  }
}
.immo-section h2 {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #fff;
}
@media (max-width: 767.9px) {
  .immo-section h2 {
    font-size: 1.5rem;
  }
}
.immo-section p {
  color: rgba(255, 255, 255, 0.5);
  margin: 1rem 0 1.5rem 0;
}
.immo-section .property-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.immo-section .property-item:hover {
  box-shadow: rgba(11, 28, 35, 0.25) 0 0.5rem 2rem;
}
.immo-section .property-item .property-thumbnail {
  width: calc(100% + 2rem);
  margin: -1rem -1rem 1rem -1rem;
  display: block;
}
.immo-section .property-item .property-thumbnail img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  display: block;
}
.immo-section .property-item .property-type {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  background: rgba(11, 28, 35, 0.25);
  backdrop-filter: blur(5px);
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: capitalize;
}
.immo-section .property-item .property-name {
  display: block;
  color: #0b1c23;
  text-decoration: none;
  margin: 0 0 0.5rem 0;
  width: 100%;
}
.immo-section .property-item .property-name strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
.immo-section .property-item .property-name span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
.immo-section .property-item .property-notary-name {
  display: block;
  font-size: 0.9rem;
  color: rgba(11, 28, 35, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  width: 100%;
}
.immo-section .property-item .property-price {
  margin: auto 0 0 0;
  font-weight: 600;
  font-size: 1rem;
  color: #0b1c23;
}
.immo-section .property-item .property-features {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  border-top: 1px solid rgba(11, 28, 35, 0.1);
  display: flex;
  width: 100%;
}
.immo-section .property-item .property-features li {
  display: flex;
  align-items: center;
  color: #0b1c23;
  font-size: 0.8rem;
}
.immo-section .property-item .property-features li + li {
  margin-left: 1rem;
}
.immo-section .property-item .property-features li img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
  opacity: 0.25;
}
.immo-section .pagination-area {
  margin-top: 2.5rem;
}
.immo-section .pagination-area .pagination {
  justify-content: center;
}
.immo-section .pagination-area .page-item .page-link {
  color: #468892;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  border: none;
  margin-right: 0.5rem;
  box-shadow: none;
  outline: none;
}
.immo-section .pagination-area .page-item .page-link:hover, .immo-section .pagination-area .page-item .page-link:focus {
  background: #fff;
  box-shadow: rgba(70, 136, 146, 0.1) 0 0.25rem 0.5rem;
}
.immo-section .pagination-area .page-item .page-link:active {
  background: #fff;
  box-shadow: rgba(70, 136, 146, 0.2) 0 0.35rem 0.75rem;
  transform-origin: center;
  transform: scale(0.95);
}
.immo-section .pagination-area .page-item.active .page-link {
  color: #fff;
  background-color: #468892;
  border-color: #468892;
}
@media (max-width: 767.9px) {
  .immo-section .pagination-area {
    overflow-x: hidden;
  }
  .immo-section .pagination-area .page-item .page-link {
    padding: 0.3rem 0.58rem;
  }
}
.immo-section.v2 {
  background: #f2f3f4;
  margin-bottom: -5rem;
  padding-top: 1rem;
  padding-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .immo-section.v2 .property-item {
    box-shadow: rgba(11, 28, 35, 0.05) 0 0.2rem 0.4rem;
    position: relative;
    padding-left: 40%;
  }
  .immo-section.v2 .property-item:hover {
    box-shadow: rgba(11, 28, 35, 0.15) 0 0.4rem 1rem;
  }
  .immo-section.v2 .property-item .property-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(40% - 1.5rem);
    height: 100%;
    margin: 0;
  }
  .immo-section.v2 .property-item .property-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.services {
  padding: 5rem 0;
  background: #112c36;
}
@media (max-width: 767.9px) {
  .services {
    padding: 2.5rem 0;
  }
}
.services h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .services h3 {
    font-size: 1rem;
  }
}
.services h2 {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #fff;
}
@media (max-width: 767.9px) {
  .services h2 {
    font-size: 1.5rem;
  }
}
.services p {
  color: rgba(255, 255, 255, 0.5);
}
.services .service-item {
  display: block;
  position: relative;
  padding: 2.5rem;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.services .service-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.services .service-item:nth-child(1), .services .service-item:nth-child(2), .services .service-item:nth-child(3) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .service-item {
    padding: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item {
    padding: 1.5rem;
  }
}
.services .service-item img {
  width: 4rem;
  height: 4rem;
  display: block;
  filter: brightness(0) invert(1);
}
.services .service-item h4 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  margin: 1.5rem 0 0.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .service-item h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item h4 {
    font-size: 1rem;
  }
}
.services .service-item p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .service-item p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item p {
    font-size: 0.9rem;
  }
}

.search-notaries {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .search-notaries {
    padding: 2.5rem 0 0 0;
    text-align: center;
  }
}
.search-notaries h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0b1c23;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .search-notaries h3 {
    font-size: 1rem;
  }
}
.search-notaries h2 {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .search-notaries h2 {
    font-size: 1.5rem;
  }
}
.search-notaries p {
  color: #0b1c23;
}
.search-notaries form {
  display: block;
  margin: 1.5rem 0;
  position: relative;
}
.search-notaries form img {
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  opacity: 0.25;
}
.search-notaries form .form-control {
  height: auto;
  padding: 1rem 1rem 1rem 3rem;
  font-weight: 500;
  color: #0b1c23;
  border: 1px solid #eee;
  background: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.search-notaries form .form-control:focus {
  background: none;
  border-color: #468892;
  box-shadow: rgba(70, 136, 146, 0.15) 0 0.25rem 0.5rem;
}
.search-notaries .table-results {
  display: none;
  margin: 2.5rem 0 0 0;
  border: 1px solid rgba(11, 28, 35, 0.2);
  padding: 0.75rem;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .search-notaries .table-results {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.search-notaries .table-results.active {
  display: block;
}
.search-notaries .table-results .table {
  overflow: hidden;
  margin: 0;
}
.search-notaries .table-results .table thead tr {
  border-bottom: none;
}
.search-notaries .table-results .table thead tr th {
  font-weight: 600;
  color: #0b1c23;
  padding: 1rem;
  font-size: 1rem;
  white-space: nowrap;
  border-bottom: none;
}
.search-notaries .table-results .table tbody {
  border-top: none;
  border-bottom: none;
}
.search-notaries .table-results .table tbody tr {
  border-radius: 1rem;
}
.search-notaries .table-results .table tbody tr td {
  padding: 1rem;
  font-size: 0.9rem;
  color: #0b1c23;
  border: none;
}
.search-notaries .table-results .table tbody tr td.table-phone {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-notaries .table-results .table tbody tr td.table-email {
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-notaries .table-results .table tbody tr:hover {
  background: #f2f3f4;
}
.search-notaries .table-results .table tbody tr:hover td:first-child {
  border-radius: 1rem 0 0 1rem;
}
.search-notaries .table-results .table tbody tr:hover td:last-child {
  border-radius: 0 1rem 1rem 0;
}
.search-notaries .img-fluid {
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .search-notaries .img-fluid {
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
    margin: -2.5rem -0.75rem 2.5rem -0.75rem;
    border-radius: 0;
  }
}

.partners {
  display: block;
  position: relative;
  padding: 2.5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .partners {
    padding: 1.5rem 0 0 0;
  }
}
.partners h2 {
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
.partners .swiper-wrapper {
  align-items: center;
}
.partners img {
  width: 85%;
  max-height: 3.5rem;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  opacity: 0.5;
}

@media (max-width: 767.9px) {
  .calculator {
    background-attachment: inherit;
    padding: 0 0;
  }
}
.calculator .container {
  position: relative;
  z-index: 2;
}
.calculator .box {
  background: url("/img/calculator-bg.jpg") center no-repeat fixed;
  background-size: cover;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  padding: 5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .calculator .box {
    padding: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .calculator .box {
    padding: 5rem 0.75rem;
    text-align: center;
    border-radius: 0;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
  }
}
.calculator .box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(11, 28, 35, 0.8), rgba(11, 28, 35, 0));
  content: " ";
  z-index: 1;
  opacity: 0.75;
}
.calculator .box .row {
  position: relative;
  z-index: 2;
}
.calculator h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .calculator h3 {
    font-size: 1rem;
  }
}
.calculator h2 {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #fff;
}
@media (max-width: 767.9px) {
  .calculator h2 {
    font-size: 1.5rem;
  }
}
.calculator p {
  color: #fff;
  margin-bottom: 1.5rem;
}

.sub-main {
  padding: 10rem 0 10rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .sub-main {
    padding: 5rem 0;
  }
}
.sub-main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b1c23;
  opacity: 0.15;
  z-index: 1;
  content: " ";
}
.sub-main img.sub-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-position: center;
  object-fit: cover;
}
.sub-main .container {
  position: relative;
  z-index: 2;
}
.sub-main h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-main h1 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
.sub-main p {
  color: #fff;
  margin: 1.5rem 0 0 0;
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .sub-main p {
    max-width: 100%;
  }
}
.sub-main.error-main:before {
  display: none;
}
.sub-main.error-main h1 {
  color: #0b1c23;
}
.sub-main.error-main h2 {
  color: #0b1c23;
  font-weight: bold;
  font-size: 5rem;
}
.sub-main.error-main p {
  color: #0b1c23;
  margin: 1rem 0 1.5rem 0;
}

.sub-main.offer-sub-main {
  padding: 5rem 0;
  background: #0b1c23;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main {
    padding: 0 0 2.5rem 0;
  }
}
.sub-main.offer-sub-main:before {
  display: none;
}
.sub-main.offer-sub-main .offer-swiper {
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-swiper {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    border-radius: 0;
    height: 25rem;
    position: relative;
    margin-bottom: 2.5rem;
  }
}
.sub-main.offer-sub-main .offer-swiper .swiper-slide {
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-swiper .swiper-slide {
    border-radius: 0;
  }
}
.sub-main.offer-sub-main .offer-swiper .swiper-slide img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-swiper .swiper-slide img {
    border-radius: 0;
  }
}
.sub-main.offer-sub-main .offer-swiper .swiper-button-prev,
.sub-main.offer-sub-main .offer-swiper .swiper-button-next {
  width: 3rem;
  height: 3rem;
  background: rgba(11, 28, 35, 0.75);
  border-radius: 0.5rem;
}
.sub-main.offer-sub-main .offer-swiper .swiper-button-prev:hover,
.sub-main.offer-sub-main .offer-swiper .swiper-button-next:hover {
  background: #0b1c23;
}
.sub-main.offer-sub-main .offer-swiper .swiper-button-prev:after,
.sub-main.offer-sub-main .offer-swiper .swiper-button-next:after {
  color: #fff;
  font-size: 1rem;
}
.sub-main.offer-sub-main .offer-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #468892;
}
.sub-main.offer-sub-main .offer-notary {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.2;
}
.sub-main.offer-sub-main .offer-title {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main.offer-sub-main .offer-title {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-title {
    font-size: 1rem;
    margin-top: 0;
  }
}
.sub-main.offer-sub-main .offer-address {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main.offer-sub-main .offer-address {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-address {
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: 0;
  }
}
.sub-main.offer-sub-main .offer-price {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-price {
    font-size: 1rem;
  }
}
.sub-main.offer-sub-main .offer-features-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-features-list {
    flex-direction: column;
  }
}
.sub-main.offer-sub-main .offer-feature-item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 0.25rem;
}
@media (max-width: 767.9px) {
  .sub-main.offer-sub-main .offer-feature-item {
    width: 100%;
  }
}
.sub-main.offer-sub-main .offer-feature-item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  opacity: 0.5;
  filter: brightness(0) invert(1);
}
.sub-main.offer-sub-main .offer-feature-item span {
  font-weight: 400;
  font-size: 0.9rem;
  color: #fff;
}
.sub-main.offer-sub-main .notary-info {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-main.offer-sub-main .notary-info i {
  display: block;
  color: #468892;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
}
.sub-main.offer-sub-main .notary-info strong {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin: 0.5rem 0;
}
.sub-main.offer-sub-main .notary-info .notary-contact {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sub-main.offer-sub-main .notary-info .notary-contact + .notary-contact {
  margin-top: 0.5rem;
}
.sub-main.offer-sub-main .notary-info .notary-contact img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  filter: brightness(0) invert(1);
}
.sub-main.offer-sub-main .notary-info .notary-contact span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.offer-details {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .offer-details {
    padding: 2.5rem 0;
  }
}
.offer-details hr {
  margin: 2.5rem 0;
  background-color: rgba(11, 28, 35, 0.1);
  border: none;
  opacity: 1;
}
.offer-details h4 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #0b1c23;
}
.offer-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.offer-details ul li {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.offer-details ul li img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.offer-details .offer-specifications ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .offer-details .offer-specifications ul li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.offer-details .offer-specifications ul li span:nth-child(1) {
  max-width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: 600;
}
@media (max-width: 767.9px) {
  .offer-details .offer-specifications ul li span:nth-child(1) {
    max-width: 100%;
  }
}

.search-area {
  background: #fff;
  padding: 2.5rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767.9px) {
  .search-area {
    padding: 2.5rem 0;
  }
}
.search-area .nav {
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .search-area .nav {
    margin-bottom: 1rem;
  }
}
.search-area .nav .nav-item .nav-link {
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  color: #0b1c23;
  font-size: 0.9rem;
  border: 1px solid transparent;
  background: rgba(11, 28, 35, 0.05);
  margin-right: 0.5rem;
}
@media (max-width: 767.9px) {
  .search-area .nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem 0.5rem 0;
  }
}
.search-area .nav .nav-item .nav-link:hover {
  background: rgba(11, 28, 35, 0.1);
}
.search-area .nav .nav-item .nav-link.active {
  color: #468892;
  border-color: #468892;
  background: #fff;
}
.search-area .form-field {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .search-area .form-field {
    margin-bottom: 1rem;
  }
}
.search-area .form-field .form-label {
  font-weight: bold;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .search-area .form-field .form-label {
    font-size: 0.9rem;
  }
}
.search-area .form-field .form-control {
  height: auto;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: #0b1c23;
  border: 1px solid rgba(11, 28, 35, 0.1);
  outline: none;
  box-shadow: none;
  border-radius: 0.5rem;
}
.search-area .form-field .form-control:hover {
  background: rgba(255, 255, 255, 0.15);
}
.search-area .form-field .form-control option {
  color: #0b1c23;
}
.search-area .noUi-target {
  margin-top: 1rem;
}
.search-area .noUi-target.noUi-horizontal {
  height: 5px;
  background: #eee;
  border: none;
  box-shadow: none;
}
.search-area .noUi-target.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: none;
  background: #0b1c23;
  box-shadow: none;
}
.search-area .noUi-target.noUi-horizontal .noUi-handle:before, .search-area .noUi-target.noUi-horizontal .noUi-handle:after {
  display: none;
}
.search-area .noUi-target .noUi-connect {
  background: #468892;
}
.search-area .slider-range-field {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.search-area .slider-range-field label {
  margin: 0;
}
.search-area .slider-range-field span {
  margin-left: 1rem;
  color: #0b1c23;
  font-weight: 400;
}

.sub-main.contact-sub-main:before {
  background: #0b1c23;
  opacity: 0.35;
}

.contact-items {
  position: relative;
  background: #468892;
}
@media (max-width: 767.9px) {
  .contact-items {
    padding: 1.5rem 0;
  }
}
.contact-items .contact-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0b1c23;
  position: relative;
  padding: 2.5rem 0;
}
@media (max-width: 767.9px) {
  .contact-items .contact-item {
    padding: 1rem 0;
  }
}
.contact-items .contact-item .contact-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
}
.contact-items .contact-item .contact-info {
  display: block;
  position: relative;
}
.contact-items .contact-item .contact-info h4 {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.contact-items .contact-item .contact-info span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.contact-details {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .contact-details {
    padding: 2.5rem 0;
  }
}
.contact-details h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0b1c23;
  margin-bottom: 1rem;
  position: relative;
}
.contact-details h2 {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .contact-details h2 {
    font-size: 2rem;
  }
}
.contact-details p {
  color: #0b1c23;
}
.contact-details form .form-group {
  margin-bottom: 1rem;
}
.contact-details form .form-group .form-label {
  font-weight: bold;
  color: #0b1c23;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.contact-details form .form-group .form-control {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 1rem;
  box-shadow: none;
  outline: none;
}
.contact-details form .form-group .form-control:focus {
  background: rgba(11, 28, 35, 0.05);
}
.contact-details form .form-group textarea.form-control {
  min-height: 140px;
}
.contact-details .contact-map {
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 2.5rem;
  border: 1px solid #eee;
}
.contact-details .contact-map iframe {
  width: 100%;
  height: 20rem;
  margin: 0;
  border: none;
  filter: grayscale(1);
}

.sub-main.privacy-main {
  padding: 5rem 0 0 0;
}
.sub-main.privacy-main:before {
  display: none;
}
.sub-main.privacy-main h1 {
  color: #0b1c23;
}

.empty-page {
  padding: 2.5rem 0;
}
.empty-page h1, .empty-page h2, .empty-page h3, .empty-page h4, .empty-page h5, .empty-page h6 {
  font-weight: 600;
  color: #0b1c23;
  margin: 1.5rem 0 1rem 0;
}
.empty-page hr {
  margin: 2.5rem 0;
}
.empty-page a {
  color: #468892;
}

.sub-main.services-main:before {
  background: #0b1c23;
  opacity: 0.4;
}

.services-page {
  padding: 5rem 0;
}
.services-page .services-main-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.services-page .services-main-filters .btn {
  margin: 0 0.75rem 0.75rem 0;
}
.services-page .services-companies-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .services-page .services-companies-filters {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 1.5rem -0.75rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding: 0 0.75rem;
  }
}
.services-page .services-companies-filters .service-company-filter {
  background: none;
  padding: 0;
  display: block;
  outline: none;
  border-radius: 1rem;
  border: none;
  box-shadow: rgba(11, 28, 35, 0.05) 0 0.25rem 0.45rem;
  margin: 0 0.75rem 0.75rem 0;
  flex-shrink: 0;
}
.services-page .services-companies-filters .service-company-filter:hover {
  box-shadow: rgba(70, 136, 146, 0.15) 0 0.35rem 1rem;
}
.services-page .services-companies-filters .service-company-filter img {
  width: 8rem;
  height: 6rem;
  object-fit: contain;
  padding: 0.75rem;
}
.services-page .services-type-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .services-page .services-type-filters {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 1.5rem -0.75rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding: 0 0.75rem;
  }
}
.services-page .services-type-filters .btn.btn-light {
  padding: 0.5rem 1rem;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0.5rem 0.5rem 0;
  white-space: nowrap;
  border-radius: 1rem;
  flex-shrink: 0;
}
.services-page .services-type-filters .btn.btn-light:hover, .services-page .services-type-filters .btn.btn-light:focus, .services-page .services-type-filters .btn.btn-light:active {
  background: #eee;
  box-shadow: none;
  outline: none;
}
.services-page .services-results .service-offer-item {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(11, 28, 35, 0.1) 0 0.25rem 0.5rem;
  height: 100%;
  overflow: hidden;
}
.services-page .services-results .service-offer-item .service-offer-thumbnail {
  display: block;
  width: 45%;
  height: 5rem;
  position: relative;
  margin-top: 2rem;
}
.services-page .services-results .service-offer-item .service-offer-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-page .services-results .service-offer-item .service-offer-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 1rem;
  background: #e5f1f2;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}
.services-page .services-results .service-offer-item .service-offer-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 20rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0 0 2.5rem;
  text-align: center;
  background: red;
  color: #fff;
  font-weight: 600;
  font-size: 0.6rem;
  text-transform: uppercase;
  transform-origin: center;
  transform: translateX(10em) translateY(1rem) rotate(45deg);
}
.services-page .services-results .service-offer-item .service-offer-banner.banner-red {
  background: #DF211E;
}
.services-page .services-results .service-offer-item .service-offer-banner.banner-orange {
  background: #EB6629;
}
.services-page .services-results .service-offer-item .service-offer-banner.banner-green {
  background: #27D084;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5rem 0 0 0;
  color: #0b1c23;
  display: block;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-price {
  padding: 0.5rem 0 0.75rem 0;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-price strong, .services-page .services-results .service-offer-item .service-offer-details .service-offer-price a {
  font-weight: 400;
  font-size: 0.9rem;
  color: #0b1c23;
  display: block;
  text-decoration: none;
}
.services-page .services-results .service-offer-item .service-offer-details .service-offer-price a:hover {
  color: #468892;
  text-decoration: underline;
}
.services-page .services-results .service-offer-item .service-offer-actions {
  margin-top: auto;
  padding-bottom: 0.5rem;
}
.services-page .services-results .service-offer-item .service-offer-actions .btn.btn-primary {
  padding: 0.5rem 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  box-shadow: none;
}

.coworking-space {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .coworking-space {
    padding: 2.5rem 0;
  }
}
.coworking-space.v2 {
  background: #f2f3f4;
}
.coworking-space.v3 {
  background: rgba(11, 28, 35, 0.2);
}
.coworking-space h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0b1c23;
  margin-bottom: 1rem;
  position: relative;
}
.coworking-space h2 {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  color: #0b1c23;
}
@media (max-width: 767.9px) {
  .coworking-space h2 {
    font-size: 2rem;
  }
}
.coworking-space h4 {
  font-size: 1rem;
  color: #0b1c23;
  font-weight: bold;
}
.coworking-space p {
  color: #0b1c23;
}
.coworking-space .space-equipment {
  display: block;
  background: rgba(11, 28, 35, 0.05);
  padding: 1.5rem;
  border-radius: 1rem;
}
.coworking-space .space-equipment h5 {
  font-weight: bold;
  font-size: 1rem;
  color: #0b1c23;
}
.coworking-space .space-equipment p {
  margin-bottom: 0;
}
.coworking-space .img-fluid {
  border-radius: 1rem;
  object-fit: cover;
  margin-top: -2.5rem;
}
@media (max-width: 767.9px) {
  .coworking-space .img-fluid {
    margin-top: 0;
  }
}
.coworking-space .img-fluid.img-2 {
  margin-top: 0;
  margin-bottom: -2.5rem;
}
@media (max-width: 767.9px) {
  .coworking-space .img-fluid.img-2 {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }
}

.capacity {
  padding: 5rem 0;
}
.capacity h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #0b1c23;
  display: block;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .capacity h2 {
    font-size: 1.5rem;
  }
}
.capacity .table-results {
  border: 1px solid rgba(11, 28, 35, 0.2);
  padding: 0.75rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .capacity .table-results {
    overflow-y: hidden;
  }
}
.capacity .table {
  overflow: hidden;
  margin: 0;
}
.capacity .table thead tr {
  border-bottom: none;
}
.capacity .table thead tr th {
  font-weight: 600;
  color: #0b1c23;
  padding: 1rem;
  font-size: 1rem;
  white-space: nowrap;
  border-bottom: none;
}
.capacity .table tbody {
  border-top: none;
  border-bottom: none;
}
.capacity .table tbody tr {
  border-radius: 1rem;
}
.capacity .table tbody tr td {
  padding: 1rem;
  font-size: 0.9rem;
  color: #0b1c23;
  border: none;
}
.capacity .table tbody tr td.table-phone {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.capacity .table tbody tr td.table-email {
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.capacity .table tbody tr:hover {
  background: #f2f3f4;
}
.capacity .table tbody tr:hover td:first-child {
  border-radius: 1rem 0 0 1rem;
}
.capacity .table tbody tr:hover td:last-child {
  border-radius: 0 1rem 1rem 0;
}

.coworking-location {
  position: relative;
  padding: 5rem 0;
  background: #0b1c23;
}
.coworking-location h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .coworking-location h3 {
    font-size: 1.5rem;
  }
}
.coworking-location p {
  color: rgba(255, 255, 255, 0.5);
}

.additional-services {
  padding: 5rem 0;
  background: #112c36;
  color: rgba(255, 255, 255, 0.5);
}
.additional-services h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .additional-services h3 {
    font-size: 1.5rem;
  }
}
.additional-services p {
  color: rgba(255, 255, 255, 0.5);
}
.additional-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.additional-services table.table {
  border: none;
}
.additional-services table.table th {
  border: none;
  padding: 1rem 0;
  font-weight: bold;
  color: #fff;
}
.additional-services table.table tbody {
  border: none;
}
.additional-services table.table tbody tr {
  border: none;
  padding: 0;
}
.additional-services table.table tbody tr td {
  padding: 1rem 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  border: none;
}

input[type='search']::-webkit-search-cancel-button {
    filter: brightness(0) saturate(100%) invert(48%) sepia(52%) saturate(338%) hue-rotate(140deg) brightness(89%) contrast(97%);
}

#product-search:focus {
	box-shadow: 0 0 0 .10rem #468892;
	border-color: #468892;
}

.search-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  color: #0b1c23;
  padding: 0;
}

.search-area .select2-container--default .select2-selection--single b[role="presentation"] {
  display: none;
}

.search-area .form-field .form-control:disabled {
  background: rgba(173, 173, 173, 0.5);
}

.search-area .form-field .form-control:disabled:hover {
  background: rgba(173, 173, 173, 0.5);
}

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