html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif !important;
    width: 100%;
    font-size: 15px;
    background-color: #ffffff!important;
}
.container-fluid {
    width: 90%;
}

.bg-theme {
    background-color: #000099;
}
.text-theme {
    color: #000099;
}

p {
    font-size: 15px;
    line-height: 25px;
}

.font-weight-bold,
b,
strong,
th {
    font-weight: 500 !important;
}

.form-control:focus,
.btn:focus {
    box-shadow: none;
}

/* Header */

/* Topbar */
.topbar {
    line-height: 16px;
    font-weight: bold;
    background-color: #eee;
    font-size: 0.9rem;
}

/* Navbar */

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 13px;
}
nav .nav-link:hover,
nav .nav-link.active {
    /* background-color: #013baf; */
    color: #013baf;
}
.navbar input,
.navbar .btn {
    height: 35px;
}

/* Section */

.section {
    padding: 20px 0;
}
.section-title {
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    text-transform: capitalize;
}


/* MDI Icons */

.mdi::before {
    font-size: 24px;
    line-height: 14px;
}
.btn .mdi::before {
    position: relative;
    top: 4px;
}
.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}
.btn-sm .mdi::before {
    font-size: 21px;
    top: 3px;
}
.dropdown-menu .mdi {
    width: 18px;
}
.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}
.nav .mdi::before {
    position: relative;
    top: 4px;
}
.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #fff;
}
.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb a:hover span {
    text-decoration: underline;
}
.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}
.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}
.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px;
}

@media (max-width: 575.98px) {
    header .logo {
        width: 120px;
    }
    .container-fluid {
        width: 100%;
    }
    .ttext {
        font-size: 15px !important;
        text-align: justify;
        line-height: inherit !important;
    }
    .section {
        padding: 10px 0 !important;
    }
    .section-title {
        padding-bottom: 10px;
    }
    .section-title h2 {
        font-size: 20px;
    }
}

/* Footer */

footer {
    padding-top: 50px;
    background-color: #000099;
    color: #fff;
}

footer h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

footer ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

footer ul a {
    color: inherit;
    text-decoration: none;
}

footer ul a:hover {
    color: inherit;
    text-decoration: underline;
}

.pbcbg {
    background: url("../images/pbcbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fixed-sidebar {
    width: 300px;
    height: 100%;
    background: #616161 url("/images/sidebar-grid.png") left bottom no-repeat;
    background-size: contain;
    left: -300px;
    top: 0;
    bottom: 0;
    transition: 0.4s;
    z-index: 999999;
}

.fixed-sidebar.active {
    left: 0;
}

.fixed-sidebar ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
}
.fixed-sidebar ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff1;
    background-color: #616161;
}
.fixed-sidebar ul li a {
    padding: 10px 20px;
    display: block;
}
.fixed-sidebar ul li a:hover {
    text-decoration: none;
    background-color: #fff1;
}

.topbar {
    background-color: #f8f9fa;
    font-size: 14px;
    padding: 8px 0;
}
.navbar-brand img {
    max-height: 50px;
}
.nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 10px 15px !important;
    transition: color 0.3s;
}
.nav-link:hover {
    color: #007bff !important;
}
.search-form {
    max-width: 300px;
}
.search-form input {
    border: none;
    background: #f1f3f5;
    border-radius: 15px 0 0 15px;
}
.search-form button {
    border: none;
    background: #f1f3f5;
    border-radius: 0 15px 15px 0;
}
.dropdown-menu {
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-cart {
    position: relative;
}
.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}
@media (max-width: 991px) {
    .navbar-nav {
        padding: 15px 0;
    }
    .search-form {
        max-width: 100%;
        margin: 10px 0;
    }
}

footer {
    background-color: #f8f9fa;
    color: #333;
    font-size: 14px;
}
footer h3,
footer h4 {
    color: #007bff;
    font-weight: 600;
    margin-bottom: 20px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}
footer ul li a:hover {
    color: #007bff;
}
.footer-bottom {
    background-color: #343a40;
    color: white;
    padding: 15px 0;
}
.footer-bottom img {
    max-height: 40px;
}
@media (max-width: 767px) {
    footer .col-md-3 {
        margin-bottom: 30px;
    }
    .footer-bottom .text-md-right {
        text-align: center !important;
    }
    .footer-bottom img {
        margin-bottom: 15px;
    }
}
