/* Theme Custom CSS */
/* <weight>: Use a value from 300 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */
/*@import url('root.css');*/
.navbar-brand-logo{
    height: 31px;
}

.before-header{
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}
/* header */

/* search */


/* media query */
@media (min-width: 992px) {
    .py-lg-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
}
@media (min-width: 992px) {
    .border-bottom-lg-0 {
        border-bottom: 0 !important;
    }
}
