.text-black-50, body {
  --bs-text-opacity: 1;
  color: rgb(66 66 66) !important;
}
.hero, .hero > .container > .row {
    height: auto;
    min-height: 300px;
}
.logo img{ 
    height: 50px;
    border-radius: 5px;
}
.menu-bg-wrap {
    background-color: #fff;
    color: inherit;
    padding: 5px;
}
.site-nav .site-navigation .site-menu { 
    margin-top: 5px;
}
.site-nav .site-navigation .site-menu > li > a { 
    color: rgb(6 6 6 / 50%);
}
.site-nav .site-navigation .site-menu > li > a:hover { 
    color: rgba(26, 15, 56, 0.5);
}
.article_content img{
    max-width: 100%;
    border-radius: 5px !important;
}
.sidebar_blog_header{
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.sidebar_item{
    display: flex;
    align-items: center;  
}
.sidebar_item img{
    width: 100%;
    height: 100%;
    max-width: 75px;
    max-height: 75px;
    margin-right: 10px;
    border-radius: 10px;
}
.sidebar_item .si_title{
    font-size: 18px;
}
.gmap_code iframe{
    width: 100% !important;
    height: 250px !important;
}