@charset "utf-8";

/* Normal CSS */
body {
  color: #000;
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  overflow-x: hidden;
}

*,
*:focus {
  outline: none;
}

a {
  color: #9b242d;
  transition: all ease .4s;
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

a:hover,
a:focus {
  color: #9b242d;
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 800;
  line-height: 1.3;
}

p {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

audio,
canvas,
progress,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

::selection {
  background: #9b242d;
  color: #ffffff;
}

::-webkit-selection {
  background: #9b242d;
  color: #ffffff;
}

::-moz-selection {
  background: #9b242d;
  color: #ffffff;
}

::-o-selection {
  background: #9b242d;
  color: #ffffff;
}

::-ms-selection {
  background: #9b242d;
  color: #ffffff;
}

/* Reseted CSS */

/* Buttons CSS */
.btn,
.wpcf7-form input[type="submit"] {
  min-width: 275px;
  padding: 17px 25px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  transition: all ease .4s;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:hover,
.btn:focus,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
  color: #ffffff;
}

.btn img,
.wpcf7-form input[type="submit"] img {
  margin-right: 12px;
  transition: all ease .4s;
}

.btn-red {
  background: #9b242d;
}

.btn-red:hover,
.btn-red:focus {
  background: #0d141d;
}

/* Section Title Css */
.section-title {
  font-size: 55px;
  color: #000;
  font-family: "Gilda Display", serif;
  text-align: center;
  font-weight: 400;
}

/* Form CSS */
select::-ms-expand {
  display: none;
}

select.form-control {
  padding: 10px 40px 10px 20px;
  background-image: url(../images/dropdown-arrow.png);
  background-position: 95% 22px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  text-indent: 0px;
  text-overflow: '';
}

textarea.form-control {
  height: 96px;
  width: 100%;
  resize: none;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  width: 100%;
  height: 57px;
  padding: 40px 0;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none !important;
  font-size: 19px;
  color: #000;
  font-weight: 300;
  border-width: 2px;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #302f30 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 1 !important;
}

/* Header CSS */
.contact-info {
  display: inline-block;
  vertical-align: middle;
}

.contact-info a {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

.contact-info a img {
  margin-right: 7px;
}

.socials {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

header {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease .4s;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header.sticky {
  position: fixed;
  top: 0;
  background: #000;
}

header.sticky .container a>img {
  max-width: 100px;
}

header.sticky nav>ul>li>a {
  padding: 20px 5px;
  font-size: 15px;
  transition: all ease .4s;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-white {
  position: relative;
  background: #fff;
}

.header-white.sticky {
  background: #fff;
  box-shadow: 1px -18px 50px 1px rgba(0, 0, 0, 0.25);
}

.header-white nav>ul>li>a {
  color: #000;
}

.header-white nav>ul>li>a:hover,
.header-white nav>ul>li:hover>a {
  color: #000;
}

.header-white .socials ul li a img {
  filter: brightness(0) invert(0);
}

.header-white .socials ul li a:hover img {
  filter: none;
}

.navbar-toggler {
  display: none;
}

nav {
  display: inline-flex;
  align-items: center;
  padding-left: 70px;
  font-size: 17px;
  margin-right: -20px;
}

nav ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

nav>ul>li {
  position: relative;
  padding: 0 33px;
}

nav>ul>li>a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  background: #d2322b;
  content: "";
  height: 2px;
  z-index: 1;
  transition: all ease .4s;
}

nav>ul>li:hover>a:before {
  width: 100%;
}

nav>ul>li:hover>a {
  color: #ffffff;
}

nav>ul>li>a {
  display: block;
  padding: 47px 0;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}

.nav-toggle {
  display: inline-flex;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background: #79adcd;
  align-items: center;
  justify-content: center;
}

.nav-toggle span {
  display: block;
  width: 40px;
  height: 4px;
  background: #ffffff;
  position: relative;
  transition: all ease .4s;
}

.nav-toggle span:before,
.nav-toggle span:after {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}

.nav-toggle span:after {
  top: 12px;
}

.nav-toggle.active span {
  background: none;
}

.nav-toggle.active span:before {
  top: -6px;
  transform: translateY(7px) rotateZ(-45deg)
}

.nav-toggle.active span:after {
  top: 6px;
  transform: translateY(-5px) rotateZ(45deg)
}

/* Banner CSS */
.top-banner .container {
  padding-top: 150px;
}

.top-banner .banner-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  content: "";
  z-index: 0;
}

.banner-background {
  display: flex;
  min-height: 100vh;
  /* background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover; */
  color: #ffffff;
  position: relative;
  align-items: center;
  width: 100vw;
}

.banner-background>* {
  position: relative;
  z-index: 1;
}

.banner-caption {
  max-width: 100%;
  text-align: center;
}

.banner-title {
  margin-bottom: 30px;
  font-size: 75px;
  line-height: 85px;
  font-weight: 500;
  font-family: "Gilda Display", serif;
}

.banner-caption .btn {
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.banner-caption .btn img {
  margin-left: 10px;
  margin-right: 0;
  filter: brightness(0) invert(1);
}

.banner-caption .btn:hover {
  background: #ffffff;
  color: #d2322b;
}

.banner-caption .btn:hover img {
  filter: none;
}

/* Owl Carousel Slider */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
  margin: 0 6px;
  border: 1px solid transparent;
  background: transparent;
  position: relative;
}

.owl-carousel button.owl-dot:before {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
}

.owl-carousel button.owl-dot+button.owl-dot {
  margin: 0 6px;
}

.owl-carousel button.owl-dot.active {
  opacity: 1;
  border-color: #ffffff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 46px;
  background-color: transparent;
  outline: none;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
  transform: translateY(-55%);
  z-index: 1;
  border: 3px solid #fff;
}

.owl-carousel .owl-nav button.owl-next:before,
.owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 25px;
  z-index: 11;
  content: "";
  background-image: url("../images/slider-nav.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.owl-carousel .owl-nav button.owl-next:hover:before,
.owl-carousel .owl-nav button.owl-prev:hover:before {
  background-position: 0 -72px;
}

.owl-carousel .owl-nav button.owl-next:before {
  left: auto;
  right: 8px;
  background-position: 0 -140px;
}

.owl-carousel .owl-nav button.owl-next:hover:before {
  background-position: 0 -210px;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-carousel .owl-nav button:hover {
  background: #000;
}

.owl-carousel .owl-nav button:hover:before {
  border-bottom-color: #1c4357;
  border-left-color: #1c4357;
}

.owl-drag .disabled {
  display: none;
}

.slider-no-current {
  display: none;
  padding-top: 46px;
}

.current-no:after {
  content: "/"
}

/* Our Projects CSS */
.our-projects {
  padding: 75px 0;
  background: #000000;
}

.our-projects .section-title {
  color: #fff;
  margin-bottom: 70px;
}

.our-projects .item {
  position: relative;
}

.our-projects .item>img {
  width: 100%;
  object-fit: cover;
}

.project-rollver {
  background: rgba(31, 33, 38, 0.3);
  padding: 70px 45px 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.project-rollver:hover {
  background: rgba(36, 38, 44, 0.5);
}

.project-rollver h3 {
  font-size: 31px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gilda Display", serif;
  font-weight: 400;
}

.project-rollver span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  opacity: 0;
}

.project-rollver p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  font-weight: 300;
  margin: 25px 0;
  opacity: 0;
}

.project-rollver a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.project-rollver a img {
  margin-left: 10px;
  opacity: 0;
}

.project-rollver:hover a img,
.project-rollver:hover span,
.project-rollver:hover p {
  opacity: 1;
}

/* All Projects CSS */
.all-projects {
  background: #000;
}

.all-projects .section-title {
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  margin-bottom: 85px;
}

.all-projects .section-title a {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.all-projects .section-title a:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  content: "";
  background: #d73731;
  transition: all .5s ease;
}

.all-projects .section-title a:hover {
  color: #d73731;
}

.all-projects .section-title a:hover:after {
  width: 322px;
}

.all-projects .row {
  background: #ffffff;
}

.all-projects .row [class*="col-"]:first-child {
  padding: 145px 130px 145px 0;
}

.all-projects h4 {
  font-size: 45px;
  line-height: 55px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
}

.all-projects p {
  margin: 15px 0;
}

.center-content {
  max-width: 602px;
  margin-left: auto;
}

.all-projects .nav-tabs {
  margin: 0;
  display: flex;
  flex-direction: column;
  border: none;
}

.all-projects .tab-content {
  padding: 0;
  margin: 0;
  border: none;
}

.all-projects .tab-content .tab-img {
  position: relative;
}

.all-projects .tab-content .tab-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

.all-projects .tab-content img:not(a img) {
  height: 685px;
  width: 100%;
  object-fit: cover;
}

.all-projects .nav-tabs .nav-link {
  border: none;
  padding: 0;
  font-size: 32px;
  line-height: 70px;
  font-family: "Gilda Display", serif;
  position: relative;
  color: #000;
  text-align: left;
}

.all-projects .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: #d73731;
  transition: all 0.5s ease;
}

.all-projects .nav-tabs .nav-link.active:after {
  width: 100%;
}

.tab-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px;
  display: flex;
  align-items: center;
}

.tab-info span {
  font-size: 140px;
  color: #fff;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  display: inline-flex;
  margin-right: 45px;
  font-family: "Gilda Display", serif;
}

.tab-info p {
  font-weight: 400;
  color: #fff;
  max-width: 507px;
}

/* About Us CSS */
.about-us {
  background: #ededed;
}

.about-us .content {
  padding: 0 90px;
  max-width: 820px;
}

.about-us .row {
  margin: 0;
}

.about-us [class*="col-"] {
  padding: 0;
}

.about-us .content h4 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 400;
  font-family: "Gilda Display", serif;
}

.about-us .content p {
  margin: 35px 0;
}

.about-us .content a {
  font-size: 18px;
  color: #000;
}

.about-us .content a img {
  opacity: 0;
  visibility: hidden;
}

.about-us .content a:hover img {
  opacity: 1;
  visibility: visible;
}

.about-us .col-md-6>img {
  width: 100%;
  height: 681px;
  object-fit: cover;
}

.about-us .content a img {
  margin-left: 10px;
}

.about-us .content a:hover {
  color: #cf3b35;
}

.about-us h3 {
  font-size: 32px;
  line-height: 42px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
}

.about-us h3+p {
  margin-top: 0 !important;
}

.about-us.sec-two .row {
  flex-direction: row-reverse;
}

.about-us.sec-two .content {
  margin-left: auto;
}

.about-us img:not(a img) {
  width: 100%;
}

/* Our Testimonials CSS */
.our-testimonials {
  background: #000;
  padding: 85px 0 0;
  text-align: center;
}

.our-testimonials .owl-carousel .owl-stage-outer {
  padding-bottom: 150px;
}

.our-testimonials .section-title {
  font-size: 45px;
  color: #fff;
  font-weight: 300;
}

.our-testimonials p {
  font-size: 30px;
  line-height: 44px;
  color: #fff;
  margin: 30px 0 45px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.our-testimonials span {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-family: "Gilda Display", serif;
  position: relative;
}

.our-testimonials span:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: #d73731;
  transition: all 1.5s ease;
}

.our-testimonials .active span:after {
  width: 100%;
}

.our-testimonials .owl-carousel button.owl-dot {
  opacity: 0.5;
}

.our-testimonials .owl-carousel button.owl-dot.active {
  opacity: 1;
}

.our-testimonials .container+img {
  width: 100%;
}

/* Counter CSS */
.counter {
  padding: 90px 0;
  background: #000;
}

.counter .section-title {
  font-size: 45px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 60px;
}

.counter ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.counter ul li {
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  width: 20%;
  padding: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Gilda Display", serif;
}

.counter ul li:last-child {
  border-right: none;
}

.video-del+.counter ul li span.count {
  position: relative;
  padding-right: 0;
}

.video-del+.counter ul li span.count:after {
  position: static;
  top: 0;
  right: -35px;
  z-index: 1;
  content: "%";
}

.counter ul li p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin: 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.counter .video-block {
  margin-top: 80px;
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #6e6966;
}

/* Latest News CSS */
.latest-news {
  padding: 60px 0;
  background: #ededed;
}

.latest-news .container {
  position: relative;
}

.latest-news .section-title {
  font-weight: 400;
  margin-bottom: 70px;
}

.latest-news .project-rollver {
  position: relative;
  background: #fff;
  padding: 40px;
}

.latest-news .project-rollver h3 {
  color: #000;
  text-transform: inherit;
}

.latest-news .project-rollver p {
  color: #000;
  opacity: 1;
  margin: 0 0 20px;
}

.latest-news .project-rollver a {
  color: #000;
  opacity: 1;
}

.latest-news .project-rollver img {
  opacity: 0
}

.latest-news .project-rollver:hover a img {
  opacity: 1;
}

.latest-news .project-rollver a:hover {
  opacity: 0.5;
}

.latest-news .project-rollver span {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  position: absolute;
  top: -43px;
  right: 0;
  font-size: 16px;
  padding: 10px 30px;
}

.latest-news .owl-carousel:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 11;
  width: 100%;
  height: 105%;
  content: "";
  background: #ededed;
}

.latest-news .owl-carousel:after {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 11;
  width: 100%;
  height: 105%;
  content: "";
  background: #ededed;
}

.latest-news .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.latest-news .owl-carousel .owl-nav button.owl-next,
.latest-news .owl-carousel .owl-nav button.owl-prev {
  border-color: #000;
  z-index: 111;
  left: -100px;
}

.latest-news .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -100px;
}

.latest-news .owl-carousel .owl-nav button.owl-next:before,
.latest-news .owl-carousel .owl-nav button.owl-prev:before,
.premises-sale .owl-carousel .owl-nav button.owl-next:before,
.premises-sale .owl-carousel .owl-nav button.owl-prev:before {
  border-color: #000;
  background-image: url(../images/slider-nav2.png);
  background-repeat: no-repeat;
}

.premises-sale .owl-carousel .owl-nav button.owl-next:before,
.premises-sale .owl-carousel .owl-nav button.owl-prev:before {
  background-position: 0 -72px;
}

.premises-sale .owl-carousel .owl-nav button.owl-next:before {
  background-position: 0 -210px;
}

.latest-news .owl-carousel .owl-dots {
  position: static;
  padding-top: 50px;
}

.latest-news .owl-carousel button.owl-dot.active {
  border-color: #b6b6b6;
}

.latest-news .owl-carousel button.owl-dot:before {
  background: #b6b6b6;
}

/* Sale CSS */
.sale {
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 100px;
}

.sale .section-title {
  color: #fff;
}

.sale [class*="col-"] {
  padding-bottom: 30px;
}

.sale .project-rollver {
  background: #202020;
}

.sale .img-block {
  position: relative;
}

.sale .img-block:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
}

.sale .img-block:hover:before {
  opacity: 1;
}

.sale .img-block a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  opacity: 0;
}

.sale .img-block:hover a {
  opacity: 1;
}

.sale .img-block a:hover {
  opacity: 0.85;
}

.sale .project-rollver h3 {
  color: #fff;
  font-size: 32px;
}

.sale .project-rollver p {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
}

.sale ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.sale ul li {
  margin-right: 25px;
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.sale ul li img {
  margin-right: 15px;
}

.sale .project-rollver a {
  color: #fff;
}

.latest-news.sale .project-rollver ul img {
  opacity: 1;
}

.latest-news.sale .project-rollver ul a:hover img {
  opacity: 1;
}

/* Lista CSS */
.lista .project-rollver {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.lista .project-rollver h3 {
  margin-bottom: 0;
}

.lista .project-rollver p {
  font-size: 18px;
}

/* About Us Info CSS */
.about-us-info .container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.about-us-info .container p {
  margin-bottom: 0;
}

.about-us-info img {
  width: 100%;
}

/* Boxes Info CSS */
.boxes-info {
  background: #000;
  padding-bottom: 85px;
}

.boxes-info img {
  width: 100%;
}

.boxes-info .white-box {
  background: #fff;
  padding: 55px;
  min-height: 377px;
}

.boxes-info h4 {
  font-family: "Gilda Display", serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}

.boxes-info p span {
  display: block;
  color: #d73731;
}

/* Characterize Us CSS */
.characterize-us {
  padding: 100px 0;
  position: relative;
}

.characterize-us:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.65);
}

.characterize-us .container {
  position: relative;
  z-index: 11;
}

.characterize-us .section-title {
  margin-bottom: 35px;
  color: #fff;
}

.characterize-us p {
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}

/* Form Section CSS */
.form-section {
  padding: 80px 0 60px;
}

.form-section .section-title {
  font-weight: 400;
  margin-bottom: 50px;
}

form [class*="col-"] {
  padding-bottom: 20px;
}

textarea.form-control {
  padding-bottom: 0;
}

form .btn,
.wpcf7-form input[type="submit"] {
  font-size: 32px;
  font-family: "Gilda Display", serif;
  color: #000;
  margin-top: 35px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  min-width: inherit;
  outline: none;
  border: none;
}

.wpcf7-form input[type="submit"] {
  color: #000 !important;
  background: transparent !important;
}

.wpcf7-form input[type="submit"]:hover {
  color: #d73731 !important;
}

form .btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #d73731;
  content: "";
}

.wpcf7-form input[type="submit"]:before {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 2px !important;
  background: #d73731 !important;
  content: "" !important;
}

form .btn:hover,
.wpcf7-form input[type="submit"] {
  color: #d73731;
}

/* Premises Sale CSS */
.premises-sale {
  padding: 60px 0 85px;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.premises-sale .container {
  padding: 0 125px;
}

.premises-sale .section-title {
  text-align: left;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  color: #fff;
  font-size: 0;
}

.premises-sale .section-title h3 {
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
  font-weight: 400;
  margin-bottom: 5px;
}

.premises-sale .section-title small {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.premises-sale .aminities {
  padding: 20px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.premises-sale .aminities ul li {
  border-right: none;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  margin-right: 25px;
}

.premises-sale .aminities ul li b {
  margin-left: 20px;
  font-weight: normal;
}

.premises-sale .aminities ul li:first-child {
  padding-left: 0;
}

.premises-sale .aminities ul li:last-child {
  border-right: none !important;
}

.premises-sale .aminities ul li:first-child img {
  margin-left: 0;
}

.premises-sale .aminities ul li.semi {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
  margin-right: 10px;
}

.premises-sale .aminities ul li.semi img {
  margin-right: 10px;
}

.premises-sale .aminities ul li.semi b {
  margin-left: 0;
}

.premises-sale .aminities ul .semi {
  position: relative;
}

.premises-sale .aminities ul .semi::before {
  position: static;
  top: 10px;
  left: 0;
  width: 2px;
  height: 10px;
  background-color: #d8d8d8;
  content: "";
  z-index: 1;
  margin: 0 12px 0 5px;
}

.premises-sale .aminities ul {
  display: flex;
  align-items: center;
}

.premises-sale .aminities ul li {
  font-size: 18px;
}

.premises-sale .item {
  position: relative;
}

.premises-sale .tab-content .item img {
  width: 100%;
}

.premises-sale .slider {
  margin-bottom: 90px;
  position: relative;
}

.premises-sale .slider p {
  margin-top: 28px;
  margin-bottom: 28px;
  text-align: right;
  color: #8b8b8b;
  font-size: 16px;
}

.premises-sale .slider p strong {
  font-weight: 600;
  color: #fff;
}

.premises-sale .slider .nav-tabs {
  position: absolute;
  bottom: -29px;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 11;
  right: 0;
  margin: 0 auto;
  border: none;
}

.slider .nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #d2332b;
  margin: 0 5px;
  padding: 13px 16px;
}

.slider .nav-tabs .nav-item .nav-link svg {
  width: 25px;
  height: 25px;
}

.slider .nav-tabs .nav-item .nav-link svg path {
  fill: #d2332b;
}

.slider .nav-tabs .nav-item.show .nav-link,
.slider .nav-tabs .nav-link.active {
  background-color: #d2332b;
}

.slider .nav-tabs .nav-item.show .nav-link svg path,
.slider .nav-tabs .nav-link.active svg path {
  fill: #000;
}

.premises-sale .item .icon-block ul li a {
  width: 59px;
  height: 56px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #9dc562;
}

.premises-sale .item .icon-block ul li a:hover {
  background-color: #9dc562;
}

.premises-sale .item .icon-block ul li a:hover svg path {
  fill: #fff;
}

.premises-sale .item .icon-block ul li a svg {
  width: 138px;
  height: 32px;
}

.premises-sale .item .icon-block ul li a svg path {
  fill: #9dc562;
}

.premises-sale .owl-nav .owl-prev,
.premises-sale .owl-nav .owl-next {
  left: 0;
  width: 35px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.2) !important;
  background-position: 8px 23px !important;
  background-image: url(../images/premises-sale-slider-arrows.svg) !important;
}

.map-block {
  margin-bottom: 40px;
}

.map-block #map,
.map-block #map1 {
  height: 304px;
}

.premises-sale .owl-nav .owl-next {
  right: 0;
  left: auto;
  background-position: -277px 23px !important;
}

.premises-sale .owl-nav .owl-prev:hover,
.premises-sale .owl-nav .owl-next:hover {
  background: #fff !important;
}

.premises-sale .owl-nav .owl-prev:hover:before,
.premises-sale .owl-nav .owl-next:hover:before {
  background-position: 0 0 !important;
}

.premises-sale .owl-nav .owl-next:hover:before {
  background-position: -1px -141px !important;
}

.premises-sale .title p {
  margin: 20px 0 35px;
  color: #fff;
}

.premises-sale h4 {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 600;
  padding: 25px 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);

}

.premises-sale .gray-box {
  padding: 35px 25px;
  margin-top: 28px;
}

.premises-sale .gray-box .title p {
  margin-top: 0;
}

.premises-sale .listing ul li {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.premises-sale .listing ul li span {
  color: #fff;
  font-weight: 400;
}

.premises-sale .checklist ul {
  display: flex;
  flex-wrap: wrap;
}

.premises-sale .checklist ul li {
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  background: url(../images/check-img.png) no-repeat 0 10px;
  padding-left: 30px;
  width: 33.33%;
}

.premises-sale .checklist {
  display: flex;
  flex-direction: column;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}

.premises-sale .checklist.comodi {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

.premises-sale .listing ul li small {
  color: #fff;
  font-size: 16px;
}

.premises-sale .video-block {
  margin-top: 35px;
  position: relative;
}

.premises-sale .video-block iframe {
  width: 100%;
  height: 545px;
}

.premises-sale .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premises-sale .video-box p {
  text-align: left;
  margin: 70px 0 0;
  font-size: 15px;
  color: #5f5f5f;
}

.premises-sale .video-box p span {
  color: #fff;
  font-weight: 600;
}

.premises-sale .expenses {
  border-radius: 0;
  background-color: #202020;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  text-align: left;
}

.premises-sale .expenses .doller {
  height: 54px;
  width: 54px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premises-sale .expenses .right-title {
  padding-left: 15px;
}

.premises-sale .expenses .doller h6 {
  font-size: 34px;
  line-height: 60px;
  text-transform: uppercase;
  color: #9dc562;
  font-weight: bold;
  padding-bottom: 0;
}

.premises-sale .expenses .right-title span {
  font-size: 16px;
  line-height: 25px;
  color: #a1c65b;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.premises-sale .expenses .right-title span img {
  margin-left: 8px;
}

.premises-sale .expenses .right-title h5 {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  padding-bottom: 0;
  font-family: "Gilda Display", serif;
  padding-top: 10px;
  margin-bottom: 0;
}

.premises-sale .expenses .right-title small {
  font-size: 16px;
  line-height: 25px;
  color: #7c7c7c;
  font-weight: 400;
}

.premises-sale .expenses-info {
  position: relative;
}

.premises-sale .expenses-info .play-btn {
  position: absolute;
  top: 40px;
  left: -10px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.premises-sale .expenses-info .play-btn svg {
  width: 40px;
  height: 40px;
}

.premises-sale .expenses-info .play-btn svg path {
  fill: #9dc562;
}

.premises-sale .white-box {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 40px 30px 30px;
  box-shadow: 1px 2px 5px 5px rgba(0, 0, 0, 0.04);
  margin-top: 25px;
}

.premises-sale .white-box form .row {
  margin: 0 -5px;
}

.premises-sale .white-box form [class*="col-"] {
  padding: 0 5px;
}

.premises-sale .white-box .comunicate {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.premises-sale .white-box .comunicate .icon-box {
  height: 54px;
  width: 54px;
  border-radius: 100%;
  background-color: #9dc562;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.premises-sale .white-box .comunicate .right-text h5 {
  font-size: 24px;
  line-height: 26px;
  color: #000201;
  font-weight: bold;
  padding-bottom: 0;
  text-transform: uppercase;
}

.premises-sale .white-box .comunicate .right-text p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.premises-sale .white-box form .form-control {
  border-radius: 8px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 15px 20px;
  box-shadow: none;
}

.premises-sale .white-box form textarea {
  resize: none;
  height: 95px;
}

.premises-sale .white-box form .btn-green {
  width: 100%;
  background-color: #9dc562;
  padding: 10px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premises-sale .white-box form .btn-green:hover {
  background-color: transparent;
  color: #92b85a;
  border: 2px solid #9dc562;
}

.premises-sale .white-box form .btn-green svg {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}

.premises-sale .white-box form .btn-border,
.premises-sale .white-box .btn-border {
  width: 100%;
  padding: 10px;
}

.premises-sale .white-box .inner-title {
  text-align: center;
}

.premises-sale .white-box .inner-title h2 {
  padding-bottom: 0;
  font-size: 65px;
  line-height: 60px;
  text-transform: uppercase;
  color: #9dc562;
  font-weight: bold;
}

.premises-sale .white-box .inner-title p {
  margin: 5px 0 25px 0;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #848484;
  font-weight: 400;
  text-align: center;

}

.premises-sale .white-box .inner-title p span {
  color: #000;
  font-weight: 600;
}

/* Form Box CSS */
.form-box .container {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-top: 2px solid #f5f5f5;
}

.gray-box {
  background: #202020;
  border-radius: 0;
  padding: 45px;
}

.gray-box .title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.gray-box .title img {
  margin-right: 20px;
}

.gray-box .title h4 {
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 24px;
  border: none;
}

.gray-box .title p {
  margin-bottom: 0;
  font-size: 18px;
}

.gray-box form [class*="col-"] {
  padding-bottom: 15px;
}

.gray-box form [class*="col-"]:last-child {
  padding-bottom: 0;
}

.gray-box form .form-control {
  border-color: #e8e8e8;
  border-radius: 8px !important;
  font-size: 16px;
  color: #6c6c6c;
  background: #000 !important;
  padding: 10px 15px !important;
  border: 1px solid #3b3b3b !important;
}

.gray-box form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6c6c6c !important;
  opacity: 1 !important;
}

.gray-box form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #6c6c6c !important;
  opacity: 1 !important;
}

.gray-box form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #6c6c6c !important;
  opacity: 1 !important;
}

.gray-box form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #6c6c6c !important;
  opacity: 1 !important;
}

.gray-box form textarea.form-control {
  height: 96px;
  resize: none;
  padding-top: 15px;
}

.gray-box form .btn {
  width: 100%;
  background: #528f3a;
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 8px;
}

.gray-box form .btn:hover {
  background: #000;
}

.gray-box form .btn:before {
  display: none;
}

.gray-box form .btn img {
  margin: -2px 10px 0 0;
}

/* Product Detail Banner */
.product-detail-banner .banner-background {
  min-height: calc(100vh - 120px);
  height: auto;
}

.product-detail-banner .banner-background::before {
  background: rgba(0, 0, 0, 0.40);
}

.product-detail-banner h1 {
  margin-bottom: 5px;
}

.product-detail-banner p {
  font-size: 30px;
  color: #fff;
}

/* Map Section CSS */
.map-section {
  background: #ededed;
}

.map-section .section-title {
  text-align: left;
  font-size: 45px;
  font-weight: 400;
}

.map-section p {
  margin-bottom: 0;
}

.map-section #map,
.map-section #map1 {
  height: 100%;
}

.content-map {
  max-width: 590px;
  margin-left: auto;
  padding: 255px 0;
  margin-right: 140px;
}

/* Video Banner CSS */
.video-block {
  position: relative;
  height: 500px;
}

/* .video-block:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 1;
} */
.video-block a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translateX(-50%) translateY(-50%);
}

.video-block a:hover {
  opacity: 0.85;
}

.video-block img {
  width: 100%;
}

/* Video Del CSS */
.video-del {
  padding: 85px 0;
  background: #000;
}

.video-del .section-title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 70px;
}

.video-del .row {
  margin: 0;
}

.video-del [class*="col-"] {
  padding: 0;
}

/* Tabs Block Info CSS */
.tabs-block-info {
  padding: 80px 0 0;
  background: #000;
}

.tabs-block-info .nav-tabs {
  flex-direction: inherit;
  justify-content: center;
  margin-bottom: 75px;
  border: none;
}

.tabs-block-info .nav-item {
  padding: 0 26px;
}

.tabs-block-info .tab-content .item>a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(31, 33, 38, 0.2);
}

.tabs-block-info .nav-tabs .nav-link,
.tabs-block-info .nav-tabs .nav-link a {
  background: transparent;
  color: #fff;
}

.tabs-block-info .nav-tabs .nav-link::after {
  bottom: -10px;
}

.tabs-block-info .tab-content .project-rollver a {
  opacity: 0;
}

.tabs-block-info .tab-content .item:hover .project-rollver a {
  opacity: 1;
}

.tabs-block-info .project-rollver {
  justify-content: flex-end;
  background: transparent;
  height: auto;
  top: auto;
  bottom: 0;
}

.tabs-block-info .project-rollver a img {
  opacity: 1;
}

.tabs-block-info .tab-content img:not(a img) {
  height: 505px;
}

.tabs-block-info .project-rollver:hover {
  justify-content: flex-end;
  background: rgba(31, 33, 38, 0.52);
}

/* Full Map CSS */
.full-map #map,
.full-map #map1 {
  height: 575px;
}

.all-projects.tabs-block-info .item>a>img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}

/* Footer CSS */
footer {
  padding: 105px 0 0;
  background: #000;
}

footer .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .logo span {
  font-size: 42px;
  color: #fff;
  font-family: "Gilda Display", serif;
  margin-top: 20px;
}

footer p {
  font-size: 14px;
  line-height: 24px;
  color: #6f828c;
  font-weight: 500;
  padding: 20px 0;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer .contact-info {
  min-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

footer .contact-info a {
  font-size: 20px;
  margin: 0 0 10px;
}

footer .contact-info a img {
  margin-right: 12px;
  width: 30px;
  height: 30px;
  object-fit: none;
}

footer .contact-info a:hover,
footer .col-lg-7.text-center ul li a:hover {
  color: #d73731;
}

footer .col-lg-7.text-center {
  display: flex;
}

footer .col-lg-7.text-center ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: 80px;
  width: auto;
}

footer .col-lg-7.text-center ul li {
  width: 50%;
  padding-bottom: 13px;
}

footer .col-lg-7.text-center ul li a {
  font-size: 20px;
  color: #fff;
}

footer .col-lg-7.text-center ul li a img {
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
}

footer .col-lg-7.text-center ul li a:hover img {
  opacity: 1;
  visibility: visible;
}

.socials ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.socials ul li a {
  display: inline-block;
}

.socials ul li a img {
  filter: brightness(0) invert(1);
}

.socials ul li a:hover img {
  filter: none;
}

.call-us {
  display: flex;
  width: 290px;
  clear: both;
  margin: 20px 0;
}

.call-us img {
  width: 22px;
  margin-right: 18px;
}

.call-us span a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.quick-link {
  margin-right: -200px;
}

.copyright {
  padding: 50px 0;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  overflow: hidden;
  font-weight: 300;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright img {
  vertical-align: text-bottom;
  margin-left: 8px;
}

.copyright span {
  color: #898c93;
}

.gm-style .gm-style-iw-c {
  padding: 0;
}

.gm-style-iw-d button {
  display: none;
}

.gm-style img {
  width: 100%;
}

.gm-style-iw-d p {
  padding: 10px 50px;
  border-bottom: 2px solid #dfdfdf;
  text-align: center;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 22px;
}

.gm-style-iw-d a {
  display: block;
  padding: 0 20px 20px;
  font-size: 18px;
  color: #1c4357;
  font-weight: bold;
}

.gm-style-iw-d a span {
  color: #79adcd;
}

.wpcf7-submit {
  content: "Enviar mensaje";
}

.wpcf7-form button:focus:not(:focus-visible) {
  color: #d73731 !important;
}

.wpcf7-form p {
  margin-bottom: 0 !important;
}

.wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
}

.wpcf7 .submitting .wpcf7-spinner {
  display: inline-block;
}

.single-proyectos iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.pagination {
  width: 100%;
  justify-content: center;
}

.page-numbers {
  color: #fff;
}

.current {
  background-color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.single-ventas .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.single-ventas .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}

@media(min-width:991px) {
  .no-video {
    padding-top: 50px;
  }
  .content-map h2{
    margin-bottom: 35px !important;
  }
}

.home .video-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.home .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .video-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  z-index: 1;
}

.home .banner-background {
  position: relative;
  z-index: 0;
}

.home .top-banner .container_video {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .top-banner .container_video h1 {
  color: #fff;
}

.single .banner-background {
  background-repeat: no-repeat;
  background-size: cover;
}


.single .all-projects .section-title{
  color: #000;
}

.single .video-del .row{
  background-color: #000;
}

.single .video-del .section-title, .single .all-projects .counter .section-title{
  color: #fff;
}

.single .all-projects .section-title{
  font-size: 55px;
}

.single .all-projects .row [class*="col-"]:first-child{
  padding: 0;
}

.single .all-projects .content-map h2{
  margin-bottom: .5rem;
  text-align: left;
  font-size: 45px;
  font-weight: 400;
}

.single .all-projects .galeria_de_fotos h2{
  color: #fff;
}

.single .all-projects .map-section .row {
  background-color: #ededed;
}

.single .form-section{
  background-color: #fff;
}

.single .form-section .section-title{
  color: #000;
}

.single footer .row{
  background-color: #000 !important;
}

.home .all-projects .section-title a:hover{
  color: #fff;
}

.descargar_brochure, .contacten{
  position: relative;
}

.descargar_brochure::after, .contacten::after{
position: absolute;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    content: "";
    background: #d73731;
    transition: all .5s ease;
}

.descargar_brochure:hover, .contacten:hover{
  color: #fff;
}

.descargar_brochure:hover:after, .contacten:hover:after{
  width: 100% !important;
}

.counter, .no-video{
  padding: 80px 0px;
}

#whatsapp-btn-consultas{
  display: none !important;
}

.project-rollver{
  justify-content: initial;
}

.home .our-projects .project-rollver{
 justify-content: space-between;	
}