@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Mukta:400,700,500,600,800|Raleway:900italic,800italic,900,800");
* {
    box-sizing: border-box;
}

:root {
    --black: rgba(0, 0, 0, 1);
    --midnight-blue: rgba(0, 43, 107, 0.302);
    --congress-blue: rgba(4, 56, 132, 1);
    --shark: rgba(27, 38, 46, 1);
    --chambray: rgba(58, 91, 140, 1);
    --abbey: rgba(78, 78, 78, 1);
    --concord: rgba(123, 123, 123, 1);
    --thunderbird: rgba(192, 33, 28, 1);
    --guardsman-red: rgba(215, 1, 2, 1);
    --iron: rgba(215, 215, 215, 1);
    --porcelain: rgba(239, 242, 245, 1);
    --concrete: rgba(242, 242, 242, 1);
    --yellow-orange: rgba(255, 193, 83, 1);
    --white: rgba(255, 255, 255, 1);
    --font-size-xxs: 11px;
    --font-size-xs: 12px;
    --font-size-s: 13px;
    --font-size-m: 14px;
    --font-size-l: 16px;
    --font-size-xl: 17px;
    --font-size-xxl: 18px !important;
    --font-size-xxl: 28px;
    --font-size-xxxl: 20px;
    --font-size-xxxxl: 21px;
    --font-size-xxxxxl: 23px;
    --font-size-xxxxxxl: 25px;
    --font-size-xxxxxxxxl: 45px;
    --font-family-helvetica: "Helvetica";
    --font-family-helveticaneue-medium: "HelveticaNeue-Medium";
    --font-family-kohinoordevanagari-bold: "KohinoorDevanagari-Bold";
    --font-family-kohinoordevanagari-regular: "KohinoorDevanagari-Regular";
    --font-family-mukta: "Mukta";
    --font-family-raleway: "Raleway";
}

.mukta-extra-bold-white-14px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 800;
    font-style: normal;
}

.mukta-semi-bold-porcelain-14px {
    color: var(--porcelain);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
}

.helvetica-semi-bold-black-14px {
    color: var(--black);
    font-family: var(--font-family-helvetica);
    font-size: var(--font-size-m);
}

.mukta-extra-bold-white-17px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xl);
    font-weight: 800;
    font-style: normal;
}

.mukta-extra-bold-black-20px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxxl);
    font-weight: 800;
    font-style: normal;
}

.mukta-semi-bold-black-20px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxxl);
    font-weight: 600;
    font-style: normal;
}

.kohinoordevanagari-regular-normal-concrete-18px {
    color: var(--concrete);
    font-family: var(--font-family-kohinoordevanagari-regular);
    font-size: var(--font-size-xxl);
}

.kohinoordevanagari-extra-bold-concrete-45px {
    color: var(--concrete);
    font-family: var(--font-family-kohinoordevanagari-bold);
    font-size: var(--font-size-xxxxxxxxl);
}

.mukta-bold-resolution-blue-18px {
    color: var(--resolution-blue);
    font-family: var(--font-family-mukta-bold);
    font-size: var(--font-size-xxl);
    font-weight: 700;
    font-style: normal;
}

.mukta-extra-bold-black-17px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xl);
    font-weight: 800;
    font-style: normal;
}

.mukta-extra-bold-white-21px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxxxl);
    font-weight: 800;
    font-style: normal;
}

.border-1px-chambray {
    border-width: 1px;
    border-style: solid;
    border-color: var(--chambray);
}

.mukta-normal-abbey-12px {
    color: var(--abbey);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xs);
    font-weight: 400;
    font-style: normal;
}

.mukta-normal-abbey-14px {
    color: var(--abbey-2);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}

.mukta-medium-black-18px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxl);
    font-weight: 500;
    font-style: normal;
}

.mukta-normal-white-18px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxl);
    font-weight: 400;
    font-style: normal;
}

.mukta-medium-black-18px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxl);
    font-weight: 500;
    font-style: normal;
}

.mukta-extra-bold-white-12px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xs);
    font-weight: 800;
    font-style: normal;
}

.mukta-normal-black-14px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}

.mukta-extra-bold-white-16px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-l);
    font-weight: 800;
    font-style: normal;
}

.helvetica-extra-bold-concrete-45px {
    color: var(--concrete);
    font-family: var(--font-family-helvetica);
    font-size: var(--font-size-xxxxxxxxl);
}

.mukta-semi-bold-black-13px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-s);
    font-weight: 600;
    font-style: normal;
}

.mukta-extra-bold-black-16px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-l);
    font-weight: 800;
    font-style: normal;
}

.mukta-normal-white-12px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xs);
    font-weight: 400;
    font-style: normal;
}

.helvetica-semi-bold-guardsman-red-14px {
    color: var(--guardsman-red);
    font-family: var(--font-family-helvetica);
    font-size: var(--font-size-m);
}

.mukta-semi-bold-white-14px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
}

.mukta-semi-bold-black-14px {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
}

.mukta-semi-bold-shark-14px {
    color: var(--shark);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
}

.mukta-normal-white-14px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}

.mukta-semi-bold-guardsman-red-14px {
    color: var(--guardsman-red);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
}

.mukta-bold-white-13px {
    color: var(--white);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-s);
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: #eff2f5;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.article-tags {
    margin-top: 20px;
}

.tag-head {
    color: #de0000;
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xl);
    font-weight: 800;
}

.article-tags .list-inline li {
    display: inline;
    line-height: 50px;
}

.article-tags .list-inline li a {
    color: inherit;
    background: #fff;
    padding: 2px 10px;
    margin: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #ccc;
}


/*pagination */

.pagination {
    display: inline-flex;
    flex-direction: row;
    margin: 30px 0px 0px 0px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.ads {
    margin-top: 10px;
}


/*.main{
  display: block;
    height: 220vh;
}*/

.img-fluid {
    max-width: 100%;
    height: auto;
}

.label-tag {
    background: #043884;
}

.label-right {
    color: #fff;
    background: #c7231d;
    padding: 0 var(--tag-size);
    font-size: var(--tag-size);
    height: calc(2 * var(--tag-size));
    line-height: calc(2 * var(--tag-size));
    width: max-content;
    position: relative;
    text-align: center;
    border-radius: 0px;
}

.label-right h2 {
    border-radius: 0px;
    color: #fff !important;
    height: 31px;
    background: #c7231d;
    text-transform: uppercase;
    padding: 0px 0px 0px 10px;
    line-height: 66px;
    overflow: hidden;
}

.label-right h2 a {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: -16px;
}

.label-right:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 1px;
    right: -30px;
    border: 15px solid #c7231d;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.read-more {
    position: absolute;
    right: 10px;
    top: 35px;
}


/*labels css*/

.tag-right {
    color: #fff;
    background: #c7231d;
    padding: 0 var(--tag-size);
    font-size: var(--tag-size);
    height: calc(2 * var(--tag-size));
    line-height: calc(2 * var(--tag-size));
    width: max-content;
    position: relative;
    text-align: center;
    border-radius: 0px;
}

.tag-right h2 {
    border-radius: 0px;
    color: #fff !important;
    height: 31px;
    background: #c7231d;
    text-transform: uppercase;
    padding: 0px 0px 0px 10px;
    line-height: 66px;
    overflow: hidden;
}

.tag-right h2 a {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: -16px;
}

.tag-right:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 1px;
    right: -30px;
    border: 15px solid #c7231d;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.read-more {
    position: absolute;
    right: 10px;
    top: 35px;
}


/*news section*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.media {
    display: -webkit-box;
    display: flex;
    margin-left: -1rem;
}

.media>* {
    padding-left: .5rem;
}

.media--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.media--align-center {
    -webkit-box-align: center;
    align-items: center;
}

.media--align-end {
    -webkit-box-align: end;
    align-items: end;
}

.live-tv .media img {
    flex-shrink: 0;
    width: 85px;
}

.media__content {
    -webkit-box-flex: 1;
    flex: 1;
}

.badge-danger {
    color: #fff;
    background-color: #c7231d;
    border-radius: 3px;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* latest news */

.latest-ibc24 .media {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    padding-top: 15px;
}

.group-4-copy {
    align-items: start;
    background-color: var(--guardsman-red);
    display: flex;
    height: 20px;
    justify-content: flex-end;
    min-width: 20px;
    padding: 6px;
    width: 22px;
    z-index: 11111111;
    /* float: right; */
    /* right: 0; */
    left: 114px;
    position: relative;
    /* top: 0; */
    bottom: 0;
    top: 44px;
}

.triangle {
    height: 7px;
    transform: rotate(-270deg);
    width: 7px;
}

.latest-ibc24 .media .media-body p {
    line-height: 20px;
}

.latest-ibc24 .media>* {
    padding-left: 0rem;
}

.latest-ibc24 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .5rem !important;
}

a {
    text-decoration: none;
}


/* live  css */

.live {
    color: #ff0000;
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxxl);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 47px;
    min-height: 47px;
    min-width: 126px;
    white-space: nowrap;
    font-style: normal;
}

.pulse {
    display: inline-block;
    width: 12px;
    margin-right: 7px;
    height: 12px;
    border-radius: 50%;
    background: #c7231d;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.live-sec .container {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding: 25px 80px;
}

.live-sec .left-sec {
    grid-column-start: 1;
    grid-column-end: 2;
}

.live-sec .right-sec {
    grid-column-start: 2;
    grid-column-end: 3;
}

.live-sec .live-card h1 {
    color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 40px;
}

.live-sec .live-card .card .card-body .p1 {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
}

.live-sec .live-card .card .card-body .date-time {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.live-sec .live-card .live-desc p,
.related-blogs p {
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.related-blogs .card {
    margin-top: 20px;
}

.related-blogs h2 {
    font-size: 25px;
    margin-left: 0;
    margin-top: 20px;
    line-height: 30px;
}

.related-blogs .date-time {
    color: #c7231d;
}


/* left sec css */


/*right latest news*/

.latest-news {
    margin-top: 10px;
}

.latest-news a {
    color: inherit;
    font-weight: 700;
}

.latest-news .bar {
    list-style: none;
}

.latest-news .bar>li {
    position: relative;
    line-height: 20px;
    padding: 10px 0px;
    border-bottom: 1px dashed #d4d0d0;
    display: flex;
    margin-left: 0;
    font-size: 13px !important;
}

.latest-news .bar>li:before {
    content: '\25CF';
    margin-right: 10px;
    font-size: 20px;
    color: red;
    color: var(--guardsman-red);
    z-index: 999;
}

.latest-news .bar>li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-left: 1px solid #dadada;
    margin-left: 5px;
    height: 100%;
}

.latest-news .bar>li:first-of-type:after {
    top: 23%;
}

.latest-news .bar>li:last-of-type:after {
    top: -70%;
}

.latest-news .bar small {
    display: contents;
    font-size: 12px;
    color: #9a9a9a;
}


/*  */

.top-5-news-card {
    margin-top: 10px;
}

.top-5-news-card .media .media-img {
    width: 250px;
}

.top-5-news-card .media {
    margin-top: 20px;
}


/* responsive css */

@media screen and (max-width: 576px) {
    .live-sec .container {
        display: block;
        padding: 15px 20px;
    }
    .live-sec .live-card h1 {
        font-size: 20px;
        line-height: 32px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .live-sec .live-card .card .card-body .p1 {
        line-height: 22px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-left: 0;
    }
    .date-time span {
        margin-left: 5px;
    }
    .related-blogs .date-time {
        font-size: 18px;
    }
    .live-sec .live-card .card .card-body .date-time {
        margin-left: 0;
    }
    .related-blogs h2 {
        font-size: 20px;
        margin-left: 0;
        margin-top: 10px;
        line-height: 30px;
    }
    .live-sec .live-card .live-desc p,
    .related-blogs p {
        line-height: 26px;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .top-5-news-card .media .media-img {
        width: 100px;
        height: 100px;
    }
    .top-5-news-card .media .media-img img {
        width: inherit;
        height: 100%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .live-sec .container {
        display: block;
        padding: 15px 20px;
    }
    .live-sec .live-card h1 {
        font-size: 20px;
        line-height: 32px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .live-sec .live-card .card .card-body .p1 {
        line-height: 22px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-left: 0;
    }
    .date-time span {
        margin-left: 5px;
    }
    .related-blogs .date-time {
        font-size: 18px;
    }
    .live-sec .live-card .card .card-body .date-time {
        margin-left: 0;
    }
    .related-blogs h2 {
        font-size: 20px;
        margin-left: 0;
        margin-top: 10px;
        line-height: 30px;
    }
    .live-sec .live-card .live-desc p,
    .related-blogs p {
        line-height: 26px;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600;
    }
}