/*
Theme Name: AR Group
Author: Gianluca Tuscano
Author URI: https://skriba.it
Description: AR Group theme from Skriba
Version: 4.1
*/

:root {
  --green: #6D9055;
  --greenchiaro: #E2EADC;
  --griggio: #2F3634;
  --grigiochiaro: #EFEFEF;
}

@font-face {
  font-family: "Grotesk";
  src: url(./fonts/SchibstedGrotesk-VariableFont_wght.ttf) format("truetype");
}

html {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

body {
  overflow-x: hidden;
  font-size: 1rem;
  font-family: 'Grotesk', sans-serif;
  background-color: white;
  position: relative;
  color: var(--griggio);
}

body p:empty:before {
  content: none;
}

body p:empty {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

h1 {
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
}

h2 {
  font-size: 2.4rem;
}

h3 {}

h4 {
  text-align: center;
  text-transform: uppercase;
}

a {
  color: var(--green);
  text-decoration: none;

}

a:hover {
  color: var(--green);
}

a:focus,
a:hover {
  text-decoration: none;
}

span.wpcf7-list-item {
  margin: 0;
}

div.wpcf7 {
  text-align: center;
}

label.accetta {
  font-family: 'Grotesk';
  font-weight: 400;
  color: white;
  font-size: 0.8rem;
}

label.accetta a {
  color: var(--green);
}

label.accetta a:hover {}

input:focus,
textarea:focus {
  outline-offset: 0;
  outline: 0;
}

.preloader {
  background-color: var(--green);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
}

.preloader.out {
  height: 0;
  width: 0;
  -webkit-transition: height cubic-bezier(.29, .78, .31, .95) .5s, bottom ease-in 0.3s;
  -o-transition: height cubic-bezier(.29, .78, .31, .95) 0.5s, bottom ease-in 0.3s;
  transition: height cubic-bezier(.29, .78, .31, .95) 0.5s, bottom ease-in 0.3s;
}

.standard .content {
  padding-top: 50px;
  padding-bottom: 80px;
}

.standard .content h2,
.standard .content h3,
.standard .content h4 {
  text-align: inherit;
  text-transform: inherit;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* buttòn */

button {
  border: 0;
  color: white;
  background: var(--griggio);
  text-transform: uppercase;
  padding: 20px 25px;
  line-height: 0.8rem;
  font-weight: 700;
  font-size: 1rem;
}

/* form */

label {
  font-family: 'Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: lowercase;
  color: var(--griggio);
  width: 100%;
}

input {
  max-width: 100%;
  font-size: 1rem;
  font-family: 'Grotesk';
  margin-top: 4px;
  border: 0;
  padding: 10px 20px;
  border-radius: 0;
  background-color: white;
  color: var(--griggio);
  width: 100%;
}

textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-family: 'Grotesk';
  padding: 10px 20px;
  margin-top: 10px;
  background-color: white;
  color: var(--griggio);
}

input[type=checkbox] {
  width: auto;
}

input[type=submit] {
  background-color: var(--griggio);
  color: white;
  font-weight: 700;
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  padding: 8px 15px;
  margin-top: 0;
  font-family: 'Grotesk', sans-serif;
  width: fit-content;
}

.flexslider {
  border: 0;
}

/* colours */

.white {
  background-color: white;
  color: black;
}

.black {
  background-color: black;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.flex-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.evidenza {
  width: 100%;
  height: 30vw;
}

.clearfix {
  clear: both;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.relative {
  position: relative;
}

.main {
  padding-top: 115px;
}

.loop {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Menu icon css */

#nav-icon1 {
  width: 35px;
  height: 25px;
  position: relative;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 6px;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--green);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  right: 20px;
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



/*-------------------*/

/* header */

.top {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 2px 2px 8px #c1c1c1;
}

.logo-top-head {
  max-width: 250px;
}

.header-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* menu */

.main-menu a {
  color: var(--griggio);
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Grotesk', sans-serif;
  font-weight: 600;
}

.main-menu .current-menu-item a {
  color: var(--green);
  position: relative;
  padding-bottom: 5px;
}

.main-menu .current-menu-item a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--green);
}

.menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

.menu li:not(:last-child) {
  margin-right: 50px;
}

.menu-mobile {
  display: none;
}

/* home */

.slider {
  position: relative;
  transition: all 0.3s ease-in;
}

.flexslider {
  position: relative;
  border-radius: 0;
  border: 0;
  background: none;
  margin-bottom: 0;
}

.slide {
  height: 40vw;
  max-height: 800px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: left;
  max-width: 100%;
  margin-left: 6%;
  position: relative;
  left: 40%;
}

.slide:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 40%);
  background-color: rgb(70 69 69 / 30%);
  background-blend-mode: multiply;
}

.slider.up {
  padding: 0 0 100px 0;
  transition: all 0.4s ease-out;
}

.slide-text {
  font-weight: 600;
  padding-right: 60px;
  padding-left: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slide-caption {
  position: absolute;
  color: white;
  width: 40%;
  left: -40%;
  height: 100%;
  background-color: var(--griggio);
  z-index: 0;
}

.slide-caption:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/img/svg/pattern-crosato.svg);
  background-size: 32px;
  background-position: center;
  background-repeat: repeat;
}

.slide-caption p {
  margin-bottom: 30px;
}

.slide-caption a {
  text-transform: uppercase;
  background-color: var(--green);
  color: white;
  padding: 10px 20px;
  font-family: 'Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.slide-caption h3 {
  font-family: 'Grotesk', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: calc(1.8rem + 0.9vw);
  position: relative;
  padding-bottom: 10px;
}

.slide-caption h3:before {
  display: block;
  content: '';
  height: 2px;
  width: 200%;
  right: 0;
  position: absolute;
  bottom: 0;
  background: var(--green);
}

.slide-text h2 {
  text-transform: uppercase;
  margin-bottom: 2.5vw;
  font-size: calc(1.1rem + 1.2vw);
  font-weight: 500;
}

.flex-control-nav {
  bottom: 0;
  z-index: 2;
}

.flex-control-paging li a {
  color: var(--griggio);
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.home .chisiamo {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home .chisiamo-text {
  position: relative;
  z-index: 1;
  padding: 60px 0px 60px 80px;
  margin-left: 10px;
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.home .chisiamo-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-color: var(--green);
  z-index: -1;
}

.home .chisiamo-text h3 {
  position: relative;
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: calc(1.5rem + 0.7vw);
  padding-bottom: 10px;
}

.home .chisiamo-text h3:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 150%;
  background-color: white;
}

.home .chisiamo-text a {
  text-transform: uppercase;
  color: white;
  background-color: var(--griggio);
  font-weight: 700;
  padding: 8px 18px;
  margin-top: 20px;
  font-size: 1rem;
  display: inline-block;
}

.home .servizi {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--grigiochiaro);
}

.home .servizi h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  text-align: center;
  background-color: var(--griggio);
  padding: 30px;
  font-size: calc(1.8rem + 0.8vw);
  margin-bottom: 10px;
}

.home .servizi .servizi-icon {
  height: 130px;
  width: 130px;
  position: absolute;
  z-index: 2;
  top: -50px;
}

.home .servizi .servizi-block {
  position: relative;
  margin-top: 100px;
}

.home .servizi .servizi-text {
  color: white;
  padding: 50px 80px 50px 180px;
  position: relative;
  z-index: 1;
}

.home .servizi .servizi-text h3 {
  margin-bottom: 15px;
}

.home .servizi .servizi-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  background-color: var(--griggio);
  z-index: -1;
}

.home .servizi .servizi-text a {
  text-transform: uppercase;
  color: white;
  background-color: var(--green);
  font-weight: 700;
  padding: 8px 18px;
  margin-top: 20px;
  font-size: 1rem;
  display: inline-block;
}

.home .servizi .servizi-loop {
  margin-bottom: 150px;
}

/* azienda */

.azienda .heading {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.azienda .heading:before {
  content: '';
  display: block;
  background-color: var(--greenchiaro);
  height: 70%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.azienda .heading .evidenza {
  z-index: 3;
  position: relative;
  height: 450px;
}

.azienda .heading h1 {
  color: var(--green);
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 700;
}

.azienda .heading span {
  display: block;
  margin-top: 10px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 180px;
  z-index: 1;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
}

.azienda .heading span:before {
  content: '';
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: var(--green);
}

.azienda .heading span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -80%;
  background-color: var(--griggio);
  height: 100%;
  width: 240%;
  z-index: -1;
}

.azienda .storia {
  padding-top: 80px;
  padding-bottom: 80px;
}

.azienda .storia .the-content {
  position: relative;
  z-index: 1;
  color: white;
  padding: 80px 100px 60px 0px;
}

.azienda .storia .the-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 200%;
  background-color: var(--green);
  z-index: -1;
}

.azienda .storia .the-content h3 {
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: calc(1.1rem + 0.7vw);
}

.azienda .storia .the-content p {
  margin-bottom: 40px;
}

.azienda .punti {
  background-color: var(--grigiochiaro);
  padding-top: 80px;
  padding-bottom: 80px;
}

.azienda .punti h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  text-align: center;
  background-color: var(--griggio);
  padding: 20px;
  font-size: 1.6rem;
}

.azienda .punti .loop {
  padding-left: 100px;
  padding-right: 100px;
}

.azienda .punti .punto {
  background-color: var(--green);
  padding: 40px;
  color: white;
  text-align: center;
  min-height: 250px;
  margin-bottom: 30px;
}

.azienda .punti .punto h4 {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

/* servizio */

.servizio .heading {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.servizio .heading:before {
  content: '';
  display: block;
  background-color: var(--greenchiaro);
  height: 70%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.servizio .heading:after {
  content: '';
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/img/svg/pattern-ar.avg);
}

.servizio .heading .evidenza {
  z-index: 3;
  position: relative;
  height: 400px;
  background-color: var(--griggio);
}

.servizio .heading h1 {
  color: var(--green);
  padding-bottom: 60px;
  font-weight: 700;
}

.servizio .heading span {
  display: block;
  margin-top: 10px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 80px;
  z-index: 1;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
}

.servizio .heading span:before {
  content: '';
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: var(--griggio);
}

.servizio .heading span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -33%;
  background-color: var(--green);
  height: 100%;
  width: 240%;
  z-index: -1;
}

.servizio .elenco {
  padding-top: 100px;
  padding-bottom: 50px;
}

.servizio .elenco .the-content {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.servizio .elenco .descrizione {
  position: relative;
  z-index: 1;
  padding: 80px;
  color: white;
  line-height: 1.5rem;
}

.servizio .elenco .the-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 300px);
  width: 100%;
  background: var(--griggio);
  z-index: -1;
}

.servizio .elenco .descrizione h2 {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.4rem;
}

.servizio .gallery {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 0 auto;
}

.servizio .gallery .cover {
  height: 550px;
  width: 100%;
}

.servizio .flexslider:hover .flex-direction-nav .flex-prev,
.servizio .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}

.servizio .flex-direction-nav a {
  height: 60px;
  text-shadow: none;
}

.servizio .flex-direction-nav a:before {
  background-color: var(--green);
  color: white;
  content: "\f341";
  font-family: "Dashicons";
}

.servizio .flex-direction-nav a.flex-next:before {
  content: "\f345";
}

/* contatti */

.contatti {
  padding-bottom: 80px;
}

.contatti h1 {
  color: white;
  text-align: center;
  background-color: var(--griggio);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  margin-bottom: 120px;
  position: relative;
}

.contatti h1:before {
  content: '';
  display: block;
}

.contatti h1:after {
  content: '';
  display: block;
}

.contatti .form {
  background-color: var(--green);
  padding: 40px;
}

.contatti .form h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

/* boxed */

.boxed {
  margin-top: 80px;
}

.boxed .box {
  background-color: var(--green);
  color: white;
  padding: 60px;
  display: inline-flex;
  width: 100%;
  margin-bottom: 80px;
  align-items: center;
  justify-content: space-between;
}

.boxed .box button {
  margin-top: 0;
}

.boxed .box h5 {
  font-size: calc(1rem + 0.7vw);
  max-width: 65%;
  min-width: 700px;
  text-transform: uppercase;
  font-weight: 700;
}

/* footer */

footer {
  color: white;
  font-size: 0.95rem;
}

footer p {
  margin-bottom: 0;
}

.footer {
  background-color: var(--griggio);
}

.footer .footer-dati {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .footer-bottom {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: var(--green);
  font-size: 0.8rem;
  text-align: center;
}

.footer .footer-dati .logo-footer {
  width: 220px;
}

/* notfound */

.notfound {
  text-align: center;
  padding-bottom: 10vw;
  position: relative;
}

.notfound:before {
  content: '';
  display: block;
  height: 20vw;
  width: 20vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.notfound h2 {
  padding-bottom: 50px;
  border-bottom: 2px solid white;
  padding-top: 5vw;
  font-size: 3.1rem;
  text-transform: uppercase;
  max-width: 50%;
  color: var(--griggio);
  margin: 0 auto;
}

.notfound h1 {
  color: var(--green);
  text-transform: uppercase;
  font-size: 2.7rem;
  margin-top: 3vw;
}

.notfound h1 span {
  font-size: 11rem;
  text-transform: uppercase;
  margin-bottom: 100px;
  display: block;
}

.notfound .container {
  position: relative;
  z-index: 1;
}

/* media queries incasinate */

@media (max-width: 1399.98px) {
  .azienda .punti .punto {
    padding: 25px 20px;
  }
}


@media (max-width: 1199.98px) {

  #nav-icon1 {
    z-index: 100;
  }

  .menu-mobile .menu-contain>ul>li>a {
    padding: 15px 0;
    width: fit-content;
    margin: 0 auto;
    font-size: calc(1.5rem + 0.5vw);
    font-weight: 800;
    line-height: calc(4rem + 0.5vw);
    color: white;
  }

  .menu .sub-menu {
    left: auto;
    transform: none;
    z-index: 1000;
    width: 75%;
    margin: 0 auto;
    background-color: white;
  }

  .menu nav>ul>li {
    height: auto;
  }

  .menu ul {
    display: block;
    float: none;
  }

  .menu-mobile {
    z-index: 0;
    position: fixed;
    top: 1vw;
    padding-top: 30vw;
    right: 1vh;
    width: 0;
    height: 0;
    background-color: var(--green);
    transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1), width 600ms cubic-bezier(0.23, 1, 0.32, 1), border-radius 600ms cubic-bezier(0.23, 1, 0.32, 1), top 600ms cubic-bezier(0.23, 1, 0.32, 1), right 600ms cubic-bezier(0.23, 1, 0.32, 1);
    display: none;
    border-radius: 50%;
  }

  .menu-mobile.menu-ham {
    display: block;
    z-index: 99;
    transition: height 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), width 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), border-radius 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), top 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), right 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    height: 100%;
    width: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
  }

  .menu-contain .main-menu li,
  .menu-contain .main-menu .sub-menu li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .menu-contain .main-menu .sub-menu {
    display: block;
  }

  .main-menu ul {
    position: relative;
  }

}

@media (max-width: 991.98px) {
  .footer .footer-dati {
    display: block;
  }

  .azienda .punti .loop {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .azienda .punti .loop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .servizi .servizi-text {
    padding: 30px 20px 30px 140px;
  }

  .home .servizi .servizi-icon {
    height: 110px;
    width: 110px;
  }

  .boxed .box {
    background-color: var(--green);
    color: white;
    padding: 60px 30px;
    display: block;
    width: 100%;
    margin-bottom: 80px;
    align-items: center;
  }

  .boxed .box h5 {
    margin-bottom: 50px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .slide {
    height: 40vw;
    min-height: 500px;
    max-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    max-width: 100%;
    margin-left: 6%;
    position: relative;
    left: 40%;
  }

  .slide-text {
    font-weight: 600;
    padding-right: 60px;
    padding-left: 10%;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
  }

  .slide-caption {
    position: absolute;
    color: white;
    width: 100%;
    left: -40%;
    height: 100% 500px;
    background-color: var(--griggio);
    z-index: 0;
  }

  .flex-control-paging li a.flex-active {
    color: white;
  }

  .home .chisiamo-text {
    padding: 60px 0px 60px 50px;
  }

  .servizio .heading .evidenza {
    z-index: 3;
    position: relative;
    height: 120px;
    width: 120px;
    background-color: var(--griggio);
    margin-bottom: 40px;
  }

  .servizio .elenco .descrizione {
    padding: 50px;
  }
}

@media (max-width: 575.98px) {}