@charset "UTF-8";
/*!
Theme Name: Warsaw Properties
Theme URI: https://hibnet.pl
Text Domain: wapro
Author: Łukasz Hibner
Author URI: https://hibnet.pl
Description: Szablon WarsawProperties
Version: 1.0.0
*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  direction: ltr;
  background-color: #fff;
}
body.page-template-page-home {
  background-color: #242021;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

strong {
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
  padding: 0.75rem 1.25rem;
  margin: 0 0 20px 0;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  font-size: 12px;
}

span.wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: 2px;
}

.btn-messenger {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 100;
}
.btn-messenger img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.btn-call {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.btn-call img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.btn-yellow {
  display: inline-block;
  padding: 14px 28px;
  background: #f5b400;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.btn-yellow:hover {
  background: #000000;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.btn-yellow:focus {
  outline: none;
  box-shadow: none;
}

.popup-wrapper .mfp-container,
.popup-wrapper.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popup-wrapper.mfp-ready .mfp-container {
  opacity: 1;
}

.popup-wrapper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.popup-wrapper.mfp-removing .mfp-container,
.popup-wrapper.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  padding-right: 0;
}

.popup-wrapper button.mfp-close {
  background: #000000;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  font-size: 50px;
  opacity: 1;
  text-align: center;
  top: 50px;
  right: 10px;
}

.contact-popup {
  position: fixed;
  bottom: 20px;
  right: -700px;
  width: 100%;
  max-width: 700px;
  background: #FFAB23;
  border-radius: 30px;
  padding: 40px 40px 20px 40px;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .contact-popup {
    max-width: 90%;
    padding: 60px 20px 20px 20px;
    overflow-y: auto;
    height: calc(100% - 40px);
  }
}
.contact-popup.active {
  right: 20px;
}
@media (max-width: 768px) {
  .contact-popup.active {
    right: 5%;
  }
}
.contact-popup .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact-popup .close-popup {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.contact-popup .wrapper {
  overflow: auto;
  max-height: calc(90vh - 40px);
  padding-right: 20px;
}
.contact-popup .wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.contact-popup .wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.contact-popup .wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.contact-popup .wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.contact-popup .wrapper {
  /* Firefox */
}
.contact-popup .wrapper {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
}
.contact-popup .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-popup .top img {
  width: 114px;
  height: 114px;
  object-fit: cover;
  border-radius: 100%;
}
.contact-popup .top .heading h4 {
  font-size: 32px;
  font-weight: 700;
  color: #101010;
  margin: 0 0 10px 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .contact-popup .top .heading h4 {
    font-size: 24px;
  }
}
@media (max-width: 568px) {
  .contact-popup .top .heading h4 {
    font-size: 18px;
  }
}
.contact-popup .top .heading a {
  font-size: 76px;
  font-weight: 400;
  text-decoration: none;
  color: #101010;
  line-height: 1;
}
@media (max-width: 768px) {
  .contact-popup .top .heading a {
    font-size: 48px;
  }
}
@media (max-width: 568px) {
  .contact-popup .top .heading a {
    font-size: 32px;
  }
}
.contact-popup .content {
  margin: 20px 0 20px 0;
}
.contact-popup .content p {
  font-size: 12px;
  font-weight: 400;
  color: #011010;
  margin: 20px 0 0 0;
}
.contact-popup .content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #011010;
  margin: 20px 0 10px 0;
}
@media (max-width: 768px) {
  .contact-popup .content h4 {
    font-size: 18px;
  }
}
.contact-popup .form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #8ff1a6;
  color: #000;
  padding: 12px;
  margin: 0;
  background: #8ff1a6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-popup .form .horizontal-group {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact-popup .form .horizontal-group {
    flex-direction: column;
    gap: 10px;
  }
}
.contact-popup .form .horizontal-group label {
  width: 50%;
}
@media (max-width: 768px) {
  .contact-popup .form .horizontal-group label {
    width: 100%;
  }
}
.contact-popup .form .agreements {
  margin-top: 10px;
}
.contact-popup .form .agreements label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.contact-popup .form .agreements label input[type=checkbox] {
  margin: 5px 15px 0 0;
  transform: scale(1.5);
}
.contact-popup .form .agreements label p {
  font-size: 10px;
  font-weight: 400;
  color: #011010;
  margin: 0;
}
.contact-popup .form label {
  display: flex;
  flex-direction: column;
}
.contact-popup .form label span {
  font-size: 14px;
  font-weight: 400;
  color: #011010;
}
.contact-popup .form label span.wpcf7-not-valid-tip {
  color: red;
}
.contact-popup .form label input[type=text] {
  margin-top: 10px;
  padding: 10px;
  border: none;
  font-size: 12px;
  color: #011010;
  background: #fff;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.contact-popup .form p {
  font-size: 10px;
  font-weight: 400;
  color: #011010;
  margin: 30px 0 20px 0;
}
.contact-popup .form .buttons {
  text-align: right;
}
.contact-popup .form .buttons input[type=submit] {
  background: #000000;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.contact-popup .form .buttons input[type=submit][disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.contact-popup .form .buttons input[type=submit]:hover {
  background: #333333;
}
.contact-popup .form .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
  left: 20px;
  bottom: 30px;
}

.contact-popup-btn {
  cursor: pointer;
}

.offer-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  background: #191818;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 30px;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .offer-popup {
    max-width: 90%;
    overflow-y: auto;
    max-height: 90vh;
  }
}
@media (max-height: 600px) {
  .offer-popup {
    height: 95vh;
    overflow: auto;
  }
}
.offer-popup.active {
  opacity: 1;
  visibility: visible;
}
.offer-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 999;
}
.offer-popup .close-popup:hover {
  background: #FFAB23;
  color: #fff;
}
@media (max-width: 768px) {
  .offer-popup .close-popup {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.offer-popup .heading {
  background: transparent linear-gradient(180deg, #000000 0%, rgba(91, 90, 90, 0.431372549) 100%) 0% 0% no-repeat padding-box;
  padding: 60px 70px 26px 70px;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .offer-popup .heading {
    padding: 80px 20px 20px 20px;
    text-align: center;
  }
}
.offer-popup .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: transparent linear-gradient(270deg, rgba(255, 171, 35, 0) 0%, #FFAB23 49%, rgba(255, 171, 35, 0) 100%) 0% 0% no-repeat padding-box;
}
.offer-popup .heading .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .offer-popup .heading .top {
    flex-direction: column;
    gap: 5px;
  }
}
.offer-popup .heading .top h2 {
  font-size: 34px;
  font-weight: 500;
  color: #FFAB23;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .offer-popup .heading .top h2 {
    font-size: 32px;
  }
}
@media (max-width: 568px) {
  .offer-popup .heading .top h2 {
    font-size: 24px;
  }
}
.offer-popup .heading .top h2:nth-child(1) {
  color: #FFAB23;
}
.offer-popup .heading .top h2:nth-child(2) {
  color: #fff;
}
.offer-popup .heading .top span {
  background: #fff;
  width: 2px;
  height: 30px;
}
@media (max-width: 768px) {
  .offer-popup .heading .top span {
    width: 100px;
    height: 1px;
  }
}
.offer-popup .heading p {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .offer-popup .heading p {
    font-size: 14px;
    text-align: center;
  }
}
.offer-popup .wrapper {
  background: transparent linear-gradient(270deg, rgba(38, 34, 35, 0) 0%, #242021 100%) 0% 0% no-repeat padding-box;
  padding: 70px 100px;
}
@media (max-width: 768px) {
  .offer-popup .wrapper {
    padding: 40px 20px 20px 20px;
    text-align: center;
  }
}
.offer-popup .wrapper .content {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 30px 0;
  line-height: 1.4;
}
.offer-popup .wrapper .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
.offer-popup .wrapper .content ul li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .offer-popup .wrapper .content ul li {
    font-size: 16px;
  }
}
.offer-popup .wrapper .content ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFAB23;
  font-size: 24px;
  font-weight: 700;
}
.offer-popup .wrapper .content ul li:last-child {
  margin-bottom: 0;
}
.offer-popup .wrapper .buttons {
  padding: 15px 0 15px 0;
}
.offer-popup .wrapper .buttons .btn-yellow {
  font-size: 16px;
  padding: 16px 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .offer-popup .wrapper .buttons .btn-yellow {
    font-size: 14px;
    padding: 14px 30px;
  }
}
.offer-popup .wrapper .footer {
  padding: 30px 0 0 0;
  max-width: 300px;
}
@media (max-width: 768px) {
  .offer-popup .wrapper .footer {
    max-width: 100%;
  }
}
.offer-popup .wrapper .footer p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 5px 0;
}
.offer-popup .wrapper .footer p:first-child {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .offer-popup .wrapper .footer p {
    font-size: 12px;
  }
  .offer-popup .wrapper .footer p:first-child {
    font-size: 14px;
  }
}

.offer-popup-btn {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 100;
  cursor: pointer;
  background: #f5b400;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  font-size: 10px;
  font-weight: 300;
}
.offer-popup-btn span {
  display: block;
  padding: 2px 6px;
}
.offer-popup-btn img {
  border-radius: 14px;
  overflow: hidden;
}
.offer-popup-btn .icon {
  position: relative;
  height: 0;
}
.offer-popup-btn .icon i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f5b400;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-45deg);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

header .container {
  position: relative;
}
header .navbar {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.4s;
  background-color: #363030;
  z-index: 100;
}
@media (min-width: 992px) {
  header .navbar {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  header .navbar {
    max-width: 1110px;
  }
}
header .navbar .navbar-brand {
  max-width: 130px;
  padding: 0;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand {
    max-width: 90px;
    padding: 5px 0;
  }
}
header .navbar .navbar-brand img {
  height: 82px;
}
header .navbar .navbar-toggler {
  border: 1px solid #656464;
  outline: none;
  margin-right: 0px;
}
@media (max-width: 992px) {
  header .navbar .navbar-toggler {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header .navbar .navbar-toggler.collapsed .fa-bars:before {
  content: "\f0c9";
}
header .navbar .navbar-toggler .fa-bars:before {
  transition: 0.5s all;
  color: #fff;
  content: "\f00d";
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}
@media (max-width: 1200px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:after {
  display: none;
}
header .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
header .navbar .navbar-nav .dropdown-menu {
  background: #eaab47;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 10px;
}
@media (max-width: 992px) {
  header .navbar .navbar-nav .dropdown-menu {
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .dropdown-menu:after {
    border-bottom: 8px solid #eaab47;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 15%;
    position: absolute;
    top: -7px;
  }
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  background: none;
  border-bottom: 1px solid #EC980F;
  margin: 5px 0;
  padding: 5px 0;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: none;
}
header .navbar .navbar-nav .dropdown-menu .nav-item:last-child .dropdown-item {
  border-bottom: none;
}
@media (max-width: 992px) {
  header .navbar #navigation-main {
    margin-top: 15px;
  }
}
header .navbar #navigation-languages {
  margin-left: 15px;
}
@media (max-width: 992px) {
  header .navbar #navigation-languages {
    flex-direction: row;
    justify-content: center;
    margin: 10px 0;
  }
}
header .navbar #navigation-languages .nav-item .nav-link {
  position: relative;
  color: #FFAB23;
  font-size: 12px;
  font-weight: 400;
  padding: 0 8px 0 5px;
}
@media (max-width: 1200px) {
  header .navbar #navigation-languages .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  header .navbar #navigation-languages .nav-item .nav-link {
    font-size: 18px;
    padding: 0 16px 0 10px;
  }
}
header .navbar #navigation-languages .nav-item .nav-link:after {
  content: "|";
  font-weight: 400;
  color: #777777;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
header .navbar #navigation-languages .nav-item:last-child .nav-link:after {
  display: none;
}
header .navbar #navigation-languages .nav-item.active .nav-link, header .navbar #navigation-languages .nav-item.current-lang .nav-link {
  color: #ffab23;
}
header .navbar #navigation-languages .dropdown-menu {
  padding-top: 15px;
  background: none;
}
header .navbar #navigation-languages .dropdown-menu::after {
  top: 7px;
}
header .navbar #navigation-languages .dropdown-menu .nav-item {
  background: #eaab47;
  padding: 3px 0;
}
header .navbar #navigation-languages .dropdown-menu .nav-item .dropdown-item {
  color: #B77C1D;
}
header .navbar #navigation-languages .dropdown-menu .nav-item.current-language .dropdown-item {
  color: #ffffff;
}
header .navbar #navigation-languages .dropdown-menu .nav-item:first-child {
  padding-top: 5px;
}
header .navbar #navigation-languages .dropdown-menu .nav-item:last-child {
  padding-bottom: 5px;
}
header .navbar #navigation-languages .dropdown-menu .dropdown-item {
  border: none;
  margin: 0;
  padding: 2px 10px;
  background: #eaab47;
}

footer {
  color: #fff;
  background: #191818;
}
footer.footer-map {
  padding: 120px 0 0 0;
  background-image: url("images/box-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 992px) {
  footer.footer-map {
    padding: 50px 0 0 0;
  }
}
footer.footer-map h2 {
  color: #ffab23;
  font-size: 32px;
  font-weight: 400;
  margin: 20px 0 20px 0;
}
footer.footer-map .contact h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}
footer.footer-map .contact .information {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
footer.footer-map .phone {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}
footer.footer-map .phone strong {
  font-weight: 700;
  color: #fff;
}
footer.footer-map .office-image {
  position: relative;
  z-index: 10;
  text-align: right;
}
@media (max-width: 992px) {
  footer.footer-map .office-image {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto 30px auto;
  }
}
footer.footer-map .office-image img {
  border-radius: 8px;
}
footer.footer-map .map {
  margin-top: 110px;
}
footer.footer-map .map .wrapper {
  display: block;
  height: 300px;
}
footer.footer-map .map .container {
  position: relative;
}
footer.footer-map .map .directions-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 20px;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  footer.footer-map .map .directions-btn {
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
footer .bottom {
  padding: 100px 0 20px 0;
  background: #fff;
}
footer .bottom .copyrights {
  color: #15262e;
  font-size: 10px;
  font-weight: 300;
  display: flex;
  align-items: center;
  height: 100%;
}
footer .bottom .copyrights ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 578px) {
  footer .bottom .copyrights ul {
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }
}
footer .bottom .copyrights ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 578px) {
  footer .bottom .copyrights ul li:after {
    display: none;
  }
}
footer .bottom .copyrights ul li:last-child:after {
  display: none;
}
@media (max-width: 992px) {
  footer .bottom .copyrights {
    justify-content: center;
  }
}
footer .bottom .copyrights a {
  color: #15262e;
  text-decoration: none;
}
footer .bottom .social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  footer .bottom .social-media {
    justify-content: center;
    margin-bottom: 10px;
  }
}
footer .bottom .social-media a {
  color: #000;
  margin-left: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 992px) {
  footer .bottom .social-media a {
    margin: 20px 15px 20px 15px;
  }
}
footer .bottom .social-media a i {
  font-size: 26px;
}

.cookie-policy {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 997;
  color: #fff;
  max-width: 600px;
  padding: 30px 20px 20px 20px;
  background: rgba(62, 63, 65, 0.74);
  display: none;
}
@media (max-width: 767px) {
  .cookie-policy {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
.cookie-policy .close-popup {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 30px;
  opacity: 1;
}
.cookie-policy .close-popup:hover {
  color: #fff;
  text-decoration: none;
}
.cookie-policy .read-more {
  float: right;
  padding: 5px 10px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.cookie-policy .read-more:hover {
  text-decoration: none;
}
.cookie-policy h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.cookie-policy p {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.page-id-3816 section.services-1-content .offers .offer .label {
  font-weight: 400;
}
.page-id-3816 section.services-1-content .offers .offer .label strong {
  display: block;
}
.page-id-3816 section.services-1-content .content h3 {
  text-shadow: none;
  color: #FFAB23;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.78px;
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.page-id-3816 section.services-1-content .content ul {
  list-style: none;
}
.page-id-3816 section.services-1-content .content ul li::before {
  content: "•";
  color: #FFAB23;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.page-id-3816 section.services-1-content .show-investment-btn {
  background: #000;
  flex: initial;
}
.page-id-3816 section.services-1-contact-form .content h2 {
  line-height: 50px;
}

.page-template-page-modern-space section.services-2-content-experience h3 {
  text-align: left;
}
.page-template-page-modern-space section.services-2-content-experience .content-top h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .page-template-page-modern-space section.services-2-content-experience h2 {
    font-size: 36px;
  }
}
.page-template-page-modern-space section.services-2-packages .boxes {
  margin: 40px 0;
}
.page-template-page-modern-space section.services-2-packages .boxes .box {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 5px 10px;
}
.page-template-page-modern-space section.services-2-packages .boxes .box h4 {
  font-size: 16px;
  margin-top: 10px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  opacity: 1;
  font-size: 50px;
  z-index: 1;
  box-shadow: none;
  outline: none;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-body {
  padding: 0;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-body .main-image {
  display: block;
  margin: 20px auto 0 auto;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-body .gallery {
  margin: 30px;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-body .gallery h4 {
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-body .gallery p {
  font-size: 12px;
  text-align: left;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-content-wrapper {
  background-color: #eee;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding: 100px 40px 40px 40px;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-content-wrapper h2 {
  color: #000;
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-content-wrapper h5 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .page-template-page-modern-space section.services-2-packages .boxes .modal-content .modal-content-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .page-template-page-modern-space section.services-2-packages .boxes .order-xs-1 {
    order: 1;
  }
  .page-template-page-modern-space section.services-2-packages .boxes .order-xs-2 {
    order: 2;
  }
}
.page-template-page-modern-space section.services-2-content-how-it-works .offers {
  margin: 30px 0;
}
.page-template-page-modern-space section.services-2-content-how-it-works .offers .offer {
  text-align: center;
}
.page-template-page-modern-space section.services-2-content-how-it-works .offers .offer .icon {
  margin: 10px 0 25px 0;
  height: 104px;
}
.page-template-page-modern-space section.services-2-content-how-it-works .offers .offer .label {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.39px;
  line-height: 17px;
}
@media (max-width: 992px) {
  .page-template-page-modern-space section.services-2-content-how-it-works .offers {
    margin: 0 0 30px 0;
  }
}
.page-template-page-modern-space section.services-2-content-how-it-works .content-bottom ul {
  padding-left: 50px;
}
.page-template-page-modern-space section.services-2-hero .heading h1 {
  font-weight: 300;
}
.page-template-page-modern-space section.services-2-hero .heading h1::first-line {
  font-weight: 700;
}

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