@charset "utf-8";
/* Normal CSS */
body {
  color: #000;
  font-family: "Poppins", sans-serif;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html{
  scroll-behavior: smooth;
}
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: #df9f50;
  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: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
}
p strong {
  font-weight: 500;
  color: #000000;
}
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: #104c40;
  color: #ffffff;
}
::-webkit-selection {
  background: #104c40;
  color: #ffffff;
}
::-moz-selection {
  background: #104c40;
  color: #ffffff;
}
::-o-selection {
  background: #104c40;
  color: #ffffff;
}
::-ms-selection {
  background: #104c40;
  color: #ffffff;
}
/* Reseted CSS */

/* Buttons CSS */
.btn {
  min-width: 260px;
  padding: 17px 25px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 26px;
  border-radius: 0;
  transition: all ease .4s;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin-right: 16px;
}
.btn:hover, .btn:focus, .btn:focus-visible, .btn:active{
  color: #ffffff !important;
  background: #104c40 !important;
}
.btn span {
  color: #df9f50;
  margin-left: 10px;
}


/* Section Title Css */
.section-title {
  margin-bottom: 25px;
}
.section-title span {
  font-size: 30px;
  line-height: 40px;
  color: #3d3d3d;
  font-weight: 300;
  display: flex;
  margin-bottom: 30px;
}
.section-title h2 {
  font-size: 45px;
  color: #104c40;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Georgia', sans-serif;
}

/* 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: 55px;
  width: 100%;
  resize: none;
}

.form-control {
  width: 100%;
  height: 65px;
  padding: 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: 18px;
  color: #fff !important;
  font-weight: 300;
  border-width: 2px;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
  text-transform: uppercase;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
  opacity: 1 !important;
}

/* Header CSS */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease .4s;
  z-index: 999;
  padding: 55px 0;
}
header.sticky {
  position: fixed;
  top: 0;
  background: #000;
  padding: 15px 0;
}
header.sticky .container a > img {
  max-width: 80%;
}
header.sticky nav > ul > li > a {
  padding: 20px 0;
  font-size: 15px;
  transition: all ease .4s;
}
header .container {  
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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 22px;
}

nav > ul > li:hover > a:before {
  width: 100%;
}
nav > ul > li:hover > a {
  color: #ffffff;
}
nav > ul > li > a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
}
nav > ul > li > a:hover {
  color: rgb(223, 159, 80);
}
.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.5);
  content: "";
  z-index: 0;
}
.banner-background {
  display: flex;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../images/background1.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  align-items: flex-end;
  padding-bottom: 120px;
}
.banner-background > * {
  position: relative;
  z-index: 1;
}
.banner-caption {
  max-width: 100%;
}
.banner-title {
  margin-bottom: 15px;
  font-size: 70px;
  line-height: 80px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
}
.banner-title span {
  font-weight: 400;
  color: #df9f50;
  font-family: 'Georgia', sans-serif;
}
.banner-caption p {
  font-size: 45px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 35px;
}
.top-banner .owl-dots {
  max-width: 1641px;
  margin: 0 auto;
}

/* 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;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
  margin: 0 9px;
  background: #bcbdbb;
  position: relative;
  border: none;
}

.owl-carousel button.owl-dot + button.owl-dot {
  margin: 0 6px;
}
.owl-carousel button.owl-dot.active {
  opacity: 1;
  background: #df9f50;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: flex;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 62px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.9);
  outline: none;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
  transform: translateY(-55%);
  z-index: 1;
  border-radius: 100%;
}
.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  top: 18px;
  left: 19px;
  width: 30px;
  height: 25px;
  z-index: 11;
  content: "";  
  background-image: url("../images/slider-nav.png");
  background-repeat: no-repeat;
  background-position: 0 0; 
  transition: all ease .4s;
}
.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: 14px;
  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: 10px;
}
.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: "/"
}

/* About Us CSS */
.about-us {
  background: #f8f8f8;
  padding: 45px 0;
  position: relative;
}
.about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 536px;
  background: #104c40;
  content: "";
  z-index: 0;
}
.about-us .row {
  position: relative;
  z-index: 1;
}
.about-us [class*="col"] > img {
  width: 100%;
}
.about-content {
  padding-left: 65px;
}
.about-content p {
  margin-bottom: 35px;
}
.about-content ul {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.about-content ul li {
  display: flex;
  align-items: center;
  padding-right: 45px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.about-content ul li:last-child {
  padding-right: 0;
}
.about-content ul li img {
  padding-right: 24px;
}

/* Call To Actions CSS */
.call-to-actions {
  padding: 55px 0;
}
.call-to-actions .row [class*="col-"]:nth-child(2n) .box-info {
  background: #df9f50;
}
.box-info {
  background: #104c40;
  position: relative;
  padding: 45px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-info:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #c1c1c1;
  content: "";
  width: 70%;
  height: 6px;
}
.box-info .left {
  display: flex;
  align-items: center;
}
.box-info .left .title {
  padding-left: 20px;
}
.box-info h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: -10px;
}
.box-info span {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
}
.box-info .plus {
  font-size: 60px;
  line-height: 60px;
  font-weight: 200;
  color: #fff;
}

/* Map Info Section CSS */
.map-info-section {
  padding: 0;
}
.map-info-section:before {
  display: none;
}
.map-info-section .about-content {
  max-width: 662px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 100px;
}
.map-info-section .section-title span {
  justify-content: center;
}
.map-info-section .section-title img {
  margin-bottom: 40px;
}
.map-info-section .btn {
  border: 1px solid #c3c3c3;
  color: #141414;
  margin-top: 20px;
}
.map-info-section .btn:hover {
  border-color: #104c40;
  color: #fff;
}
.about-us.map-info-section [class*="col"] > img {
  height: 100%;
  object-fit: cover;
}



/* Our Projects CSS */
.our-projects {
  padding: 25px 0;
}
.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: transparent;
  padding: 70px 45px 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}
.project-rollver:hover {
  background: rgba(16, 76, 64, 0.65);
  opacity: 1;
}
.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: 110px;
  color: #fff;
  font-weight: 200;
}
.project-rollver a img {
  margin-left: 10px;
  opacity: 0;
}
.project-rollver:hover a img, .project-rollver:hover span, .project-rollver:hover p {
  opacity: 1;
}

/* Section Infraestructura CSS */
.section-infraestructura {
  background: #fff;
}
.section-infraestructura:before {
  left: auto;
  right: 0;
}
.section-infraestructura .about-content {
  padding-left: 0;
  padding-right: 68px;
}

/* Salon CSS */
.salon {
  padding: 150px 0;
  background: url("../images/salon-bg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
  text-align: center;
}
.salon:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.salon .container {
  position: relative;
  z-index: 11;
  max-width: 1045px;
  margin: 0 auto;
}
.salon .container * {
  color: #fff;
}
.salon .section-title h2 {
  font-size: 50px;
}
.salon .section-title span {
  justify-content: center;
}
.salon p {
  margin-bottom: 45px;
}


/* Latest News CSS */
.latest-news {
  padding: 75px 0 55px;
  background: #ededed;
  position: relative;
}
.latest-news:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 536px;
  background: #104c40;
  content: "";
  z-index: 0;
}
.latest-news .container {
  position: relative;
}
.latest-news .section-title {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.latest-news .section-title h2 {
  font-size: 50px;
  margin-bottom: 0;
}
.latest-news .project-rollver {
  position: relative;
  background: #fff;
  padding: 40px;
  opacity: 1;
  align-items: flex-start;
  min-height: 265px;
  justify-content: flex-start;
}
.latest-news .project-rollver h4 {
  color: #3d3d3d;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
.latest-news .project-rollver p {
  color: #000;
  opacity: 1;
  margin: 0;
}
.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 .owl-stage-outer {
  padding-bottom: 20px;
}
.latest-news .owl-carousel .item {
  box-shadow: 1px 2px 16px 5px rgba(0, 0, 0, 0.05);
}
.latest-news .owl-carousel .item img {
  width: 100%;
}
.latest-news .owl-carousel .owl-dots {
  position: static;
  padding-top: 35px;
  text-align: center;
}
.latest-news .owl-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  background: #c2c2c2;
}
.latest-news .owl-carousel .owl-dots button.owl-dot:hover, .latest-news .owl-carousel .owl-dots button.owl-dot.active {
  background: #104c40;
}

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

/* Form Section CSS */
.form-section {
  padding: 190px 0;
  background: url("../images/footer-bg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
}
.form-section:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.form-section .section-title {
  margin-bottom: 0;
}
.form-section .section-title h2 {
  font-size: 60px;
  color: #fff;
  margin-top: 30px;
}
.form-section .container {
  position: relative;
  z-index: 11;
}
form [class*="col-"] {
  padding-bottom: 30px;
}
textarea.form-control {
  padding-bottom: 0;
}
.form-section .btn {
  margin-top: 30px;
  font-size: 22px;
  min-width: 202px;
  padding: 12px 25px;
}

/* Footer CSS */
footer {
  padding: 60px 0 0;
  background: #104c40;
}
.contact-info p {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  padding: 20px 0;
  margin-bottom: 0;
}
.contact-info .socials ul {
  margin-left: 0;
}
.contact-info .socials ul li:first-child {
  padding-left: 0;
}
.contact-info .socials ul li a img {
  width: auto;
  height: auto;
}
.contact-info .socials ul li a:hover {
  background: transparent;
}
.contact-info .socials ul li a:hover img {
  filter: none;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer .contact-info {
  min-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-left: 50px;
  padding-right: 60px;
}
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: 130px;
  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;
}
footer span {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.socials ul {
  margin-left: 10px;
}
.socials ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.socials ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #104c40;
}
.socials ul li a img {
  filter: brightness(0) invert(1);
  width: 22px;
  height: 22px;
}
.socials ul li a:hover {
  background: #df9f50;
}
.f-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 .copyright {
  padding: 50px 0;
  font-size: 18px;
  color: #ffffff;
  background: #104c40;
  overflow: hidden;
  font-weight: 300;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
 }
 .copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .copyright img {
  vertical-align: text-bottom;
  margin-left: 8px;
 }
 .copyright span {
  color: #898c93;
 }

 /* Button CSS */
 #button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #df9f50;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "";
  
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 44px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #104c40;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#button svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}


#sobre-pirka .section-title .title{
  max-width: 410px;
}
.section-infraestructura h2{
  max-width: 400px;
}

.section-infraestructura .subtitle{
  max-width: 600px;
}

#masterplan h2{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form p{
  margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output{
  color: #fff;
}