/*
 =========================================
  Header nav Start
 =========================================
 */

.adsbygoogle {
    display: block;
    width: 100%;
    /* Adjust to desired width */
    margin: 0 auto;
}


.custom_container {
    padding: 0% 5%;
}




.top_header_full {
    position: relative;
    background-color: aliceblue;
}

.top_header {
    display: grid;
    grid-template-columns: 33% 34% 33%;
    padding: 10px 0px;
}

.navbar_fullpart .navbar-toggler {
    border: none;
}

.navbar_fullpart .navbar-toggler:focus {
    box-shadow: none;
}

.sidebar_img {
    width: 160px;
}

.center_header_part {
    text-align: center;
}

.center_header_part img {
    width: 315px;
}


.top_header .right_header_part {
    text-align: right;
}

.right_header_part .login_part {
    margin: 20px 0px 10px;
}

.login_part .search_icon {
    background-color: #3866ac;
    padding: 12px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 2px 2px #c7c7c7;
}

.login_part .login_icon {
    font-size: 25px;
    background-color: #3866ac;
    padding: 10px 12px;
    border-radius: 50%;
    color: var(--main-color-white);
    box-shadow: 0px 0px 2px 2px #c7c7c7;
}

.right_header_part .social_media ul {
    display: flex;
    justify-content: end;
}

.right_header_part .social_media ul li {
    padding: 0px 5px;
}

.right_header_part .social_media ul li .social_hicon {
    font-size: 30px;
}


.sidebar_nav li a {
    background-color: #0000;
    padding: 10px 5px 10px 25px;
    transition-duration: .5s;
    color: #000;
}

.sidebar_nav li:hover a {
    background-color: #0d3a5d;
    color: #fff !important;
}

.sidebar_nav li a.active {
    background-color: #0d3a5d;
    color: #fff !important;
}


.main_nav_header ul {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    background-color: var(--main-color-deepblue);
    padding: 8px 0px;
}

.main_nav_header ul li a {
    color: var(--main-color-white);
    font-size: 18px;
    font-weight: 500;
    transition-duration: .3s;
    padding: 5px 12px;
    position: relative;
}

.main_nav_header ul li a::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}

/* .main_nav_header ul li a:hover:after {
    background-color: #fff;
} */

.main_nav_header ul li a.active:after {
    background-color: transparent;
}

.main_nav_header ul li a:hover {
    /*color: var(--main-color-red);*/
}

.main_nav_header ul li a.active {
    /*color: var(--main-color-red);*/
}

.header_time_date p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}


/*
 =========================================
  Header nav End
 =========================================
 */


/*
 =========================================
    News Section Start
 =========================================
 */
.Top_ads {
    margin: 10px 0px;
    text-align: center;
}

.Top_ads img {
    width: 40%;
}

.ads_section {
    margin: 20px 0px;
    text-align: center;
}

.ads_img {
    max-width: 100%;
}

.first_section {
    margin-top: 20px;
}

/* Two-column layout: same height, consistent gaps */
.first_section_wrapper {
    display: grid;
    grid-template-columns: 1fr 20%;
    gap: 15px;
    align-items: stretch;
}

.first_section_main {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.first_section_main .post_grid3 {
    grid-template-columns: 40% 1fr;
    gap: 15px;
}

.post_grid5_wrapper {
    margin-top: 0;
}

.first_section_sidebar {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.allpost_fullheight {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.allpost_fullheight .tab_body {
    flex: 1;
    min-height: 320px;
    max-height: 403px;
    overflow-y: auto;
}

.news_section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.big_news_box {
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #bbbbbb;
}

.big_news_box:hover {
    color: #1b75ba;
}

.big_news_box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.big_news_details {
    padding: 2rem 1rem;
    height: 195px;
}

.big_news_details h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--main-color-gray);
}

.big_news_details:hover h3,
.big_news_details:hover p {
    color: var(--main-color-blue);
}

.big_news_details p {
    font-size: 18px;
    color: #838383;
}

.last_news {
    background-color: #1b75ba;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 15px;
}

.last_news h4 {
    margin-bottom: 0;
    padding: 10px 0px;
    color: #ffffff;
    font-size: 18px;
}

.last_sm_news_sec {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.last_sm_news_details {
    display: flex;
    padding: 12px 5px 5px 10px;
    border-bottom: 1px solid #7675751a;
}

.last_sm_news_details:hover {
    color: #1b75ba;
}

.last_sm_news_details img {
    max-width: 40%;
    height: 100px;
    object-fit: cover;
}

.last_sm_news_details p {
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}

.last_sm_news_details:hover p {
    color: var(--main-color-blue);
}

.details_news {
    text-align: right;
    padding: 10px;
}

.details_news:hover {
    color: #1b75ba;
}


.news_box_sec {
    background-color: var(--main-color-deepblue);
    text-align: center;
    border-radius: 2px;
}

.news_box_sec h4 {
    margin-bottom: 15px;
    padding: 10px 0px;
    color: #ffffff;
    font-size: 18px;
}

.second_section {
    margin-top: 20px;
}

.post_grid3 {
    display: grid;
    grid-template-columns: 33% 34% 33%;
}

.CardLayoutThree {
    position: relative;
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px #bbbbbb;
}

.CardLayoutThree img {
    width: 100%;
    height: 280px;
    transition: 0.3s;
}

.CardLayoutThree:hover h5 {
    color: #fff;
    background-color: var(--main-color-blue);
}

.CardLayoutThree h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px 0px;
    color: #444444;
    font-size: 20px;
    font-weight: 500;
    height: 100px;
}

.title_leyoutone {
    background-color: var(--main-color-ofwhite);
    margin: 10px 0px 20px;
    padding: 0;
}

.title_leyoutone h4 {
    margin-bottom: 0;
    background-color: var(--main-color-blue);
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.CardBox {
    position: relative;

}

.CardleyoutOne {
    /* border-radius: 5px;
    box-shadow: 0px 0px 5px 2px #bbbbbb; */
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.CardleyoutOne h5 {
    width: 100%;
    min-height: 75px;
    background-color: #ffffffd1;
    padding: 10px 5px 0px;
    color: #000;
    font-size: 20px;
    z-index: 1;
}

.CardleyoutOne p {
    color: #000;
    font-size: 15px;
}

.CardleyoutOne img {
    width: 100%;
    height: 332px;
    transition: 0.3s;
    object-fit: cover;
}


.allpost {
    border: 1px solid #dfdfdf;
}

.tab_header {
    border-bottom: 1px solid #dfdfdf;
}

.tab_header h5 {
    padding: 10px 20px;
    font-size: 18px;
    width: max-content;
    background-color: #1b75ba;
    color: #fff;
}

.tab_body {
    height: 375px;
    overflow-y: scroll;
}

.tab_body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.tab_body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.tab_body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.tab_body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tab_body a {
    padding: 10px 5px 10px 20px;
    font-size: 14px;
    display: block;
    position: relative;
    color: #000;
}

.tab_body a:hover {
    color: #1b75ba;
}

.tab_body a::before {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0px, -50%);
    content: url('../img/tab_img.jpg');
    font-size: 10px;

}

.tab_footer {
    padding: 10px;
    text-align: center;
    background-color: mediumpurple;
    color: #fff;
}

.tab_footer h5 {
    font-size: 16px;
}

.margin_right {
    margin-right: 20px;
}

.post_grid3 {
    display: grid;
    grid-template-columns: 40% 40% 20%;
}

.post_grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* 4-card grid: 4 cols desktop, 2 tablet, 1 mobile */
.post_grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    padding: 0px 10px;
}

.post_grid5 .post_item {
    padding: 0;
}

.Cardleyouttwo {
    /* border-radius: 5px;
    box-shadow: 0px 0px 5px 2px #bbbbbb; */
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.Cardleyouttwo h5 {
    width: 100%;
    min-height: 73px;
    line-height: 1.4;
    background-color: #ffffffd1;
    padding: 10px 5px 0px;
    color: #000;
    font-size: 15px;
    z-index: 1;
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.Cardleyouttwo img {
    width: 100%;
    height: 150px;
    transition: 0.3s;
    object-fit: cover;
}

.Cardleyoutfour img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}

.Cardleyoutfour h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    min-height: 70px;
}

.Cardleyoutfour:hover h5 {
    color: var(--main-color-blue);
}

.Cardfourlist ul li {
    margin-bottom: 15px;
}

.Cardfourlist .listitem {
    display: grid;
    grid-template-columns: 30% 65%;
    column-gap: 10px;
}

.Cardfourlist .listitem img {
    width: 100%;
    height: 65px;
    object-fit: cover;
}

.Cardfourlist .listitem h6 {
    color: #000;
}

.Cardfourlist .listitem:hover h6 {
    color: var(--main-color-blue)
}

.ads_layouttwo {
    text-align: center;
}

.ads_layouttwo img {
    width: 100%;
}

.tab_footer a {
    color: #fff;
}

.tab_footer a:hover {
    text-decoration: underline;
}

.grid_four ul {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    gap: 10px;
    justify-content: space-between;
}

/* YOUTUBE VIDEO ========================= */
.photo_gallery .photo_silderimg {
    width: 100%;
    height: 25rem;
    object-fit: contain;
    background-color: #dddddd;
}

.photosilderitems {
    position: relative;
    width: 100%;
    margin: 0%;
}

.photosliderbutton {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid rgba(184, 184, 184, 0) !important;
    box-shadow: 0px 0px 5px 0px #fff0;
    text-indent: inherit !important;
    opacity: 1 !important;
    background-color: #fff0 !important;
}

.photosliderbutton.active {
    border: 1px solid rgb(207, 207, 207) !important;
    box-shadow: 0px 0px 5px 0px rgb(190, 190, 190);
}

.photosliderbutton img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: none;

}

.youtube_fullimg a {
    display: block;
    cursor: pointer;
}

.youtube_fullimg img {
    width: 100%;
    height: 20rem;
}

.youtube_lastthreevideo {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.youtubevideolist a {
    display: block;
    cursor: pointer;
}


.yt_video_sec {
    background-color: black;
    border-bottom: 1px dotted #ff0000;
    padding: 0rem 0rem;
}

.ytube_content {
    padding: 0rem 1rem 0rem 1rem;
}

.youtube_videos {
    width: 100%;
    height: 300px;
}

.ytube_content h4 {
    color: var(--main-color-blue);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.ytube_content p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    margin-top: 2rem;
}

.yt_more_vid_sec {
    padding: 2rem 0rem;
}

.yt_more_vid h5 {
    color: var(--main-color-red);
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 25px;
}

.yt_more_vid ul {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.yt_more_vid img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}

.yt_more_vid p {
    color: var(--main-color-blue);
    font-size: 10px;
    font-weight: 600;
    margin-top: 1rem;
}

.yt_more_vid button {
    padding: 0px 5px;
    width: 100%;
}

/* page design start */

.page_name {
    margin: 0px 0px;
    padding: 20px;
    border-bottom: 1px solid #bfbfbf;
}

.Innerfullpage {
    margin: 25px 0px;
}

.second_part {
    margin: 25px 0px 0px;
}

.Cardleyoutfive img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.Cardleyoutfive h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Cardleyoutfive p {
    color: #9b9b9b;
    text-align: justify;
    font-size: 15px;
}

.content_text h1,
.content_text h3,
.content_text h2,
.content_text h4,
.content_text h5,
.content_text h6 {
    font-size: 15px;
    color: #9b9b9b;
}

.second_part.grid_four ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.second_part.grid_three ul {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.second_part.grid_three ul li {
    padding: 0px 15px 0px 0px;
}

.second_part.grid_three ul li:last-child,
.second_part.grid_three ul li:nth-child(3) {
    padding: 0px 0px 0px 0px;
}

.Cardleyoutfive {
    box-shadow: 0px 0px 3px 0px #cbcbcb;
    padding: 5px;
    margin-bottom: 15px;
    height: 450px;
    overflow: hidden;
}

.Cardleyoutfive:hover h5 {
    color: var(--main-color-deepblue);
}

.Cardleyoutfive:hover p {
    color: var(--main-color-gray);
}

ul.pagination {
    justify-content: center;
}

a.page-link {
    color: #000000;
}

/* ================================================ */

.calendar {
    height: max-content;
    width: 100%;
    background-color: var(--main-color-deepblue);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.calendar {
    box-shadow: var(--shadow);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
}

.calendar-body {
    padding: 10px;
}

.calendar-week-day {
    height: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
}

.calendar-week-day div {
    display: grid;
    place-items: center;
    color: #fff;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    color: #fff;
}

.calendar-days div {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    cursor: pointer;
    animation: to-top 1s forwards;
    font-size: 15px;
}

.calendar-days div span {
    position: absolute;
}

.calendar-days div:hover span {
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.calendar-days div span:nth-child(1),
.calendar-days div span:nth-child(3) {
    width: 2px;
    height: 0;
    background-color: var(--main-color-blue);
}

.calendar-days div:hover span:nth-child(1),
.calendar-days div:hover span:nth-child(3) {
    height: 100%;
}

.calendar-days div span:nth-child(1) {
    bottom: 0;
    left: 0;
}

.calendar-days div span:nth-child(3) {
    top: 0;
    right: 0;
}

.calendar-days div span:nth-child(2),
.calendar-days div span:nth-child(4) {
    width: 0;
    height: 2px;
    background-color: var(--main-color-blue);
}

.calendar-days div:hover span:nth-child(2),
.calendar-days div:hover span:nth-child(4) {
    width: 100%;
}

.calendar-days div span:nth-child(2) {
    top: 0;
    left: 0;
}

.calendar-days div span:nth-child(4) {
    bottom: 0;
    right: 0;
}

.calendar-days div:hover span:nth-child(2) {
    transition-delay: 0.2s;
}

.calendar-days div:hover span:nth-child(3) {
    transition-delay: 0.4s;
}

.calendar-days div:hover span:nth-child(4) {
    transition-delay: 0.6s;
}

.calendar-days div.curr-date,
.calendar-days div.curr-date:hover {
    background-color: #fff;
    color: var(--main-color-gray);
    border-radius: 50%;
}

.calendar-days div.curr-date span {
    display: none;
}

.month-picker {
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
}

.month-picker:hover {
    background-color: var(--main-color-blue);
}

.year-picker {
    display: flex;
    align-items: center;
}

.year-change {
    height: 30px;
    width: 25px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.year-change pre {
    margin-bottom: 0rem;
}

.year-change:hover {
    background-color: var(--color-hover);
}

.calendar-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.sidebar_widget_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sidebar_last_two_posts {
    margin-top: 15px;
    padding: 12px;
    background-color: var(--main-color-deepblue, #1a237e);
    border-radius: 4px;
}

.sidebar_last_two_posts .sidebar_widget_title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar_last_two_posts .sidebar_post_list li:last-child {
    margin-bottom: 0;
}

.sidebar_last_two_posts .Cardleyoutfive {
    margin-bottom: 0;
}

.sidebar_last_two_posts .Cardleyoutfive img {
    height: 140px;
}

.sidebar_last_two_posts .sidebar_post_list a {
    text-decoration: none;
    display: block;
}

.sidebar_last_two_posts .sidebar_post_list a:hover h5 {
    color: var(--main-color-deepblue);
}

.toggle {
    display: flex;
}

.toggle span {
    margin-right: 10px;
    color: var(--color-txt);
}

.month-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color-deepblue);
    padding: 20px;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    display: grid;
    transform: scale(1.5);
    visibility: hidden;
    pointer-events: none;
}

.month-list.show {
    transform: scale(1);
    visibility: visible;
    pointer-events: visible;
    transition: all 0.2s ease-in-out;
}

.month-list>div {
    display: grid;
    place-items: center;
}

.month-list>div>div {
    width: 100%;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
}

.month-list>div>div:hover {
    background-color: var(--main-color-blue);
}

/* ================================================== */

.sidebar_ads img {
    width: 100%;
    height: auto;
}

.InnerSinglePage {
    margin: 30px 0px 20px;
}

.singleNewsDetails h3 {
    color: var(--main-color-gray);
    font-size: 28px;
    font-weight: 580;
    line-height: 40px;
    margin-bottom: 10px;
}

.singleNewsDetails h2,
.singleNewsDetails h4,
.singleNewsDetails h5,
.singleNewsDetails h6 {
    margin-bottom: 10px;
}

.singleNewsDetails .timeshare {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.singleNewsDetails .socialshare {
    display: flex;
}

.singleNewsDetails .socialshare li:first-child h5 {
    font-size: 16px;
    background-color: var(--main-color-blue);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.socialshare li a {
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #1b75ba;
    border: 1px solid #1b75ba;
    font-size: 14px;
}

.socialshare li a:hover {
    background-color: #fff;
    color: #1b75ba;
}

.singleNewsDetails .socialshare li .singlesocialshareicon {
    font-size: 20px;
    margin: 0px 10px;
    background-color: var(--main-color-blue);
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
}

#social-links ul {
    display: flex;
    margin-top: 2px;
}

#social-links ul li a {
    font-size: 17px;
    margin: 0px 10px;
    background-color: var(--main-color-blue);
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
}

.singleNewsDetails .socialshare li:hover .singlesocialshareicon,
.singleNewsDetails .socialshare li:hover h5 {
    background-color: var(--main-color-deepblue);
}

.singleNewsDetails h6 {
    color: #919191;
    margin-top: 5px;
}

.singleNewsDetails img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    margin-bottom: 20px;
}

.singleNewsDetails p {
    line-height: 30px;
    text-align: justify;
}

.gallery_caption {
    left: 0%;
    padding-left: 1rem;
    text-align: left;
    background-color: #1b75ba;
    width: 100%;
    bottom: 0;
}

.gallery_caption:hover {
    background-color: #ff0019;
}

.gallery_carousel-item img {
    height: 29rem;
    object-fit: cover;
}

/*
 =========================================
Footer start
 =========================================
 */
.footer {
    margin-top: 30px;
    background-color: var(--main-color-deepblue);
    padding: 20px 5px 0px;
    margin-bottom: 15px;
}

.footer_first ul li {
    margin-bottom: 5px;
}

.footer_first>ul li a {
    color: #fff;
    font-size: 16px;
}

.footer_first>ul li:hover a {
    text-decoration: underline;

}

.footer_first .social_media ul {
    display: inline-flex;
    margin-top: 10px;
}

.footer_first .social_media ul li {
    padding: 0px 15px 0px 0px;
}

.footer_first .social_media ul li .social_hicon {
    font-size: 25px;
    color: #fff;
}

.footer_first .social_media ul li:hover .social_hicon {
    font-size: 25px;
    color: var(--main-color-red);
}

.footer_third p {
    text-align: end;
}

.footer_third .social_media ul {
    justify-content: end;
    width: 100%;
}


.footer_third ul li {
    font-size: 16px;
    color: var(--main-color-white);
    margin-bottom: 10px;
}

.footer_third ul li:last-child {
    margin-bottom: 0px;
}

.footer_bottom {
    text-align: center;
    border-top: 1px solid #fff;
    color: #fff;
    margin-top: 5px;
}

/*
 =========================================
Footer End
 =========================================
 */

/*
 =========================================
Marquess Section
 =========================================
*/
.marquee {
    position: relative;
}

.marquee_content {
    position: fixed;
    z-index: 99;
    width: 100%;
    bottom: 0%;
    background-color: #f0f8ff;
    box-shadow: 0px 0px 5px 0px #b1b1b1;
}

.marquee_sec {
    display: flex;
}

.marquee_sec h5 {
    padding: 10px 25px 10px 25px;
    background-color: #eb0000;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.marquee_sec a {
    font-size: 15px;
    color: #222;
}

.marquee_sec marquee {
    margin-top: 8px;
}

.marquee_sec ul {
    display: inline-flex;
}

.marquee_sec ul li {
    position: relative;
    margin-right: 20px;
}

.marquee_sec ul li::before {
    content: '\f0c8';
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    background-color: #1e3050;
    margin-right: 5px;
}

.marquee_sec ul li a:hover {
    text-decoration: underline;
}

/*
 =========================================
Marquess Section End
 =========================================
*/

/*
 =========================================
    Media Quary Start
 =========================================
*/

@media only screen and (max-width: 1440px) {
    .main_nav_header ul li a {
        font-size: 16px;
        padding: 5px 5px;
    }

    .Cardleyoutfour h5 {
        font-size: 18px;
    }

    .singleNewsDetails h3 {
        font-size: 25px;
    }

    .singleNewsDetails img {
        max-height: 400px;
    }

    .Cardleyoutfive h5 {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1366px) {
    .center_header_part img {
        width: 250px;
    }

    .main_nav_header ul li a {
        font-size: 14px;
        padding: 0px 5px;
    }

    .right_header_part .login_part {
        margin: 5px 0px 10px;
    }

    .login_part .login_icon {
        font-size: 20px;
    }

    .right_header_part .social_media ul li .social_hicon {
        font-size: 25px;
    }

    .header_time_date p {
        margin-top: 5px;
        font-size: 15px;
    }

    .CardleyoutOne img {
        height: 260px;
    }

    .CardleyoutOne h5 {
        font-size: 18px;
    }

    .Cardleyouttwo h5 {
        font-size: 15px;
    }

    .CardleyoutOne h5,
    .Cardleyouttwo h5 {
        min-height: 73px;
    }

    .news_box_sec h4 {
        padding: 8px 0px;
        font-size: 16px;
    }

    .Cardleyoutfour img {
        height: 160px;
    }

    .listitem h6 {
        font-size: 15px;
    }

    .big_news_box img {
        height: 260px;
    }

    .big_news_details h3 {
        font-size: 18px;
    }

    .last_sm_news_details img {
        height: 85px;
    }

    .youtube_videos {
        height: 380px;
    }

    .yt_more_vid img {
        width: 150px;
        height: 84px;
    }

    .footer_third ul li {
        font-size: 15px;
    }

    .calendar {
        padding: 20px 0px;
    }

    .year-change {
        width: 20px;
        margin: 0 5px;
    }

    .sidebar_ads img {
        height: 370px;
    }

    .tab_body {
        height: 265px;
    }

}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {
    .main_nav_header {
        display: none;
    }

    .login_part .search_icon {
        font-size: 16px;
    }

    .CardleyoutOne h5,
    .Cardleyouttwo h5 {
        min-height: 69px;
    }

    .Cardleyouttwo h5 {
        font-size: 14px;
    }

    .year-change {
        width: 15px;
    }

    .ads_section {
        margin: 10px 0px;
    }

    .calendar-header {
        font-size: 16px;
    }

    .calendar-week-day div {
        font-size: 12px;
    }

    .calendar-days div {
        width: 25px;
        height: 25px;
        font-size: 13px;
        padding: 0px;
    }

    .month-picker {
        font-size: 16px;
    }

    .sidebar_ads img {
        height: 300px;
    }
    .allpost_fullheight .tab_body{
        max-height: 393px;
    }
}

@media only screen and (max-width: 991px) {
    .mobile_full_width {
        width: 100%;
        max-width: 100%;
    }

    .second_part.grid_four ul {
        grid-template-columns: 50% 50%;
    }

    .second_part.grid_three ul {
        grid-template-columns: 50% 50%;
    }

    .second_part.grid_three ul li:last-child,
    .second_part.grid_three ul li:nth-child(3) {
        padding: 0px 15px 0px 0px;
    }

    .tab_column.col-md-6 {
        width: 100%;
    }

    .gap_top {
        margin-top: 20px;
    }

    .Cardleyouttwo h5 {
        font-size: 12px;
    }

    .CardleyoutOne h5 {
        font-size: 15px;
    }

    .news_box_sec h4 {
        font-size: 15px;
    }

    .Cardleyoutfour h5 {
        font-size: 15px;
    }

    .details_news {
        font-size: 15px;
    }

    .big_news_details h3 {
        font-size: 15px;
    }

    .big_news_details p {
        font-size: 12px;
    }

    .carousel-caption {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer_third ul li p {
        font-size: 14px;
    }

    .footer_first>ul li a {
        font-size: 14px;
    }

    .yt_more_vid h5 {
        margin-bottom: 1rem;
        font-size: 20px;
    }

    .footer_bottom p {
        font-size: 14px;
    }

    .page_name h4 {
        padding: 0px 10px;
        font-size: 20px;
    }

    .Cardleyoutfive h5 {
        font-size: 15px;
    }

    .Cardleyoutfive p {
        font-size: 12px;
    }

    .Cardleyoutfive {
        height: 400px;
    }

    .Cardleyoutfive img {
        height: 165px;
    }

    .Cardleyoutfive {
        height: 375px;
    }

    .pagination .page-link {
        font-size: 12px;
    }

    .footer_first .social_media ul li .social_hicon {
        font-size: 22px;
    }

    .login_logo_img img {
        width: 160px;
    }

    .login_level {
        font-size: 15px;
    }

    .singleNewsDetails h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .singleNewsDetails p {
        line-height: 25px;
        font-size: 14px;
    }

    .socialshare li a {
        padding: 5px 5px;
        margin-right: 5px;
    }

    .yt_more_vid img {
        width: 100%;
    }

    .first_section_wrapper {
        grid-template-columns: 1fr;
    }

    .allpost_fullheight .tab_body {
        max-height: 300px;
    }

    .post_grid5_wrapper .post_grid5 .post_item:nth-child(5) {
        display: none;
    }

    .first_section_sidebar {
        margin-bottom: 10px;
    }

    .post_grid5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 768px) {

    .CardleyoutOne h5,
    .Cardleyouttwo h5 {
        min-height: 50px;
    }

    .post_grid2.mobile_one {
        grid-template-columns: 100%;
    }

    .details_news {
        margin-bottom: 15px;
    }

    .footer_first {
        text-align: center;
    }

    .footer_second {
        text-align: center;
    }

    .footer_second a img {
        width: 150px;
        margin: 20px 0px;
    }

    .footer_third {
        text-align: center;
        margin-bottom: 5px;
    }

    .sidebar_widget {
        margin-top: 15px;
    }

    .center_header_part img {
        width: 200px;
    }

    .tab_header h5 {
        padding: 5px 20px;
        font-size: 14px;
    }

    .tab_footer h5 {
        font-size: 14px;
    }

    .first_section_wrapper {
        grid-template-columns: 1fr;
    }

    .post_grid3 {
        display: grid;
        grid-template-columns: 100%;
    }

    .first_section_main .post_grid3 {
        grid-template-columns: 100%;
    }

    .margin_right {
        margin-right: 0px;
    }



    .post_grid4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .post_grid5 .post_item,
    .post_grid2 .post_item {
        padding: 0px 0px 0px 0px;
        box-shadow: 0px 0px 5px 0px #b1b1b1;
        margin-bottom: 0px;
    }
    .Cardleyouttwo {
        border: none;
    }
}

@media only screen and (max-width: 480px) {
    .CardleyoutOne p {
        color: #000;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .login_logo_img {
        width: 165px;
    }

    .login_level {
        font-size: 15px;
    }

    .header_time_date p {
        font-size: 12px;
    }

    .CardleyoutOne img {
        height: 250px;
    }

    .Cardleyouttwo img {
        height: 140px;
    }

    .Cardleyouttwo h5 {
        min-height: 60px;
    }

    .yt_more_vid .nav-tabs {
        justify-content: center;
    }

    .you_tabs_buttons {
        width: 100%;
        max-width: 180px;
    }

    .yt_more_vid ul {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    ul.pagination {
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
    }

    .second_part.grid_four ul {
        grid-template-columns: 100%;
    }

    .second_part.grid_three ul {
        grid-template-columns: 100%;
    }

    .post_grid2 {
        display: grid;
        grid-template-columns: 48% 48%;
        gap: 15px;
    }

    .post_grid4 {
        grid-template-columns: repeat(2, 1fr);
    }


    .Cardleyoutfive {
        height: 325px;
    }

    .singleNewsDetails .socialshare li .singlesocialshareicon {
        font-size: 16px;
    }

    #social-links ul li a {
        font-size: 15px;
        margin: 0px 5px;
    }

    .singleNewsDetails .socialshare li:first-child h5 {
        font-size: 10px;
    }

    .singleNewsDetails h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .gallery_caption h5 {
        font-size: 12px;
    }

    .timeshare h6 {
        font-size: 12px;
    }

    .singleNewsDetails .timeshare {
        display: block;
    }

    .second_part.grid_three ul li {
        padding: 0px 0px 0px 0px;
    }

    .second_part.grid_three ul li:last-child,
    .second_part.grid_three ul li:nth-child(3) {
        padding: 0px 0px 0px 0px;
    }

    .yt_more_vid {
        margin-bottom: 10px;
    }

    .footer_third p {
        text-align: center;
    }

    .footer_third .social_media ul {
        justify-content: center;
        width: 100%;
    }
}

/* Infinite scroll loading indicator */
.latest-scroll-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    color: #1b75ba;
    font-size: 14px;
}

.latest-scroll-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-top-color: #1b75ba;
    border-radius: 50%;
    animation: latest-scroll-spin 0.7s linear infinite;
}

@keyframes latest-scroll-spin {
    to {
        transform: rotate(360deg);
    }
}

.allnews_full .latest-scroll-loading {
    padding: 24px 0;
    font-size: 15px;
}

.allnews_full .latest-scroll-spinner {
    width: 28px;
    height: 28px;
    border-width: 3px;
}