header{
  height: 70vh;
  margin-top: 4.5rem;
  color: white;
  background-color: #0060b6;
}
header img{
  filter: invert(100%);
  width: 200px;

}
.breadcrumb{
    margin-top: 1rem;
    margin-bottom: 4rem;
}
.breadcrumb a{
    color: black;
}
.intro{
  text-align: center;
  font-size: large;
  margin: 2rem 0rem 4rem 0rem;
}
.main-content{
  overflow: hidden;
}
.main-content img{
  width: 100%;
}
.main-content .row{
    margin-bottom: 3rem;
}
.main-content .col-lg-6{
    padding: 1rem 0rem 1rem 0rem;
}
.main-content .col-lg-6 p, h4{
    padding-right: 3.5rem;
    padding-left: 3.5rem;
}
.main-content .col-lg-6 hr{
    margin-right: 3.5rem;
    margin-left: 3.5rem;
}
.main-content ul{
  padding-left: 8rem;
}
.caseStudy{
    margin-top: 3rem;
    color: #fff;
    height: 70vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.caseStudy .sfondo{
    background: #fff;
  }
  .caseStudy .icona{
    background: #fff;
  }
  .caseStudy .freccia::before{
    border-top: 0.125rem solid #0060b6;
    border-right: 0.125rem solid #0060b6;
  }
  .caseStudy .btn-testo{
    color: #fff;
  }
  .caseStudy button:hover .freccia{
    background: #0060b6;
   }
   .caseStudy button:hover .icona{
    background: #0060b6;
   
   }
   .caseStudy button:hover .btn-testo {
    color: #0060b6;
  }
  .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;
  }
  .carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c20d1a'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    position: absolute;
    left: 0.5rem;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
  }
  .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c20d1a'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    position: absolute;
    right: 0.8rem;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
  }
  @media only screen and (max-width: 768px) {
    .caseStudy{
      height: 50vh;
      background-attachment: scroll;
  }
  }