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