body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1326px;
    margin: 0 auto;
}

.topbar {
    background-color: #1b3160;
    color: #fff;
    padding: 0 0 0 0;
}

.date-box{
    display: inline-flex;
    align-items: center;
    width:90px;

}

.date-day {
    font-size: 32px;
    font-weight: 700;
    margin-right: 6px;
    font-family:open "Sans";
}
.date-text{
    display:flex;
    flex-direction:column;
    line-height:18PX;
    font-size:14px;
    font-family:open "Sans";
}

.top-news-badge {
   background: #bc1623;
    padding: 6px 14px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0 15px;
    font-size: 14px;
}

.headline {
    font-family:"mukta";
    font-size:21px;
    font-weight:600;
}
.top-headline{
    overflow:hidden;
    white-space:nowrap;
    width: 79%;
}

/* .headline{
    display:inline-block;
    animation: news-scroll 12s linear infinite;
}

@keyframes news-scroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(100%);
    }
} */
.social-icons {
    margin-top: 10px;
    text-align: right;
}
.social-icons a{
   text-decoration:none;
}

section.fisrt-section {
    padding: 10px 0;
}

.header-img {
    padding:14px 0;
}

.top-nav {
        background: #bc1623;
    padding: 0px 19px;
    border-radius: 5px;
}

.top-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    padding: 11px 12px;
    font-size: 18px;
}

li.nav-item {
    padding: 0px 8px;
}

.top-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
}
.navbar-nav .dropdown-menu {
    margin: -5px 0 0 0;
    padding: 0;
}
.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-item li{
    padding: 8px 15px;
    font-size: 14px;
}

.dropdown-item:hover {
    background: #bc1623;
    color: #fff;
}

.dropdown-menu{
    border: none;
    border-radius: 10px;
    padding: 8px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    min-width: 200px;
}

.dropdown-menu .dropdown-item{
    padding: 10px 18px;
    font-size: 15px;
    transition: all 0.3s ease;
   border-bottom: 1px solid #f2eaea;
}


.dropdown-menu .dropdown-item:hover{
    color: #fff;
    padding-left: 25px;
}

.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.custom-menu{
    background:#f5f5f5;
    border:1px solid #d9d9d9;
    border-radius:5px;
    padding:14px 12px;
}

.menu-icon{
    display:block;
    width:22px;
    height:2px;
    background:#bc1623;
    position:relative;
}

.menu-icon::before,
.menu-icon::after{
    content:"";
    position:absolute;
    width:22px;
    height:2px;
    background:#bc1623;
    left:0;
}

.menu-icon::before{
    top:-6px;
}

.menu-icon::after{
    top:6px;
}
/*main section start from here*/

main {
    margin-top: 38px;
}

/* .top-headlines {
    padding: 10px;
} */

.headline-title{
    font-weight:700;
    font-size:16px;
    text-transform:uppercase;
    position:relative;
    margin-bottom: 14px;
    color:#1f3b73;
}

/* dot */
.headline-title .dot{
    position:absolute;
    left:140px;
    top:50%;
    width:8px;
    height:8px;
    background:#1f3b73;
    border-radius:50%;
    transform:translateY(-50%);
}

/* upper line */
.headline-title::before{
    content:"";
    position:absolute;
    left: 155px;
    top: 44%;
    width: 50%;
    height: 1px;
    background:#ddd;
}

/* lower line */
.headline-title::after{
    content:"";
    position:absolute;
    left: 155px;
    top: 56%;
    width: 50%;
    height: 1px;
    background:#ddd;
}
/*crousal-section start*/
.carousel-inner {
    border-radius: 8px;
}
.carousel-item img {
    height:440px;
    object-fit: cover;
}

.carousel-caption-custom {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-align: left;
        width: 70%;
}

.category-badge {
    background: #1e3a8a;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

.carousel-caption-custom h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 20px;
    opacity: 1;
}

.carousel-control-prev {
    left: auto;
    right: 60px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #ffffff;
    border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    width: 13px;
    height: 13px;
}
.overlay{
    width:100%;
    background-color:#000;
}
/*crousal section end*/


.category {
 font-size: 13px;
    font-weight: 600;
    color: #5f5f5f;
    text-transform: uppercase;
        margin: 0 0 4px 0;
}

.news-card {
    width: 96%;
}

.news-title {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

.news-date {
    font-size: 14px;
    color: #000000;
}

.news-date i {
    margin-right: 6px;
    font-size:11px;
}
i.bi.bi-clock {
    font-size: 11px;
}

.news-item {
       padding-bottom: 7px;
    margin-bottom: 11px;
    border-bottom: 1px solid #ddd;
}
.news-item:last-child{
border:none;
}
.news-new:last-child{
margin-bottom:0;
}
.news-new {
   /* display: flex;
    gap: 10px; */
    margin: 12px 10px;
    border-bottom: 1px solid #ddd;
   padding: 0 0 5px 0;
}
/* .news-new img{
    height:100%;
} */
.news-tabs {
    display: inline-flex;
    background: #1f3b73;
    border-radius: 7px;
    overflow: hidden;
        width:100%;
}
.news-new:last-child{
    border:none;
}
.news-tabs button {
    border: none;
  padding: 8px 16px 8px 17px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: transparent;

}

.news-tabs .active-tab {
    background: #e31e24;
    width:46%;
}
button.inactive-tab {
    width: 100%;
    padding: 8px 13px 8px 12px;
}
.news-meta {
    font-size: 0;
}

.news-meta span {
  margin-right: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
}

span.views i {
    color: #bc1623;
    font-size: 11px;
}

.news-new img {
    border-radius: 9px;
}

.news-grid h2 {
     font-family: "Mukta";
    font-size:34px;
    font-weight:600;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    color: #1B3160;
    position: relative;
    width: 98%;
        margin-top: 20px;
}

.news-grid h2:after {
    content: " ";
    position: absolute;
    top:50px;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: #1B3160;
}
.news-grid.grids h2{
    font-size:25px;
        margin-top: 10px;
}
.news-grid.grids h2:after {
    content: " ";
    position: absolute;
    top: 38px;
    left: 0;
    height: 5px;
    width: 41px;
    background-color: #1B3160;
}
.news-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
}
.local-news > div:nth-child(n+3) .news-card{
    margin-top:15px;
}
.news-card h3 {
    font-family: "Mukta";
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0 3px 0;
}

.news-card .date {
    font-family: "Mukta";
    font-size: 15px;
    color: #313131;
       margin: 6px 0;
    font-weight: 400;
    text-transform: uppercase;
}

.news-card .desc {
    font-family: "Mukta";
    font-size: 16px;
    color: #141414;
    font-weight: 500;
    line-height: 21px;
}
.second-row{
    margin:20px 0; 
}
.side-bar {
    margin-top: 28px;
}
.side-bar:first-child{
    margin-top:0;
}

.first-sec {
    border: 1px solid#cfc9c9;
    border-radius: 10px;
    padding: 10px;
}
.first-sec .coroscop:last-child{
    border:none;
}

.first-sec h3 {
    font-size: 20px;
    font-weight: 600;
}

.coroscop {
    padding: 12px 0;
    border-bottom: 1px solid#cfc9c9;
}
.coroscop img{
    border-radius:5px;
}
.coroscop p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Mukta';
}

.scope {
    border: none;
}
section.category-section {
    margin-top: 9px;
}
/* .news-grid {
    width: 95%;
} */
.items {
    border: none;
}

.news-box {
    border: 1px solid#cfc9c9;
    border-radius: 10px;

}

/*footer section start from here*/
footer {
    background-color: #020a1a;
    padding: 50px 0 20px 0;
    color: #fff;
    margin-top:20px;
}

.social-fb {
    background-color: #3b5998;
    color: #fff;
    font-size: 14px;
        padding: 6px 7px 6px 6px;
    border-radius: 17px;
    margin: 0 10px;
}

.social-yt {
    background-color: #d42428;
    color: #fff;
    font-size: 14px;
    padding:5px 6px 5px 6px;
    border-radius: 17px;
}
.contact-us h3 {
    font-size: 20px;
    text-align: right;
    display: none;
}
footer a{
    text-decoration:none;
}
.contact-us h3 {
    font-size: 20px;
    text-align: right;
}

.follow-us {
    padding-bottom: 30px;
    border-bottom: 1px solid #808a90;
}

footer h5 {
    font-weight: 700;
    margin: 25px 0 20px 0;
    font-size: 19px;
    font-family: 'Mukta';
}


footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

footer ul li a:hover {
    color: #bc1623;
}

footer hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
}

.footer-section {
    background-color: #061330;
    padding: 10px;
}

.footer-section p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: 'Mukta';
    font-weight: 400;
}

.footer-section a {
    text-decoration: none;
    color: #fff;
}

.footer-section a:hover {
    color: #bc1623;
}

/*footer section end here*/
/*media css start from here*/
@media (max-width:1332px){
button.inactive-tab {
    width: 100%;
    padding: 8px 11px 8px 11px;
}
.news-title {
    margin-top: 0;
}
.news-tabs button {
    padding: 8px 10px 8px 10px;
}
}
@media (max-width: 1244px) {
    .news-tabs button {
        padding: 8px 5px 8px 5px;
    }
}
@media (max-width: 1183px) {
.top-nav .nav-link {
    font-size: 16px;
}
.news-tabs button {
    font-size: 14px;
}
.news-title {
    font-size: 12px;
}
.news-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.headline-title::after {
    width: 35%;
}
}
@media (max-width: 1105px) {
    li.nav-item {
        padding: 0px 4px;
    }
}
@media (max-width: 1052px) {
    .news-tabs button {
        padding: 8px 2px 8px 2px;
    }
    .top-nav .nav-link {
        font-size: 15px;
    }
}
@media (max-width: 1020px) {
    .news-tabs button {
        font-size: 13px;
    }
    .views{
        display:none;
    }
}
@media (max-width:991px) {
.bg-white {
    background-color: #ffffff !important;
    margin: 6px;
}
.text-white {
    color: #fff !important;
    margin-left: 17px;
}
.coroscop p {
    font-size: 13px;
}
.news-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}
.news-title {
        font-size: 13px;
        margin-top: 8px;
    }
    .added{
        display:none;
    }
}
@media (max-width:948px) {
    .news-tabs button {
        font-size: 12px;
    }
}
@media (max-width: 886px) {
    .news-tabs button {
        font-size: 14px;
        padding: 8px;
    }
        .coroscop p {
        font-size: 12px;
    }
    footer h5 {
    font-size: 18px;
}
footer address{
    font-size: 14px;
}
footer ul li a {
    font-size: 14px;
}
}
@media (max-width: 767px) {
    .topbar {
    padding: 6px 0;
}
    .news-logo{
        text-align:center;
    }
    .headline {
    margin: 0 auto;
}
    .date-box {
    display: none;
}
.top-news-badge {
    display: none;
}
    .social-icons {
        display: none;
    }
    .news-title {
        font-size: 14px;
    }
    .news-box {
    margin-top: 30px;
}
    .news-tabs button {
        font-size: 20px;
        padding: 10px;
    }
    .news-meta span {
    font-size: 14px;
    }
    .news-new {
    margin: 16px 24px 10px 24px
    }
    .news-grid h2 {
        margin-top:20px;
    }
    .first-sec {
    padding: 24px;
}
.coroscop p {
        margin: 11px 0 0 11px;
    }
    .contact-us h3 {
    text-align: left;
    margin-top: 10px;
}
.footer-section p {
    text-align: left;
    font-size: 14px;
}
    .coroscop p {
        font-size: 17px;
    }
        footer h5 {
        font-size: 21px;
    }
        footer address {
        font-size: 17px;
    }
        footer ul li a {
        font-size: 17px;
    }
        .footer-section p {
        font-size: 15px;
    }
    .social-icons {
    margin-top: 19px;
    text-align: left;
}
}
@media (max-width:575px) {
.topbar {
    padding: 0 0 14px 0;
}
.headline {
    margin-top: 17px;
}
}
@media (max-width:400px) {
    footer h5 {
        font-size: 20px;
    }
    footer address {
        font-size: 15px;
    }
        footer ul li a {
        font-size: 16px;
    }
}
@media (max-width: 375px) {
    .news-tabs button {
        font-size: 17px;
    }
}
@media (max-width: 326px) {
    .news-tabs button {
        font-size: 16px;
    }
}
/*media css end here*/

.newstext{
    font-family: "Mukta";
    font-size: 16px;
    color: #141414;
    font-weight: 500;
    line-height: 21px;
}
.feature-texture{
    font-family: "Mukta";
    font-size: 16px;
     font-weight: 600;

}