/** CSS begins **/
.hero {
  width: 100%;
  height: 100vh;
  background: url(/images/1717318172.jpg) top center no-repeat;
  background-size: cover;
}

.breadcrumbs , .sidebar{
  color : #ffffff !important;
    background-color: #4991c7 !important;
    border-color:#ffffff}
.breadcrumbs ol li+li::before , .blog .sidebar .sidebar-title{
  color : #ffffff !important;
}