/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Notary Website
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
@import "plugins/flickity.min.css";
.animated-effect, .blog-posts .blog-post, .services-wrapper .link-box:before, .services-wrapper .link-box, .team .team-member, .real-estate-wrapper .offer, .real-estate-wrapper .nav.nav-tabs .nav-item .nav-link, .call-to-actions .item, 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: "Inter", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 13px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

header.page-header {
  position: relative;
  width: 100%;
  z-index: 99;
  background: #fff;
}
header.page-header .top-bar {
  padding: 0.75rem 0 0 0;
}
@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 {
    align-items: flex-start;
  }
}
header.page-header .top-bar .top-item {
  display: block;
  position: relative;
  font-size: 0.9rem;
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 1.5rem;
}
header.page-header .top-bar .top-item img {
  width: 1.5rem;
  height: 1.5rem;
}
header.page-header .top-bar .top-item strong {
  font-weight: 600;
  color: #0D2453;
  font-family: "Inter", serif;
  display: inline-block;
}
header.page-header .top-bar .top-item span {
  font-weight: 700;
  color: rgba(255, 96, 38, 0.75);
  font-family: "Inter", serif;
  display: inline-block;
}
header.page-header .navbar {
  padding: 1.5rem 0;
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 2rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  font-family: "Inter", serif;
  color: #0D2453;
  font-size: 1rem;
  border-radius: 0;
  padding: 0.5rem 0;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #FF6026;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #FF6026;
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  position: relative;
  padding-left: 3.5rem;
  display: inline-block;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.navbar-brand strong {
  display: block;
  color: #0D2453;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Inter", serif;
  line-height: 1;
}
.navbar-brand span {
  display: block;
  color: rgba(13, 36, 83, 0.5);
  font-weight: 400;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  font-family: "Inter", serif;
  font-style: italic;
  line-height: 1;
}

footer.page-footer {
  position: relative;
  padding: 5rem 0;
  background: #f2f3f4;
}
footer.page-footer .container {
  position: relative;
  z-index: 1;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  background-color: rgba(13, 36, 83, 0.1);
  opacity: 1;
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand {
    margin-bottom: 1.5rem !important;
  }
}
footer.page-footer h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #FF6026;
  margin-top: 2.5rem;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}
footer.page-footer h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.25rem;
  background: #FF6026;
  border-radius: 0.5rem;
  content: " ";
}
footer.page-footer p {
  color: rgba(13, 36, 83, 0.75);
  margin: 0;
  font-weight: 600;
  font-size: 1.15rem;
}
@media (max-width: 767.9px) {
  footer.page-footer p {
    font-size: 1rem;
  }
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
footer.page-footer p.small {
  font-size: 0.9rem;
  font-weight: 400;
}
footer.page-footer p a {
  color: inherit;
}
footer.page-footer .nav-link {
  color: rgba(13, 36, 83, 0.75);
  text-decoration: none;
  padding: 0;
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #FF6026;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  box-shadow: rgba(13, 36, 83, 0.1) 0 0.35rem 1rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(13, 36, 83, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #FF6026;
  border-color: transparent;
  box-shadow: rgba(255, 96, 38, 0.25) 0 0.35rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.btn.btn-primary:before {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 100%;
  background: #ff8426;
  opacity: 1;
  content: " ";
  filter: blur(10px);
  z-index: 0;
}
.btn.btn-primary * {
  position: relative;
  z-index: 1;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #f24100;
  border-color: #f24100;
}
.btn.btn-primary:active {
  background: #d93a00;
  border-color: #d93a00;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #0D2453;
}
.btn.btn-dark {
  background: #0D2453;
  border-color: #0D2453;
  color: #0D2453;
}
.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: #FF6026;
  color: #FF6026;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #FF6026;
  border-color: #FF6026;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #d93a00;
  border-color: #d93a00;
  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: #0D2453;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #FF6026;
}
.btn.btn-outline-dark {
  border-color: #0D2453;
  color: #0D2453;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #0D2453;
  border-color: #0D2453;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  color: #FF6026;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.9rem;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #ff9873;
}
.form-control {
  height: auto;
}
.main {
  padding-bottom: 2.5rem;
}
.main .box {
  padding: 2.5rem 5rem;
  border-radius: 1rem;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
  border: 1px solid #f2f3f4;
  border-bottom: none;
  box-shadow: rgba(13, 36, 83, 0.075) 0 1rem 2rem;
}
@media (max-width: 767.9px) {
  .main .box {
    padding: 2.5rem 3rem;
  }
}
.main .container {
  position: relative;
  z-index: 1;
}
.main h1 {
  color: #0D2453;
  font-size: 3rem;
  font-family: "Inter", serif;
  margin: 0.5rem 0;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.main h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #FF6026;
}
@media (max-width: 767.9px) {
  .main h3 {
    font-size: 1.5rem;
  }
}
.main p {
  color: rgba(13, 36, 83, 0.75);
}
.main .img-fluid {
  margin-bottom: -2.5rem;
}
@media (max-width: 767.9px) {
  .main .img-fluid {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .main .btn {
    display: block;
    width: 100%;
  }
  .main .btn + .btn {
    margin-top: 0.5rem;
  }
}

.call-to-actions {
  position: relative;
  z-index: 1;
  padding: 0 0 5rem 0;
}
.call-to-actions .box {
  background: #fff;
  box-shadow: rgba(13, 36, 83, 0.075) 0 1rem 2rem;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #f2f3f4;
}
.call-to-actions .item {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 2rem;
  border-right: 1px solid #f2f3f4;
  height: 100%;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    border-right: none;
    border-bottom: 1px solid #f2f3f4;
    height: auto;
  }
}
.call-to-actions .item.v4 {
  border-right: none;
  border-bottom: none;
}
.call-to-actions .item:hover {
  background: #fff9f7;
}
.call-to-actions .item:hover b {
  color: #FF6026;
}
.call-to-actions .item img {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.call-to-actions .item b {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #0D2453;
  font-family: "Inter", serif;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.call-to-actions .item span {
  font-size: 0.85rem;
  color: rgba(13, 36, 83, 0.5);
  line-height: 1.4;
  display: block;
}

.services {
  position: relative;
  padding: 5rem 0 0 0;
  background: linear-gradient(to bottom, #fff9f7, rgba(255, 255, 255, 0));
}
.services h2 {
  font-size: 2rem;
  color: #0D2453;
  font-weight: 800;
  font-family: "Inter", serif;
}
.services p {
  font-size: 0.85rem;
  color: rgba(13, 36, 83, 0.75);
}
.services .container {
  position: relative;
  z-index: 1;
}
.services .service-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  height: 100%;
  background: #fff;
  box-shadow: rgba(13, 36, 83, 0.075) 0 1rem 2rem;
  padding: 2.5rem;
  border-radius: 1rem;
}
.services .service-item img {
  display: block;
  width: 5rem;
  height: 5rem;
}
.services .service-item .info {
  display: block;
  padding-top: 1rem;
}
.services .service-item .info b {
  display: block;
  color: #FF6026;
  margin: 0 0 0.5rem 0;
  font-family: "Inter", serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
.services .service-item .info p {
  font-size: 0.85rem;
  color: rgba(13, 36, 83, 0.5);
  line-height: 1.4;
  margin: 0 0 1rem 0;
  display: block;
}
.services .service-item .btn.btn-link {
  margin-top: auto;
  color: #0D2453;
}

.mini-team {
  padding: 0 0 5rem 0;
}
.mini-team h2 {
  font-size: 2rem;
  color: #0D2453;
  font-weight: 800;
  font-family: "Inter", serif;
}
.mini-team p {
  font-size: 0.85rem;
  color: rgba(13, 36, 83, 0.75);
}
.mini-team .team-member {
  display: block;
  position: relative;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    text-align: center;
  }
}
.mini-team .team-member img {
  width: 10rem;
  height: 10rem;
  border-radius: 0.5rem;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: rgba(13, 36, 83, 0.075) 0 1rem 2rem;
}
.mini-team .team-member .info {
  display: block;
  padding-top: 1rem;
}
.mini-team .team-member .info b {
  font-size: 1.25rem;
  color: #0D2453;
  font-family: "Inter", serif;
  font-weight: 600;
  display: block;
}
.mini-team .team-member .info b i {
  font-style: normal;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  color: #FF6026;
  position: relative;
}
.mini-team .team-member .info .btn, .mini-team .team-member .info p {
  display: none;
}

.real-estate {
  position: relative;
  padding: 5rem 0;
}
.real-estate .container {
  position: relative;
  z-index: 1;
}
.real-estate h2 {
  font-size: 2rem;
  color: #0D2453;
  font-weight: 800;
  font-family: "Inter", serif;
}
.real-estate p {
  font-size: 0.85rem;
  color: rgba(13, 36, 83, 0.75);
}
.real-estate .offers-slider {
  display: flex;
  flex-wrap: wrap;
}
.real-estate .offer {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: rgba(13, 36, 83, 0.075) 0 1rem 2rem;
  padding: 2rem;
  height: 100%;
  border-radius: 1rem;
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: calc(100% + 4rem);
  margin: -2rem -2rem 1.5rem -2rem;
  height: 15rem;
  flex-shrink: 0;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
.real-estate .offer .offer-details {
  display: block;
  padding: 0;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Inter", serif;
  color: #0D2453;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate .offer .offer-details .offer-description {
  display: none;
}
.real-estate .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
}
.real-estate .offer .offer-details .offer-specifics .item + .item {
  margin-left: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 1rem;
  color: #FF6026;
  font-weight: 600;
}
.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: #0D2453;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: block;
  color: #0D2453;
  font-size: 1rem;
}

.calculator {
  position: relative;
  z-index: 0;
  padding-bottom: 5rem;
}
.calculator .box {
  background: #fff;
  box-shadow: rgba(13, 36, 83, 0.075) 0 1rem 2rem;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #f2f3f4;
  padding: 4rem;
}
.calculator h4 {
  color: #0D2453;
  font-size: 1.75rem;
  font-weight: 700;
}
.calculator p {
  color: rgba(13, 36, 83, 0.75);
  margin-bottom: 0;
}

.sub-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 2.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.sub-header .container {
  position: relative;
  z-index: 1;
}
.sub-header h1 {
  color: #0D2453;
  font-family: "Inter", serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 1rem auto;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header h3 {
  color: #FF6026;
  font-weight: 700;
  font-size: 1.25rem;
}
.sub-header p {
  color: rgba(13, 36, 83, 0.75);
}

.content-page {
  padding: 0 0 5rem 0;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: bold;
  color: #0D2453;
  margin: 2.5rem 0 1rem 0;
}
.content-page a:not(.btn) {
  color: #FF6026;
}

@media (max-width: 767.9px) {
  .sub-header.offers-header {
    padding-bottom: 0;
  }
}

.real-estate-wrapper {
  position: relative;
  padding: 0 0 5rem 0;
}
.real-estate-wrapper.v2 {
  padding-top: 5rem;
}
.real-estate-wrapper.v2 h2 {
  font-family: "Inter", serif;
  font-weight: bold;
  font-size: 1.5rem;
}
.real-estate-wrapper .nav.nav-tabs {
  border: none;
  margin-bottom: 2.5rem;
}
.real-estate-wrapper .nav.nav-tabs .nav-item {
  margin-right: 1rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .nav.nav-tabs .nav-item {
    margin-right: 0.5rem;
  }
}
.real-estate-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0.5rem;
  color: #0D2453;
  font-weight: 700;
  font-family: "Inter", serif;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  background: #fff;
  box-shadow: rgba(13, 36, 83, 0.1) 0 0.2rem 1rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .nav.nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
.real-estate-wrapper .nav.nav-tabs .nav-item .nav-link:hover, .real-estate-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background: #FF6026;
  color: #fff;
  box-shadow: rgba(255, 96, 38, 0.35) 0 0.4rem 1.5rem;
}
.real-estate-wrapper .nav.nav-tabs .nav-item .nav-link:active {
  background: #FF6026;
  color: #fff;
  box-shadow: rgba(255, 96, 38, 0.5) 0 0.4rem 1.5rem;
  transform-origin: center;
  transform: scale(0.95);
}
.real-estate-wrapper .container {
  position: relative;
  z-index: 1;
}
.real-estate-wrapper .offer {
  display: block;
  position: relative;
  text-decoration: none;
  background: #fff;
  box-shadow: rgba(13, 36, 83, 0.075) 0 1rem 2rem;
  padding: 2rem;
  height: 100%;
  border-radius: 1rem;
  color: inherit;
}
.real-estate-wrapper .offer:hover {
  box-shadow: rgba(255, 96, 38, 0.075) 0 1rem 2rem;
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: calc(100% + 4rem);
  margin: -2rem -2rem 1.5rem -2rem;
  height: 15rem;
  flex-shrink: 0;
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
.real-estate-wrapper .offer .offer-details {
  display: block;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Inter", serif;
  color: #0D2453;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate-wrapper .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item + .item {
  margin-left: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 1rem;
  color: #FF6026;
  font-weight: 600;
}
.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: #0D2453;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: block;
  color: #0D2453;
  font-size: 1rem;
}
.real-estate-wrapper .offer.offer-sm .offer-image {
  height: 20rem;
}
.real-estate-wrapper .offer.offer-sm .offer-image img {
  height: 20rem;
}
.real-estate-wrapper .offer.no-offer {
  box-shadow: none;
  filter: grayscale(1);
  padding: 0;
}
.real-estate-wrapper .offer.no-offer:hover {
  background: none;
}
.real-estate-wrapper .offer.no-offer img {
  width: 4rem;
  display: block;
}
.real-estate-wrapper .offer.no-offer h4 {
  font-weight: bold;
  font-family: "Inter", serif;
  color: #0D2453;
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem 0;
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.offer-header {
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding-top: 0;
  }
}
.sub-header.offer-header h1 {
  font-size: 3rem;
  color: #0D2453;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header.offer-header p {
  color: rgba(13, 36, 83, 0.75);
}
.sub-header.offer-header .gallery-slider {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(13, 36, 83, 0.1) 0 0.5rem 2rem;
}
@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(255, 255, 255, 0.25);
  display: block;
}
.sub-header.offer-header .offer-price b {
  font-size: 1.75rem;
  font-weight: bold;
  color: #FF6026;
  display: block;
}

.offer-features {
  padding: 0 0 5rem 0;
}
.offer-features h4 {
  font-family: "Inter", serif;
  font-size: 1.5rem;
  color: #0D2453;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
}
.offer-features p {
  font-size: 0.9rem;
  color: rgba(13, 36, 83, 0.75);
}
.offer-features .feature-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1rem;
}
.offer-features .feature-box span {
  display: block;
  font-weight: 600;
  color: #0D2453;
  font-size: 0.9rem;
  max-width: 50%;
  flex-shrink: 0;
  line-height: 1.2;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: #FF6026;
  line-height: 1.2;
}

.sub-header.team-header {
  background: #fff;
  padding-bottom: 2rem;
}
@media (max-width: 767.9px) {
  .sub-header.team-header {
    padding-bottom: 0;
  }
}
.sub-header.team-header:before {
  opacity: 0;
}

.team {
  padding: 0 0 2rem 0;
}
.team .team-member {
  display: block;
  position: relative;
  border-radius: 1rem;
  padding: 2.5rem;
  background: #fff;
  box-shadow: rgba(13, 36, 83, 0.1) 0 0.35rem 1.5rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.team .team-member:hover {
  box-shadow: rgba(255, 96, 38, 0.2) 0 0.5rem 2.5rem;
}
.team .team-member img {
  width: 10rem;
  height: 10rem;
  border-radius: 0.5rem;
}
.team .team-member .info {
  padding-top: 1rem;
}
.team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(13, 36, 83, 0.5);
  position: relative;
}
.team .team-member .info b {
  font-size: 1.75rem;
  color: #0D2453;
  font-weight: bold;
  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(13, 36, 83, 0.75);
  margin: 0.5rem 0;
}
.team .team-member .info .btn.btn-link {
  font-weight: bold;
  color: #FF6026;
  padding: 0 1rem 0 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  border: none;
}
.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: " ";
}

.sub-header.services-header {
  padding-bottom: 3.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.services-header {
    padding-bottom: 0;
  }
}

.services-wrapper {
  position: relative;
  padding: 0 0 5rem 0;
}
.services-wrapper .link-box {
  display: block;
  position: relative;
  padding: 8rem 2.5rem 2.5rem 2.5rem;
  text-decoration: none;
  color: #fff;
  height: 100%;
  border-radius: 1rem;
  box-shadow: rgba(13, 36, 83, 0.1) 0 0.5rem 2.5rem;
  overflow: hidden;
}
.services-wrapper .link-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #0D2453;
  opacity: 0.5;
  z-index: 1;
}
.services-wrapper .link-box:after {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 4rem;
  height: 4rem;
  background: #FF6026;
  border-radius: 1rem;
  content: " ";
  z-index: 2;
}
.services-wrapper .link-box:hover:before {
  opacity: 0.25;
}
.services-wrapper .link-box:active {
  transform-origin: center;
  transform: scale(0.975);
}
.services-wrapper .link-box img.link-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.services-wrapper .link-box img.link-icon {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
  padding: 1rem;
  z-index: 3;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
  z-index: 4;
}
.services-wrapper .link-box .info b {
  font-weight: 700;
  font-family: "Inter", serif;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.sub-header.blog-header {
  padding-bottom: 3.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-header {
    padding-bottom: 0;
  }
}

.blog-posts {
  padding: 0 0 5rem 0;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
  box-shadow: rgba(13, 36, 83, 0.1) 0 0.25rem 1.25rem;
  border-radius: 1rem;
}
.blog-posts .blog-post:hover {
  box-shadow: rgba(255, 96, 38, 0.2) 0 0.5rem 2rem;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 100%;
  height: 15rem;
}
.blog-posts .blog-post .post-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.blog-posts .blog-post .post-details {
  padding: 2rem;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: bold;
  font-family: "Inter", serif;
  font-size: 1.25rem;
  color: #0D2453;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.8rem;
  color: rgba(13, 36, 83, 0.25);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(13, 36, 83, 0.5);
  margin: 0;
}
.blog-posts .blog-post .post-details .btn.btn-link {
  font-weight: bold;
  color: #FF6026;
  padding: 0 1rem 0 0;
  margin: 1.5rem 0 0 0;
  text-decoration: none;
  position: relative;
  border: none;
}

.blog-page {
  padding: 0 0 5rem 0;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: bold;
  color: #0D2453;
  margin: 2.5rem 0 1rem 0;
  font-family: "Inter", serif;
}
.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;
}
.blog-page hr {
  opacity: 0.1;
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
  }
}
.sub-header.blog-page-header .blog-page-thumb {
  width: 100%;
  border-radius: 1rem;
  box-shadow: rgba(13, 36, 83, 0.1) 0 0.5rem 2rem;
}
@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;
  }
}
.sub-header.blog-page-header h1 {
  font-size: 3rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header h1 {
    font-size: 2rem;
  }
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item a {
  color: #FF6026;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 767.9px) {
  .sub-header.contact-header {
    padding-bottom: 5rem;
  }
}
.sub-header.contact-header .contact-box {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
.sub-header.contact-header .contact-box + .contact-box {
  margin-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header .contact-box {
    display: flex;
    align-items: center;
  }
}
.sub-header.contact-header .contact-box img {
  width: 3rem;
  flex-shrink: 0;
}
.sub-header.contact-header .contact-box .info {
  display: block;
  padding-left: 1rem;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header .contact-box .info {
    padding-left: 1rem;
    padding-top: 0;
  }
}
.sub-header.contact-header .contact-box .info h6 {
  display: block;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #0D2453;
  margin: 0;
}
.sub-header.contact-header .contact-box .info p {
  color: rgba(13, 36, 83, 0.75);
  margin: 0;
  font-size: 0.9rem;
}
.sub-header.contact-header .form-label {
  display: block;
  color: rgba(13, 36, 83, 0.75);
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
}
.sub-header.contact-header .form-control {
  padding: 0.75rem;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: none;
  background: #f2f3f4;
  border-color: transparent;
}
.sub-header.contact-header .form-control:focus {
  box-shadow: none;
  background: #eee;
  border-color: transparent;
}
.sub-header.contact-header textarea.form-control {
  min-height: 140px;
}
.sub-header.contact-header .map-wrapper {
  position: relative;
  border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header .map-wrapper {
    margin-top: 2.5rem;
  }
}
.sub-header.contact-header .map-wrapper .map {
  width: 100%;
  height: 15rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.contact-main-details {
  position: relative;
}
.contact-main-details .box {
  background: #fff;
  box-shadow: rgba(13, 36, 83, 0.15) 0 0.1rem 0.25rem;
  position: relative;
  z-index: 1;
  padding: 0 2.5rem;
}
@media (max-width: 767.9px) {
  .contact-main-details .box {
    padding: 0 1.5rem;
  }
}

.contact-form {
  padding: 5rem 0;
}
.contact-form h3 {
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #0D2453;
}
.contact-form p {
  color: rgba(13, 36, 83, 0.5);
  font-size: 0.9rem;
}

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