:root {
    /* --theme-color: #FF5F13; */
    /* --theme-color: #e59b24; */ /* logo icon color  */
    /* --theme-color: #d59226;
    --primary-color: #02665b;
    --secondary-color: #25aca3;
    --text-primary-color: #222222;
    --text-secondary-color: #4a5568;
    --background-color: #2faea513;
    --heading-color: #013b34; */
  
  }



.news-events-banner{
    background-image: url(../images/banner/pages-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index:2;
}
.news-events-banner::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
}
.news-events-banner .container{
    z-index: 9;
}


.news-events-title h1{
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
}
.news-events-title a{
    color: #ffffff;
    font-size: 16px;
}
.news-events-title span{
    color: #ffffff;
    margin: 0 10px;
    font-size: 20px;
}