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;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.wb-secondary {
    color: #48b4e0;
}

.wb-primary {
    color: #ff4500;
}

.wb-bg-secondary {
    background-color: #48b4e0;
}

.wb-bg-primary {
    background-color: #ff4500;
}

a {
    font-size: 19px;
    font-family: mallanna;
}

.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;
}

h1 {
    font-weight: 800;
}

a {
    font-size: 19px;
    font-family: mallanna;
}

    a:hover {
        color: #48b4e0 !important;
    }

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline fa-icon {
        color: #48b4e0;
    }

.feature-post {
    /* position: absolute;
    bottom: 1.5em;
    left: 0;
    padding: 10px 20px;
    z-index: 1;*/
}

.facebook {
    color: #4968a9;
}

.twitter {
    color: #00aeef;
}

.youtube {
    color: #ed1c24;
}

.tumblr {
    color: #34526f;
}

.instagram {
    color: #8a3ab9;
}

.mySwiper-photos .swiper-slide-thumb-active {
    opacity: 1;
}

.linkedIN {
    color: #0a66c2;
}

.snapChat {
    color: #fffc00;
}

.whatsApp {
    color: #25d366;
}

.telegram {
    color: #0088cc;
}

.modal-left-bottom .modal-dialog {
    position: fixed !important;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 300px;
}