@import url(template.css);

@font-face {
  font-family: 'icomoon';
  src: url('../webfonts/icomoon.eot?hvi3nd');
  src: url('../webfonts/icomoon.eot?hvi3nd#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon.ttf?hvi3nd') format('truetype'),
    url('../webfonts/icomoon.woff?hvi3nd') format('woff'),
    url('../webfonts/icomoon.svg?hvi3nd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html {
  scroll-behavior: smooth;
}

svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.navbar-collapse:not(.show) {
  display: flex !important;
}

.icon-chevron-thin-right:before {
  content: "\e900";
}

.icon-chevron-thin-left:before {
  content: "\e901";
}

#cookie-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

#cookie {
  width: calc(100% - 40px);
  max-width: 280px;
  position: fixed;
  z-index: 99999;
  left: 20px;
  bottom: 20px;
  background-color: white;
  color: black;
  padding: 30px;
}

#cookie .cookie-text {
  padding-bottom: 20px;
}

#cookie .cookie-text a {
  display: block;
  margin-top: 5px;
  color: rgb(0, 0, 0);
}

#cookie>.btn {
  width: 100%;
  border-radius: 0;
  background-color: var(--primary-color);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.telephone {
  font-weight: 800 !important;
}

@media (max-width: 767px) {
  .nav-link.telephone {
    font-size: 20px;
  }

  .navbar-inner {
    display: flex;
    flex: 1;
  }

  .navbar-nav {
    padding: 0;
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .navbar-nav-down {
    background-color: var(--hoverbutton-color);
    height: 100px;
    display: flex;
    width: 100%;

  }

  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all ease-out 0.5s;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    background-color: var(--primary-color);
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
  }

  nav .left-menu .navbar-nav .nav-link,
  nav .right-menu.navbar-nav .nav-link {
    font-size: 22px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    color: #fff !important;
    padding: 0.5rem 0 0 !important;
  }

  .show.navbar-collapse {
    transform: translateX(0);
  }


  nav .navbar-nav-down .nav-link.telephone {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
  }

  nav .navbar-nav-down .nav-link.mail {
    margin: 0;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: lowercase !important;
  }
}

.close-btn {
  color: #fff;
  width: 2em;
  height: 2em;
}

.block-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d2d3d5;
  width: 67px;
  height: 5px;
}

.gradient {
  display: inline-block;
  position: relative;
  line-height: 0;
}

.gradient::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.5;
}

.info-block {
  padding: 80px 0 55px;
}

.info-block p {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 565px) {
  .info-block p {
    font-size: 22px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.services-block .gradient {
  display: inline-block;
  position: relative;
  line-height: 0;
}

.services-block .gradient:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.7;
}

.services-block h2 {
  margin: 30px 0;
}

.services-block .item:nth-of-type(2) {
  padding: 0 5px;
}

.services-block .item>div {
  width: 100%;
  height: 100%;
}

.services-block .item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

button:focus {
  outline: none !important;
}

@media (max-width: 767px) {
  .services-block .item {
    margin: 2px 0;
  }

  .services-block .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .services-block .item:nth-of-type(2) {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .services-block .item img {
    height: 300px;
  }
}

.services-block .item p {
  font-size: 28px;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  line-height: 30px;
}

.text-with-image .block-line {
  left: 0;
  transform: translateX(0);
}

.text-with-image .aboutus__text {
  padding: 30px 13% 0 0;
}

.text-with-image .aboutus__text h2 {
  margin-bottom: 25px;
}

.text-with-image .aboutus__text p {
  font-size: 16px;
  margin-bottom: 26px;
}

.text-with-image .aboutus__text h5 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.text-with-image .aboutus__text .d-table-cell {
  border: 5px transparent solid;
}

.text-with-image ul {
  font-size: 16px;
  line-height: 30px;
  padding-left: 22px;
}

.text-with-image li {
  list-style-image: url("../images/icons/arrow-right.svg");
  padding-left: 5px;
  margin-bottom: -5px;
}

.text-with-image li::marker {
  font-size: 1.8em;
  left: 0;
}

.text-with-image img {
  width: 100%;
  height: 465px;
  object-fit: cover;
}

.text-with-image .btn {
  margin-top: 10px;
  padding: 18px 35px;
}

@media(max-width: 767px) {
  .text-with-image .aboutus__text {
    padding-right: 0;
  }
}

@media(max-width: 575px) {
  .text-with-image .aboutus__text {
    padding: 30px 30px;
  }

  .text-with-image .block-line {
    left: 50%;
    transform: translateX(-50%);
  }

  .text-with-image .btn {
    display: flex;
    margin: 0 auto;
    width: 80%;
    justify-content: center;
  }
}

.text-icons .block-line {
  background-color: #fff;
}

.text-icons h2 {
  margin-top: 38px;
  margin-bottom: 54px;
}

@media (max-width: 767px) {
  .text-icons h2 {
    font-size: 34px;
  }
}

.text-icons svg {
  color: #fff;
  height: 2em;
  width: 2em;
}


.galley-grid {
  padding: 110px 0;
}

.galley-grid h2 {
  margin-bottom: 42px;
}

@media(max-width: 565px) {
  .galley-grid {
    padding: 70px 0;
  }
}

.testimonial-carousel {
  background: url("../images/testimonials-back.jpg") 0 center;
  background-size: cover;
  padding: 104px 0;
  min-height: 620px;
  height: fit-content;
}

.testimonial-carousel h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 33px;
}

.testimonial-carousel .testimonial-body {
  color: #fff;
  text-align: center;
}

.testimonial-carousel .testimonial-text,
.testimonial-text p {
  font-size: 30px;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 45px;
  overflow: hidden;
}

.testimonial-carousel .testimonial-text.big_text {
  max-height: 220px;
  margin-bottom: 15px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full {
  cursor: pointer;
  margin-bottom: 30px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full:hover {
  text-decoration: underline;
}

@media(max-width: 767px) {
  .testimonial-carousel .testimonial-text {
    font-size: 22px;
  }
}

.testimonial-carousel .testimonial-author {
  font-weight: 18px;
}

.testimonial-carousel .carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}

.more-text {
  display: none;
  transition: all 1s ease-in-out;
}

.read-more {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.carousel-indicators .active {
  background-color: var(--primary-color);
  border: #fff 2px solid;
}

.footer .footer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer .footer-links p {
  font-size: 14px;
  margin-bottom: 5px;
}

.footer .footer-links a {
  font-size: 14px;
  color: #212529;
}

.footer img {
  filter: grayscale(1);
}

#leaflet-map {
  min-height: 400px;
}

.footer .row {
  justify-content: space-between;
}

.footer2,
.footer2 a {
  color: #212529;
  font-size: 14px;
}

@media (max-width: 575px) {
  .footer .row {
    flex-direction: column;
  }

  .footer .row>div {
    margin: 20px;
  }

  .inline-mb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 379px) {
  .inline-mb {
    flex-direction: column;
  }
}

.get-in-touch {
  padding: 76px 0;

}

.get-in-touch h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.get-in-touch .form-block {
  border: 5px solid #e8e8e8;
  padding: 35px 50px;
}

.get-in-touch .form-group {
  margin-bottom: 1rem;
  position: relative;
}

.get-in-touch .form input.form-control {
  border-radius: 0;
  padding: 10px 10px;
  border: 0;
  border-bottom: 2px dashed #000;
  box-shadow: none !important;
  height: 42px;
}

.get-in-touch .form textarea.form-control {
  height: 171px;
  background-color: #fff;
  background-image: url('../images/textarea-dots.png');
  background-size: auto 57px;
  background-position: 50% -10px;
  line-height: 57px;
  overflow: hidden;
  padding: 0 10px;
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  margin-top: -4px;
}

.get-in-touch .form input,
.get-in-touch .form textarea {
  font-size: 14px;
}

.get-in-touch .form input.error,
.get-in-touch .form textarea.error {
  border-color: red;
  color: red;
  background: #fff6f6;
}

.get-in-touch .form input.error+.error,
.get-in-touch .form textarea.error+.error {
  position: absolute;
  font-size: 12px;
  color: #ff0404;
  right: 0;
  bottom: -20px;
  margin: 0px;
}

#gdpr-error {
  display: none !important;
}

@media(max-width: 575px) {

  .get-in-touch .form input.error+.error,
  .get-in-touch .form textarea.error+.error {
    bottom: -15px;
  }
}

.get-in-touch .form .checkbox-block {
  position: relative;
}

.get-in-touch .form .checkbox-block input {
  position: absolute;
  opacity: 0;
}

.get-in-touch .form .checkbox-block input+label {
  padding-left: 35px;
}

.get-in-touch .form .checkbox-block input+label:before {
  content: "";
  position: absolute;
  background-color: #d2d3d5;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 3px;
}

.get-in-touch .form .checkbox-block input:checked+label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 17px;
  top: 1px;
  font-weight: bold;
}

.get-in-touch .form input[type=checkbox].error+label:before {
  border-color: #ff0404;
  background-color: #ffb0b0;
}

@media (max-width: 575px) {
  .get-in-touch {
    padding: 76px 0 20px;
  }
}

#section-gallery .slick-arrow {
  position: absolute;
  top: 38%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 80px;
  font-size: 34px;
  opacity: 0.5;
  transition: 0.3s all;
  cursor: pointer;
  z-index: 2;
}

#section-gallery .slick-arrow:hover {
  opacity: 1;
}

#section-gallery .slick-arrow.prev-slide {
  left: 0;
}

#section-gallery .slick-arrow.next-slide {
  right: 0;
}

#captcha {
  background: #444;
  display: inline-block;
}

#captchaMessage.error {
  font-size: 12px;
  color: #ff0404;
  position: absolute;
  right: 0;
  bottom: -20px;
  margin: 0px;
}