 @font-face {
        font-family: mukta;
        src: url("<?php echo esc_url( get_template_directory_uri() ); ?>/fonts/Mukta-Regular.ttf");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: mukta;
        src: url("<?php echo esc_url( get_template_directory_uri() ); ?>/fonts/Mukta-Bold.ttf");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: mukta;
        src: url("<?php echo esc_url( get_template_directory_uri() ); ?>/fonts/Mukta-Medium.ttf");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: mukta;
        src: url("<?php echo esc_url( get_template_directory_uri() ); ?>/fonts/Mukta-SemiBold.ttf");
        font-weight: normal;
        font-style: normal;
    }
    body {
        font-family: "mukta", serif !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "mukta", serif !important;
    }
    p {
        font-family: "mukta", serif !important;
    }
    ul li {
        font-family: "mukta", serif !important;
    }
    .display-1,
    .display-2,
    .display-3,
    .display-4,
    .display-5,
    .display-6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    }
    .display-1,
    .display-2,
    .display-3,
    .display-4,
    .display-5,
    .display-6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "mukta", serif !important;
    }

    .uc-header.header-seven {
        transition: 0.2s ease-in-out;
        background: white;
    }
    .category-list .uc-grid-margin.uc-first-column {
        margin-top: 10px;
    }
    .category-card {
        background: white;
        padding: 6px;
        border-radius: 8px;
    }
    .grid-wrapper {
        display: grid;
        grid-gap: 2rem;
        grid-template-columns: repeat(3, minmax(var(--auto-grid-min-size), 1fr));
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .grid-wrapper li {
        list-style-type: none;
        background: #f4f4f400;
        border-radius: 0px;
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: 1rem;
    }
    .category-card .post-media {
        width: 120px;
        height: 72px;
        border-radius: 2px;
    }
    .category-card a {
        font-size: 1.125rem;
    }
    .uc-navbar-nav > li > a {
        position: relative;
        font-size: 1.125rem;
    }
    .pr-4 {
        padding-right: 1rem;
    }
    .c-category-grid {
        padding: 50px 0px;
    }
    .c-category-pagination {
    }
    .pagination a,
    .pagination span {
        float: left;
        height: 40px;
        line-height: 40px;
        background: #dedcdb;
    }
    .pagination .current,
    .pagination a:hover {
        background: #fb6b1e;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
        color: white;
    }
    .uc-center-navbar {
        background: #ffbe48;
    }
    @media (max-width: 768px) {
        .grid-wrapper {
            grid-template-columns: repeat(1, minmax(var(--auto-grid-min-size), 1fr));
        }
        .category-card .post-media {
            width: 105px;
            height: 73px;
            border-radius: 2px;
        }
        .grid-wrapper {
            grid-gap: 1rem;
        }
    }
    
     .ftrMain {
        background: #000;
    }

    .ftrInsd {
        margin: auto;
        max-width: 1280px;
    }

    .ftrMain li {
        margin-bottom: 24px;
        list-style: none;
    }

    .ftrMain li:last-child {
        margin-bottom: 0;
    }

    .ftrMain li span {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 12px;
    }
    .ftrMain li span:before {
        content: "";
        border-left: 4px solid #f58220;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .ftrMain li a {
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        color: #8f8f8f;
        line-height: 30px;
        text-decoration: none;
    }

    .ftrMain li a:after {
        content: " ";
        width: 1px;
        height: 13px;
        margin: 0 10px;
        background: #8f8f8f;
        display: inline-block;
        top: 2px;
        position: relative;
    }

    .ftrLinkAll {
        margin-bottom: 40px;
        padding-top: 47px;
        padding-left: 0px;
    }

    .ftrMain li a:last-child:after {
        display: none;
    }

    .ftrMain li img {
        margin-left: 5px;
        width: 12px;
    }

    .ftrLogoSec {
        display: flex;
        padding-bottom: 60px;
        justify-content: space-between;
    }

    .ftrLogo {
        display: inline-block;
        width: 362px;
        height: 79px;
    }

    .ftrLogo .logoImg {
        width: 90px;
        height: 90px;
    }

    .ftrSocialBlk {
        display: flex;
    }

    .ftrSocial {
        margin-right: 60px;
        position: relative;
    }

    .ftrSocial:after {
        content: " ";
        width: 1px;
        height: 60px;
        right: -18px;
        position: absolute;
        background-color: #727272;
        top: 22px;
    }

    .ftrSocialBlk .hdng {
        display: block;
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 14px;
    }

    .ftrSocial a {
        width: 35px;
        display: inline-block;
        height: 35px;
        margin-right: 6px;
    }

    .ftrSocial img {
        width: 100%;
    }

    .ftrApp a {
        width: 131px;
        display: inline-block;
        height: 38px;
    }

    .ftrApp .gplay-ftr {
        margin-right: 9px;
    }

    .ftrApp img {
        height: 38px;
    }

    .ftr-more-lnk {
        width: 100%;
        text-align: center;
    }

    .ftr-more-lnk p {
        width: 100%;
        text-align: center;
        padding-bottom: 12px;
        position: relative;
        margin-bottom: 12px;
    }

    .ftr-more-lnk p::after {
        width: 100%;
        left: 0;
        right: 0;
        height: 1px;
        bottom: 0;
        background-color: #383838;
        content: " ";
        position: absolute;
    }

    .ftr-more-lnk p:last-child::after {
        display: none;
    }

    .ftr-more-lnk span {
        font-size: 13px;
        font-weight: normal;
    }

    .ftr-more-lnk .lnk-overview {
        color: #8f8f8f;
        font-size: 13px;
    }

    .ftr-more-lnk a {
        font-size: 13px;
        padding-right: 5px;
        margin-right: 5px;
        border-right: 1px solid #8f8f8f;
        color: #8f8f8f;
    }

    .ftr-more-lnk p a:last-child {
        border-right: none;
    }

    .ftrCpyRgt {
        color: #8a8a8a;
        font-size: 13px;
        padding: 12px 16px;
        background: #212121;
        margin: auto;
        text-align: center;
    }

    @media (max-width: 768px) {
        .ftrInsd {
            padding-top: 27px;
            padding: 0 16px;
        }

        .ftrLinkAll {
            margin-bottom: 26px;
            padding-top: 26px;
        }

        .ftrMain li {
            margin-bottom: 18px;
        }

        .ftrMain li span {
            font-size: 16px;
            margin-bottom: 10px;
            line-height: normal;
        }

        .ftrMain li a {
            font-size: 14px;
            line-height: 22px;
        }

        .ftrLogoSec,
        .ftrSocialBlk {
            flex-direction: column;
        }

        .ftrSocial {
            margin-right: 0;
        }

        .ftrSocial:after {
            display: none;
        }

        .ftrLogoSec {
            padding-bottom: 17px;
        }

        .ftr-more-lnk {
            padding: 0 16px;
        }

        .ftr-more-lnk p {
            line-height: 22px;
            text-align: left;
        }

        .ftrLogo {
            width: 276px;
            height: 61px;
            margin-bottom: 27px;
        }

        .ftrSocial {
            margin-bottom: 20px;
        }

        .ftrSocial a {
            margin-right: 10px;
        }

        .ftrCpyRgt {
            font-size: 11px;
        }
    }

    .ad_refreshBlck {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
    }

    .ftrMain ul li a:hover {
        color: #fefefe;
    }