/*----------------------------------------------------------------------
    * Artha Insert Your custom css
------------------------------------------------------------------------*/
/*css after this line*/



/*------------------------------------*\
    6. BANNER SECTION
\*------------------------------------*/

.biodiv-nav-bg{
    background-color: #ffffff;
    border-bottom: 4px solid !important;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #df0504 0%, #ff7e00 13%, #f7c502 27%, #66d437 42%, #00c0b5 56%, #1b92ee 71%, #b60884 86%, #4f0091 100%) 1;
        /*#6afa6c;*/
}
.block-area, .widget {
    position: relative;
    clear: both;
    margin-bottom: 1.5rem;
}
/*.section-head {*/
/*    background: #e6eef1;*/
/*    border-bottom: 3px solid #c0c8cc;*/
/*    border-left: 3px solid #1b1b1b;*/
/*    padding: 1px 0px 0px 10px;*/
/*    border-radius: 5px;*/
/*    width: 100%;*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.a-view-all {*/
/*    color: #0e5dae;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    line-height: 22px;*/
/*    padding: 9px 7px;*/
/*}*/
.border-footer{
    border-top: 4px solid !important;
    border-image: linear-gradient(to right, #df0504 0%, #ff7e00 13%, #f7c502 27%, #66d437 42%, #00c0b5 56%, #1b92ee 71%, #b60884 86%, #4f0091 100%) 1;
}

.section-head {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
    /*border-bottom: 2px solid #9ecc64;*/
}
.section-head .title {
    color: #fff;
    padding: 2px 20px;
    width: max-content;
    line-height: 30px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    /*background: #97c856;*/
}

.section-head .title a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;       /* dark text */
    text-decoration: none;
}

.section-head .title a:hover {
    color: #000000;
}

.a-view-all {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.a-view-all i {
    font-size: 0.75rem;
    margin-left: 4px;
}

.a-view-all:hover {
    color: #000000;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
    font-weight: 600;

}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    background:#2e3ca6;
}

.bg-primary{
    background-color: #252122 !important;
}
.border-primary {
    border-color: #252122 !important;
}
.bg-custom{
    background: #d9faee !important; ;
}
.banner-box{
    margin: 20px 0px 20px 0px;
}
.content-header {
    background-color: #8db3c4;
    padding: 8px 5px 0px 5px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.subtitle {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    color: #5d99ca;
}

.subtitle-inner {
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    color: #5d99ca;
}

.head-title {
    font-size: 55px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Mukta", sans-serif;
    display: block;
    color: #5a5a5a;
    margin-bottom: 15px;
    margin-top: 15px;
}

.banner-excerpt {
    line-height: 1.75;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #5a5a5a;
}

/* Small Device = 320px */
@media only screen and (max-width: 479px) {
    .head-title {
        font-size: 35px;
        line-height: 1.5;
        font-weight: 700;
        font-family: "Mukta", sans-serif;
        display: block;
        color: #5a5a5a;
        margin-bottom: 15px;
    }
}
/* Wide Mobile = 480px */
.head-title:hover {
    color: #192935 !important;
}

.writer {
    color: #6f7284;
    font-size: 15px;
    font-weight: 700;
}

.banner-img {
    max-width: 100%;
    width: 1100px;
    min-width: 100%;
    height: 100%;
    max-height: 750px;
    margin: 0 auto 10px auto;
    display: table;
    border-radius: 5px;
}

.excerpt {
    color: #5a5a5a;
    font-size: 22px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.6;
}

.bordered-shadow{
    border: 1px solid #EEEEEE;
    background: #fcfcfc;
    box-shadow: 0px 2px 0px rgb(234 248 255);
}
.block-area .card-title a {
    font-size: 18px;
    font-weight: bold;
    color: #404040;
}
.title-custom {
    min-height: 50px;
}

.ratio_110-77 img{
    height: 75px;
    width: 100%;
}
.ratio_115-80 img{
    height: 80px;
    width: 100%;
}
.ratio_251-141 img{
    width: 100%;
}
.ratio_360-202 img{
    height: 202px;
}
.ratio_327-278 img{
    height: 252px;
}

.more-news {
    color: #337ab7;
}
.more-news:hover{
    text-decoration: underline;
}


/*// Small devices (landscape phones, less than 768px)*/
/*@media (max-width: 767.98px) { ... }*/
.cat {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    z-index: 1;
    background: #252122;
}
.bg-custom-blue{
    background: #acd8ee !important;
}
.bg-custom-green{
    background: #7aebb6 !important;
}
.widget-body ul {
    list-style: none;
}
.trending li {
    border-bottom: solid 1px rgba(77, 77, 77, 0.14);
    position: relative;
    padding: 5px 10px 21px 60px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.trending li > span {
    font-weight: 500;
    color: #676566;
    position: absolute;
    left: 0px;
    font-size: 46px;
    margin-bottom: 10px;
}

.trending li a {
    font-size: 17px;
    font-weight: bold;
    line-height: 2.1;
    color: #404040;
    text-decoration: none;
    transition: all 0.4s ease-in;
}
.category-label {
    background-color: #413f3f;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    line-height: 2;
    padding: 4px 10px 0px 10px;
    cursor: pointer;
    pointer-events: auto;
    white-space: nowrap;
}
.content-header {
    background-color: #413f3f;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    line-height: 2;
    padding: 4px 10px 0px 10px;
    cursor: pointer;
    pointer-events: auto;
    white-space: nowrap;
}

.pradesh-section .nav-justified .nav-item, .nav-justified > .nav-link {
    border: 1px solid #8e8a8a;
    text-align: center;
    margin: 0px 3px 5px 3px;
    font-size: 18px;
}
.nav-link{
    color: #000000 !important;
}
.nav-fill .nav-item{
    padding: 10px;
}
.nav-pills .nav-link{
    background-color: #dbdbdb !important;
}
 .nav-pills .nav-link.active{
    background-color: #413f3f !important;
     color: #ffffff !important;
}

