
.navbar-brand a, a:hover {
  color: #ffffff;
}

.nav-link:hover {
 background: #4893D8;
}

/*Blocs - section*/
.header {
  background-color: rgba(29, 55, 117, 0.8);
  color: #ffffff;
}
.clients {
  background-color: rgba(146, 212, 244, 0.8);
  color: #1D3775;
}
.clients__bg-color-box::before {
  background-color: rgba(146, 212, 244, 0.8);
}

.circle {
  background-color: #1D3775;
}
.circle-border {
  border: 2px solid #1D3775;
  color: #92D4F4;
}
.services {
  background-color: rgba(29, 55, 117, 0.8);
  color: #92D4F4;
}
.carousel-box::after {
  background-color: rgba(29, 55, 117, 0.8);
}
.details {
  background-color: rgba(146, 212, 244, 0.8);
  color: #1D3775;
}
.prices {
  background-color: rgba(29, 55, 117, 0.8);
  color: #ffffff;
}
.prices__bg-color-box::before {
  background-color: rgba(29, 55, 117, 0.8);
}
.dobbing {
  background-color: rgba(146, 212, 244, 0.8);
  color: #1D3775;
}
.dobbing__bg-color-box::before {
  background-color: rgba(146, 212, 244, 0.8);
}
.footer {
}