:root{
    --b-color:#292a4b;
    --y-color:#dfb147;
 }
.breadcrumbs {
    padding: 15px 0;
    background-color: #f3f8fa;
    min-height: 40px;
    margin-bottom: 25px;
}

.title-color-y{
    color: var(--y-color);
}.title-color-b{
    color: var(--b-color);
}


/* Start pages about  */
/* .namber{
color: #dfb147;
} */

.list-styled {
    padding-left: 0;
}
.list-styled li{
    list-style-type: none;
}
/* .list-styled.style-circle  li::before {
    content: "\f10c";
} */
/* .list-styled ul li::before{ */
    /* position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    top: 1px;
    color: #86c33a;
    transition: 0.3s ease; */
/* } */

/* End pages about  */
