:root {
    --main-color: #0156A7;
    --secondary-color: #FFFF66;
}

.bg-primary-solid {
    background: var(--main-color);
}

.butn {
    background: white;
    color: var(--main-color);
    font-weight: 700;
}

.butn:before {
    background: var(--secondary-color);
    color: var(--main-color);
}

.butn.style-one.fill {
    background: var(--main-color);
}

.navbar-toggler:before {
    background: var(--secondary-color)
}

.navbar-toggler {
    border: var(--bs-border-width) solid var(--secondary-color);
}

@media screen and (max-width: 991px) {
    .navbar-toggler:after {
        border-top: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }
}

.left-overlay-dark[data-overlay-dark]:before {
    background: var(--main-color);
}

.butn.white {
    color: var(--main-color);
}

.bg-primary {
    background: var(--main-color);
    background-color: var(--main-color) !important;
}

.bg-secondary {
    background: var(--secondary-color);
    background-color: var(--secondary-color) !important;
}

.page-title-section ul li:before {
    background: var(--main-color);
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: var(--main-color) !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
    background: var(--main-color);
    border-color: var(--main-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.text-primary {
    color: var(--main-color) !important;
}

.title-font {
    font-family: 'Poppins', sans-serif !important;
}

.display-5 {
    font-weight: 700;
    font-size: 2.5rem;
}

.font-landing {
    font-size: 17px;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.butn.style-two.reverse:hover, .butn.style-two.reverse:focus {
    background: var(--secondary-color);
    font-weight: 600;
}

.butn:hover, .butn:focus {
    color: var(--main-color) !important;
}

.scroll-to-top {
    background: var(--secondary-color);
    border: 1px solid var(--main-color);
}

.scroll-to-top i {
    color: var(--main-color);
}

.butn.style-two.reverse {
    line-height: 20px;
}

.transparent-header.scrollHeader .navbar-nav>li>a {
    color: var(--main-color);
}

.badge-primary-soft {
    background-color: var(--main-color);
    color: white;
}

.img-featured {
    border-radius: 20px;
    max-height: 648px;
    object-fit: contain;
}

.img-main-banner {
    max-height: calc(100vh - 200px);
}

@media screen and (min-width: 1900px) {
    .display-lg-10 {
        font-size: 2.9rem;
    }
}

@media screen and (max-width: 1400px) and (min-width: 900px) {
    .display-lg-10 {
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 1520px) {
    .display-lg-10 {
        font-size: 39px;
    }
}

#product .first-row img {
    height: 285px;
}

#product .second-row img {
    height: 167px;
}

.page-title-section {
    margin-top: 0 !important;
}

.card-style07 i {
    color: var(--main-color);
}

#preloader:before, #preloader:after {
    border: 3px solid var(--main-color);
}

[data-bs-theme=dark] {
    color-scheme: light;
}

.right-bottom-bg {
    position: absolute;
    left: -50px;
    bottom: 0;
    transform: rotate(180deg);
    opacity: 0.2;
}

.slogan {
    color: white;
    border-radius: 8px;
    transition: all 0.4s;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 16px;
}

.slogan::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--secondary-color);
    opacity: 10%;
    border-radius: 8px;
}

.text-italic {
    font-style: italic;
}

.service-icon {
    background: var(--main-color);
    color: var(--secondary-color);
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 1;
}

.filtering2 a {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    color: var(--main-color);
    margin-top: 5px;
    margin-bottom: 5px;
}
