body {
  padding: 0;
  margin: 0;
}

body, p {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

ul, ol {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  z-index: 99;
  padding: 40px 15px 0;
}
.site-header .header-content {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .header-content .site-branding {
  text-align: center;
}
.site-header .header-content .site-branding a {
  display: block;
}
.site-header .header-content .site-branding a img {
  height: 80px;
}
@media only screen and (max-width: 992px) {
  .site-header .header-content .site-branding a img {
    height: 48px;
  }
}
@media only screen and (max-width: 992px) {
  .site-header .header-content .nav-wrapper {
    display: none;
  }
}
.site-header .header-content .nav-wrapper ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header .header-content .nav-wrapper ul li {
  list-style: none;
}
.site-header .header-content .nav-wrapper ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.site-header .header-content .nav-wrapper ul li a:hover {
  color: #9e8900;
}
.site-header .header-content .header-right a {
  color: #9e8900;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .site-header .header-content .header-right a {
    display: none;
  }
}
.site-header .header-content .header-right .mobile-menu {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .site-header .header-content .header-right .mobile-menu {
    display: none;
  }
}

.mobile-offcanvas {
  position: fixed;
  left: 0;
  height: calc(100vh - 80px);
  top: 0;
  background: #fff;
  width: calc(100% - 200px);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .mobile-offcanvas {
    display: none;
  }
}
.mobile-offcanvas ul {
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-offcanvas ul li a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.mobile-offcanvas ul li a:hover {
  color: #9e8900;
}
.mobile-offcanvas .contact-btn a {
  color: #9e8900;
  font-size: 16px;
  text-transform: uppercase;
}

.mobile-offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) {
  .mobile-offcanvas-overlay {
    display: none;
  }
}

.mantellassirenovtion-service-wrapper {
  position: relative;
  max-width: calc(100% - 30px);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  .mantellassirenovtion-service-wrapper {
    max-width: calc(100% - 50px);
  }
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-carousel .slick-list {
  margin: 0 -10px;
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-carousel .slick-arrow {
  display: none !important;
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-carousel .mantellassirenovtion-service-carousel-item {
  margin: 0 10px;
  text-align: center;
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-carousel .mantellassirenovtion-service-carousel-item img {
  height: 65px;
  margin: 0 auto;
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-carousel .mantellassirenovtion-service-carousel-item h2 {
  color: #ffffff;
  font-size: 16px;
  color: #9e8900;
  margin-top: 20px;
  margin-bottom: 12px;
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-carousel .mantellassirenovtion-service-carousel-item p {
  color: #fff;
  margin: 0;
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-arrows {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-arrows.mantellassirenovtion-service-arrow-next {
  left: auto;
  right: -30px;
}
.mantellassirenovtion-service-wrapper .mantellassirenovtion-service-arrows span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mantellassirenovtion-gallery-wrapper .mantellassirenovtion-gallery-carousel .mantellassirenovtion-gallery-carousel-item {
  position: relative;
}
.mantellassirenovtion-gallery-wrapper .mantellassirenovtion-gallery-carousel .mantellassirenovtion-gallery-carousel-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  content: "";
}
.mantellassirenovtion-gallery-wrapper .mantellassirenovtion-gallery-carousel .mantellassirenovtion-gallery-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mantellassirenovtion-gallery-carousel,
.mantellassirenovtion-gallery-carousel .slick-list,
.mantellassirenovtion-gallery-carousel .slick-track,
.mantellassirenovtion-gallery-carousel .slick-slide,
.mantellassirenovtion-gallery-carousel-item {
  height: 650px;
}

.mantellassirenovtion-wrapper {
  position: relative;
  max-width: calc(100% - 30px);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  .mantellassirenovtion-wrapper {
    max-width: calc(100% - 50px);
  }
}
.mantellassirenovtion-wrapper .mantellassirenovtion-carousel .slick-list {
  margin: 0 -10px;
}
.mantellassirenovtion-wrapper .mantellassirenovtion-carousel .slick-arrow {
  display: none !important;
}
.mantellassirenovtion-wrapper .mantellassirenovtion-carousel .mantellassirenovtion-carousel-item {
  margin: 0 10px;
  position: relative;
}
.mantellassirenovtion-wrapper .mantellassirenovtion-carousel .mantellassirenovtion-carousel-item .mantellassirenovtion-carousel-item-img img {
  width: 100%;
}
.mantellassirenovtion-wrapper .mantellassirenovtion-carousel .mantellassirenovtion-carousel-item .mantellassirenovtion-carousel-item-text {
  position: absolute;
  left: 12px;
  bottom: 24px;
  width: 100%;
  z-index: 9;
}
.mantellassirenovtion-wrapper .mantellassirenovtion-carousel .mantellassirenovtion-carousel-item .mantellassirenovtion-carousel-item-text h2 {
  color: #ffffff;
}
.mantellassirenovtion-wrapper .mantellassirenovtion-image-arrows {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
.mantellassirenovtion-wrapper .mantellassirenovtion-image-arrows.mantellassirenovtion-image-arrow-next {
  left: auto;
  right: -30px;
}
.mantellassirenovtion-wrapper .mantellassirenovtion-image-arrows span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.forminator-custom-form .forminator-field input {
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 0 0 16px !important;
  color: #fff;
}

.forminator-custom-form .forminator-field textarea {
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 0 0 0 !important;
  color: #fff;
  min-height: auto !important;
}

.forminator-custom-form .forminator-field input::placeholder, .forminator-custom-form .forminator-field textarea::placeholder {
  text-transform: uppercase;
  color: #fff;
}

.forminator-custom-form .forminator-field input:focus-visible, .forminator-custom-form .forminator-field textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.forminator-custom-form .forminator-field.forminator-is_active {
  border: none !important;
  outline: none !important;
}

.forminator-button {
  background: transparent;
  border: 1px solid #9e8900 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  color: #fff !important;
  padding: 10px 25px !important;
  transition: all 3s;
}
.forminator-button:hover {
  background: #9e8900;
}

.forminator-row-last .forminator-field {
  text-align: center;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row.forminator-row-last {
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}

.forminator-edit-module {
  display: none;
}

@media only screen and (min-width: 783px) {
  .forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) {
    margin: 0 !important;
  }
}
.site-footer {
  background: #000;
  padding: 60px 15px 40px;
}
.site-footer .footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.site-footer .footer-content .site-branding {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-content .site-branding {
    margin: 0 auto;
  }
}
.site-footer .footer-content .site-branding a {
  display: block;
}
.site-footer .footer-content .site-branding a img {
  height: 80px;
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-content .site-branding a img {
    height: 54px;
  }
}
.site-footer .footer-content .footer-links .site-footer-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-content .footer-links .site-footer-menu {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
.site-footer .footer-content .footer-links .site-footer-menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.site-footer .footer-content .footer-links .site-footer-menu li a:hover {
  color: #9e8900;
}
.site-footer .footer-content .footer-social h4 {
  font-size: 18px;
  color: #9e8900;
  margin-bottom: 12px;
  font-weight: 700;
}
.site-footer .footer-content .footer-social div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.site-footer .footer-content .footer-social div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer-copyright {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: center;
}
.site-footer .footer-copyright p, .site-footer .footer-copyright a {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.site-footer .footer-copyright ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.site-footer .footer-copyright ul li a {
  text-decoration: underline;
  text-transform: uppercase;
}

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