/* #05134c,#358ffd */
/* color */
.text-blue {
    color: #05134c;
}

.text-sky {
    color: #88bdff;
}

.lh-40 {
    line-height: 40px !important;
}

.generic-tab .nav-link.active {
    color: #05134c;
}
/* buttons */
.btn.theme-btn {
    background-color: #05134c;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}

.btn.theme-btn:hover {
    background-color: #358ffd;
    color: #fff;
}

.bread-btn-box .btn {
    color: #ffefeb;
}

/* header */
.header-top {
    background-color: #05134c;
}

.header-top .generic-list-item li i,
.header-top .generic-list-item li a {
    color: #ffffff;
}

.main-menu>ul>li a {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.main-menu>ul>li {
    margin-right: 20px;
}

.shop-cart-btn .cart-text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-category>ul>li a,
.menu-category>ul>li .cat-dropdown-menu>li>a {
    text-transform: uppercase;
}

.logo-box .logo img {
    height: 71px;
}

@media screen and (max-width: 568px) {
    .logo-box .logo img {
        height: 50px;
    }
}

.breadcrumb-content .generic-list-item li a {
    color: #ffefeb;
}

.bg-img {
    background-image: url(../images/background-footer-orig.png);
    position: relative;
        background-size: cover;
        background-position: center;
        z-index: 2;
}

/* About */
.about-cont p {
    text-align: justify;
    color: #000;
}

/* Course */
.before-price {
    color: #ec5252;
}

.after-price {
    color: #05134c;
}

.discount {
    color: rgb(0 166 0);
    font-weight: 600;
    font-size: 15px;
}

/* why us */
.why-card h4 {
    font-size: 20px;
    font-weight: 600;
}

.why-card i {
    color: #ec5252;
}

/* scroll-top */
#scroll-top:hover {
    background-color: #05134c;
}

.shop-cart .shop-cart-btn svg {
    position: relative;
    font-size: 22px;
    margin-right: 30px;
}

.shop-cart .shop-cart-btn i {
    position: relative;
    font-size: 22px;
    margin-right: 30px;
}

.shop-cart .shop-cart-btn .product-count {
    position: absolute;
    top: 7px;
    right: 12px;
}

/* Course Sidebar */
.sidebar-negative {
    margin-top: -200px;
}

.accordion-collapse {
    transition: all 0.35s ease-in-out;
}

.accordion-button {
    border: 2px solid #05134c;
    background-color: #fff;
    color: #000;
}

.accordion-button::after {
    font-size: 14px;
    transform: rotate(-90deg);
    font-weight: 700;
    color: #000;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #e55432;
    background-color: #ffefeb;
    transform: rotate(0deg);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}


.accordion-button:hover {
    background-color: #f8f9fa;
}

/* Footer */
.section-divider {
    background-color: #358ffd;
}

.footer-area {
    position: relative;
    background-color: #05134c;
}

.ingredient-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: url('frontend/images/waves.jpg');
    background-repeat: repeat;
    background-size: cover;
}

.footer-area .footer-item .generic-list-item li,
.footer-area .footer-item .generic-list-item li a {
    color: #ffffff;
}

.footer-area .footer-item h3 {
    color: white;
    text-transform: uppercase;
}

.copyright-content {
    background-color: #05134c;
    color: #ffffff;
}