.custom-header-top-nav-background::before {
  /*background: #005693 !important;*/
    background: #0069b4 !important;
}

html .btn-dark {
  background-color: #0069b4 !important;
  border-color: #212529 #212529 #0a0c0d !important;
}

.custom-text-background {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #19525c47;
}

.overlay.overlay-partial::before {
  opacity: 0.6 !important;
}

.overlay::before {
  background: #0069b4;
}

section#section-news {
    padding: 5px 0 !important;
    /*background-color:#aea6a62e;*/
    background-color:#f0efef;
}

header#header.header-effect-shrink div.header-body.border-top-0 {
    /*border-bottom: 6px solid #f04c23;*/ 
   /* box-shadow: 0px 0px 16px #f04c23;*/
     box-shadow: 0px 0px 16px #eeb7a9;
    
}

.owl-carousel .owl-stage-outer div.owl-stage .owl-item a.custom-link-hover-effects .card-img-top.position-relative.overlay:hover::before, .owl-carousel .owl-stage-outer div.owl-stage .owl-item a.custom-link-hover-effects .card-img-top.position-relative.overlay.overlay-show::before, .owl-carousel .owl-stage-outer div.owl-stage .owl-item a.custom-link-hover-effects .card-img-top.position-relative.overlay.show::before {
  opacity: 0.1;
}

.owl-carousel .owl-stage-outer div.owl-stage .owl-item a.custom-link-hover-effects .card-img-top.position-relative.overlay::before {
  background: #ffffff;
}