* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-family: "articulat-cf", sans-serif!important;

}

html{
    font-size: 16px
}

body{
  background: #18171d
}

p{
    margin: 0
}

header{
  position: relative!important
}

.airtello{
  position: fixed;
      bottom: 1.618rem;
      width: 125px;
      right: 1.618rem;
      z-index: 999;
/* filter: drop-shadow(2px 4px 2px black); */
}

.icons-wrap{
  display:flex;
  gap:1.618rem;
  width:fit-content;
  margin-top:1rem;
  flex-wrap:wrap;
}

.icon-el{
  display:flex;

  gap:1rem;
  align-items:center;

}

.icon-el p{

}

.icon{
 display: flex
;
  width:55px;
  aspect-ratio: 1;
  border-radius: 100px;

    align-items: center;
  justify-content: center;
}

.icon img{
  filter: brightness(10);
  width: 75%
}

.nav-sec{
    display: flex
    ;
        width: 100%;
        height: 100px;
        background: #231f208a;
        position: relative;
        top: 0;
        left: 0;
        z-index: 9999;
        backdrop-filter: blur(20px);
        padding:1rem
}

.nav-wrap{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    width:100%;
    justify-content: space-between
}

.nav-logo{
    display: flex;
    width:200px;
}

.nav-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain
}

.nav-list{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap:2.618rem;
    margin:0;
    padding: 0
}

@media only screen and (max-width:450px){
  .nav-list{
    display: none
  }
}

.nav-list li a{
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;

}

.cta{
    display: flex
    ;
        padding: 0.618rem 1.618rem;
        background: #faed08;
        color: black;
        border-radius: 0.618rem;
        width: fit-content;
        font-weight: 600;
}

.slideshow-sec{
    display:flex;
    width:100%;
    height:calc(100vh - 100px);
    background:red;
    overflow-x: scroll;
}

.slide{
    display: flex;
    width: 100%;
    height:100%;
    position: relative;
    flex-shrink: 0
}

.slide img{
    width:100%;
    height: 100%;
    object-fit: cover
}

.slide-wrap{
    position: absolute;
    top:50%;
    left:50%;
    display: flex;
    flex-direction: column;
    width:100%;
    max-width: 1300px;
    transform: translate(-50%,-50%);
    border:0px solid silver;
    gap:1rem;
    padding: 0 1.618rem;

}

.slide-wrap h1,h2{

    font-family: "Poppins", sans-serif;
    margin: 0;

    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.34)
}

.slide-wrap h1{
    font-size: 2.618rem;
    font-weight: 800;
    max-width: 25ch;
    color:white;
}

.slide-wrap h1 span{
    color: yellow
}

.slide-wrap h2{
    font-size: calc(1.618rem / 1.125);
    font-weight: 300;
    max-width:36ch;
    color:white;
    line-height: 1.3
}

.slide-wrap h2 span{
    font-weight: 700
}

.service-sec{
    display: flex;
    width:100%;
    height: fit-content;
    background: gold;
    padding:4.236rem 1.618rem
}

.service-wrap{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
    gap:1.618rem;
    max-width: 1300px;
    margin: 0 auto;
    width:100%;
}

.service{
    display: flex;

    width: 100%;

}

.service .cta{
    margin-top: auto;
    background: unset;
    border: 1px solid black;
    padding: 0.382rem 1.618rem;
}

.service > *{
    color: black
}

.service-icon{

    border-right:1px solid rgb(0, 0, 0);
    display: flex
    ;
        align-items: center;
        padding-right: 1rem;
        flex-shrink: 0
}

.service-icon img{
    width: 70px;
    opacity: 0.7
}

.service-icon i{
   font-size: 2.618rem
}

.service-text{
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    gap:0.618rem;

}

.service-text > * {
    margin: 0
}

.service-text h3{
    font-weight: 800;

    font-size: calc(1.618rem / 1.125);
}

.service-text h4{
    font-weight: 600;
    font-size: 1rem
}

.service-text p{
    font-weight: 500;
    font-size: calc(1rem / 1.125);
}

.parallax-sec{
    display: flex;
    width:100%;
    min-height:400px;

    background-image: url("https://images.unsplash.com/photo-1569087682520-45253cc2e0ee?q=80&w=2340&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.parallax-sec:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: black;
    opacity: 0.6
}

.parallax-wrap{
    display: flex;
    width:100%;
    max-width: 1300px;
    margin: 0 auto;

}

.parallax-text-wrap{
    display: flex;
    width:50%;

    background: #202020;
    position: relative;
    z-index: 99;
    flex-direction: column;
    padding: 4.236rem;
gap: 1rem;
min-width: 400px
}

.parallax-text-wrap h2{
    color:white;
    font-size: 2.618rem;
    font-weight: 700;
}

.parallax-text-wrap p{
    color: #e9e9e9;
font-size: 1rem;
line-height: 1.8;
}

.line-dec{
    display: flex;
    width:70px;
    height:5px;
    background: yellow;
    position: relative;
    z-index: 99;
    border-radius: 1rem;
}

.alarm-health-sec{
   display: flex;
   width:100%;
   min-height: 300px;
   background:black;
   padding:4.236rem 1.618rem;
   flex-direction: column;
    gap: 2.618rem;
}

.alarm-health-sec .line-dec{
   margin: 0 auto
}

.alarm-health-wrap{
   display: grid;
   width:100%;
   max-width: 1300px;
   margin:0 auto;
   grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
   gap:4.236rem;
}

.alarm-health-title{
   display: flex
   ;
       max-width: 100ch;
       width: 100%;
       margin: 0 auto;
       text-align: center;
       flex-direction: column;
       gap: 0.618rem;
}

.alarm-health-title h2{
   color: white;
   font-weight: 800;
   font-size: 2.618rem
}

.alarm-health-title h2:nth-child(2){
   font-size: 1.618rem
}


.alarm-health-title p{
   color: #bbbbbb;
   margin: 0
}

.health-el{
   display: flex;
   border: 1px solid #ffffff38;
    padding: 2.618rem 1.618rem;
   width:100%;
   min-height:200px;
   position: relative;
   overflow: hidden;
   flex-direction: column;
    justify-content: center;
    align-items: center;
}

.health-el h3{
   text-align: center;
   color: white;
   font-weight: 600;

}

.health-el p{
   text-align: center;
  color: #bbbbbb;
   font-size: calc(1rem / 1.25);
   max-width: 40ch;
}

.health-el i{

   font-size: calc(2.618rem * 1.125);

    color: #faed08;
    z-index: 99;
    transition: all 0.3s ease;
}

.health-el:after{
   content:'';
   position: absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background: gold;
   transform: translateY(-100%);
   transition: all 0.3s ease;
}

.health-el:hover:after{
   transform: translateY(0%)
}

.health-el:hover .line-dec{
  background: black
}

.health-el:hover i{
   color:black
}

.health-el:hover h3{
   color:black;
   position: relative;
   z-index: 99
}

.health-el:hover p{
    color: #000000db;
position: relative;
z-index: 99;
font-weight: 500;

}

  .alarm-health-alt-sec{
  display: flex
  ;
    width: 100%;
    min-height: 300px;
    background: black;
    padding: 4.236rem 1.618rem;
    flex-direction: column;
}


.alarm-health-alt-wrap{
  display: grid
  ;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap:2.618rem
}


.health-el-alt{
  justify-content: unset;
  align-items: unset;
  padding:0;
  aspect-ratio: 0.618;

  border:none;
  border-radius: 0.618rem;
  /* background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgb(25 25 25) 100%) */
  border: 0px solid #9b9b9b47;
  position: relative;
  display: flex
  ;
    flex-direction: column;
    background: #121212;
    transition: all 0.3s ease;
    overflow: hidden

}

.health-el-alt:hover{
  transform: scale(1.05)
}



.health-el-alt img{
width: 11rem;
filter: brightness(1000);
position: absolute;
bottom: 4.236rem;
right: 1.618rem;
opacity: 0.15;
}

/* .icon{
  font-size: 11rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  opacity: 0.1
} */

.health-el-alt h3{
  text-align: start;
  line-height: 1.4;
  margin: 0;

  padding:1.618rem;
  font-size: 1.414rem;
  max-width: 30ch;
  padding-bottom: 1rem;
  color: white;

  font-weight: 600
}

.health-el-alt p{
  text-align: start;
  margin-bottom: 1rem;
  padding:0 calc(1.618rem * 1.5);
  max-width: unset;
  position: relative;
  font-size: calc(1rem / 1.25);
  color: #dadada;
}

.health-el-alt p:after {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0.8rem;
  display: flex
;
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 100px;
}

.tag-el{
  display: flex
  ;
    padding: 0.382rem 1.25rem;
    width: fit-content;
    border-radius: 2rem;
    color: #171717;
    background: #faed08;
    font-weight: 600;

    font-size: calc(1rem / 1.125);
}

.health-top-wrap{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0rem;
  padding:0.618rem 1rem;
  background: #171717;
  margin-top: auto;
  position: relative;
  z-index: 99;
  border-top: 1px solid #383838;
}

.tag-detail{
  display: flex;
  gap:0.618rem;
  font-size: calc(1rem / 1.33);
  color:#ababab
}



.alarm-health-alt-sec .line-dec {
  margin: unset;
  margin-bottom: 1rem;
  margin-left: 1.618rem;
  border-radius: 1rem;
}

.products-sec{
  display:flex;
  min-height:350px;
 background: var(--varyellow);
  position:relative;
}

/* .products-sec:before{
  content:'';
  display:flex;
  width:100%;
  height:100%;
  background:var(--varyellow);
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  background-image: url(https://images.unsplash.com/photo-1454117096348-e4abbeba002c?q=80&w=2602&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-attachment: fixed;
    background-size: cover;
  filter:grayscale(1)

} */

.products-sec:after{
  content:'';
  display:flex;
  width:100%;
  height:100%;
  background:var(--varyellow);
  position:absolute;
  top:0;
  left:0;
  z-index:0;
    /* background-image: url(https://images.unsplash.com/photo-1563920443079-783e5c786b83?q=80&w=2348&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
     background-position: center;

     background-size: cover;


}

.products-wrap{
  display: flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
  padding: 4.236rem 1rem;
  color: white;
  gap: 0;
  position:relative;
  z-index:10
}

.products-wrap h2{
  color: white;
   font-size: calc(2.618rem * 1.125);
   margin: 0;
   text-transform: uppercase;
   position: relative;

   font-weight: 700;

}

.products-wrap h2 span{
  text-transform: lowercase;
  font-weight: 400;
}

.products-wrap h2:after{
  content: 'I NOSTRI ANTIFURTI';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: 5px #fffab5;
    width: 100%;
    height: 100%;
    z-index: -1;
display:none
}

.products-wrap p{
      color:#2b2b2b;
    font-size: 1.125rem;
    margin: 0;
    line-height: 1.4;
    font-weight: 300;
    max-width: 50ch;
    text-align: center;

    font-weight: 400;
    font-style: normal;
  text-transform:uppercase;

}

.products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:2.618rem;
  width:100%;
  margin:2.618rem 0
}

.product-wrap{
      display: flex;
    flex-direction: column;


    background: #0b1f1e;

   overflow:hidden;
  gap:0.382rem;
  position:relative;

          border-radius: 0.382rem;

 box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  outline:5px solid transparent;
  transition:all 0.3s ease;
  outline-offset:0px;
  outline-style: dashed;
}

.product-wrap img:first-child{
  height:11.089rem;
  object-fit:cover;
  display: none
}

.product-text-wrap{
  display:flex;
  flex-direction:column;

  height:100%
}

.product-text-title{
   padding:1.618rem;
   padding-bottom: 1rem;
}

.product-text-wrap .line-dec{
  margin-top:1rem
}

.product-wrap:hover{
  transform:scale(1.05);
  outline:2px solid var(--varyellow);

}

.product-wrap:after{
  content: '';
    position: absolute;
    top: 4rem;
    left: -1rem;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 1px 5px;
    z-index: 0;
    background: #ffed00;
    transform: rotate(135deg);


}

.product-wrap .cta{
  margin-top:auto;
  gap:0.618rem;
  position:relative;
  z-index:10;
      margin: 1.618rem;
    margin-top: 0;
}


.product-wrap ul{
      margin: 0;
    padding: 0;
    list-style-position: outside;
  margin:0.618rem 0;
  position:relative;
  z-index:10;
  padding: 0 1rem;
  list-style-type: none;
   padding: 0;
margin: 0
}

.product-wrap ul li{
    line-height: 1.618;
        font-size: calc(1rem / 1.25);

        color: #d8d8d8;
        border-bottom: 0px solid #c0c0c057;
        padding: 0.618rem 1rem;
        background: #2c2c2c;
        display: flex
    ;
        gap: 1rem;
        align-items: center;
}

.check-el{
   display: flex
   ;
       width: 25px;
       height: 25px;
       flex-shrink: 0;
       position: relative;
       border-radius: 100px;
       background: #10bf10;
       justify-content: center;
       align-items: center;
}

.check-el-n{
   display: flex
   ;
       width: 25px;
       height: 25px;
       flex-shrink: 0;
       position: relative;
       border-radius: 100px;
       background: red;
       justify-content: center;
       align-items: center;
}

.check-el-n i{
   font-size: 1.25rem
}

.check-el i{
   font-size: 1rem;
   color:white
}

.product-wrap ul li:nth-child(odd){
   background: #373737
}



.product-wrap ul li:last-child{
  border:none
}

.product-car-hl{
   background: gold!important;
    color: black!important;
    font-weight: 500;
}

.product-wrap ul li ul{
  padding-left:1rem
}

.product-wrap .frame{
    transform-origin: center;
    pointer-events: none;
    height: 25%;
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
    display: none
}

.product-wrap h3{
  margin:0;
      font-size: calc(2.618rem / 1.5);
   text-align:left;
        color: var(--varyellow);
  font-weight: 400;

  position:relative;
  z-index:10;
  font-weight: 600;


}

.product-wrap h4{
     margin: 0;
     font-weight: 400;
     font-size: 1.125rem;
     position: relative;
     z-index: 10;
     color: #d8d8d8;
     margin-top: 0.382rem;
}

.product-wrap p {
     color: #d8d8d8;
  text-align:left;
  font-size:1rem;
  font-weight: 300;
  position:relative;
  z-index:10
}

.product-icon{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  filter:brightness(100)
}

.product-price{
   font-weight: 800!important;
    font-size: 1.618rem!important;

    padding: 1rem;
}

.product-price span{
  text-transform: capitalize;
  font-weight: 300;
  font-size: 1rem;
}

.banner-top-sec{
  display: flex;
  width: 100%;
  min-height:150px;

  position: relative;
 background-image: url("https://images.unsplash.com/photo-1569087682520-45253cc2e0ee?q=80&w=2340&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center
}

.banner-top-sec:after{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  display: flex;
  width: 100%;
  height:100%;
  background: gold;
  opacity: 0;
}

.banner-top-wrap{
  display: flex
  ;
    width: 100%;
    max-width: 1300px;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

.banner-top-wrap h1{
  color:white;
  margin:0;
  position: relative;
  z-index: 99;
  font-weight: 700;

  font-size: calc(2.618rem / 1.25);
}

.chi-siamo-sec{
  display: flex;
  width: 100%;
  padding:4.236rem 1.618rem;
  position: relative
}

.chi-siamo-wrap{
  display: grid;
  width:100%;
  max-width: 1300px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  gap: 2.618rem;
}

.chi-siamo-text{
  display: flex;
  flex-direction: column;
  gap:0.618rem;
  width: 100%;
  color:white;

}

.chi-siamo-text h2{
  font-weight: 700;
}

.chi-siamo-text h3{
  margin:0;
  font-weight: 300;
  font-size: calc(1.618rem / 1.125);
  margin-bottom: 0.618rem
}

.chi-siamo-text p{
  margin: 0;
  max-width: 65ch;
  font-weight: 300;
  font-size: calc(1rem / 1.2);
}

.chi-siamo-text p span{
  font-weight: 500;
  color: #faed08;
}

.chi-siamo-images{
  display: grid
  ;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.chi-siamo-images img{
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.618rem;
}

.chi-siamo-images img:nth-child(1){
  display: flex;
  width: 100%;
  aspect-ratio: 1.618;
  object-fit: cover;
  grid-column: 1/3
}

  .cosa-facciamo-sec{
    display: flex;
      width: 100%;
      padding:2.618rem 1.618rem;
      position: relative
  }

  .cosa-facciamo-wrap{
    display: grid;
      width:100%;
      max-width: 1300px;
      margin: 0 auto;
      grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
      gap: 2.618rem;

  }

  .cosa-facciamo-el{
    color: white;
      display: flex
    ;
      flex-direction: column;
      gap: 0.618rem;
      width: 100%;
      padding: 2.618rem 0;

  }

  .cosa-facciamo-el .line-dec{
    margin: 0.618rem 0
  }

  .cosa-facciamo-el h2{
    font-weight: 700;

  }

  .cosa-facciamo-el h3{
    margin:0;
    font-weight: 300;
    font-size: 1.618rem;
  }

  .cosa-facciamo-el p{
    font-size: calc(1rem / 1.067);
  max-width: 65ch;
  color: #dad4d4;
  font-weight: 400;
  line-height: 1.8;
  }

  .cosa-facciamo-el p span{
    font-weight: 500;
    color: #faed08;
  }

  .cosa-facciamo-img{
    display: flex
    ;
      width: 100%;
      height: 100%;
  }

  .cosa-facciamo-img img{
    width: 100%;
    object-fit: cover;
  }

  .cosa-facciamo-el ul{
    padding: 0;
    margin: 0
  }

  .cosa-facciamo-el ul li{
    line-height: 1.618;
      font-size: calc(1rem / 1.33);

      color: #d8d8d8;
      border-bottom: 0px solid #c0c0c057;
      padding: 0.618rem 1rem;
      background: #2c2c2c;
      display: flex
    ;
      gap: 1rem;
      align-items: center;
  }

  .cosa-facciamo-el ul li:nth-child(odd){
    background: #101010
  }

.logo-bg{
  position: absolute;
  opacity: 0.025;
  z-index: -1;
  width: 61.8%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  filter: grayscale(1);
}


.d-block{
	display: block !important
}

.sec-pad{
	padding: 75px 0
}

.about-style-one-content {
	padding:75px 70px;
}

@media (max-width: 667px){
	.header .header-navigation .container .navbar-header {
		padding-right: 0;
	}
}

@media (max-width: 1024px){
	.header .header-navigation .container .navbar-header {
		padding-right: 0;
	}
}

/* NAVBAR */

header{
    z-index: 997 !important;
}

header.stricky-fixed nav div.container > div{
    padding-top: 30px;
}

.header .header-navigation{
	padding-top: 40px
}

@media (max-width: 425px){
	.header .header-navigation{
		padding-top: 60px
	}
}

@media (max-width: 1199px) and (min-width: 1025px){
	.header .header-navigation.navbar .nav > li + li{
		margin-left: 10px;
	}
	.header .header-navigation.navbar > .container .navbar-brand img{
		height: 70px !important
	}
}


/* HOMEPAGE */


@media (max-width: 991px){
	.signle-service-two{
		margin: 20px 0
	}
	.what-we-offer .single-what-we-offer{
		margin: 20px 0
	}
}

.what-we-offer .single-what-we-offer{
	color: #888888
}

.about-style-one-content{
	color: #fff
}

@media (max-width: 767px){
	.tp-caption {
		display:block !important;
	}
/*
	.header{
		position: relative
	}
*/

/*
	#slider1 li div div div div{
		padding: 50px 20px 0 !important
	}
*/
}


#slider1 li div.banner-caption-h2, #slider1 li div.banner-caption-p{
	color: #fff;
}

#slider1 li div.banner-caption-p{
	font-size: 20px
}

.single-what-we-offer{
	cursor: pointer
}

/*
#slider1 li:nth-of-type(1) div.banner-caption-h2, #slider1 li:nth-of-type(2) div.banner-caption-h2, #slider1 li:nth-of-type(3) div.banner-caption-h2{
	font-size: 55px;
	line-height: 70px
}
*/

@media (max-width: 1200px){


    section.fun-fact-testimonial-section div.single-fun-fact{
        width: 100% !important;
    }

}

@media (max-width: 991px){

    .fun-fact-testimonial-section .fun-fact-style-one:before{
        background: none;
    }
    .fun-fact-testimonial-section .testimonial-content{
        padding: 0 0 100px 35px
    }
    .fun-fact-testimonial-section .fun-fact-style-one{
        padding: 100px 0 50px 0
    }


}

@media (max-width: 667px){

}

/* COME FUNZIONA */

.sec-title {
    margin-bottom: 40px;
}

.inner-banner .title h2{
	text-align: center;
	transform: translateY(65px);
}

@media (max-width: 767px){
	.inner-banner .title h2{
		transform: translateY(0px);
	}
}

section.why-choose-us.sec-pad .image-space{
    width: 602px;
}
#dopoattivazione .row div.single-what-we-offer.hvr-bounce-to-bottom{
    height: 620px;
    margin-bottom: 30px;
}

@media (max-width: 1072px){

    section.why-choose-us.sec-pad .image-space{
        width: auto;
    }
}

@media (max-width: 991px){

    section.why-choose-us.sec-pad .image-space{
        padding-top: 15px;
    }
    #dopoattivazione .row div.single-what-we-offer.hvr-bounce-to-bottom{
        height: 665px;
    }

}

@media (max-width: 667px){

    #dopoattivazione .row div.single-what-we-offer.hvr-bounce-to-bottom{
        height: auto;
    }

}

/* TROVA UN INSTALLATORE */

#installer{
    padding: 100px 0
}

#installer .contact-form-style-one-content{
    padding: 0px;
    padding-top: 75px;
}

#installer .plus > div{
    width: 20px;
	height: 20px;
	border: black 2px solid;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	background: yellow;
	font-weight: 900;
	color: #000;
}

#installer .plus > div:hover{
    background: #faed08;
    border: white 1px solid;
}

#aosta{
    top: 14.5%;
    left: 10%;
}

#emilia{
    top: 25.5%;
    left: 37.5%;
}

#napoli{
    top: 59%;
    left: 60.5%;
}

#torino{
    top: 22%;
    left: 14.5%;
}

#veneto{
    top: 16%;
    left: 44%;
}


#installer .installer_wall{
    background: none;
}

#installer .installer_wall .installer_block{
    padding: 5px;
    cursor: pointer;
}

#installer .installer_wall .installer_block > div{
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: white;
}

#installer .installer_wall .installer_block > div:hover{
    background: #faed08;
}

.contact-form-style-one .sec-title h2{
    color: white
}

.box_installers{
    font-size: 20px; font-weight: 600; margin-top: 35px; color: #333333;
}

.installer_wall .sec-title h2{
    color: #888
}

.installer_wall p a{
    color: rgb(46, 46, 46);
    font-weight: bold;
}

.shadow-popup{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 998;
    display: none;
}

.shadow-popup.show{
    display: block;
}

.general-popup{
    background: black;
    width: 400px;
    min-height: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.general-popup p{
    text-align: center;
}

.closer-popup{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 667px){

    #installer .plus > div{
        transform: scale(0.6);
    }

    .general-popup{
        width: 90%;
        height: 25%;
    }

}


/* CONTATTI */

.contact-info-style-one .single-contact-info-style-one h3{
    color: #faed08
}
div.single-contact-info-style-one.text-center p{
    color: #a4a2ab
}
div.contact-form-style-one-content .sec-title h2{
    color: white
}
.contact-info-style-one .single-contact-info-style-one .icon-box i{
    color: #888;
}
a:hover{
    color: #faed08
}
#imgContact .img-box > div{
    width: 908px;
    height: 760px
}
#imgContact .img-box iframe{
    height: 760px
}

input.privacy{
    margin: 0 15px;
    height: auto !important;
    width: auto !important;
    display: inline-block !important;
}

@media (max-width: 991px){

    div.single-contact-info-style-one.text-center{
        padding: 30px 0;
    }
    #imgContact .img-box > div{
        width: auto;
        height: 600px
    }
    #imgContact .img-box iframe{
        height: 600px
    }
    #imgContact .img-box.pull-right{
        float: none !important;
        margin: 0 -30px
    }
    #imgContact .contact-form-style-one-content{
        padding-left: 0;
    }

}

@media (max-width: 667px){

    .contact-form-style-one-content h2{
        font-size: 35px;
    }

}

@media (max-width: 768px){
	.contact-info-style-one .single-contact-info-style-one{
		margin-top: 0
	}
}


/* DIVENTA INSTALLATORE */


.diventa{
	padding: 80px 40px 80px 0
}

@media (max-width: 991px){
	.diventa{
		padding: 80px 0;
	}

	.order-row {
		display:flex;
		flex-direction: column;
	}

	.order-1 {
		width:100%;
		order: 1;
	}

	.order-2 {
		width:100%;
		order: 2;
	}
}


/* FOOTER */

div.footer-widget.about-widget p{
    color: #a4a2ab
}
footer a:hover{
color: #faed08
}

.footer .footer-widget {
	padding:75px 40px;
}

.footer .footer-widget.contact-widget {

        padding: 80px 20px;

}

.contact-form-style-one .contact-form-style-one-content {
	padding: 75px 0 75px 70px;
}

@media (max-width: 991px){
	.footer .footer-widget.contact-widget{
		margin-left: 0
	}
}

@media (max-width: 768px){
	.footer .footer-widget {
		padding: 30px 0;
		display: flex;
		flex-direction: column;
		align-items: center
	}
	.footer .footer-widget.about-widget p{
		text-align: center
	}
	.footer .footer-widget.links-widget ul.links-list li{
		text-align: center
	}
	.footer .footer-widget.contact-widget{
		padding: 30px 0
	}
}

.fun-fact-testimonial-section .fun-fact-style-one:before {
	content: none;
}

.fun-fact-testimonial-section .fun-fact-style-one {
	padding:0;
}

.fun-fact-testimonial-section .fun-fact-style-one .single-fun-fact {
	width:100%;
}

.fun-fact-testimonial-section .testimonial-content {
	padding: 75px 0 75px 35px;
}

.pdf-mobile, .pdf-pc{
	display: none
}

@media (max-width: 767px){
	.pdf-mobile{
		display: block;
	}
	.footer .footer-widget .title .line{
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 768px){
	.pdf-pc{
		display: block;
	}
}

.thm-btn.grey:hover{
	border: 1px solid #faed08;
}

.footer .footer-widget.links-widget ul.links-list li{
	padding-left: 0
}

.single-what-we-offer.hvr-bounce-to-bottom i{
	zoom: 115%;
}
