@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");
@import "plugins/flickity.min.css";
@import "plugins/flickity-fade.css";
.animated-effect, .sub-header.blog-page-header .blog-details-content .blog-post-share .social-icons a img, .sub-header.blog-page-header .blog-details-content .blog-post-share .social-icons a, .services-wrapper .link-box, .real-estate-wrapper .offer, .real-estate .offer, .services .serv-col .service-item strong, .services .serv-col .service-item .serv-icon img, .services .serv-col .service-item, .call-to-actions .item, footer.page-footer .social-links .nav-item .nav-link, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

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

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

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

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

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

.dark-filter, .contact-form .contact-box img, .services-wrapper .link-box img, .navbar-brand img, header.page-header .top-bar .top-item img, header.page-header .top-bar-sm .top-item img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(85%) saturate(434%) hue-rotate(169deg) brightness(86%) contrast(85%);
}

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

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
header.page-header {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
header.page-header .top-bar-sm {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}
header.page-header .top-bar-sm .container {
  display: flex;
  align-items: center;
}
header.page-header .top-bar-sm .top-item {
  font-size: 0.9rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar-sm .top-item {
    font-size: 0.8rem;
  }
}
header.page-header .top-bar-sm .top-item + .top-item {
  margin-left: 2rem;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar-sm .top-item + .top-item {
    margin-left: 1rem;
  }
}
header.page-header .top-bar-sm .top-item img {
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar-sm .top-item img {
    margin-right: 0.25rem;
  }
}
header.page-header .top-bar-sm .top-item strong {
  font-weight: 600;
  color: rgba(71, 71, 71, 0.75);
  margin: 0 0.35rem;
  display: block;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar-sm .top-item strong {
    display: none;
  }
}
header.page-header .top-bar-sm .top-item span {
  font-weight: 400;
  color: rgba(71, 71, 71, 0.5);
  display: block;
}
header.page-header .top-bar {
  padding: 2rem 0;
  border-bottom: 1px solid #eff3f6;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar {
    display: none;
  }
}
header.page-header .top-bar .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
header.page-header .top-bar .navbar-brand {
  margin-right: auto;
}
header.page-header .top-bar .top-item {
  display: block;
  position: relative;
  font-size: 0.9rem;
  padding-left: 3rem;
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 3rem;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item + .top-item {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
header.page-header .top-bar .top-item img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  background: rgba(71, 71, 71, 0.1);
  border-radius: 0.5rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header.page-header .top-bar .top-item strong {
  font-weight: 600;
  color: #383636;
  display: block;
}
header.page-header .top-bar .top-item span {
  font-weight: 400;
  color: #383636;
  display: block;
}
header.page-header .navbar {
  padding: 1rem 0;
  background: rgba(56, 54, 54, 0.05);
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    background: #fff;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid rgba(56, 54, 54, 0.1);
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  header.page-header .navbar .navbar-nav .nav-item:first-of-type {
    margin-top: 2rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #383636;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  text-transform: uppercase;
  border-radius: 0.25rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #474747;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #474747;
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #474747;
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  position: relative;
  padding-left: 4.75rem;
  display: block;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  padding: 0.45rem;
  background: rgba(71, 71, 71, 0.1);
  border-radius: 0.75rem;
}
.navbar-brand strong {
  display: block;
  color: #383636;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.25rem;
  width: 200px;
  word-break: break-word;
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand strong {
    width: 180px;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand strong {
    margin-bottom: 0.25rem;
  }
}
.navbar-brand span {
  display: block;
  color: rgba(56, 54, 54, 0.45);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 350px) {
  .navbar-brand strong {
    width: auto;
    font-size: 1.04rem;
  }
  .navbar-brand span {
    font-size: 0.6rem;
  }
}

footer.page-footer {
  background: #fff;
  padding: 5rem 0;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  opacity: 0.1;
  background: #383636;
}
footer.page-footer h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #383636;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin-top: 2rem;
  }
}
footer.page-footer p {
  font-size: 1rem;
  color: rgba(56, 54, 54, 0.5);
  margin: 0.35rem 0 0 0;
}
footer.page-footer p.working-hour {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(56, 54, 54, 0.75);
}
footer.page-footer p.working-hour strong {
  font-weight: 400;
}
footer.page-footer p.working-hour span {
  padding-left: 0.5rem;
  text-align: right;
}
footer.page-footer p.small {
  font-size: 0.8rem;
  color: rgba(56, 54, 54, 0.25);
}
footer.page-footer p a {
  color: inherit;
}
footer.page-footer .nav-link {
  font-size: 0.9rem;
  color: rgba(56, 54, 54, 0.75);
  text-decoration: none;
  padding: 0;
  margin: 0.35rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #474747;
}
footer.page-footer .social-links .nav-item .nav-link {
  margin-right: 0.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: rgba(56, 54, 54, 0.05);
  padding: 1rem 1rem;
  line-height: 1;
}
footer.page-footer .social-links .nav-item .nav-link:hover {
  background: rgba(56, 54, 54, 0.1);
}
footer.page-footer .social-links .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
}

.btn {
  font-weight: 600;
  border-radius: 2px;
  text-transform: uppercase;
  box-shadow: rgba(56, 54, 54, 0.1) 0 0.25rem 0.75rem;
  font-size: 0.9rem;
  padding: 0.9rem 1.6rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(56, 54, 54, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #474747;
  border-color: #474747;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #524f4f;
  border-color: #524f4f;
}
.btn.btn-primary:active {
  background: #676363;
  border-color: #676363;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #383636;
}
.btn.btn-light:hover, .btn.btn-light:focus {
  color: #fff;
}
.btn.btn-dark {
  background: #383636;
  border-color: #383636;
  color: #383636;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #474747;
  color: #474747;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #474747;
  border-color: #474747;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #676363;
  border-color: #676363;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #383636;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #474747;
}
.btn.btn-outline-dark {
  border-color: #383636;
  color: #383636;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #383636;
  border-color: #383636;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #6d6d6d;
}
.form-control {
  height: auto;
}
.main {
  padding: 15rem 0 5rem 0;
  background: #fff;
  position: relative;
}
@media (max-width: 767.9px) {
  .main {
    padding: 15rem 0 5rem 0;
  }
}
.main .main-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main .main-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.9px) {
  .main .main-slider img {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383636;
  content: " ";
  z-index: 1;
  opacity: 0.1;
}
.main .container {
  position: relative;
  z-index: 3;
}
.main .main-notaries {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.main .main-notaries .notary-entry {
  margin: 0;
  display: block;
  white-space: nowrap;
}
.main .main-notaries .notary-entry h2 {
  font-size: 3.5rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #fff;
}
@media (max-width: 767.9px) {
  .main .main-notaries .notary-entry h2 {
    font-size: 1.9rem;
    letter-spacing: 0;
    font-weight: bold;
  }
}
.main .main-notaries .notary-entry strong {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .main .main-notaries .notary-entry strong {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.main h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 5rem;
}
.main p {
  color: white;
}

.call-to-actions {
  position: relative;
  z-index: 1;
  padding: 0;
  background: #474747;
}
@media (max-width: 767.9px) {
  .call-to-actions {
    padding: 1rem 0;
  }
}
.call-to-actions .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .call-to-actions .box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11rem;
    width: 8rem;
    height: 1px;
    background: #fff;
    content: " ";
    opacity: 0.15;
    margin: auto;
  }
  .call-to-actions .box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10rem;
    width: 8rem;
    height: 1px;
    background: #fff;
    content: " ";
    opacity: 0.15;
    margin: auto;
  }
}
.call-to-actions .item {
  padding: 3rem 0;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    padding: 1rem 0;
    display: flex;
    align-items: center;
  }
}
.call-to-actions .item.v1 {
  opacity: 0.7;
}
.call-to-actions .item.v2 {
  opacity: 0.8;
}
.call-to-actions .item.v3 {
  opacity: 0.9;
}
.call-to-actions .item:not(.v4):after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.25rem;
  margin: auto;
  width: 1px;
  height: 50%;
  background: #fff;
  opacity: 0.05;
  content: " ";
}
@media (max-width: 767.9px) {
  .call-to-actions .item:not(.v4):after {
    display: none;
  }
}
.call-to-actions .item img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.7rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .call-to-actions .item img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 1rem;
  }
}
.call-to-actions .item b {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 0.4rem 0;
}
.call-to-actions .item span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding-right: 1.5rem;
}

.services {
  position: relative;
  padding: 5rem 0;
  background: #F2F3F4;
}
.services .plus-services {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .services .plus-services {
    margin-bottom: 3rem;
  }
}
.services .plus-services a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.services .container {
  position: relative;
  z-index: 1;
}
.services h2 {
  font-size: 2rem;
  color: #383636;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.services p {
  color: #383636;
}
.services .serv-col {
  display: flex;
  flex-direction: column;
}
.services .serv-col .service-item {
  text-align: center;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid rgba(71, 71, 71, 0.3);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .serv-col .service-item {
    padding: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .services .serv-col .service-item {
    padding: 1rem 0.4rem;
  }
}
.services .serv-col .service-item .serv-icon {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.services .serv-col .service-item .serv-icon:before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  background: #383636;
  content: " ";
}
.services .serv-col .service-item .serv-icon img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  filter: brightness(0) invert(1);
  z-index: 1;
}
.services .serv-col .service-item strong {
  display: block;
  color: #383636;
  font-size: 1rem;
  margin-top: 0.5rem;
  line-height: 1.2;
}
.services .serv-col .service-item p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 0;
  opacity: 0.7;
}

.mini-team {
  padding: 5rem 0;
  overflow: hidden;
}
.mini-team .section-title h2 {
  position: relative;
}
.mini-team .section-title h2:after {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 1px;
  height: 100%;
  background: #383636;
  opacity: 0.15;
  content: " ";
}
.mini-team p {
  color: #383636;
  margin: 0.5rem 0 0 0;
}
.mini-team p .first-letter {
  font-family: "Roboto", sans-serif;
  color: #474747;
  font-size: 2.5rem;
  transform: translateY(0.45rem);
  line-height: 1;
  display: inline-block;
  margin-right: 0.5rem;
  float: left;
}
.mini-team .team-member {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    max-width: 249px;
    margin: 0 auto;
  }
}
.mini-team .team-member img {
  width: 100%;
  display: block;
  border-radius: 0.25rem;
  padding: 1rem 1rem 0 1rem;
}
@media (max-width: 767.9px) {
  .mini-team .team-member img {
    padding: 0;
  }
}
.mini-team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 1rem 0 0 0;
  text-align: center;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.8rem;
  color: rgba(56, 54, 54, 0.6);
  font-weight: 400;
  position: relative;
}
.mini-team .team-member .info b {
  font-size: 1rem;
  color: #383636;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: block;
  line-height: 1.1;
}
@media (max-width: 767.9px) {
  .mini-team .team-member .info b {
    font-size: 1.25rem;
  }
}
.mini-team .team-member .info b i {
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.1rem;
}
.mini-team .team-member .info p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0.5rem 0;
  display: none;
}
.mini-team .team-member .info .btn.btn-link {
  font-weight: bold;
  color: #fff;
  padding: 0 1rem 0 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  border: none;
  display: none;
}
.mini-team .team-member .info .btn.btn-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  content: " ";
}
.mini-team .team-slider {
  width: calc(100% + 2rem);
  margin: 0 -1rem -1rem;
  overflow: hidden;
  padding: 0 1rem;
}
@media (max-width: 767.9px) {
  .mini-team .team-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem -0.75rem;
    padding: 0 0.75rem;
  }
}
.mini-team .team-slider .flickity-viewport {
  overflow: visible;
}
.mini-team .team-slider .team-member {
  width: calc(33.3333333333% - 0.75rem);
  margin: 0 0.75rem 1rem 0.75rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .mini-team .team-slider .team-member {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}
@media (max-width: 767.9px) {
  .mini-team .team-slider .team-member {
    width: calc(50% - 0.75rem);
  }
}

.calculator {
  position: relative;
  background: #383636;
  padding: 5rem 20rem 5rem 2.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
  .calculator {
    padding: 5rem 0.75rem 21rem 0.75rem;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    border-radius: 0;
  }
}
.calculator .calculator-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20rem;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .calculator .calculator-image {
    width: 100%;
    height: 20rem;
    left: 0;
    margin: auto;
    -o-object-position: center bottom;
       object-position: center bottom;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.calculator h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.calculator p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}
.calculator .btn:hover, .calculator .btn:focus {
  color: rgba(56, 54, 54, 0.8);
}

.real-estate {
  position: relative;
  padding: 5rem 0;
}
.real-estate h2 {
  font-size: 2rem;
  color: #383636;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.real-estate p {
  color: #383636;
}
.real-estate .offer {
  display: block;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.real-estate .offer:hover {
  box-shadow: rgba(56, 54, 54, 0.15) 0 0.5rem 1.5rem;
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 18rem;
  z-index: 0;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-estate .offer .offer-details {
  display: block;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(56, 54, 54, 0.8), rgba(56, 54, 54, 0));
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate .offer .offer-details .offer-specifics {
  display: none;
  align-items: center;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  filter: brightness(0);
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: #383636;
}
.real-estate .offer .offer-details .faire-offer {
  margin-top: 0.5rem;
  background: #474747;
  padding: 0.2rem 1rem 0.5rem 1rem;
  border-radius: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.95;
}
.real-estate .offer .offer-details .faire-offer u {
  text-decoration: none;
  font-size: 0.6rem;
  color: #fff;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 1rem;
  opacity: 0.95;
  margin-top: -4px;
}

.sub-header {
  position: relative;
}
.sub-header .container {
  position: relative;
  z-index: 3;
}
.sub-header .sub-header-bg {
  position: relative;
  max-height: 22rem;
  overflow: hidden;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .sub-header .sub-header-bg {
    border-radius: 0.5rem;
  }
}
.sub-header .sub-header-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 15rem;
}
.sub-header h1 {
  color: #383636;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1rem 0;
}
.sub-header p {
  color: rgba(56, 54, 54, 0.75);
}
.sub-header nav[aria-label=breadcrumb] {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 1rem;
}
.sub-header nav[aria-label=breadcrumb] ol.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  list-style: none;
  background: #474747;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
}
.sub-header nav[aria-label=breadcrumb] ol.breadcrumb .breadcrumb-item {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}
@media (max-width: 767.9px) {
  .sub-header nav[aria-label=breadcrumb] ol.breadcrumb .breadcrumb-item {
    font-size: 0.8rem;
  }
}
.sub-header nav[aria-label=breadcrumb] ol.breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.75);
}
.sub-header nav[aria-label=breadcrumb] ol.breadcrumb .breadcrumb-item a {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767.9px) {
  .sub-header nav[aria-label=breadcrumb] ol.breadcrumb .breadcrumb-item a {
    font-size: 0.9rem;
  }
}

.content-page {
  padding: 5rem 0 0 0;
}
.content-page h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #383636;
  margin: 0 0 1.5rem 0;
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-size: inherit;
  font-weight: 600;
  color: #383636;
}
.content-page * {
  font-size: 0.9rem;
  color: rgba(56, 54, 54, 0.75);
}

.real-estate-wrapper {
  position: relative;
}
.real-estate-wrapper .real-estate-body {
  padding: 0 0 0 0;
}
.real-estate-wrapper .real-estate-body .real-estate-category + .real-estate-category {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.real-estate-wrapper .real-estate-body h2 {
  font-weight: 600;
  font-size: 2rem;
  color: #383636;
  margin: 0;
}
.real-estate-wrapper .offer {
  display: block;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.real-estate-wrapper .offer:hover {
  box-shadow: rgba(56, 54, 54, 0.15) 0 0.5rem 1.5rem;
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 18rem;
  z-index: 0;
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(56, 54, 54, 0.8), rgba(56, 54, 54, 0));
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate-wrapper .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.25rem;
  filter: brightness(0) invert(1);
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 0.7rem;
  color: #fff;
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  margin-top: 0.5rem;
  background: #474747;
  padding: 0.2rem 1rem 0.5rem 1rem;
  border-radius: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.95;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  font-size: 0.6rem;
  color: #fff;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 1rem;
  opacity: 0.95;
  margin-top: -4px;
}

.sub-header.offer-header {
  padding-bottom: 0;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
.sub-header.offer-header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  content: " ";
}
.sub-header.offer-header .box {
  padding: 4rem 0;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .box.v1 {
    padding-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .box.v2 {
    padding-top: 2rem;
  }
}
.sub-header.offer-header .box h4 {
  font-size: 1.4rem;
}
.sub-header.offer-header h1 {
  font-size: 2.7rem;
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header h1 {
    font-size: 2rem;
  }
}
.sub-header.offer-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.sub-header.offer-header h3:before {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background: url("../img/icons/real-estate.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.sub-header.offer-header .offer-description {
  font-size: 0.9rem !important;
  color: rgba(56, 54, 54, 0.5) !important;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}
.sub-header.offer-header .gallery-slider {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider {
    margin: 0 0 2.5rem 0;
  }
}
.sub-header.offer-header .gallery-slider img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-header.offer-header .gallery-slider .flickity-prev-next-button {
  border-radius: 0.75rem;
  background: rgba(56, 54, 54, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  outline: none;
  box-shadow: none;
  border: none;
}
.sub-header.offer-header .gallery-slider .flickity-prev-next-button:hover {
  background: rgba(56, 54, 54, 0.75);
}
.sub-header.offer-header .gallery-slider .flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
  filter: brightness(0) invert(1);
}
.sub-header.offer-header .offer-price {
  margin-top: 1.5rem;
}
.sub-header.offer-header .offer-price span {
  font-size: 0.8rem;
  color: rgba(56, 54, 54, 0.5);
  display: block;
  font-weight: bold;
}
.sub-header.offer-header .offer-price b {
  font-size: 3rem;
  font-weight: bold;
  color: #474747;
  display: block;
  margin-top: -6px;
}

.offer-features .feature-box {
  display: block;
  position: relative;
}
.offer-features .feature-box + .feature-box {
  margin-top: 0.95rem;
}
.offer-features .feature-box span {
  display: block;
  font-weight: bold;
  color: #383636;
  font-size: 0.9rem;
  line-height: 1.2;
  opacity: 0.85;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: bold;
  font-size: 1.02rem;
  color: #474747;
  line-height: 1.2;
}

.sub-header.team-header .sub-header-bg {
  -o-object-position: center top;
     object-position: center top;
}

.team .team-member {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  overflow: hidden;
}
.team .team-member img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  color: #999;
  font-weight: 400;
  position: relative;
}
.team .team-member .info b {
  font-size: 1.25rem;
  color: #383636;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: block;
}
.team .team-member .info b i {
  text-transform: uppercase;
  font-style: normal;
}
.team .team-member .info p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0.5rem 0;
  display: none;
}
.team .team-member .info .btn.btn-link {
  font-weight: 600;
  color: #474747;
  padding: 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 0.8rem;
  text-transform: none;
  display: block;
  text-align: left;
  border: none;
  box-shadow: none;
}
.team .team-member.team-member-large {
  margin-top: 2.5rem;
}
.team .team-member.team-member-large img.signature {
  width: auto;
  height: 3rem;
}
.team .team-member.team-member-large .info {
  padding-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .team .team-member.team-member-large .info {
    padding-top: 1rem;
  }
}
.team .team-member.team-member-large .info b {
  font-size: 2rem;
}
.team .team-member.team-member-large .info span {
  font-weight: 400;
  color: #383636;
  font-size: 1.25rem;
}
.team .team-member.team-member-large .info p {
  display: block;
  color: #383636;
}
.team .team-member.team-member-large .info .btn-link {
  display: inline-block;
  color: #474747;
  font-size: 1.15rem;
}

.services-wrapper {
  position: relative;
  padding: 1px 0 5rem 0;
}
.services-wrapper .link-box {
  display: flex;
  position: relative;
  text-decoration: none;
  flex-direction: column;
}
.services-wrapper .link-box img {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  z-index: 1;
  margin-bottom: 0.8rem;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
  padding-right: 1.5rem;
}
.services-wrapper .link-box .info b {
  font-weight: 600;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #383636;
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: #383636;
}

.blog-posts {
  position: relative;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 0.75rem;
  height: 100%;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 100%;
  height: 20rem;
}
.blog-posts .blog-post .post-image img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
.blog-posts .blog-post .post-details {
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: bold;
  color: #383636;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.9rem;
  color: rgba(56, 54, 54, 0.5);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(56, 54, 54, 0.75);
  margin: 0;
}

.blog-page {
  padding: 2.5rem 0 5rem 0;
}

@media (max-width: 767.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sub-header.blog-page-header h1 {
  color: #383636;
}
.sub-header.blog-page-header .container {
  position: relative;
  z-index: 2;
}
.sub-header.blog-page-header .img-fluid {
  border-radius: 0.75rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header .img-fluid {
    border-radius: 0;
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 2.5rem -0.75rem;
  }
}
.sub-header.blog-page-header .breadcrumb {
  justify-content: flex-start;
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item {
  color: rgba(56, 54, 54, 0.75);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item:before {
  color: rgba(56, 54, 54, 0.75);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item a {
  color: #383636;
}
.sub-header.blog-page-header .blog-author {
  color: #474747;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.sub-header.blog-page-header .blog-details-content {
  font-size: 0.9rem;
  color: rgba(56, 54, 54, 0.75);
}
.sub-header.blog-page-header .blog-details-content p, .sub-header.blog-page-header .blog-details-content li {
  font-size: 0.9rem;
  color: rgba(56, 54, 54, 0.75);
}
.sub-header.blog-page-header .blog-details-content h1, .sub-header.blog-page-header .blog-details-content h2, .sub-header.blog-page-header .blog-details-content h3, .sub-header.blog-page-header .blog-details-content h4, .sub-header.blog-page-header .blog-details-content h5, .sub-header.blog-page-header .blog-details-content h6 {
  font-weight: bold;
  color: #383636;
  margin: 2.5rem 0 1rem 0;
}
.sub-header.blog-page-header .blog-details-content h1:first-child, .sub-header.blog-page-header .blog-details-content h2:first-child, .sub-header.blog-page-header .blog-details-content h3:first-child, .sub-header.blog-page-header .blog-details-content h4:first-child, .sub-header.blog-page-header .blog-details-content h5:first-child, .sub-header.blog-page-header .blog-details-content h6:first-child {
  margin-top: 0;
}
.sub-header.blog-page-header .blog-details-content .blog-post-share {
  display: block;
  padding-top: 1.5rem;
}
.sub-header.blog-page-header .blog-details-content .blog-post-share .social-icons {
  display: flex;
  align-items: center;
}
.sub-header.blog-page-header .blog-details-content .blog-post-share .social-icons a {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  border-radius: 0.75rem;
  background: #eff3f6;
  line-height: 1;
  padding: 1rem;
}
.sub-header.blog-page-header .blog-details-content .blog-post-share .social-icons a:hover {
  background: #474747;
}
.sub-header.blog-page-header .blog-details-content .blog-post-share .social-icons a:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.sub-header.blog-page-header .blog-details-content .blog-post-share .social-icons a img {
  width: 1rem;
  height: 1rem;
  display: block;
  opacity: 0.5;
}

.contact-form {
  padding: 0 0 5rem 0;
}
.contact-form h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #383636;
  max-width: 75%;
  margin-top: 1rem;
}
.contact-form h3:last-of-type {
  margin-top: 2.5rem;
}
.contact-form .form-label {
  display: block;
  color: #383636;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-form .form-control {
  padding: 1rem;
  height: auto;
  background: rgba(71, 71, 71, 0.1);
  border: none;
  border-radius: 0.25rem;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: none;
  background: #e7edf1;
}
.contact-form textarea.form-control {
  min-height: 140px;
}
.contact-form .contact-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.contact-form .contact-box img {
  width: 4rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  background: rgba(71, 71, 71, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-right: 1rem;
}
.contact-form .contact-box .info {
  display: block;
}
.contact-form .contact-box .info h6 {
  display: block;
  font-weight: 600;
  color: #383636;
}
.contact-form .contact-box .info p {
  color: #383636;
  margin: 0;
}

.map-wrapper {
  border-radius: 0.5rem;
  overflow: hidden;
}
.map-wrapper iframe {
  margin: 0;
  display: block;
  border: none;
}/*# sourceMappingURL=style.css.map */