body {
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #0a58ca;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

.cursor-pointer {
    cursor: pointer;
}

.textprimary {
    color: var(--primary-color);
}

.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.homeBanner .item {
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
}

.heroStrip {
    top: -100px;
    z-index: 9;
}

.proCateImg {
    height: 285px;
}

.proCateImg img{
    object-fit: cover;
}

.proCardImg {
    height: 250px;
}

.proCardImg img {
    max-width: 100%;
}

.nav-pills .nav-link {
    background: #fff;
}

.certificatImage {
    background: #eee;
    height: 420px;
}

.certificatImage img {
    height: 100%;
    object-fit: contain;
}

.certifCategory .item {
    height: 150px;
}

.certifCategory .item img {
    object-fit: contain;
}

.meatBanner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #000000d1;
}