@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;700&family=Oswald:wght@500&display=swap");
@import "plugins/flickity.min.css";
.animated-effect, .services-wrapper .link-box, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link, .services .services-links .service-item strong, .services .services-links .service-item img, .services .services-links .service-item:before, .services .services-links .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 {
  user-select: none;
}

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

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

html, body {
  font-family: "Mukta", 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;
  }
}

header.page-header {
  position: relative;
  z-index: 99;
  background: #1D282E;
  display: flex;
  flex-direction: column-reverse;
}
header.page-header .top-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}
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 .top-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 1.5rem;
}
@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: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}
header.page-header .top-bar .top-item strong {
  font-weight: 600;
  color: #fff;
  margin: 0 0.25rem;
}
header.page-header .top-bar .top-item span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
header.page-header .navbar {
  padding: 1rem 0;
}
header.page-header .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 3rem;
}
header.page-header .navbar .navbar-nav .nav-item:not(:first-child):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  margin: auto;
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.1);
  content: " ";
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 2.5rem;
  }
  header.page-header .navbar .navbar-nav .nav-item:first-child:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5rem;
    margin: auto;
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, 0.1);
    content: " ";
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  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-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  background: rgba(29, 40, 46, 0.5);
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #e39219;
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 4px;
  background: #e39219;
  border-radius: 0.25rem;
  content: " ";
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link.active:after {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #e39219;
}
header.page-header .navbar .navbar-toggler {
  filter: brightness(0) invert(1);
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  position: relative;
  padding-left: 3rem;
  display: inline-block;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
}
.navbar-brand strong {
  display: block;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand strong {
    max-width: 100px;
    white-space: normal;
    line-height: 1;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand strong {
    margin-bottom: 0.25rem;
  }
}
.navbar-brand span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1.2;
}

footer.page-footer {
  background: #1D282E;
  padding: 5rem 0;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  opacity: 0.1;
  background: #fff;
}
footer.page-footer h3 {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin-top: 2rem;
  }
}
footer.page-footer p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.35rem 0 0 0;
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
footer.page-footer p.small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.25);
}
footer.page-footer .nav-link {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 0;
  margin: 0.35rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #e39219;
}
footer.page-footer .social-links .nav-item .nav-link {
  margin-right: 0.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.75rem 1rem;
}
footer.page-footer .social-links .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
footer.page-footer .social-links .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}

.btn {
  font-weight: 600;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  box-shadow: rgba(29, 40, 46, 0.15) 0 0.15rem 0.5rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(29, 40, 46, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #e39219;
  border-color: #e39219;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #31434d;
  border-color: #31434d;
}
.btn.btn-primary:active {
  background: #405966;
  border-color: #405966;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1D282E;
}
.btn.btn-dark {
  background: #1D282E;
  border-color: #1D282E;
  color: #1D282E;
}
.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: #e39219;
  color: #e39219;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #e39219;
  border-color: #e39219;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #405966;
  border-color: #405966;
  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: #1D282E;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #e39219;
}
.btn.btn-outline-dark {
  border-color: #1D282E;
  color: #1D282E;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1D282E;
  border-color: #1D282E;
  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: #12eaff;
}
.form-control {
  height: auto;
}
.main {
  padding: 2.5rem 0 5rem 0;
  background: #fff;
  position: relative;
}
@media (max-width: 767.9px) {
  .main {
    padding: 5rem 0 0 0;
    text-align: center;
  }
}
.main .img-fluid {
  margin-bottom: -5rem;
}
@media (max-width: 767.9px) {
  .main .img-fluid {
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
}
.main h1 {
  color: #1D282E;
  font-size: 5rem;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 1rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.main h3 {
  color: #1D282E;
  border: 2px solid #1D282E;
  font-weight: bold;
  font-size: 0.9rem;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.4rem 0.75rem 0.25rem 0.75rem;
}
.main p {
  color: rgba(29, 40, 46, 0.75);
}

.call-to-actions {
  position: relative;
  z-index: 1;
  padding: 0 0;
}
.call-to-actions:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #eff3f6;
  z-index: 0;
  content: " ";
}
.call-to-actions .container {
  position: relative;
  z-index: 1;
}
.call-to-actions .box {
  background: #fff;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.35rem 0.75rem;
  border-radius: 0.5rem;
  padding: 2rem;
}
.call-to-actions .item {
  padding: 1rem 2.5rem;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0.25rem;
  border-left: 1px solid #e7edf1;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    border-left: none;
    border-top: 1px solid #e7edf1;
  }
}
.call-to-actions .item:hover {
  background: #fff;
  transform-origin: center;
  transform: scale(1.05);
  box-shadow: rgba(29, 40, 46, 0.05) 0 0.25rem 0.75rem;
}
.call-to-actions .item img {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.5rem;
}
.call-to-actions .item b {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1D282E;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.call-to-actions .item span {
  font-size: 0.9rem;
  color: rgba(29, 40, 46, 0.75);
  line-height: 1.2;
  display: block;
}

.services {
  position: relative;
  padding: 5rem 0 3.5rem 0;
  background: #eff3f6;
}
.services h2 {
  font-size: 2.5rem;
  color: #1D282E;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0 1rem 0;
}
.services h4 {
  font-size: 1rem;
  color: #1D282E;
  margin: 0;
}
.services .services-links {
  display: flex;
  flex-wrap: wrap;
}
.services .services-links .service-item {
  position: relative;
  width: 50%;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
  .services .services-links .service-item {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.services .services-links .service-item:hover {
  background: #dfe7ed;
}
.services .services-links .service-item:hover:before {
  filter: brightness(0);
}
.services .services-links .service-item:hover img {
  filter: brightness(0);
}
.services .services-links .service-item:hover strong {
  color: #1D282E;
}
.services .services-links .service-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow-right.png") center no-repeat;
  background-size: contain;
  content: " ";
}
.services .services-links .service-item img {
  width: 2rem;
  height: 2rem;
}
.services .services-links .service-item strong {
  display: block;
  color: #e39219;
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
.services .services-links .service-item p {
  display: none;
}

.mini-team {
  background: #e7edf1;
  padding: 5rem 0;
}
.mini-team h2 {
  font-size: 2.5rem;
  color: #1D282E;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0 1rem 0;
}
.mini-team h4 {
  font-size: 1rem;
  color: #1D282E;
  margin: 0;
}
.mini-team .team-member {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.25rem 0.55rem;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    margin-top: 1.5rem;
  }
}
.mini-team .team-member img {
  width: 100%;
  height: auto;
}
.mini-team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  background: #fff;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.8rem;
  color: #1D282E;
  position: relative;
  margin-top: 0.25rem;
}
.mini-team .team-member .info b {
  font-size: 1.15rem;
  color: #1D282E;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  display: block;
}
.mini-team .team-member .info b i {
  font-style: normal;
}
.mini-team .team-slider {
  width: calc(100% + 1.5rem);
  margin: -0.75rem;
  padding: 0.75rem;
  overflow: hidden;
}
.mini-team .team-slider .flickity-viewport {
  overflow: visible;
}
.mini-team .team-slider .team-member {
  margin: 0 0.75rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .mini-team .team-slider .team-member {
    width: calc(50% - 0.75rem);
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .mini-team .team-slider .team-member {
    width: calc(50% - 0.75rem);
    margin-top: 1.5rem;
  }
}

.calculator {
  position: relative;
  z-index: 0;
}
.calculator:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #e7edf1;
  z-index: 0;
  content: " ";
}
.calculator .container {
  position: relative;
  z-index: 1;
}
.calculator .box {
  background: #fff;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.35rem 0.75rem;
  border-radius: 0.5rem;
  padding: 4rem;
}
.calculator h2 {
  font-size: 2rem;
  color: #1D282E;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0 1rem 0;
}
.calculator p {
  margin-bottom: 0;
  color: rgba(29, 40, 46, 0.75);
}

.real-estate {
  position: relative;
  padding: 5rem 0;
}
.real-estate h2 {
  font-size: 2.5rem;
  color: #1D282E;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0 1rem 0;
}
.real-estate h4 {
  font-size: 1rem;
  color: #1D282E;
  margin: 0;
}
.real-estate .offer {
  width: calc(50% - 0.75rem);
  margin-right: 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.25rem 0.55rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .real-estate .offer {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .real-estate .offer {
    width: 100%;
    margin-right: 0;
  }
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 12rem;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}
.real-estate .offer .offer-details {
  display: block;
  padding: 1rem;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.15rem;
  color: #1D282E;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate .offer .offer-details .offer-specifics {
  display: flex;
  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: #1D282E;
}
.real-estate .offer .offer-details .faire-offer {
  display: block;
  margin-top: 0.5rem;
}
.real-estate .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
  color: #1D282E;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: bold;
  display: block;
  color: #1D282E;
  font-size: 1.25rem;
}
.real-estate .offers-slider {
  width: calc(100% + 1.5rem);
  margin: -0.75rem;
  padding: 0.75rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .real-estate .offers-slider {
    margin-top: 1.5rem;
  }
}
.real-estate .offers-slider .flickity-viewport {
  overflow: visible;
}
.real-estate .offers-slider .offer {
  margin: 0 0.75rem;
  width: calc(50% - 0.75rem);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .real-estate .offers-slider .offer {
    width: 100%;
  }
}

.sub-header {
  position: relative;
  background: #e39219;
  padding: 5rem 0;
}
.sub-header .container {
  position: relative;
  z-index: 1;
}
.sub-header h1 {
  color: #fff;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin: 1rem 0;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 3rem;
  }
}
.sub-header p {
  color: rgba(255, 255, 255, 0.75);
}
.sub-header .breadcrumb {
  justify-content: center;
}
.sub-header .breadcrumb .breadcrumb-item {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.sub-header .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.75);
}
.sub-header .breadcrumb .breadcrumb-item a {
  font-weight: bold;
  color: #fff;
}

.real-estate-wrapper {
  position: relative;
}
.real-estate-wrapper .real-estate-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e7edf1;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs {
  border: none;
  justify-content: center;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item {
  margin: 0 1rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item {
    margin: 0 0.5rem;
  }
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  border: none;
  padding: 0.5rem 0;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: rgba(29, 40, 46, 0.5);
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link:hover, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link.active {
  color: #1D282E;
}
.real-estate-wrapper .real-estate-body {
  padding: 1.5rem 0 5rem 0;
}
.real-estate-wrapper .offer {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.25rem 0.55rem;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .real-estate-wrapper .offer {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer {
    width: 100%;
    margin-right: 0;
  }
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 12rem;
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.15rem;
  color: #1D282E;
  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: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  filter: brightness(0);
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: #1D282E;
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  display: block;
  margin-top: 0.5rem;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
  color: #1D282E;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: bold;
  display: block;
  color: #1D282E;
  font-size: 1.25rem;
}
.real-estate-wrapper .offer.no-offer {
  box-shadow: none;
}
.real-estate-wrapper .offer.no-offer img {
  width: 64px;
}
.real-estate-wrapper .offer.no-offer h4 {
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
  color: #1D282E;
}

@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
.sub-header.offer-header h1 {
  font-size: 2.5rem;
}
.sub-header.offer-header h3 {
  font-size: 1rem;
  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 .gallery-slider {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 2.5rem -0.75rem;
    border-radius: 0;
  }
}
.sub-header.offer-header .gallery-slider img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.sub-header.offer-header .offer-price {
  margin-bottom: 1rem;
}
.sub-header.offer-header .offer-price span {
  font-size: 0.8rem;
  color: rgba(29, 40, 46, 0.5);
  display: block;
  font-weight: bold;
}
.sub-header.offer-header .offer-price b {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: block;
}

.offer-features {
  padding: 3.5rem 0 5rem 0;
  background: #fff;
}
.offer-features .feature-box {
  display: block;
  position: relative;
}
.offer-features .feature-box span {
  display: block;
  font-weight: bold;
  color: #1D282E;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: bold;
  font-size: 1.15rem;
  color: #e39219;
  line-height: 1.2;
}

.team {
  padding: 5rem 0;
}
.team h2 {
  font-size: 2.5rem;
  color: #1D282E;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0 1rem 0;
}
.team .team-member {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.25rem 0.55rem;
}
.team .team-member img {
  width: 100%;
  height: auto;
}
.team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  background: #fff;
}
.team .team-member .info span {
  display: block;
  font-size: 0.8rem;
  color: #1D282E;
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.team .team-member .info b {
  font-size: 1.15rem;
  color: #1D282E;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  display: block;
}
.team .team-member .info b i {
  font-style: normal;
}
.team .team-member .info .btn.btn-link {
  padding: 0;
  box-shadow: none;
  border: none;
  color: #e39219;
  font-size: 0.9rem;
  text-decoration: none;
}
.team .team-member-main img.team-member-avatar {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.25rem 0.55rem;
}
.team .team-member-main img.team-member-signature {
  display: block;
  height: 40px;
  margin: 1.5rem 0 0 0;
}
.team .team-member-main h3 {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #1D282E;
}
.team .team-member-main h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #1D282E;
  margin: 1rem 0;
}
.team .team-member-main p {
  font-size: 0.9rem;
  color: #1D282E;
}
.team .team-member-main .btn.btn-link {
  padding: 0;
  box-shadow: none;
  border: none;
  color: #e39219;
  font-size: 0.9rem;
  text-decoration: none;
}

.services-wrapper {
  position: relative;
  padding: 3.5rem 0 5rem 0;
}
.services-wrapper .link-box {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  height: 100%;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.1rem 0.45rem;
}
.services-wrapper .link-box:hover {
  transform-origin: center;
  transform: scale(1.0125);
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.2rem 0.75rem;
}
.services-wrapper .link-box img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  z-index: 1;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
}
.services-wrapper .link-box .info b {
  font-weight: bold;
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #1D282E;
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgba(29, 40, 46, 0.5);
  font-size: 0.9rem;
}

.service-calculator {
  position: relative;
  background: #eff3f6;
  padding-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .service-calculator {
    text-align: center;
  }
  .service-calculator .img-fluid {
    margin-top: 2.5rem;
  }
}
.service-calculator h2 {
  font-size: 1rem;
  color: #e39219;
  font-weight: bold;
}
.service-calculator h4 {
  font-size: 2.5rem;
  color: #1D282E;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0 1rem 0;
}

.blog-posts {
  padding: 3.5rem 0 5rem 0;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(29, 40, 46, 0.1) 0 0.1rem 0.25rem;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 100%;
  height: 20rem;
}
.blog-posts .blog-post .post-image img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.blog-posts .blog-post .post-details {
  padding: 1.5rem;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #1D282E;
  font-size: 1.35rem;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.8rem;
  color: rgba(29, 40, 46, 0.25);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(29, 40, 46, 0.5);
  margin: 0;
}
.blog-posts .blog-post .post-details .btn.btn-link {
  font-weight: bold;
  color: #e39219;
  padding: 0 1rem 0 0;
  margin: 1.5rem 0 0 0;
  text-decoration: none;
  position: relative;
  border: none;
  box-shadow: none;
  outline: none;
}
.blog-posts .blog-post .post-details .btn.btn-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #e39219;
  border-bottom: 2px solid #e39219;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  content: " ";
}

.blog-page {
  padding: 5rem 0;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: bold;
  color: #1D282E;
  margin: 2.5rem 0 1rem 0;
}
.blog-page h1:first-child, .blog-page h2:first-child, .blog-page h3:first-child, .blog-page h4:first-child, .blog-page h5:first-child, .blog-page h6:first-child {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.blog-page-header {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header {
    padding: 0 0 2.5rem 0;
  }
}
.sub-header.blog-page-header .blog-page-thumb {
  width: 100%;
  border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header .blog-page-thumb {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 2.5rem -0.75rem;
    border-radius: 0;
  }
}
.sub-header.blog-page-header .breadcrumb {
  justify-content: flex-start;
}

.contact-form {
  padding: 5rem 0;
}
.contact-form h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #1D282E;
  max-width: 75%;
}
.contact-form .form-label {
  display: block;
  color: #1D282E;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-form .form-control {
  padding: 1rem;
  height: auto;
  background: #eff3f6;
  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: #eff3f6;
  filter: grayscale(1);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-right: 1rem;
}
.contact-form .contact-box .info {
  display: block;
}
.contact-form .contact-box .info h6 {
  display: block;
  font-weight: bold;
  color: #e39219;
}
.contact-form .contact-box .info p {
  color: rgba(0, 179, 196, 0.75);
  margin: 0;
  font-size: 0.9rem;
}

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