/* telugu */
/* @font-face {
    font-family: 'Peddana';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.googleapis.com/css2?family=Mallanna&family=Peddana&display=swap) format('woff2');
    unicode-range: U+0951-0952, U+0964-0965, U+0C00-0C7F, U+1CDA, U+1CF2, U+200C-200D, U+25CC;
} */

* {
    padding: 0;
    margin: 0;
}

body {
    /* font-family: "Peddana", sans-serif; */
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

a.tthome {
    margin-top: 4px;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.container-fluid {
    margin-top: 143px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: black;
}

img {
    width: 100%;
}

.breadcrum {
    padding: 0px;
    padding-top: 9px;
}

.breadcrum ul {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
}

section {
    padding: 10px 0;
}

/* .top-categ{
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    border-bottom-style: dashed;
    padding: 20px 0;
} */
.top-categ .top-left-categ {
    margin-right: 5px;
}

.top-left-categ figure {
    display: flex;
    border-bottom: 1px solid;
    border-bottom-style: groove;
    padding: 15px 0;
}

.top-left-categ figcaption p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    /* padding-top: 10px; */
    padding-left: 5px;
}

.top-categ .right-categ {
    width: 100%;
}

/* .top-categ .right-categ .right-list{
    display: flex;
    flex-wrap: wrap;
} */
.top-categ .right-categ .right-list figure {
    display: flex;
    border-bottom: 1px solid;
    border-bottom-style: groove;
    padding: 15px 0;
}


.top-news-categ .img-com img {
    border-radius: 10px;
    width:100%;
    height:auto;

}

.top-news-categ .img-com {
    width: 200px;
    margin-right: 5px;
}

.top-news-categ figcaption {
    width: calc(100% - 207px);
    margin-left: 2px;
}

/* .right-list figcaption{
    width: 100%;
} */
.top-categ .right-categ .right-list li {
    width: 100%;
}

.top-news-categ h3 a {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 25px;
    padding-left: 3px;
}

.categ-list p {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    /* padding-top: 10px; */
    padding-left: 5px;
}

.categ-list .list {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.categ-list .list figure {
    display: flex;
    border-bottom: 1px solid;
    border-bottom-style: groove;
    padding: 15px 0;
}

.three-categ-list li figure {
    display: flex;
    border-bottom: 1px solid;
    border-bottom-style: groove;
    padding: 15px 0;
}

/* .categ-list .list li figure{
    border-bottom: 1px solid;
    border-bottom-style: groove;
    padding: 15px 0;
} */
/* .categ-list .list li{
    border-bottom: 1px solid;
    border-bottom-style: groove;
    padding: 15px 0;
} */
/* .categ-list .list figure:last-child{
    border-bottom: none;
} */
/* .categ-list .list li:last-child{
    border-bottom: none;
} */
/* .categ-list .list .img-com{
    width: 200px;
    margin-right: 10px;
} */
.categ-list .list figcaption {
    width: calc(100% - 210px);


}

.categ-list .list .img-com {
    width: 200px;
}

span.time-stamp {
    font-size: 10px;
    color: #525252;
    margin-left: 5px;
}

.load-more {
    background: #121212;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    display: flex !important;
    justify-content: center;
    width: 115px;
    margin: 0 auto;
    border: 0;
    align-items: Center;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    margin-top: 5PX;
}

/*  */

.logo-part {
    display: flex;
    width: 100%;
    border-bottom: 2px solid gainsboro;
    justify-content: space-between;
    padding: 10px 0px 0;
    align-items: center;
}

.logo-part .logo {
    width: 250px;
}

.logo-part .topadd {
    width: calc(100% - 300px);
    text-align: right;
}

.logo-part .topadd .add {
    width: 80%;
    margin-left: auto;
}

.menucont {
    display: flex;
    width: 100%;
}

.menu-list .menu-items {
    display: flex;
}

.menu-list .menu-items li {
    list-style-type: none;
    margin-right: 20px;
    /* display: inline-flex;
    align-items: center; */

}

.menu-list .menu-items li a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    white-space: nowrap;
    font-size: 17px;
    /* font-family: "Peddana", sans-serif; */
    display: inline-flex;
    align-items: center;
}

.menu-list .menu-items li img {
    width: 25px;
}

/* .menu-list .menu-items li a:hover{
    border-bottom: 3px solid  #de292d;
} */
.menu-cont-section {
    background-color: #001338;
}

.navbar .menu-cont {
    width: calc(100% - 225px);
    display: flex;
    align-items: center;
    padding: 5px 0px;
    background-color: #001338;
}

.mobile-menu .mobile-menu-list {
    display: flex;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
}

.mobile-menu .mobile-menu-list li {
    flex: 0 0 auto;
    margin-right: 15px;
}

.mobile-menu .mobile-menu-list li a {
    color: white;
}

/* .navbar .menu-cont  .menu-list{
    width: calc(100% - 100px);
} */
.icon-bar {
    display: inline-flex;
    align-items: center;

    justify-content: end;


}

.ReadMore {
    text-align: right;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ReadMore a {
    color: #de272b;
    /* Optional: Style the link */
    text-decoration: none;
    font-weight: 400;
}

.icon-bar .search-icon {
    margin-right: 10px;
    display: inline-flex;
    width: 26px;
    height: 25px;
}

.icon-bar .icons {
    display: inline-flex;
    align-items: center;
}

.icon-bar .icons li {
    margin-right: 10px;
    display: inline-flex;
    width: 30px;
    height: 30px;

}

.icon-bar .icons li img {
    border-radius: 15px;
}

.icon-bar .icons li a {
    display: inline-flex;
}

.icon-bar .icons li:last-child {
    margin-right: 0px;
}

.main_header {
    width: 100%;
    height: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 4px 4px #c7cfcf;


}

.right-menu-imgs {
    padding-right: 14px;
    align-items: center;
    background-color: #001338;
}

.right-menu-imgs .e-paper {
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;

}

.right-menu-imgs .e-paper img {
    width: 20px;
    height: 20px;
    filter: invert(1);
    margin-right: 5px;
}

.right-menu-imgs .e-paper span {
    margin-top: 5px;
}

.main-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-flex .left-cont {
    width: calc(100% - 320px);
    margin-right: 20px;

}

.main-flex .right-cont {
    width: 300px;
}

.d-flex .news-flex li {
    padding: 5px 5px 5px 20px;
    border-bottom: solid 1px #ccc;
    position: relative;

}

.d-flex .news-flex li:last-child {
    border-bottom: none;
}

.d-flex .news-flex li a {
    font-size: 19px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 30px;
    padding-left: 5px;
}

.d-flex .news-flex li h3 {
    display: flex;
    line-height: 28px;
    width: 100%;
}

.right-cont .ads-cont {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 250px;
}

.right-cont .d-flex {
    width: 100%;
}

.news-flex .readmore {
    text-align-last: end;
}

.news-flex .readmore a:hover {
    color: red;
}

.heading {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.right-cont .heading::before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 93%;
    border-top: 1px solid #D6D6D6;
    content: '';
    z-index: 0;
    top: 45%;
    margin-top: -2px;
}

.latest-heading {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.heading span {
    font-size: 24px;
    z-index: 2;
    background-color: #fff;
    color: #000000;
    padding: 0px 5px;
    border-left: 5px solid #de292d;
    line-height: 30px;
    font-weight: 600;
}

.heading .more-posts .moreNews span {
    font-size: 12px;
    color: #6A6A6A;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-left: none;
    padding: 0px;
    padding-right: 25px;
    background-color: #fff;
    padding-left: 20px;
    z-index: 2;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
}

.heading .more-posts .moreNews span:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 15px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: translate(-70% -50%) rotate(-45deg);
    transform: translate(-70%, -50%) rotate(-45deg);
}

/* .right-categ-three  ul{
    display: flex;
} */
.three-categ-list li {
    padding-right: 5px;
}

/* .top-left-categ figcaption{
    width: 70%;
    margin-left: 5px;
} */
.top-left-categ figcaption a {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 25px;
    padding-left: 3px;
}

.tag-page .tag-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tag-page .tag-list li {
    width: 31%;
    margin: 3px 20px 20px 0;
    background: #fff;
    transition: box-shadow .3s;
    border-bottom: 1px dotted #939393;
    padding-bottom: 25px;
    position: relative;
}

.tag-section .categ-list figcaption h3 {
    line-height: 25px;
}

.tag-section .categ-list figcaption {
    margin-left: 5px;
}

.tag-section .categ-list figcaption p {
    padding-top: 0px;
    padding-left: 0px;
}

.tag-page .tag-list li:nth-child(3n) {
    margin-right: 0px;
}

.tag-page .tag-list li:nth-last-child(-n+4) {
    border-bottom: none;
}

.tag-page .tag-list li img {
    width: 100%;
    height: auto;
    margin-top: 5px;
    aspect-ratio: 10 / 6;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.tag-page .tag-list figcaption h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    -webkit-line-clamp: 3;
}

.top-news-categ {
    width: 100%;
}

.author_wrapper {
    border: 3px solid #de292d;
    padding: 5px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
    width: fit-content;
}

.author_wrapper .author_profile {
    background: #fff;
    padding: 20px 40px;
    display: flex;
}

.author_wrapper h1 {
    position: absolute;
    top: -16px;
    background: #fff;
    padding: 5px 10px;
    font-size: 22px;
    line-height: 28px;
    color: #ffb900;
    font-weight: 700;
    text-transform: capitalize;
}

.author_wrapper .author_profile figure>img {
    border-radius: 10px;
    aspect-ratio: 1/1;
}

.author_wrapper .author-image {
    width: 150px;
    margin: 0 auto;
}

.author_wrapper .author-bio {
    margin-top: 15px;
    margin-left: 15px;
    width: calc(100% - 150px);
}

.author-bio .icon-bar {
    margin-top: 20px;
    width: 100%;
}

li.breadcrumb a {
    color: #735d5d;
    font-size: 13px;
}

.breadcrum li h3 a {
    font-size: 15px;
    font-weight: 300;
}

.footer-section {
    background-color: rgb(0, 19, 56);
    padding: 40px 10px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-section .cont {
    width: 30%;
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;

}

.footer-bottom .copyright p {
    color: white;
}

.footer-list ul {
    display: flex;
}

.footer-list ul a {
    color: #fff;
    padding: 0 5px;
    font-size: 12px
}

.error-msg {
    font-size: 50px;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}

.left-cont .article-HD {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
}

.article p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}

p.sub-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.author-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
    /*flex-wrap: wrap;*/
    font-size: 12px;
}

.author-box .icons {
    display: flex;
    display: flex;
    border: 1px solid gainsboro;
    padding: 8px;
    border-radius: 20px;
}

.author-box .AuthorInfo span a {
    padding-left: 5px;
}

.art_Tags {
    display: flex;
    margin-bottom: 9px;
}

.art_Tags span {
    background: red;
    padding: 9px 25px 8px 3px;
    margin-right: 9px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
    color: white;
    font-weight: 700;
}

.art_Tags .scroll {
    display: flex;
    overflow-x: auto;
    width: 80%;
    scrollbar-width: none;
}

.art_Tags .scroll li {
    border: 1px solid gainsboro;
    padding: 10px 9px;
    border-radius: 10px;
    margin-right: 5px;

}

.art_Tags .scroll li a {
    white-space: nowrap;
}

.left-posts {
    position: relative;
}

.left-posts .d-flex {
    width: 100%;
}

.article-img img {
    border-radius: 10px;
}

.ads-cont-para {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 130px;
}

/* video */
.video_wrapper .main-flex .left-cont {
    width: 100%;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
}

.video-list figure {
    width: 32%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
    position: relative;
}

.video-list .count {
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}

.video-list .count img {
    width: 30px;
    height: 30px;
}

.video-list figure a img {
    border-radius: 10px;
}

.video-list figure:nth-child(3n) {
    margin-right: 0px;
}

.video-list figcaption a {
    color: #fff;
    width: -webkit-fill-available;
    display: block;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.video-list figure a {
    border-radius: 10px;
}

.video-list figcaption {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0, #000 100%);
    padding: 5px;
    border-radius: 10px;
}

.webstories_wrapper .main-flex .left-cont {
    width: 100%;
}

.top-left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.top-left .top-slider {
    width: 68%;
    margin-right: 5px;
}

/*  */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
}

.ad-bar .slide-meta {
    padding-bottom: 20px;
}

.ad-bar .slide-thumb img {
    border-radius: 10px;
    /* height: 250px; */
}

.top-news .ads-cont {
    display: none;
}

.top-left .top-news .top-news-bar {
    box-shadow: rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .24) 0 1px 2px;
    padding: 5px;
    border-radius: 10px;
}

.top-left .top-news {
    width: 31%;
}

.top-left .top-news .d-flex {
    width: 100%;
}

.leftSidebar .swiper-slide .slide-thumb {
    position: relative;
}

.leftSidebar .swiper-slide .slide-thumb img {
    /* border-radius: 10px; */
    /* height: 250px; */
}

.leftSidebar .swiper-slide .slide-meta {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 15%, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.leftSidebar .swiper-slide .slide-meta h3 {
    padding: 10px;
}

.leftSidebar .swiper-slide .slide-meta a {
    color: white;
    font-size: 19px;
    font-weight: 500;
}

.top-two-part .topNewsSwiper {
    height: 290px;
    /* margin-right: 5px; */
}

.swiper.topNewsSwiper .swiper-pagination {
    bottom: 5px
}

.swiper.topNewsSwiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: 0 3px
}

.swiper.topNewsSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 50px
}

.webStorySwiper .swiper-button-next,
.webStorySwiper .swiper-button-prev,
.photoSwiper .swiper-button-next,
.photoSwiper .swiper-button-prev,
.videoSwiper .swiper-button-next,
.videoSwiper .swiper-button-prev {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.topNewsSwiper .swiper-button-next,
.topNewsSwiper .swiper-button-prev,
.topNewsSwiper .swiper-button-next,
.topNewsSwiper .swiper-button-prev {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.topNewsSwiper .swiper-button-next,
.topNewsSwiper .swiper-button-prev,
.videoSwiper .swiper-button-next,
.videoSwiper .swiper-button-prev {
    top: 50%
}

.webStorySwiper .swiper-button-next:after,
.webStorySwiper .swiper-button-prev:after,
.topNewsSwiper .swiper-button-next:after,
.topNewsSwiper .swiper-button-prev:after,
.photoSwiper .swiper-button-next:after,
.photoSwiper .swiper-button-prev:after,
.videoSwiper .swiper-button-next:after,
.videoSwiper .swiper-button-prev:after {
    color: #000;
    font-size: 18px
}

/* home page */
/* .news-head{
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    width: 100%
} */
.head-logo {
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid red;
    padding-left: 5px;
    /* width: 100%; */
    margin: 10px 0;
    padding-bottom: 5px;
}

.head-logo h3 {
    font-size: 20px;
    font-weight: 600
}

.head-logo img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.gallery-section .head-logo img {
    filter: invert(1);
}

/* .news-political .moviesvg img{
    filter:invert(1);
} */
.head-logo h2 {
    font-size: 20px;
}

.head-logo h1 {
    font-size: 20px;
}

.news-list h3::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f2652e;
    top: 16px;
    left: 5px;
    border-radius: 50%;
}

.top-slider .top-two-part {
    display: flex;
    flex-wrap: wrap;
}

.top-slider .leftSidebar {
    width: 50%;
    padding-right: 5px;
}

.top-slider .leftbartwo {
    width: 49%;
}

/* .top-slider .leftbartwo .d-flex .news-flex li{
    margin-bottom: 0px;
    padding: 5px 0px 5px 20px;
} */
.leftbartwo .head-logo {
    margin: 0px 0px;
}

.top-slider .leftbartwo .d-flex {
    width: 98%;
    padding: 2px;
}

.association {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* box-shadow:rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .24) 0 1px 2px; */
    border-radius: 10px;
    margin: 10px 0;
}

.photo-slider .photoSwiper {
    padding: 0px 5px;
}

.photoSwiper .slide-thumb {
    position: relative;
}

.photoSwiper .swiper-wrapper .slide-thumb img {
    border-radius: 5px;
    height: 250px;
}

.photoSwiper .slide-meta {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 15%, rgba(0, 0, 0, 1) 100%);
    /* padding: 5px; */
    width: 100%;
    border-radius: 5px;
}

.photoSwiper .slide-meta h3 {
    padding: 10px;
}

.photoSwiper .swiper-pagination {
    display: none;
}

.photoSwiper .swiper-wrapper .slide-meta h3 a {
    font-size: 19px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 31px;
    color: white;
    padding-left: 4px;
}

section.gallery-section {
    padding: 20px 0;
}

.news-political {
    display: flex;
    flex-wrap: wrap;
}

.news-political .d-flex {
    width: 32%;
}

.d-flex.papper-section {
    display: grid;
    padding: 8px 8px;
    width: 30%;
}

.d-flex {
    width: 32%;
    margin-right: 1.5%;
    box-shadow: rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .24) 0 1px 2px;
    border-radius: 10px;
    /* padding: 10px; */
}

.d-flex:last-child {
    margin-right: 0;
}

/* logo part */
.slide-thumb .association-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.slide-thumb .association-list li {
    width: 28%;
    margin-left: 10px;
}

.logoSwiper .swiper-slide .slide-thumb {
    padding: 12px;
}

.logoSwiper .swiper-button-next {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    right: -8px;
}

.logoSwiper .swiper-button-next:after {
    color: #000;
    font-size: 18px
}

.logoSwiper .swiper-button-prev {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    left: -8px;
}

.logoSwiper .swiper-button-prev:after {
    color: #000;
    font-size: 18px
}

.eventSwiper .swiper-wrapper .slide-meta h3 a {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}

.eventSwiper .swiper-button-next {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.eventSwiper .swiper-button-next:after {
    color: #000;
    font-size: 18px
}

.eventSwiper .swiper-button-prev {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.eventSwiper .swiper-button-prev:after {
    color: #000;
    font-size: 18px
}

.eventSwiper .swiper-wrapper .slide-thumb img {
    border-radius: 9px;
}

.news-cinema {
    display: flex;
    flex-wrap: wrap;
}

/* .news-cinema .news-head{
    padding: 9px 2px;
} */
/* .news-cinema .d-flex{
    padding: 10px 0;
} */
.cinemagallerySwiper .swiper-wrapper .slide-meta h3 a {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}

.cinemagallerySwiper .swiper-button-next {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.cinemagallerySwiper .swiper-button-next:after {
    color: #000;
    font-size: 18px
}

.cinemagallerySwiper .swiper-button-prev {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.cinemagallerySwiper .swiper-button-prev:after {
    color: #000;
    font-size: 18px
}

.cinemagallerySwiper .swiper-wrapper .slide-thumb img {
    border-radius: 9px;
}

.ads-cont {
    background-color: #f2f2f2;
    margin-top: 10px;
    overflow: hidden;
    min-height: 200px;
}

.ads-cont-adv img {
    background-color: #f2f2f2;
    margin-top: 10px;
    overflow: hidden;
    max-height: 180px;
    min-height: 180px;
    border-radius: 6px;
}

.USAEvent .swiper-wrapper .slide-thumb img {
    height: 100%;
    max-height: 280px !important;
    min-height: 280px !important;
}

.paper-head a {
    color: #fff;
}

.center-text {
    display: block;
    /* Ensures it behaves like a block for centering */
    text-align: center;
}

.paper-section .paper-head {
    width: 100%;
    background-color: rgb(0 19 56);
    text-align: center;
}

.paper-section .paper-body {
    border: 2px solid rgb(0 19 56);
    padding: 20px 0px;
    justify-content: space-around;
    display: flex;
}

/* .paper-section  .paper-body img{
    width: 45%;
    margin:0 55px;
} */
.paper-section .paper-head h3 {
    padding: 5px 0;
}

.upeventSwiper .swiper-button-next:after {
    color: #000;
    font-size: 18px;
}

.upeventSwiper .swiper-button-next {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.upeventSwiper .swiper-button-prev:after {
    color: #000;
    font-size: 18px;
}

.upeventSwiper .swiper-button-prev {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.upeventSwiper .swiper-wrapper .slide-meta h3 a {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}

.upeventSwiper .swiper-wrapper .slide-thumb img {
    border-radius: 10px;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
}

.top-ads-banner .two-ads {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
   
}

.top-ads-banner .two-ads .ads {
    background-color: #f2f2f2;
    margin-top: 10px;
    overflow: hidden;
    min-height: 75px;
    width: 49%;
    margin-right: 10px;
}

/*.top-ads-banner .two-ads .right-ads{
    background-color: #f2f2f2;
    margin-top: 10px;
    overflow: hidden;
    min-height: 100px;
    width: 49%;
}*/

.Menu {
    display: flex;
}

#toggleNav1 {
    display: none;
}

.MenuBtn {
    float: left;
    /* margin-left: 33px !important; */
    cursor: pointer;
    margin: 0 10px;
    color: #000;
    background-color: white;
    padding: 5px 5px 1px 6px;
    border-radius: 3px;
}

.MenuBtn i {
    width: 24px;
    display: block;
    border-top: 2px solid #000;
    padding-top: 4px;

}

body.openMenu .MenuBtn i {
    padding-top: 0;
}

body.openMenu .MenuBtn i:first-child {
    transform: translateY(2px) translateX(0) rotate(45deg);
    background: #fff;
}

body.openMenu .MenuBtn i:nth-child(2) {
    opacity: 0;
    background: #fff;
}

body.openMenu .MenuBtn i:nth-child(3) {
    transform: translateY(-2px) translateX(0) rotate(-45deg);
    background: #fff;
}

.menuNavigation {
    width: 100%;
    display: none;
    float: left;
    padding: 10px 0 100px 0;
    color: #fff;
    position: fixed;
    top: 161.5px;
    left: 0;
    z-index: 9999;
    height: 100vh;
    background: #fff;
    overflow: auto
}

.menuNavigation::-webkit-scrollbar {
    width: 0
}

.menuNavigation::-webkit-scrollbar-track {
    background: #fff
}

.menuNavigation::-webkit-scrollbar-thumb {
    background: #fff
}

.menuNavigation::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.menuNavigation ul.listItems {
    list-style: none;
    display: flex;
    flex-flow: column;
}

.menuNavigation ul.listItems>li {
    margin-bottom: 15px
}

.menuNavigation ul.listItems li>a {
    text-decoration: none;
    transition: color .4s ease 0s;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 17px;
    line-height: 12px;
    margin-bottom: 12px
}

.menuNavigation ul.listItems li a.menuHead {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff
}

.menuNavigation ul.listItems li ul.subItems {
    padding-top: 5px
}

body.openMenu .MenuBtn {
    padding: 4px 0 3px 0
}

body.openMenu .MenuBtn i {
    padding-top: 0
}

body.openMenu .MenuBtn i:first-child {
    transform: translateY(2px) translateX(0) rotate(45deg);
    background: #fff
}

body.openMenu .MenuBtn i:nth-child(2) {
    opacity: 0;
    background: #fff
}

body.openMenu .MenuBtn i:nth-child(3) {
    transform: translateY(-2px) translateX(0) rotate(-45deg);
    background: #fff
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}

.dropdown .dropdown-content a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.menu-list .menu-items .dropdown-content li {
    margin-right: 0px;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.topadSwiper .swiper-button-next,
.topadSwiper .swiper-button-prev,
.topadSwiper .swiper-button-next,
.topadSwiper .swiper-button-prev {
    background-color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.topadSwiper .swiper-button-next:after,
.topadSwiper .swiper-button-prev:after {
    color: #000;
    font-size: 18px
}

.mobile-menu {
    display: none;
}

.neti-tara {
    padding: 0 5px;
}

.footer-list-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    justify-content: space-between;
}

.cat-list-footer li {
    margin-bottom: 8px;
}

.cat-list-footer li:last-child {
    margin-bottom: 0px;
}

.footer-about .head-about h3 {
    color: white;
    font-size: 20px;
    display: inline-flex;
    margin-bottom: 5px;
}

.footer-about .head-about p {
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.cat-list-footer li a {
    color: white;
    font-size: 17px;
}

.epaper-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
}

.epaper-head h1 {
    font-size: 30px;
    font-weight: 300;
}

.epaper-head h3 {
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 300;
    background: #0000ff85;
    padding: 5px;
    border-radius: 10px;
}

.epaper-head h3 a {
    color: white;
}

.head-content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: blue;
    font-size: 12px;
}

ul.epaper-list {
    display: flex;
    flex-wrap: wrap;
}

.epaper-list li {
    width: 23%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px;
    border-radius: 5px;
}

.epaper-list li figure:hover {
    color: red;
}

.epaper-list li figcaption {
    text-align: center;
}

.epaper-list li figcaption h3 {
    font-size: 18px;
    font-weight: 500;
}

.epaper-section .main-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.epaper-section .left-img {
    width: 49%;
    border: 1px solid gainsboro;
}

.epaper-section .right-img {
    width: 49%;
    border: 1px solid gainsboro;
}

.top-news-categ .img-com a {
    display: inline-flex;
    width: 100%;
}

h2.text-md.font-bold {
    font-size: 22px;
    line-height: 30px;
}

.button {
    padding: 10px;
    background-color: #001338;
    border-radius: 3px;
    display: flex;
    justify-content: right;
}

.button a {
    color: #fff;
}

.about-head {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
    font-size: 12px;
    margin: 12px;
}

.about-page p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 25px;
}

.about-page {
    padding: 0 10px;
}

li.breadcrumb {
    font-size: 13px;
    color: #735d5d;
    padding-left: 5px;
}

.author-box .AuthorInfo {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.author-box .AuthorInfo li {
    font-size: 14px;
    margin-right: 15px;
    display: inline-flex;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding: 20px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;

    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 550px;
}

.modal-content.active {
    max-width: 1250px;
    width: 90%;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.swiper.popupSwiper.swiper-initialized.swiper-horizontal {
    padding: 0 40px;
    margin: 50px 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {

    color: white !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    color: white !important;

}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.related-list li figure {
    display: flex;
}

.related-list li figure .img-com {
    width: 125px;
    margin-right: 5px;
}

.related-list li figure figcaption {
    width: calc(100% - 125px);
}

.related-list {
    display: flex;
    flex-wrap: wrap;
}

.related-list li {
    width: 50%;
    margin-bottom: 9px;
}

.related-list li figure figcaption h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    padding-left: 3px;
    line-height: 30px;
    font-weight: 500;
}

.lang-list {
    justify-content: center;
    display: inline-flex !important;
    position: relative;
    line-height: 25px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid gray;
    margin-left: 12px;
}

.lang {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.lang img {
    color: #fff;
    filter: invert(1);
    width: 15px;
    height: 15px;
    line-height: 25px;
}

.lang span {
    font-weight: 500;
    margin: 0 5px;
    font-size: 14px;
}

.list-unstyled {
    display: none;
    position: absolute;
    background-color: #fff;
    background-color: #303030;
    width: 100%;
    top: 38px;
    border-radius: 10px;
    z-index: 9;
}

.list-unstyled li {
    display: block;
    margin: 10px;
    text-align: left;
    z-index: 999;
    position: relative;
}

.list-unstyled li a {
    color: #fff;
}

.lang-list:hover .list-unstyled {
    display: block;
}

.list-unstyled:hover {
    display: block;
}

.popupSwiper .swiper-button-next,
.popupSwiper .swiper-button-prev {
    position: fixed;
}

.popupSwiper .swiper-button-next {
    right: 30px;
}

.popupSwiper .swiper-button-prev {
    left: 30px;
}

.popupSwiper .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 20px;

}

.popupSwiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 20px;

}

.main-news figure {
    position: relative;
}

.main-news figure .img-cont img {
    border-radius: 5px;
}

.main-news figcaption {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 50%, #000 100%);
    z-index: 99;
    border-radius: 5px;
    width: 100%;
}

.main-news figcaption h3 {
    padding: 0 5px;
    line-height: 30px;
}

.main-news figcaption h3 a {
    color: white;
}

.topnews-list li {
    position: relative;
    padding: 5px 0px 5px 20px;
    border-bottom: solid 1px #ccc;
}

.topnews-list li:last-child {
    border-bottom: none;
}

.topnews-list li h3::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f2652e;
    top: 18px;
    left: 5px;
    border-radius: 50%;
}

.topnews-list li a {
    font-size: 19px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    padding-left: 5px;
}

.topnews {
    box-shadow: rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .24) 0 1px 2px;
    border-radius: 10px;

}

h2.sub_title {
    font-size: 17px;
    font-weight: 400;
}

.subItems {
    display: none;
}

.menuNavigation ul.listItems .main-item.active .subItems {
    display: block;
}
@media (min-width: 1024px) {
    .last-paper img {
        height: 142px;
    }
    .first-paper img{
      height: 142px; 
        }
}
@media(max-width:786px) {

    /* .container{
        padding: 0px 5px;
    } */
    .article p {
        font-size: 21px;
        line-height: 32px;
        font-weight: 500;
    }

    .related-list li {
        width: 100% !important;
        margin-bottom: 9px;
    }

    section {
        padding: 10px;
    }

    .container-fluid {
        overflow-x: visible;
    }

    .logo-part .logo {
        width: 175px;
        margin-left: 6px;
    }

    .menucont {
        display: none;
    }

    .menu-list .menu-items {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: 100%;
    }

    .top-ads-banner .two-ads .ads {
        min-height: 55px;
        width: 100%;
    }

    .trending-bar .trend-list {
        width: calc(100% - 130px);
    }

    .menu-list .menu-items li {
        flex: 0 0 auto;
    }

    .navbar .menu-cont .menu-list {
        width: 100%;
    }

    .menu-list .menu-items::-webkit-scrollbar {
        display: none;
    }

    .main-flex {
        display: block;
        width: 100%;
    }

    .main-flex .left-cont {
        width: 100%;
        margin-right: 0px;
    }

    .top-categ {
        display: block;
    }

    .top-categ .top-left-categ {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;

    }

    .top-categ .right-categ {
        width: 100%;
    }

    .categ-list p {
        display: none;
    }

    .top-news-categ h3 a {
        -webkit-line-clamp: 2;
        font-size: 14px;
    }

    .categ-list .list .img-com {
        width: 150px;
    }

    .categ-list .list figcaption {
        width: calc(100% - 150px);
    }

    .top-news-categ .img-com {
        width: 150px;
    }

    .top-news-categ figcaption {
        width: calc(100% - 150px);
    }

    .main-flex .right-cont {
        width: 100%;
    }

    .top-left-categ figcaption p {
        display: none;
    }

    .top-left-categ figcaption a {
        font-size: 16px;
    }
    .top-news-categ figcaption p{
        line-height: 18px !important;
        font-size: 13px;
    }

    /* .top-left-categ figure{
        display: block;
    } */
    /* .top-left-categ figcaption{
        width: 100%;
    } */
    .logo-part .topadd {
        display: none;
    }

    .right-categ-three ul {
        display: block;
    }

    .three-categ-list figure {
        display: flex;
    }

    /* .three-categ-list li{
        border-bottom: 1px solid;
    border-bottom-style: groove;
    padding: 15px 0;
    } */
    /* .three-categ-list li:last-child{
        border-bottom:none
    } */
    .tag-page .tag-list li {
        width: 45%;
    }

    .tag-page .tag-list li:nth-child(3n) {
        margin: 3px 20px 20px 0;
    }

    .tag-page .tag-list li:nth-child(even) {
        margin-right: 0px;
    }

    .tag-page .tag-list figcaption h3 a {
        font-size: 16px;
        line-height: 30px;
    }

    .gallery_wrapper {
        padding: 0px;
    }

    .gallery-list {
        padding: 20px 0;
    }

    .menu-list .menu-items li .home {
        position: sticky;
        left: -1px;
        z-index: 99;
        background: white;
        padding: 2px;
    }

    .author_wrapper .author_profile {
        display: block;
    }

    .author_wrapper .author-bio {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    .author_wrapper .author-image {
        margin: 0 auto;
    }

    .footer-top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-top .cont {
        width: 70%;
        padding: 10px 0;
    }

    .footer-bottom .footer-head {
        display: none;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .left-cont .article-HD {
        font-size: 24px;
        line-height: 31px;
        font-weight: 600;
    }

    .top-left .top-slider {
        width: 100%;
    }

    .top-left .top-news {
        width: 100%;
        margin: 10px 0;
    }

    .d-flex {
        width: 100%;
        margin-right: 0px;
        margin: 10px 0;
    }

    .news-political .d-flex {
        width: 100%;
    }

    .top-slider .leftSidebar {
        width: 100%;
    }

    .top-slider .leftbartwo .d-flex {
        width: 100%;
    }

    .top-slider .leftbartwo {
        width: 100%;
    }

    .top-ads-banner .two-ads .left-ads {
        width: 100%;
    }

    .top-ads-banner .two-ads .right-ads {
        width: 100%;
    }

    .nav-list {
        display: none;
    }

    #toggleNav1 {
        display: inline-flex;
    }

    .menuNavigation {
        width: 100%;
        display: none;
        float: left;
        padding: 10px 0 100px 0;
        color: #fff;
        position: fixed;
        top: 161.5px;
        left: 0;
        z-index: 9999;
        height: 100vh;
        background: #fff;
        overflow: auto
    }

    .menuNavigation::-webkit-scrollbar {
        width: 0
    }

    .menuNavigation::-webkit-scrollbar-track {
        background: #fff
    }

    .menuNavigation::-webkit-scrollbar-thumb {
        background: #fff
    }

    .menuNavigation::-webkit-scrollbar-thumb:hover {
        background: #fff
    }

    .menuNavigation ul.listItems {
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        -moz-column-count: 5;
        column-count: 5;
        padding: 15px 9px;
    }

    .menuNavigation ul.listItems>li {
        margin-bottom: 15px;
        padding: 5px 0px;
        border-bottom: 1px dashed #000;
        color: #000;
        position: relative;
    }

    .menuNavigation ul.listItems li>a {
        text-decoration: none;
        transition: color .4s ease 0s;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        color: #000;
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 12px
    }

    .menuNavigation ul.listItems li a.menuHead {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff
    }

    .menuNavigation ul.listItems li ul.subItems {
        padding-top: 5px;
        padding-left: 20px;
        list-style-type: disc;
    }

    .menuNavigation ul.listItems li ul.subItems li {
        padding: 5px 0px;
        border-bottom: 1px dashed #000;
        list-style: disc;
        margin-left: 20px;
    }

    .menuNavigation ul.listItems li ul.subItems li:last-child {
        border-bottom: none;
    }

    .menuNavigation ul.listItems .main-item span {
        border-bottom: 2px solid #000;
        border-left-color: #000;
        border-right: 2px solid #000;
        border-top-color: #000;
        display: inline-block;
        height: 10px;
        margin: auto 30px auto auto;
        transform: rotate(45deg);
        right: 0px;
        position: absolute;
        width: 10px;
        top: 12px;
    }

    body.openMenu .MenuBtn {
        padding: 4px 0 3px 0
    }

    body.openMenu .MenuBtn i {
        padding-top: 0
    }

    body.openMenu .MenuBtn i:first-child {
        transform: translateY(2px) translateX(0) rotate(45deg);
        background: #fff
    }

    body.openMenu .MenuBtn i:nth-child(2) {
        opacity: 0;
        background: #fff
    }

    body.openMenu .MenuBtn i:nth-child(3) {
        transform: translateY(-2px) translateX(0) rotate(-45deg);
        background: #fff
    }

    .top-navbar {
        position: relative;
    }

    .menuNavigation {
        padding-top: 0;
        top: 66px;
    }

    .d-flex.papper-section {
        width: 100%;
    }

    .epaper-list li {
        width: 44%;
    }

    .epaper-list li figcaption h3 {
        font-size: 14px;
    }

    .epaper-head h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .swiper.popupSwiper.swiper-initialized.swiper-horizontal {

        padding: 0 0 50px 0;

    }

    .popupSwiper .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 90px;
        left: auto;
        color: white;
        top: 65%;
    }

    .popupSwiper .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 65%;
        left: 90px;
    }

    .mobile-menu {
        display: block;
    }

    .footer-list-grid .footlist {
        width: 50%;
        padding: 10px 0;
    }

    .copyright {
        margin-bottom: 5px;
    }

    .footer-list ul {
        flex-wrap: wrap;
    }

    .navbar .menu-cont {
        display: none;
    }

    .mobile-menu {
        padding: 8px 5px;
    }

    .top-categ .right-categ .right-list figcaption p {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .three-categ-list li figcaption p {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .tag-section .categ-list figcaption h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .tag_wrapper {
        padding: 0px 5px;
    }
}

.topnews-list ul li h3 a {
    font-size: 19px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 30px;
    padding-left: 5px;
}

.youtube-subscribe-button {
    display: inline-flex;
    align-items: center;
    background-color: #ff0000;
    color: white;
    /* font-family: Arial, sans-serif; */
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.youtube-subscribe-button a {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
}

.youtube-subscribe-button .subscribe-icon img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 1px;
}

.youtube-subscribe-button .subscribe-text {
    text-transform: uppercase;
    font-size: 11px;
}

.youtube-subscribe-button:hover {
    background-color: #cc0000;
}

.row-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.RowReadMore a {
    text-decoration: none;
    color: #e8502b;
    font-weight: 400;
}



/* Style the pagination container */
.pagination {
    text-align: center;
    margin: 30px 0;
    /* font-family: Arial, sans-serif; */
}

.pagination .page-numbers {
    display: flex;
    justify-content: center;
    font-size: 13px;
}

/* Style each pagination link */
.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    background-color: #f9f9f9;
    transition: background-color 0.3s, color 0.3s;
}

/* Add a hover effect for pagination links */
.pagination a:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* Style for the current page (highlight the active page) */
.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: bold;
}

/* Style the 'Previous' and 'Next' buttons */
.pagination .prev,
.pagination .next {
    font-weight: bold;
    text-transform: uppercase;
}

/* Add a more distinct style to the 'Prev' and 'Next' buttons */
.pagination .prev:hover,
.pagination .next:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* Disable styling for 'Previous' or 'Next' when they are not active */
.pagination .disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Style for the ellipsis (...) that shows the skipped pages */
.pagination .dots {
    padding: 5px 15px;
    color: #ccc;
    font-weight: bold;
}
ul.news-flex.RelatedNews li a {
    -webkit-line-clamp: 2;
}
.top-news-categ figcaption p {
    line-height: 24px;
    padding-left: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
