.page-header{
    background:#f4f4f4;
    border-bottom:5px solid #ccc;
    border-top:2px solid #e4e4e4;
    min-height:50px;
    padding:10px 50px;
    text-align:left;
    box-sizing: border-box;
}
.page-header .breadcrumb{
    background-color:transparent;
    margin-bottom:0;
    padding:0;
    flex-wrap:nowrap
}
.breadcrumb{
    display:flex;
    flex-wrap:wrap;
    padding:0;
    margin-bottom:1rem;
    list-style:none
}
.breadcrumb-item a::before{
    display: inline-block;
}
.breadcrumb-item:first-child a::before {
    content:"\f3c5";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    margin-right:8px;
    color:#000
}
.page-header .breadcrumb-item.active{
    color:var(--site-color);
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    flex:1
}
.breadcrumb-item+.breadcrumb-item{
    padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before{
    float:left;
    padding-right:.5rem;
    color:#6c757d;
    content:var(--bs-breadcrumb-divider, "/")
}
/* ::after,::before{box-sizing:border-box} */
.page-header .breadcrumb-item a{text-decoration:none;color:#343434}

.blog_views p{
  margin-bottom: 0;
}
.blog_views{
  padding: 10px 25px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  border-radius: 5px;
}
html {
  scroll-behavior: smooth !important;
}

body {
  transition: all 0.5s ease-in-out !important;
}
