header{
  height: 70vh;
  margin-top: 4.5rem;
  margin-bottom: 4rem;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/headerAzienda.jpeg);
}
.testoTeam{
  padding: 0rem 2rem 0rem 2rem;
}
.testoTeam .cismac-hr{
  width: 100%;
}
.contactBanner{
  background-color: #0060B6;
  color: #fff;
}
.contactBanner .container-fluid{
  padding: 4rem;
  margin: 3.5rem 0rem 3.5rem 0rem;
}
form .sfondo{
  background: #fff;
}
form .icona{
  background: #fff;
}
form .freccia::before{
  border-top: 0.125rem solid #0060b6;
  border-right: 0.125rem solid #0060b6;
}
form .btn-testo{
  color: #fff;
}
form button:hover .freccia{
  background: #0060b6;
 }
 form button:hover .icona{
  background: #0060b6;
 
 }
 form button:hover .btn-testo {
  color: #0060b6;
}
.circles{
  margin-top: 3rem;
  text-align: center;
}
.circle{
  background-color: #0060B6;
  width: 320px;
  height: 320px;
  margin: 1rem;
  padding: 3rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transition: all .5s;
}
.circle{
  font-size: 13px;
}
.circle .cismac-trattino{
  background-color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.circle:hover{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .5s;
}
.meccanica:hover{
  background-image: url(../img/team/meccanicacopia.jpg);
}
.elettrica:hover{
  background-image: url(../img/team/elettricacopia.jpg);
}
.costruzione:hover{
  background-image: url(../img/team/costruzionecopia.jpg);
}
.installazione:hover{
  background-image: url(../img/team/installazionecopia.jpg);
}
.vendite:hover{
  background-image: url(../img/team/mondo1.jpg);
}
.assistenza:hover{
  background-image: url(../img/team/assistenzacopia.jpg);
}
.footer .col-lg-4{
  text-align: left !important;
}
.footer .col-lg-4:nth-child(1){
  text-align: center !important;
}
@media only screen and (min-width: 1500px) {
.circle{
  width: 400px;
  height: 400px;
}
}
@media only screen and (max-device-width: 768px) {
  .col-lg-4{
    margin-right: 0rem;
  }
  header{
    background-attachment: scroll;
    height: 50vh;
  }
  }