/* You can add global styles to this file, and also import other style files */
body {
    font-family: 'Mallanna', sans-serif;
}

.mallanna {
    font-family: 'Mallanna', sans-serif;
}

.ramabhadra {
    font-family: 'Ramabhadra', sans-serif;
}

.anek {
    font-family: 'Anek Telugu', sans-serif;
}

.wb-secondary {
    color: #48b4e0;
}

.wb-primary {
    color: #ff4500;
}

.wb-bg-secondary {
    background-color: #48b4e0;
}

.wb-bg-primary {
    background-color: #ff4500;
}

.section-title {
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    font-size: 23px;
    text-transform: capitalize;
    color: #ff4500;
}

    .section-title:before {
        background-color: #48b4e0;
        width: 50px;
        z-index: 1;
        position: absolute;
        content: "";
        bottom: -14px;
        left: 0;
        height: 2px;
    }

    .section-title:after {
        position: absolute;
        content: "";
        bottom: -14px;
        left: 0;
        height: 2px;
        right: 0;
        background-color: #e6e6e8;
    }

.cat-menu {
    position: absolute;
    top: 10px;
    right: 0;
}

    .cat-menu fa-icon {
        color: #ff4500;
    }

    .cat-menu a:hover {
        border-bottom: 2px solid #ff4500;
        width: 55px;
        z-index: 1;
        position: relative;
    }

    .cat-menu a {
        font-size: 12px;
        text-transform: uppercase;
        color: #525b6e;
        border-bottom: 2px solid transparent;
    }

.dp_title:hover {
    color: #48b4e0;
}