/*
Theme Name: NRI Posts
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.5.1648804024
Updated: 2022-04-01 09:07:04

*/

body {
    font-family: 'Calibri' !important;
    color: #000;
}

.hidetitle header.entry-header {
    display: none;
}

body a {
    color: #000;
}

body a,
body a:focus,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none !important;
    background: transparent !important;
}

body a img {
    outline: 0 !important;
}

.Container {
    width: 80%;
    margin: 0 auto;
}

header#masthead .Container {
    width: 80%;
    margin: 0 auto;
}

/*--- end all site css ----*/



/*--- header---*/
.nav_menu_hed .primary-menu-container ul li a p.menu-item-description {
    display: none;
}

.cust_site_search .hw-widget .wp-block-search .wp-block-search__button::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    font-size: 24px;
    color: #fff;
}

header#masthead {
    padding: 0;
    display: block;
    background-image: linear-gradient(to right, #ffdf2c, #ffae13, #ff8800);
    width: 100%;
    max-width: 100%;
}

.top_header_div .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_header_div .row .widget-area {
    margin: 0;
    padding: 0;
    display: block;
}

/*
.socil_media_header .hw-widget2 ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 195px;
}
*/

.socil_media_header .hw-widget2 {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.socil_media_header .hw-widget2 ul li {
    margin-right: 7px;
}

.socil_media_header .hw-widget {
    display: block;
}

.socil_media_header .hw-widget2 ul li {
    display: block;
}

.socil_media_header .hw-widget2 ul li i {
    color: #000;
    font-size: 26px;
}

.cust_site_search .hw-widget .wp-block-search {
    margin: auto;
}

header .hw-widget {
    margin: 0;
}

.cust_site_search .hw-widget .wp-block-search input {
    border-width: 1px;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    font-family: 'Calibri';
}

.cust_site_search .hw-widget .wp-block-search input:focus,
.cust_site_search .hw-widget .wp-block-search .wp-block-search__button:focus,
.footer_top .news_latter button:focus {
    outline: 0;
}

.cust_site_search .hw-widget .wp-block-search .wp-block-search__button {
    border-width: 1px;
    border-radius: 0 7px 7px 0;
    font-size: 0px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    background: #000 !important;
}

.nav_menu_hed .primary-menu-container ul li a {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none !important;
    background: transparent !important;
    padding: 21px 12px 13px !important;
    position: relative;
    margin-right: 5px;
    font-family: 'Calibri';
    color: #000;
}

.nav_menu_hed .primary-menu-container ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 5px;
    background: #000;
    transition: all ease-in-out 0.4s;
}

.nav_menu_hed .primary-menu-container ul li.current-menu-item a {
    color: #000;
}

.nav_menu_hed .primary-menu-container ul li.current-menu-item a::after {
    width: 100%;
}

.nav_menu_hed .primary-menu-container ul li a:hover::after,
.nav_menu_hed .primary-menu-container ul li.current_page_item a::after {
    width: 100%;
}

/*----- end header ---*/


/*----- footer -----*/
footer#colophon {
    width: 100%;
    max-width: 100%;
}

.footer_section1 {
    background: #fff100;
    padding: 45px 0;
    margin: 0;
}

.footer_section1 section#custom_html-2 {
    margin: 0;
}

footer#colophon .widget-area {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer_top .top_cont h2 {
    margin: 0;
    font-size: 38px;
}

p {
    font-size: 16px;
}

.footer_top .news_latter input {
    max-width: 600px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #000;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 13px 10px;
}

.footer_top .news_latter input::placeholder {
    color: #000;
    font-size: 20px;
}

.footer_top .news_latter button {
    border-radius: 60px;
    background: #000 !important;
    font-size: 24px;
    font-weight: 700;
    padding: 13px 45px;
    margin-left: 30px;
}

.footer_top .news_latter button :hover {
    color: #fff;
}

.footer_top .buttom_cont {
    padding-top: 20px;
}

.footer_section2 {
    margin: 0;
    padding-top: 60px;
}

.footer_section2 .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*
.footer_section2 .textwidget h2 {
    FONT-WEIGHT: 700;
    TEXT-ALIGN: left;
    font-size: 32px;
    max-width: 360px;
    margin: 0 auto;
    font-family: 'cabinbold';
    color: #000;
   
}
*/

.footer_section2 .socil_media_header .hw-widget2 ul {
    width: 100%;
}

.footer_section2 .socil_media_header .hw-widget2 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_section2 .footer_mnu_sec .footer-navigation {
    margin: 8px 0 0 0;
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li {
    line-height: normal;
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li a {
    font-size: 24px;
    font-weight: 700;
    color: #828282;
    padding: 0 13px 0 0;
    margin-right: 13px;
    position: relative;
    text-decoration: underline;
    text-decoration: underline !important;
    transition: all ease-in-out 0.4s;
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li a:hover {
    color: #000;
}

.footer_section2 .footer_mnu_sec {
    padding-top: 35px;
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 4px;
    width: 0px;
    background: #828282;
    transform: rotate(24deg);
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li:last-child a {
    padding: 0;
    margin: 0;
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li:last-child a::after {
    display: none;
}


/*---- newslatter -----*/
.footer_top .news_latter .noptin-optin-form-wrapper {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer_top .news_latter .noptin-optin-form-wrapper .noptin-form-header {
    padding: 0;
    display: none;
}

.footer_top .news_latter .noptin-optin-form-wrapper .noptin-form-footer {
    padding-left: 0;
    padding-right: 0;
}

.footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper {
    padding: 0 !important;
}


.footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-text::placeholder {
    font-family: 'Calibri';
    font-size: 28px;
}

.footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-text {
    border: 0;
    padding: 15px 18px 6px 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
    font-weight: 400;
    font-size: 28px;
    color: #000;
    border-bottom: 3px solid #000;
    display: inline-block !important;
}

.footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper {
    max-width: 620px !important;
    width: 100% !important;
    display: inline-block !important;
}

.footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-form-submit {
    width: auto !important;
    max-width: 300px !important;
}

.noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
    width: 465px;
    max-width: 465px;
    background: #000 !important;
    border: 0;
    border-radius: 42px;
    color: #fff !important;
    padding: 13px 10px 13px 85px;
    font-size: 30px;
    font-weight: 700 !important;
}

.buttom_cont p {
    font-size: 19px;
    color: #000;
    font-family: 'Roboto';
    line-height: normal;
}

.top_cont p {
    font-size: 28px;
    color: #000;
}

.buttom_cont p a {
    font-weight: 700;
    color: #000 !important;
    text-decoration: underline !important;
}

.noptin-optin-form.noptin-form-single-line .noptin-form-fields {
    display: block;
    text-align: left;
}

.noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
    position: relative;
    left: 11%;
    z-index: 9;
    font-size: 39px;
    top: 0px
}

.noptin-optin-form.noptin-form-single-line .noptin-form-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*----- end footer ----*/

/*---- home bode ----*/
.home_trending h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.home_trending h3 img {
    margin-right: 2px;
    margin-top: -6px;
}

/*
.col1_trending_grid .layout2_div .layout2_itm .middle_cnt {
    width: 69%;
    padding-right: 7px;
}

.col1_trending_grid .layout2_div .layout2_itm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 21px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ddd;
}

.col1_trending_grid .layout2_div .layout2_itm .more_title a {
    font-size: 16px;
    color: #000;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 8px;
    min-height: 38px;
}

.col1_trending_grid .layout2_div .layout2_itm .left_cnt {
    margin-right: 9px;
    font-size: 20px;
    width: 4%;
}

.col1_trending_grid .layout2_div .layout2_itm .right_cnt {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
}

.col1_trending_grid .layout2_div .layout2_itm .right_cnt .custom-bg {
    width: 100%;
    height: 100%;
}

.col1_trending_grid .layout2_div .layout2_itm .right_cnt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}
*/

.cust_home_main_div .home_trending .col1_trending_grid {
    padding-top: 34px;
}

.col1_trending_grid .layout2_div .layout2_itm .more_auth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt {
    padding-left: 10px;
    font-size: 14px;
    color: #545454;
    display: flex;
    align-items: center;
}

.col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt span.auth_name {
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88px;
    display: inline-block;
}

/*
.layout1_div .nws_itm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 16%);
    padding: 18px 18px 38px;
    border-radius: 5px;
    margin-top: 12px;
    border: 1px solid #989898;

}
*/

.top_header_div .cust_site_logo .site-branding {
    text-align: left;
}

/*
.layout1_div .nws_itm .right_cnt {
    width: 120px;
    height: 120px;
    border-radius: 3px;
    overflow: hidden;
}


.archive_body .layout1_div .nws_itm .right_cnt {
    width: 130px;
    height: 127px;
}
*/
.layout1_div .nws_itm .right_cnt .custom-bg {
    width: 100%;
    height: 100%;
}

.layout1_div .nws_itm .right_cnt .custom-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgb(221 221 221 / 72%);
    border-radius: 5px;
}

.fr_section .cate-grid2 {
    padding-top: 50px;
}

/*
.layout1_div .nws_itm .left_cnt {
    width: 83%;
    padding-right: 10px;
}
*/
.archive_body .thr_section .layout1_div .nws_itm {
    min-height: 168px;
    padding-bottom: 18px;
}

.layout1_div .nws_itm .left_cnt .more_auth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.auth_img {
    width: 26px;
    margin-right: 10px;
    height: 26px;
    overflow: hidden;
}

.auth_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layout1_div .nws_itm .left_cnt .more_auth .auth_name {
    font-size: 16px;
}

.layout1_div .nws_itm .left_cnt .more_title a {
    font-size: 18px;
    margin-top: 16px;
    color: #000;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.cust_site_search .wp-block-search__inside-wrapper input {
    border-color: #949494 !important;
}

.cust_site_search .hw-widget .wp-block-search {
    box-shadow: 0px 0px 40px #0000000f;
}

.layout3_div .layout3_itm {
    box-shadow: 0px 0px 30px rgb(231 230 230 / 86%);
    padding: 19px 15px;
    border-radius: 5px;
    margin-top: 19px;
}

.layout3_div .layout3_itm .more_auth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.auth_img {
    width: 26px;
    margin-right: 10px;
    height: 26px;
    overflow: hidden;
}

.layout3_div .layout3_itm .more_auth span {
    font-size: 16px;
}

/*

.layout3_div .layout3_itm .more_title {
    font-size: 16px;
    color: #000;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin-top: 3px;
}
*/

.cust_slider_section .cust_post_meta span.auth_img {
    display: inline-block;
    width: 23px;
    height: 23px;
}

.cust_slider_section .cust_post_meta span.auth_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cust_post_section .layout1_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cust_post_section .layout1_div .nws_itm {
    width: 49%;
}

.cust_slider_section .item .custom_contain .cust_post_meta {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 16px;
}

.cust_slider_section .item .custom_contain {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px;
    background-image: linear-gradient(to top, rgb(0 0 0 / 81%), rgb(0 0 0 / 73%), rgb(0 0 0 / 60%), rgb(0 0 0 / 0%));
    clear: both;
    object-fit: inherit;
}

.cust_slider_section .item .custom_contain .carousel-caption {
    display: block;
    text-align: left;
    width: 100%;
    position: unset;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 0;
}

.cust_slider_section .custom_contain .cust_post_meta span.cust_auth {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.cust_slider_section .owl-slider .owl-nav {
    display: none;
}

.cust_slider_section .owl-slider .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 27px;
    text-align: center;
    width: 100%;
    left: 0;
}

.cust_slider_section .owl-slider .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: rgb(255 255 255 / 17%);
    margin: 0 5px;
    border-radius: 100%;
}

.cust_slider_section .owl-slider .owl-dots button.owl-dot.active {
    background: #fff;
}

.nav_menu_hed .primary-menu-container ul li.menu-item-90446 a {
    text-decoration: underline !important;
}

.home_second_section .col1_grid .second_section_layout,
.fr_section .cate-grid2 .second_section_layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col1_grid .second_section_layout .category_lay {
    width: 23%;
}

.fr_section .cate-grid2 .second_section_layout .category_lay {
    width: 48%;
    border-top: 3px solid #000;
}

.second_section_layout .category_lay .post_img_cust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second_section_layout .category_lay .first_cate_content {
    position: relative;
    margin-bottom: 0px;
}

/*
.second_section_layout .category_lay .post_meta_cust {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #000;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
*/

.col1_grid .second_section_layout .category_lay .post_meta_cust .more_title {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

.second_section_layout .category_lay .post_meta_cust .more_title a {
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

.second_section_layout .category_lay .more_auth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.second_section_layout .category_lay .first_cate_content .auth_cnt span.auth_name {
    font-size: 16px;
    color: #fff;
}

.home_second_section {
    padding: 60px 0;
}

.second_section_layout .category_lay .cate_title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    padding-bottom: 42px;
}


.second_cate_content .more_title a {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
.layout4_div .second_cate_content:nth-child(even) {
    background: #f1f1f1;
}
*/

.layout4_div .second_cate_content {
    padding: 16px 0px 0 0;
    display: flex;
}

/*
.layout4_div .second_cate_content:nth-child(odd) {
    background: #f8f8f8;
}
*/

.cust_slider_section .item .custom-bg {
    height: 481px;
}

.cust_slider_section .item .custom-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_sec_col1 .cust_slider_section {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.live_tv_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live_tv_div {
    height: 271px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    ;
}

.col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_img {
    width: 23px;
    height: 23px;
    margin: 0;
}

.more_news_section .layout1_div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.more_news_section .layout1_div .nws_itm {
    margin: 0;
    width: 24%;
    min-height: 168px;
    padding-bottom: 18px;
}

.post_details_main_div .layout1_div .nws_itm {
    padding-bottom: 18px;
    min-height: 160px;
}

.more_news_section .layout1_div .nws_itm .more_title.post_tt a {
    line-height: 29px !important;
}

.more_news_section .sec_tt h3 {
    font-size: 51px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
    margin: 0;
}

.more_news_section {
    padding: 10px 0 20px;
}

.home_sec_col1 {
    padding: 20px 0;
}

.cust_home_main_div .home_trending .col1_trending_grid span a {
    font-size: 17px;
    border: 0;
    outline: 0;
    text-decoration: none;
    color: #0077C6;
}

main#main {
    padding: 0;
}

.home_second_sect.Container {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
}

header#masthead .Container {
    width: 80%;
    margin: 0 auto;
}

/*--- end all site css ----*/



/*--- header---*/

header#masthead {
    padding: 0;
    display: block;
    background-image: linear-gradient(to right, #ffdf2c, #ffae13, #ff8800);
    width: 100%;
    max-width: 100%;
}

.top_header_div .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_header_div .row .widget-area {
    margin: 0;
    padding: 0;
    display: block;
}

.socil_media_header .hw-widget2 ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: auto;
    width: 100%;
}

/* .footer_section2 .footer_mnu_sec .footer-navigation ul li:nth-child(2) a::before {
    content: "You Tube";
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li:nth-child(3) a::before {
    content: "Twitter ";
} */

.footer_section2 .footer_mnu_sec .footer-navigation ul li a svg {
    display: none;
}

.socil_media_header .hw-widget2 {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.socil_media_header .hw-widget2 ul li {
    margin-right: 12px;
}

.socil_media_header .hw-widget {
    display: block;
}

.socil_media_header .hw-widget2 ul li {
    display: block;
}

.socil_media_header .hw-widget2 ul li i {
    color: #000;
    font-size: 26px;
}

.cust_site_search .hw-widget .wp-block-search {
    margin: auto;
}

.cust_site_search .hw-widget .wp-block-search input {
    border-width: 1px;
    border-radius: 8px 0 0 8px;
    line-height: normal;
    border-color: #767676 !important;
}

.cust_site_search .hw-widget .wp-block-search .wp-block-search__button {
    border-width: 1px;
    border-radius: 0 7px 7px 0;
    font-size: 0px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 14px;
}



.nav_menu_hed .primary-menu-container ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 5px;
    background: #000;
    transition: all ease-in-out 0.4s;
}

.nav_menu_hed .primary-menu-container ul li a:hover::after,
.nav_menu_hed .primary-menu-container ul li.current_page_item a::after {
    width: 100%;
}

/*----- end header ---*/


/*----- footer -----*/
footer#colophon {
    width: 100%;
    max-width: 100%;
}

.footer_section1 {
    background: #fff100;
    padding: 60px 0;
    border-top: 10px solid #000;
    width: 81%;
    margin: 0 auto;
}

footer#colophon .widget-area {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer_top .top_cont h2 {
    margin: 0;
    font-size: 51px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
    padding-bottom: 6px;
    line-height: normal;
    padding: 0;
}

p {
    font-size: 16px;
    font-family: 'Calibri';
}

footere p {
    font-family: 'Roboto' !important;
}

.footer_top .news_latter input {
    max-width: 600px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #000;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 13px 10px;
}

.footer_top .news_latter input::placeholder {
    color: #000;
    font-size: 20px;
    font-family: 'Roboto';
}

.footer_top .news_latter button {
    border-radius: 60px;
    background: #000 !important;
    font-size: 24px;
    font-weight: 700;
    padding: 13px 45px;
    margin-left: 30px;
    font-family: 'Roboto';
}

.footer_top .buttom_cont {
    padding-top: 20px;
}

.footer_section2 {
    padding-top: 60px;
    width: 81%;
    margin: 0 auto;
}

.footer_section2 .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_section2 .textwidget h2 {
    FONT-WEIGHT: 700;
    TEXT-ALIGN: left;
    font-size: 32px;
    max-width: 360px;
    margin: 0 auto;
    font-family: 'Roboto';
    text-decoration: underline;
}

.footer_section2 .socil_media_header .hw-widget2 ul {
    max-width: 320px;
    width: 100%;
}



.footer_section2 .socil_media_header .hw-widget2 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_section2 .footer_mnu_sec .footer-navigation {
    margin: 8px 0 0 0;
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li {
    line-height: normal;
}

.footer_section2 .footer_mnu_sec {
    padding-top: 35px;
}


.footer_section2 .footer_mnu_sec .footer-navigation ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0px;
    width: 2px;
    background: #828282;
    transform: rotate(24deg);
}


.footer_section2 .footer_mnu_sec .footer-navigation ul li:last-child a {
    padding: 0;
    margin: 0;
}

.footer_section2 .footer_mnu_sec .footer-navigation ul li:last-child a::after {
    display: none;
}

/*----- end footer ----*/

/*---- home bode ----*/
.home_trending h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.home_trending h3 img {
    margin-right: 2px;
    margin-top: -6px;
}

.col1_trending_grid .layout2_div .layout2_itm .middle_cnt {
    width: 69%;
    padding-right: 7px;
}

.col1_trending_grid .layout2_div .layout2_itm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #989898;
}

.col1_trending_grid .layout2_div .layout2_itm .more_title {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 8px;
    min-height: 38px;
}

.col1_trending_grid .layout2_div .layout2_itm .left_cnt {
    margin-right: 9px;
    font-size: 20px;
    width: 4%;
}

.col1_trending_grid .layout2_div .layout2_itm .right_cnt {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
}

.col1_trending_grid .layout2_div .layout2_itm .right_cnt .custom-bg {
    width: 100%;
    height: 100%;
}

.col1_trending_grid .layout2_div .layout2_itm .right_cnt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}

.cust_home_main_div .home_trending {
    padding: 31px 20px 17px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 4px;
    border: 1px solid #989898;
}

.cust_home_main_div .home_trending .col1_trending_grid {
    padding-top: 34px;
}

.col1_trending_grid .layout2_div .layout2_itm .more_auth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt {
    padding-left: 10px;
    font-size: 17px;
    color: #545454;
    display: flex;
    align-items: center;
}

/*
.col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt span.auth_name {
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
    display: inline-block;
}
*/

.layout1_div .nws_itm {
    /*----*/
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 18px 18px 50px;
    border-radius: 5px;
    margin-top: 19px;
    border: 1px solid #989898;
    min-height: 184px;
}

.par_post_div .tag_posts_disp .all_tag_box:hover .cate_tt h3 {
    color: #000;
}

.top_header_div .cust_site_logo .site-branding {
    text-align: left;
}

.layout1_div .nws_itm .right_cnt {
    width: 114px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}

.layout1_div .nws_itm .right_cnt .custom-bg {
    width: 100%;
    height: 100%;
}

/*
.layout1_div .nws_itm .right_cnt .custom-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/

.layout1_div .nws_itm .left_cnt {
    width: 65%;
    padding-right: 10px;
}

.archive_body .thr_section .layout1_div .nws_itm .left_cnt {
    width: 63%;
    padding-right: 10px;

}

.layout1_div .nws_itm .left_cnt .more_auth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.auth_img {
    width: 26px;
    margin-right: 10px;
    height: 26px;
    overflow: hidden;
}

.auth_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layout1_div .nws_itm .left_cnt .more_auth .auth_name {
    font-size: 16px;
}

.layout1_div .nws_itm .left_cnt .more_title {
    font-size: 18px;
    color: #000;
    line-height: normal;
    font-weight: 600;
}

.layout3_div .layout3_itm {
    padding: 20px 15px;
    justify-content: flex-start;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 5px;
    margin-top: 15px;
    border: 1px solid #989898;
}

.layout3_div .layout3_itm .more_auth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.auth_img {
    width: 26px;
    margin-right: 10px;
    height: 26px;
    overflow: hidden;
}

.layout3_div .layout3_itm .more_auth span {
    font-size: 16px;
}

.layout3_div .layout3_itm .more_title {
    font-size: 16px;
    color: #000;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin-top: 3px;
}

.cust_slider_section .cust_post_meta span.auth_img {
    display: inline-block;
    width: 23px;
    height: 23px;
}

.cust_slider_section .cust_post_meta span.auth_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cust_post_section .layout1_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cust_post_section .layout1_div .nws_itm {
    width: 49%;
}

.cust_slider_section .item .custom_contain .cust_post_meta {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 16px;
}

/*
.cust_slider_section .item .custom_contain {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px;
    background: rgb(0 0 0 / 68%);
    clear: both;
    object-fit: inherit;
}
*/

.cust_slider_section .item .custom_contain .carousel-caption {
    display: block;
    text-align: left;
    width: 100%;
    position: unset;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 0;
}

.cust_slider_section .custom_contain .cust_post_meta span.cust_auth {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.cust_slider_section .owl-slider .owl-nav {
    display: none;
}

.cust_slider_section .owl-slider .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 27px;
    text-align: center;
    width: 100%;
    left: 0;
}

/*
.cust_slider_section .owl-slider .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px;
    border-radius: 100%;
}

.cust_slider_section .owl-slider .owl-dots button.owl-dot.active {
    background: #ff9105;
}
*/

.home_second_section .col1_grid .second_section_layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col1_grid .second_section_layout .category_lay {
    width: 23%;
}

.second_section_layout .category_lay .post_img_cust {
    height: 200px;
    overflow: hidden;
    border: 1px solid rgb(221 221 221 / 65%);
}

.col1_grid .second_section_layout .category_lay .post_img_cust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col1_grid .second_section_layout .category_lay .first_cate_content {
    position: relative;
    margin-bottom: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.col1_grid .second_section_layout .category_lay .post_meta_cust {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-image: linear-gradient(to top, rgb(0 0 0 / 79%), rgb(0 0 0 / 22%), rgb(0 0 0 / 0%));
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/*
.col1_grid .second_section_layout .category_lay .post_meta_cust .more_title {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
*/

.col1_grid .second_section_layout .category_lay .more_auth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.col1_grid .second_section_layout .category_lay .first_cate_content .auth_cnt span.auth_name {
    font-size: 16px;
    color: #fff;
}

.home_second_section {
    padding: 60px 0 15px;
}

.col1_grid .second_section_layout .category_lay .cate_title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    padding-bottom: 42px;
}

.col1_grid .second_section_layout .category_lay {
    border-top: 3px solid #000;
}

/*
.second_cate_content .more_title {
font-size: 20px;
margin: 18px 0;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 54px;

}
*/

.cust_slider_section .item .custom-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live_tv_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_img {
    width: 24px;
    height: 24px;
    margin: 0;
}

.more_news_section .layout1_div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.more_news_section .sec_tt h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
    margin: 0;
}


.cust_home_main_div .home_trending .col1_trending_grid span a {
    font-size: 17px;
    border: 0;
    outline: 0;
    text-decoration: none;
}

main#main {
    padding: 0;
}

.home_second_section a {
    color: #000;
    text-decoration: none !important;
    font-family: 'Calibri';
}

.home_second_section .post_meta_cust a {
    color: #fff;
    text-decoration: none !important;
    font-family: 'Calibri';
}

.cust_home_main_div a {
    color: #000;
    text-decoration: none !important;
    font-family: 'Calibri';
}

.cust_slider_section .item .custom_contain a {
    color: #fff;
    text-decoration: none !important;
    font-family: 'Calibri';
}

/*---- end home body ---*/


@media (max-width:1600px) {
    .col1_trending_grid .layout2_div .layout2_itm {
        padding-bottom: 15px;
        margin-bottom: 14px;
    }

    .home_trending h3 {
        font-size: 16px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt {
        font-size: 14px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt span.auth_name {
        width: 60px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .middle_cnt {
        width: 71%;
    }

    .col1_trending_grid .layout2_div .layout2_itm .left_cnt {
        margin-right: 7px;
    }
}

ion a {
    color: #000;
}

.home_second_section .post_meta_cust a {
    color: #fff;
}

.cust_home_main_div a {
    color: #000;
}

.cust_slider_section .item .custom_contain a {
    color: #fff;
}


/*---- event page -----*/
.robo-gallery-wrap,
.page-id-16132 .entry-content hr.wp-block-separator,
.page-id-16132 .entry-content p {
    max-width: 1400px !important;
    width: 80% !important;

}

.page-id-16132 .entry-content p {
    text-align: center;
    font-size: 24px;
    margin: 20px auto 50px;
}

/*--- end event page ----*/

/*---- category page ----*/
.layout1_div .nws_itm {
    width: 23%;
}

.layout1_div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thr_section {
    padding: 0px 0;
}

.thr_section .sec_tt h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000;
}

.archive_body .thr_section .sec_tt h3 {
    padding: 0;
}

.layout5_div .c_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 19px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #989898;
}

.layout5_div .c_all .left_cont {
    width: 70%;
}

.layout4_div .second_cate_content .more_title {
    padding: 0 12px;
}

.layout5_div .c_all .right_cont {
    overflow: hidden;
    border: 1px solid rgb(221 221 221 / 72%);
    width: 122px;
    height: 90px;
    border-radius: 10px;
}

.category_sidbar .cate-grid4 .layout1_div .nws_itm .right_cnt {
    width: 130px;
    height: 100px;
    border-radius: 10px;
}

.second_section_layout .category_lay .first_cate_content .post_meta_cust {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 9px;
    height: auto;
    flex-wrap: wrap;
    z-index: 99;
}

.second_section_layout .category_lay .first_cate_content::after {
    background-image: linear-gradient(to top, rgb(0 0 0 / 76%), rgb(0 0 0 / 16%), rgb(0 0 0 / 0%));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.layout5_div .c_all .right_cont .row_full,
.layout5_div .c_all .right_cont span.post_img,
.layout5_div .c_all .right_cont span.post_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.layout5_div .c_all .right_cont span.post_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fr_section {
    padding: 60px 0;
}

.layout5_div .c_all .left_cont span.post_tt {
    display: block;
}

.layout5_div .c_all .left_cont span.post_tt a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.layout5_div .c_all .left_cont .row2 span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin-top: 3px;
}

.fr_section .cate-grid4 .layout1_div .nws_itm {
    width: 100%;
}


/*--- end category page ----*/
/*---- main category ----*/
.archive_body .par_cate_div,
.par_post_div .tag_posts_disp {
    padding: 20px 0;
}

.par_post_div .tag_posts_disp {
    padding-top: 50px;
}

.archive_body .par_cate_div .cate_img_div,
.par_post_div .tag_posts_disp .all_tag_box .post_img_div {
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.archive_body .par_cate_div .cate_img_div img,
.par_post_div .tag_posts_disp .all_tag_box .post_img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.6s;
}

.archive_body .par_cate_div .all_cat_box:hover img,
.par_post_div .tag_posts_disp .all_tag_box:hover .post_img_div img {
    transform: scale(1.2);
}

.archive_body .par_cate_div .cate_tt,
.par_post_div .tag_posts_disp .all_tag_box .cate_tt {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: hsl(0deg 0% 0% / 68%);
    z-index: 1;
}

.archive_body .par_cate_div .all_cat_box,
.par_post_div .tag_posts_disp .all_tag_box {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(221 221 221 / 48%);
    border-radius: 5px;
}

.par_post_div .tag_posts_disp .all_tag_box {
    margin-bottom: 23px;
}

.archive_body .par_cate_div .cate_tt h3,
.par_post_div .tag_posts_disp .all_tag_box .cate_tt h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5px;
    padding: 10px;
    text-align: center;
    transition: all ease-in-out 0.4s;
}

.archive_body .par_cate_div .all_cat_box:hover .cate_tt h3 {
    color: #000;
}

.par_post_div .tag_posts_disp .all_tag_box .cate_tt h3 {
    font-size: 16px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive_body .par_cate_div .cate_tt::after,
.par_post_div .tag_posts_disp .all_tag_box .cate_tt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #ffdd2b;
    z-index: -1;
    transition: all ease-in-out 0.4s;
}

.archive_body .par_cate_div .all_cat_box:hover .cate_tt::after,
.par_post_div .tag_posts_disp .all_tag_box:hover .cate_tt::after {
    width: 100%;
}

.archive_body .par_cate_div .col-lg-4,
.par_post_div .tag_posts_disp .col-lg-4 {
    padding: 15px;
}

section.category_header {
    margin: 0 !important;
}

section.category_header .topad img {
    width: 100%;
}

section.category_header {
    padding-top: 20px;
}

.archive_body {
    margin-top: 0;
}

.par_post_div .tag_tt h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding: 18px 0 0;
}

/*--- end main catagory ----*/
/*---- post dtls page -----*/
.post_details_main_div {
    padding: 20px 0;
}

.post_details_main_div .post_cont .wp-block-image {
    text-align: left;
}

.post_details_main_div .post_tt h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
    max-width: 90%;
    line-height: normal;
}

.post_details_main_div span.auth_av {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    overflow: hidden;
}

.post_details_main_div span.auth_av img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post_details_main_div span.auth_nm {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto';
}

.post_details_main_div .row.p2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 45px;
}

.post_details_main_div .post_im {
    max-width: 80%;
    height: 450px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-radius: 30px;
}

.post_details_main_div .post_im img {
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 30px;
}

.post_details_main_div .post_cont {
    padding: 60px 0 25px;
}

i.fa {
    font-family: 'FontAwesome' !important;
}

.post_details_main_div .row.p1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 14px;
}

.post_details_main_div .post_tt {
    width: 80%;
}

.post_details_main_div .post_shr {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.post_details_main_div .post_shr ul {
    padding: 0;
    margin: 0;
}

.post_details_main_div .post_shr ul li {
    display: block;
}

.post_details_main_div .post_shr ul li a,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    width: 125px;
    background: #e7e7e7 !important;
    padding: 10px 17px !important;
    border-radius: 60px;
    line-height: normal;
    margin: 15px 0 0 0;
    text-align: center;
    color: #000;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    text-decoration: none !important;
    outline: 0 !important;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto' !important;
}

.post_details_main_div .post_shr ul li a:first-child,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:first-child {
    margin-top: 0;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a::after {
    content: "post";
    display: inline-block !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_button_twitter::after {
    content: "Tweet";
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_button_linkedin::after {
    content: "Link";
}

.post_details_main_div .post_shr ul li a i.fa,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a span.heateor_sss_svg {
    width: 22px !important;
    height: 22px !important;
    background-color: #101010 !important;
    color: #fff;
    border-radius: 2px;
}

.home_sec_col1 .post_disply_2 .col1_grid .layout1_div .nws_itm,
.home_sec_col1 .col2_grid .layout1_div .nws_itm {
    width: 100%;
}

.right_sitbar_w img {
    width: 100%;
}

.right_sitbar_w .weather_update {
    margin-top: 18px;
}

.right_sitbar_w .live_tv_div {
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.right_sitbar_w {
    padding-bottom: 22px;
}

/*----end post dtls page ----*/
/*---- end home body ---*/


/*---- epaper page ----*/
.topad img {
    width: 100%;
}

.epaper_header_sec {
    margin: 0 !important;
    padding-top: 20px;
}

.epaper_body_sec {
    margin: 0;
    padding: 60px 0 20px;
}

.epeper_sidber .widget-area .ts-grid-box,
.epeper_sidber .widget-area .ts-grid-box h2 {
    margin-top: 0;
    position: relative;
}

.epeper_sidber .widget-area {
    display: block !important;
    margin: 0;
    padding: 0;
    padding-left: 39px;
}

.epeper_sidber .widget-area .ts-grid-box h2::after {
    position: absolute;
    left: -30px;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #f7c915;
}

.epeper_sidber .widget-area .ts-grid-box h2 {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 15px;
}

.epeper_sidber .widget-area .social-widget ul {
    padding: 0;
    text-align: left !important;
}

.epeper_sidber .widget-area .social-widget ul li:first-child {
    margin-left: 0;
}

.epeper_sidber .widget-area .social-widget ul li {
    margin: 4px !important;
}

.epeper_sidber .widget-area .widget-banner img {
    width: 100%;
}

.epeper_sidber .widget-area .social-widget {
    padding: 20px 0 5px;
}

.mainpaper .paper a h6 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 10px 0;
    transition: all ease-in-out 0.4s;
}

.epaper_body_sec .mainpaper .paper {
    margin-bottom: 15px;
    height: auto;
    min-height: auto !important;
}

.epaper_body_sec .mainpaper .paper a:hover h6 {
    color: #ff8901;
}

/*---- end epaper ----*/


/*---- epaper dtls ----*/
.epep_details .topad {
    padding-bottom: 60px;
}

.epep_details .dtls_bottom_banner {
    padding-top: 40px;
}

.epep_details .mainpaper h2.post-title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 25px;
}

.epep_details .banner-img img {
    width: 100%;
}

.epep_details {
    padding: 20px 0;
}

/*---- end epaper dtls ----*/
/*----- contact us page -----*/
.content-area {
    clear: both;
    padding: 60px 0;
}

.content-area form.wpcf7-form input,
.content-area form.wpcf7-form textarea {
    color: #666;
    background: #fff;
    outline: 0 !important;
    border: 1px solid #bbb;
    border-radius: 3px;
    display: block;
    padding: 10px;
    width: 100%;
}

.content-area .container {
    margin: 0 auto !important;
}

.content-area form.wpcf7-form label {
    width: 100%;
    margin-bottom: 15px;
}

.content-area .comments-form .comment-reply-title {
    margin: 0;
    padding-bottom: 20px;
    color: #333;
}

.content-area form.wpcf7-form input.wpcf7-submit {
    width: auto;
    padding: 10px 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: #222 !important;
    border-color: #222 !important;
    transition: all ease-in-out 0.4s;
}

.content-area form.wpcf7-form input.wpcf7-submit:hover {
    background: transparent !important;
    color: #222 !important;
}

/*---- end contact us page -----*/
/*-------- live news -----*/
.live_news_sec .bottom-image_sec img {
    width: 100%;
}

.live_news_sec .livenews {
    margin-bottom: 30px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 16%);
    background-color: #fff;


    border-radius: 5px;
    padding: 0;
}

.live_news_sec .livenews .updatetitle {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.live_news_sec .livenews > .updatenewsec {
    padding: 18px;
}

.live_news_sec .livenews .updatetitle {
    font-size: 18px;
    font-weight: 700;
    text-shadow: unset;
}

.live_news_sec .live_news_box {
    padding-right: 20px;
}

/*----- end live chat -----*/



/*---- all containe page -----*/
.post-16128 .entry-content p,
.post-16128 .entry-content ol,
.post-16128 .entry-content hr,
.post-16128 .entry-content ul,
.post-16128 .entry-content h1,
.post-16128 .entry-content h2,
.post-16128 .entry-content h3,
.post-16128 .entry-content h4,
.post-16130 .entry-content p,
.post-16130 .entry-content ol,
.post-16130 .entry-content ul,
.post-16130 .entry-content hr,
.post-16130 .entry-content h1,
.post-16130 .entry-content h2,
.post-16130 .entry-content h3,
.post-16130 .entry-content h4,
.post-16126 .entry-content p,
.post-16126 .entry-content ol,
.post-16126 .entry-content ul,
.post-16126 .entry-content hr,
.post-16126 .entry-content h1,
.post-16126 .entry-content h2,
.post-16126 .entry-content h3,
.post-16126 .entry-content h4,
.post-89848 .entry-content p,
.post-89848 .entry-content ol,
.post-89848 .entry-content ul,
.post-89848 .entry-content hr,
.post-89848 .entry-content h1,
.post-89848 .entry-content h2,
.post-89848 .entry-content h3,
.post-89848 .entry-content h4,
.post-89848 .entry-content .wp-block-columns,
.post-89848 .entry-content figure,
.page-id-16121 .entry-content h1,
.page-id-16121 .entry-content h2,
.page-id-16121 .entry-content h3,
.page-id-16121 .entry-content h4,
.page-id-16121 .entry-content p {
    max-width: 100% !important;
}


.post-16128 .entry-content,
.post-16130 .entry-content,
.post-16126 .entry-content,
.post-89848 .entry-content,
.page-id-16121 .entry-content {
    max-width: 1400px;
    margin: 0 auto !important;
    width: 80%;
}

.post-16128 .entry-content ol,
.post-16128 .entry-content ul,
.post-16130 .entry-content ol,
.post-16130 .entry-content ul,
.post-16126 .entry-content ol,
.post-16126 .entry-content ul,
.post-89848 .entry-content ol,
.post-89848 .entry-content ul,
.page-id-16121 .entry-content ol,
.page-id-16121 .entry-content ul {
    padding-left: 22px;
    margin: 0 !important;
}

.post-16128 .entry-content p,
.post-16130 .entry-content p,
.post-16126 .entry-content p,
.post-89848 .entry-content p {
    margin: 10px 0;
}

.post-16128 p .entry-content b,
.post-16130 p .entry-content b,
.post-16126 p .entry-content b,
.post-89848 p .entry-content b {
    padding-top: 15px;
    display: block;
}


/*------- end all page contain -----*/


/*------- video page -----------*/
.all_video_sec .paper a,
.all_video_sec .paper a img {
    max-width: 100% !important;
    min-width: 100%;
    width: 100%;
    clear: both;
    display: block;
}

.all_video_sec {
    margin: 0;
    padding: 20px 0;
}

.all_video_sec .paper .post-date-info {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.all_video_sec .paper a h6.video-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 6px 0 0 !important;
    line-height: 24px;
    margin: 0;
}

.all_video_sec .paper {
    padding: 15px;
}

.sing_video_sec .main_video_box .videotitle {
    margin-bottom: 0;
}

.sing_video_sec .main_video_box h5.videodesc {
    padding-top: 10px !important;
}

/*----- end video page -------*/

/*----- search page -------*/

.ser_sec_res header.page-header h1.page-title {
    font-size: 32px;
    font-weight: 700;
}

.ser_sec_res header.page-header {
    margin: 0 0 30px !important;
}

.ser_sec_res h1.page-title {
    margin: 0;
    padding-bottom: 13px;
}

.ser_sec_res .no-results .page-content {
    text-align: center;
}

.ser_sec_res .no-results .page-content input {
    padding: 16px 15px !important;
    height: auto;
    border: 0 !important;
    font-size: 16px !important;
}

.ser_sec_res .no-results .page-content form label {
    width: calc(100% - 82px) !important;
    border: 0 !important;
}

.ser_sec_res .no-results .page-content form button.is-search-submit {
    width: 82px;
    padding: 7px 5px !important;
    height: auto;
    background: #000;
}

.ser_sec_res .no-results .page-content form button.is-search-submit span.is-search-icon {
    background: transparent;
    border: 0;
    padding: 0 !important;
}

.ser_sec_res .no-results .page-content form button.is-search-submit span.is-search-icon svg {
    width: 35px;
}

.ser_sec_res .no-results .page-content form span.is-search-icon svg path {
    fill: #fff;
}

.ser_sec_res .no-results .page-content form {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #000;
}

.ser_sec_res .search-result-count {
    max-width: 100%;
    padding: 10px 16px;
    background: #f7f7f7;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
}

.ser_sec_res header.entry-header {
    margin: 0 !important;
    padding: 30px 0 15px;
}

.ser_sec_res header.entry-header h2.entry-title {
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    font-weight: 700;
}

.ser_sec_res header.entry-header .post-thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

.ser_sec_res .entry-content {
    margin: 0;
    padding-top: 10px;
}

.ser_sec_res .entry-content p {
    max-width: 100% !important;
}

.ser_sec_res footer.entry-footer {
    max-width: 100%;
    margin: 0;
    padding-top: 10px;
}

.ser_sec_res article.entry {
    margin-bottom: 30px !important;
}

/*----- end search page -------*/
.all_event_cint img {
    width: 100%;
}

.epeper_sidber .widget-area .social-widget:first-child {
    padding-top: 0;
}

.all_event_cint .banner-img {
    text-align: left;
}

.all_event_cint .banner-img .updatetitle {
    font-size: 16px;
    font-weight: 700;
    text-shadow: unset !important;
    letter-spacing: 1px;
}

.mainpaper > .all_event_cint > .banner-img {
    margin-bottom: 15px;
}

.banner-img img {
    width: 100%;
}

.contact_page_sec {
    margin: 0;
}

.content-area form.wpcf7-form span.wpcf7-spinner {
    position: absolute;
}

.page-template-home-template .content-area {
    padding-top: 15px;
}

.post_details_main_div {
    max-width: 1260px;
    margin: 0 auto;
}

.post_details_main_div .post_cont .wp-block-image {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 35px;
}

.post_details_main_div .layout1_div .nws_itm {
    width: 32%;
}

.post_details_main_div .row.p4 h3 {
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    font-family: 'Roboto' !important;
}

.right_sitbar_w {
    padding-bottom: 60px;
}

.layout1_div .post_tt a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.noptin-optin-form .noptin-big.noptin-padded {
    font-size: 32px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    color: #4F8A10;
    font-weight: 700;
}


/*-------------------------- local category page -----------------------------*/

.archive_body .loc_tab_cate_main_div .cate_img_div {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 6px solid transparent;
    position: relative;
    margin: 0 auto;
    padding: 4px;
}

.archive_body .loc_tab_cate_main_div .cate_img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.archive_body .loc_tab_cate_main_div .col-lg-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive_body .loc_tab_cate_main_div .round_fil {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.archive_body .loc_tab_cate_main_div .round_fil .all_cat_round {
    margin-left: 44px;
}

.archive_body .loc_tab_cate_main_div .round_fil .all_cat_round:first-child {
    margin-left: 0;
}

.archive_body .loc_tab_cate_main_div .ct_active .cate_img_div,
.archive_body .loc_tab_cate_main_div a:hover .cate_img_div {
    border-color: #fff100;
}

.archive_body .loc_tab_cate_main_div .cate_tt h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto' !important;
    margin: 18px 0 0 0;
    background: transparent;
    padding: 6px 12px 6px 12px;

    line-height: normal;

    border-radius: 6px;
}

.archive_body .loc_tab_cate_main_div .cate_img_div span.loc1 {
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: -7px;
    width: 44px;
    height: 44px;
}

.archive_body .loc_tab_cate_main_div .cate_img_div span.loc1 img {
    border-radius: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.archive_body .loc_tab_cate_main_div .ct_active .cate_tt h3 {
    background: #000;
    padding: 6px 12px 6px 12px;
    color: #fff100;
    line-height: normal;
    border-radius: 6px;
    width: auto;
}

.archive_body .loc_tab_cate_main_div a {
    display: inline-block;
}

.archive_body .loc_tab_cate_main_div a .cate_tt {
    width: 100%;
}

.archive_body .loc_tab_cate_main_div .cate_img_div:hover .cate_tt h3 {
    background: #000;
    color: #fff;
}

.archive_body .loc_tab_cate_main_div a:hover .cate_tt h3 {
    background: #000;
    color: #fff100;
    font-weight: 600;
}

.archive_body .loc_tab_cate_main_div .row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 28px;
}

.archive_body .loc_tab_cate_main_div .why_loc_div button {
    line-height: normal;
    padding: 8px 14px 8px 9px;
    font-size: 20px;
    border: .0;
    background: #515151;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border-radius: 37px;
    outline: 0;
    color: #ffff;
}

.archive_body .loc_tab_cate_main_div .why_loc_div button img {
    height: 29px;
}

.archive_body .loc_tab_cate_main_div .why_loc_div {
    max-width: 249px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

/*-------------------------- end local category page -----------------------------*/


.archive_body .cate-grid1 button#more_posts {
width: auto;
    max-width: auto;
    background: #000 !important;
    border: 0;
    border-radius: 42px;
    color: #fff !important;
    font-size: 26px;
    margin: 0 auto;
    float: none;
    display: block;
    transition: all ease-in-out 0.4s;
    outline: 0 !important;
    padding: 8px 40px;
    font-weight: 400;
}
.archive_body .cate-grid1 button#more_posts:hover {
    background: #ffdc2a !important;
    color: #000 !important;
}
 
.archive_body .ld_mr_div {
    position: relative;
    overflow: hidden;
    width: 199px;
    height: 53px;
    border-radius: 40px;
    margin: 0 auto;
}
.archive_body .ld_mr_div span.load_img {
    font-size: 0;
}
.archive_body .ld_mr_div span.load_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

















/*------ responsive ----*/
@media (max-width:1634px) and (min-width:1551px) {
    .col1_trending_grid .layout2_div .layout2_itm .right_cnt {
        width: 60px;
        height: 60px;
    }
}

@media (max-width:1600px) and (min-width:1281px) {
    .layout1_div .nws_itm .left_cnt .more_title a {
        font-size: 18px;
        margin-top: 16px;
        color: #000;

    }

    .cust_site_search .hw-widget .wp-block-search {
        margin-right: 35px;
    }

    .socil_media_header .hw-widget2 ul li {
        margin-right: 7px;
    }
}

@media (max-width:1600px) {
    .noptin-optin-form .noptin-big.noptin-padded {
        font-size: 24px;
    }

    .footer_section2 .footer_mnu_sec .footer-navigation ul li a {
        font-size: 20px;
    }

    .top_cont p {
        font-size: 22px;
    }

    .footer_top .top_cont h2 {
        font-size: 48px;
    }

    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-text::placeholder,
    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-text {
        font-size: 22px;
    }

    .home_trending h3 {
        font-size: 16px;
    }

    .layout1_div .nws_itm {
        min-height: 171px;
    }

    .layout1_div .nws_itm .left_cnt .more_title a {
        margin: 0;
        min-height: auto;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt {
        font-size: 14px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt span.auth_name {
        width: 60px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .middle_cnt {
        width: 71%;
    }

    .col1_trending_grid .layout2_div .layout2_itm .left_cnt {
        margin-right: 7px;
    }
}

@media (max-width:1550px) {
    .live_tv_div {
        height: 225px;
    }

    .layout1_div .nws_itm {
        min-height: 164px;
    }

    .layout1_div .nws_itm .left_cnt .more_title a {
        font-size: 16px;
        height: auto;
        min-height: auto;
        margin: 0;
    }

    .layout1_div .nws_itm .left_cnt .more_title {
        font-size: 16px;
        min-height: 60px;
        margin-top: 10px;
    }

    .layout1_div .nws_itm .right_cnt {
        width: 90px;
        height: 82px;
    }

    .layout1_div .nws_itm .left_cnt .more_auth .auth_name {
        font-size: 14px;
    }

    .auth_img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .col1_trending_grid .layout2_div .layout2_itm {
        padding-bottom: 14px;
        margin-bottom: 13px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .left_cnt {
        font-size: 16px;
        margin-right: 4px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .right_cnt {
        width: 40px;
        height: 40px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt {
        font-size: 14px;
        padding-left: 6px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .middle_cnt {
        padding-right: 4px;
        width: 72%;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt span.auth_name {
        padding-right: 4px;
        width: 70px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_img {
        width: 18px;
        height: 18px;
    }

    .home_trending h3 img {
        width: 18px;
    }

    .cust_home_main_div .home_trending .col1_trending_grid span a {
        font-size: 15px;
        letter-spacing: normal;
    }

    .cust_slider_section .item .custom_contain {
        padding: 20px;
    }

    .cust_slider_section .item .custom_contain .carousel-caption {
        font-size: 20px;
    }

    .cust_slider_section .cust_post_meta span.auth_img {
        width: 22px;
        height: 22px;
    }

    .cust_slider_section .item .custom_contain .cust_post_meta {
        font-size: 14px;
    }

    .layout3_div .layout3_itm .more_title {
        font-size: 14px;
        margin-top: 9px;
    }

    .cust_slider_section .item .custom-bg {
        height: 417px;
    }

    .layout3_div .layout3_itm {
        padding: 16.8px 15px;
    }

    .second_cate_content .more_title {
        font-size: 18px;
        height: auto;
    }

    .col1_grid .second_section_layout .category_lay .post_meta_cust .more_title {
        font-size: 18px;
    }

    .cust_home_main_div .home_trending {
        padding-bottom: 12px;
    }

    .col1_grid .second_section_layout .category_lay .first_cate_content .auth_cnt span.auth_name {
        font-size: 14px;
    }

    .more_news_section .sec_tt h3 {
        font-size: 42px;
    }

    footer .widget_text {
        margin: 0;
    }

    .footer_section2 .textwidget h2 {
        font-size: 26px;
    }

    .footer_section2 .socil_media_header .hw-widget2 ul {
        max-width: 300px;
    }

    .col1_grid .second_section_layout .category_lay .cate_title {
        font-size: 22px;
    }

    .nav_menu_hed .primary-menu-container ul li a {
        padding: 15px !important;
    }

    .col1_grid .second_section_layout .category_lay {
        border-width: 2px;
    }

    .footer_top .news_latter button {
        font-size: 20px;
        letter-spacing: 1.2px;
    }

    .footer_section2 .footer_mnu_sec .footer-navigation ul li a {
        font-size: 20px;
    }

    .layout3_div .layout3_itm .more_auth span {
        font-size: 14px;
    }

    footer#colophon {
        padding-bottom: 20px;
    }

    .more_news_section .layout1_div .nws_itm .more_title.post_tt a {
        line-height: 25px !important;
    }
}

@media (max-width:1460px) and (min-width:1280px) {
    .nav_menu_hed .primary-menu-container ul li a {
        font-size: 19px;
    }
}

@media (max-width:1400px) {
    .cust_home_main_div .home_trending .col1_trending_grid span a {
        font-size: 14px;
    }

    .cust_home_main_div .home_trending {
        padding: 31px 12px 21px;
    }
}


@media (max-width:1280px) and (min-width:768px) {
    .footer_section2 .row {
        flex-wrap: unset;
    }

    .ser_sec_res .epeper_sidber {
        padding-left: 22px !important;
    }

    .footer_section2 .socil_media_header .hw-widget2 ul {
        max-width: 171px;
    }

    header#masthead .Container {
        width: 91%;
    }

    .site-logo img.custom-logo {
        height: 45px;
    }

    .cust_site_search .hw-widget .wp-block-search {
        padding-left: 40px;
    }

    .nav_menu_hed .primary-menu-container ul li a {
        padding: 14px 11px !important;
        letter-spacing: 1.2px;
        font-size: 15px;
    }

}

@media (max-width:1260px) and (min-width:981px) {
    .archive_body .layout1_div .nws_itm .right_cnt {
        width: 90px;
        height: 90px;
    }

    .footer_section2 .textwidget h2 {
        font-size: 22px;
    }

    .second_cate_content .more_title a {
        font-size: 16px;
        height: 44px;
    }

    .col1_grid .second_section_layout .category_lay .post_meta_cust .more_title {
        font-size: 16px;
    }

    .col1_grid .second_section_layout .category_lay .cate_title {
        padding-bottom: 25px;
    }
}

@media (max-width:1260px) and (min-width:1100px) {
    .layout1_div .nws_itm {
        min-height: auto !important;
    }

    .home_first_section .layout1_div .nws_itm {
        min-height: 137px !important;
    }

    .layout1_div .nws_itm .left_cnt .more_title a {
        font-size: 13px;
        min-height: auto;
        margin: 0;
        line-height: 21px;
    }

    .post_details_main_div .layout1_div .nws_itm {
        min-height: 130px;
    }

    .more_news_section .layout1_div .nws_itm .more_title.post_tt a {
        line-height: 21px !important;
    }

    .cust_home_main_div .home_trending .col1_trending_grid {
        padding-top: 14px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_title a {
        font-size: 12px;
        min-height: 32px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .middle_cnt {
        width: 70%;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_title {
        min-height: auto;
        height: 39px;
        line-height: 19px;
    }



    .layout3_div .layout3_itm .more_title {
        font-size: 12px;
    }

    .cust_slider_section .item .custom_contain .carousel-caption {
        font-size: 18px;
    }

    .cust_home_main_div .home_trending {
        padding: 25px 10px 11px;
    }

    .col1_trending_grid .layout2_div .layout2_itm {
        padding-bottom: 13px;
        margin-bottom: 12px;
    }

    .cust_post_section .layout1_div .nws_itm,
    .home_sec_col1 .post_disply_2 .col1_grid .layout1_div .nws_itm,
    .home_sec_col1 .col2_grid .layout1_div .nws_itm {
        padding: 10px 10px 20px;
    }

    .cust_home_main_div .home_trending .col1_trending_grid span a {
        font-size: 12px;
    }

    .cust_slider_section .item .custom-bg {
        height: 373px;
    }

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

    .layout3_div .layout3_itm {
        padding: 7.3px 10px;
    }

    .second_section_layout .category_lay .first_cate_content .post_meta_cust {
        padding-top: 0;
        padding-bottom: 5px;
    }

    .col1_grid .second_section_layout .category_lay .post_meta_cust .more_title {
        margin: 0;
        min-height: auto;
        font-size: 18px;
        line-height: normal;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_auth .auth_cnt span.auth_name {
        padding-right: 4px;
        width: 70px;
    }
}

@media (min-width:1201px) {
    .socil_media_header .hw-widget2 ul li a img {
        height: 36px;
        margin-right: 6px;
    }

    top: 5px;
}

}

@media (max-width:1199px) and (min-width:991px) {

    .footer_section2 .textwidget h2 {
        font-size: 22px;
    }

    .epaper_body_sec .mainpaper .paper img {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .mainpaper .paper a h6 {
        line-height: normal;
    }

    .epeper_sidber .widget-area {
        padding-left: 15px;
    }

    .epaper_body_sec .mainpaper {
        padding-right: 30px;
    }
}

@media (max-width:1100px) and (min-width:991px) {
    .layout5_div .c_all .right_cont {
        width: 120px;
        height: 94px;
        border-radius: 15px;
    }

    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper {
        max-width: 400px !important;
    }

    .footer_section2 .footer_mnu_sec .footer-navigation ul li a {
        font-size: 18px;
    }

    .category_sidbar .layout1_div .nws_itm .left_cnt .more_title a {
        font-size: 14px;
        height: 53px !important;
        min-height: auto;
        line-height: 18px;
    }

    .second_section_layout .category_lay .cate_title {
        font-size: 20px;
    }

    .category_sidbar .layout1_div .nws_itm .left_cnt .more_title {
        height: auto;
        min-height: auto;
        line-height: normal;
        margin: 0;
    }
}

@media (max-width:1099px) {
    .layout1_div .nws_itm {
        width: 49%;
        padding: 15px;
    }

    .layout1_div .nws_itm .left_cnt .more_title a {
        margin: 0;
        line-height: 22px;

    }

    .layout1_div .nws_itm,
    .more_news_section .layout1_div .nws_itm {
        min-height: unset !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .cust_site_search .hw-widget .wp-block-search {
        padding-right: 30px;
    }

    .footer_section2 .textwidget h2 {
        font-size: 19px;
    }

    .post_details_main_div .layout1_div .nws_itm .left_cnt .more_title a {
        font-size: 14px;
        -webkit-line-clamp: 2;
        height: 44px;
    }

    .post_details_main_div .layout1_div .nws_itm .right_cnt {
        width: 57px;
        height: 57px;
    }
}


@media (max-width:1099px) and (min-width:768px) {
    .sidbar_cont .row .colum_midd {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (max-width:1099px) and (min-width:851px) {

    .home_sec_col1 .home_first_section .colum_left {
        width: 100%;
    }

    .home_sec_col1 > .Container > .home_first_section > .col-md-6 {
        width: 100%;
    }

    .home_sec_col1 > .Container > .home_first_section > .colum_left {
        margin-bottom: 40px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .right_cnt {
        width: 60px;
        height: 60px;
    }

    .live_tv_div {
        height: 205px;
    }

    .sidbar_cont .row .col-sm-12 {
        width: 50% !important;
    }

    .more_news_section .layout1_div .nws_itm {
        width: 49%;
        margin-bottom: 20px;
    }

    .more_news_section .layout1_div .nws_itm:nth-child(3),
    .more_news_section .layout1_div .nws_itm:nth-child(4) {
        margin-bottom: 0;
    }

}

@media (max-width:875px) and (min-width:768px) {

    .nav_menu_hed .primary-menu-container ul li a {
        padding: 14px 8px !important;
        letter-spacing: normal;
        font-size: 14px;
    }

}

@media (max-width:850px) {
    .more_news_section {
        display: none;
    }
    .cust_home_main_div .home_trending{
        padding-bottom: 15px;
    }

    .cust_home_main_div .sidbar_cont .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .cust_home_main_div .sidbar_cont .layout1_div {
        display: none;
    }

    .cust_home_main_div .sidbar_cont .col2_grid {
        display: none;
    }

    .cust_home_main_div .sidbar_cont .home_trending {
        margin-top: 30px;
    }

    .cust_home_main_div .sidbar_cont .colum_right {
        margin-top: 30px;
    }

}



@media (max-width:991px) {
    .archive_body .loc_tab_cate_main_div .round_fil {
        width: 100%;
        margin-bottom: 27px;
    }

    .archive_body .loc_tab_cate_main_div .round_fil .all_cat_round {
        margin: 15px 12px;
    }


    .archive_body .loc_tab_cate_main_div .round_fil {
        justify-content: space-between;
    }

    .post_details_main_div .post_im {
        width: 100%;
        max-width: 100%;
        border-radius: 15px;
    }

    .footer_section2,
    .footer_section1 {
        width: 100%;
        max-width: 100%;
    }

    .epeper_sidber {
        max-width: 370px;
        margin: 36px auto 0;
    }

    .contact_page_sec .comments-form {
        padding: 25px 0 0 0 !important;
    }

    .epaper_body_sec .mainpaper .paper img {
        width: 100% !important;
        height: auto !important;
    }

    .sing_video_sec .video_sidber .col-md-12.thumbvideos {
        padding: 5px;
    }

    .sing_video_sec .video_sidber .col-md-12.thumbvideos .col-md-7 {
        padding: 5px 0 0 0;
    }

    .video_sidber .thumbvideos p {
        font-size: 12px;
        line-height: normal;
    }

    .category_sidbar {
        max-width: 340px;
        margin: 30px auto 0;
    }

    .fr_section {
        padding: 30px 0;
    }
}

/*---- media query 980px -----*/
@media (max-width:980px) {
    .footer_top .top_cont h2 {
        font-size: 42px;
    }

    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
        left: 63px !important;
        font-size: 26px;
        top: 5px;
    }

    .top_cont p {
        font-size: 20px;
        line-height: normal;
        padding-top: 5px;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields {
        display: block;
    }

    .col1_grid .second_section_layout .category_lay:last-child,
    .col1_grid .second_section_layout .category_lay:nth-child(3) {
        margin-top: 24px;
    }

    .home_sec_col1 .cust_slider_section {
        border-radius: 5px;
    }

    .col1_grid .second_section_layout .category_lay {
        width: 49%;
        margin-bottom: 15px;
    }

    .home_second_section {
        padding-top: 10px;
    }

    .col1_grid .second_section_layout .category_lay:last-child,
    .col1_grid .second_section_layout .category_lay:nth-child(3) {
        margin-bottom: 0;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
        width: 300px !important;
        font-size: 22px;
        padding: 14px 12px 13px 64px;
    }

    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper {
        max-width: 100% !important;
        margin-bottom: 18px !important;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields {
        text-align: center;
    }

    .buttom_cont p {
        font-size: 16px;
        font-family: 'Roboto' !important;
    }

    .custom-html-widget h2 {
        font-size: 16px;
        margin: 0;
    }

    .footer_section2 .Container {
        width: 90%;
    }

    .footer_section2 .footer_mnu_sec .footer-navigation ul li a {
        font-size: 16px;
    }

    .footer_section2 .footer_mnu_sec {
        padding-top: 20px;
    }



}

/*---- end media query 980px -----*/
@media (min-width:768px) {
    .log_pls_s {
        display: none;
    }

    .sidbar_cont .row .colum_midd {
        padding: 0;
    }

    .dextop_none {
        display: none;
    }

    .nav_menu_hed .primary-navigation .primary-menu-container ul.icon_soc {
        display: none;
    }
}

/*---- media query 767px -----*/
@media (max-width:767px) {
    .socil_media_header .hw-widget2 ul li a img {
        height: 32px;
    }

    .footer_section2 .socil_media_header .hw-widget2 ul {
        justify-content: center;
    }

    .footer_section1 {
        width: 100%;
    }

    .footer_section2 {
        width: 100%;
    }

    .post_details_main_div .row.p4 h3 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .top_cont p {
        font-size: 16px;
    }

    .second_cate_content .more_title {
        height: auto;
        min-height: unset;
        max-height: inherit;
        line-height: normal;
    }

    .layout3_div .layout3_itm .more_title a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 24px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 24px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_title {
        min-height: unset;
        height: auto;
        max-height: inherit;
        line-height: normal
    }

    .layout3_div .layout3_itm .more_title {
        line-height: normal
    }

    .post_details_main_div .layout1_div .nws_itm {
        width: 100%;
    }

    .post_details_main_div .post_im {
        height: auto;
    }

    .post_details_main_div .post_im img {
        width: 100%;
        border-radius: 10px;
    }

    .post_details_main_div .post_cont .wp-block-image {
        width: 100%;
        padding: 0;
        margin: 16px 0;
    }

    .menu_sec .primary-menu-container ul.icon_soc li a img {
        height: 35px;
    }

    .cust_slider_section .item .custom_contain .carousel-caption a {
        font-size: 18px;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        baseline-shift: baseline;
        min-height: auto;
        padding: 0;
    }

    .epaper_body_sec .banner-img {
        padding: 0 20px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .right_cnt {
        width: 70px;
        height: 70px;
    }

    .col1_grid .second_section_layout .category_lay:last-child,
    .col1_grid .second_section_layout .category_lay:nth-child(3) {
        margin-top: 0;
    }

    .entry-content h1 {
        font-size: 26px;
        margin: 0;
        margin-bottom: 18px;
    }

    .col1_grid .second_section_layout .category_lay {
        margin-bottom: 40px !important;
    }

    .home_second_section {
        padding-bottom: 0px;
    }

    .mobile_none {
        display: none !important;
    }

    header#masthead .Container .nav_menu_hed {
        DISPLAY: NONE;
    }

    .content-area {
        padding: 0;
    }

    .thr_section {
        padding: 20px 0 30px;
    }

    .thr_section .sec_tt h3 {
        font-size: 28px;
        padding-bottom: 3px;
    }

    .Container {
        width: 100%;
        padding: 0 20px;
    }

    .post-16128 .entry-content,
    .post-16130 .entry-content,
    .post-16126 .entry-content,
    .post-89848 .entry-content,
    .page-id-16121 .entry-content {
        width: 100%;
        padding: 25px 20px;
    }

    /*
.page-id-16128 .content-area, 
page-id-16130 .content-area, 
.page-id-16128 .content-area, 
page-id-16130 .content-area{
    padding: 25px 0;
}
*/
    .page-id-16132 .entry-content p {
        font-size: 18px;
        width: 100% !important;
        padding: 0 20px;
    }

    .robo-gallery-wrap,
    .page-id-16132 .entry-content hr.wp-block-separator,
    .page-id-16132 .entry-content p {
        width: 100% !important;
        padding: 0 20px;
    }

    .post_details_main_div .Container .row {
        margin: 0;
    }

    .home_sec_col1 .Container,
    .home_second_section .Container {
        width: 100%;
        padding: 0 15px;
    }

    .home_second_section .Container .row {
        margin: 0;
    }

    .home_sec_col1 .cust_slider_section {
        border-radius: 4px;
    }

    .cust_home_main_div .sidbar_cont .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .cust_home_main_div .sidbar_cont .home_trending {
        margin-top: 30px;
    }

    .cust_home_main_div .sidbar_cont .colum_right {
        margin-top: 30px;
    }

    .cust_home_main_div .sidbar_cont .layout1_div {
        display: none;
    }

    .cust_home_main_div .sidbar_cont .col2_grid {
        display: none;
    }

    .cust_post_section .layout1_div .nws_itm {
        display: none;
    }

    .cust_post_section .layout1_div .nws_itm:first-child {
        display: flex;
        width: 100%;
    }

    .col1_grid .second_section_layout .category_lay {
        width: 100%;
        margin-bottom: 15px;
    }

    .home_second_section {
        padding-top: 10px;
    }

    .col1_grid .second_section_layout .category_lay:last-child {
        margin-bottom: 0;
    }

    header#masthead .row_mobile-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-button-container #primary-mobile-menu span {
        font-size: 0 !important;
    }

    header#masthead .row_mobile-row .menu_sec {
        width: 7%;
        display: block;
        clear: both;
    }

    header#masthead .row_mobile-row .logo_sec {
        width: 50%;
        text-align: center;
    }

    header#masthead .row_mobile-row .logo_sec-mg {
        width: 100%;
    }

    header#masthead .row_mobile-row .live_tv_sec {
        width: 30%;
        text-align: right;
    }

    header#masthead .row_mobile-row .search_sec {
        width: 10%;
        margin-left: 10px;
    }

    header#masthead .Container {
        width: 97%;
    }

    header#masthead .row_mobile-row .menu_sec .menu-button-container {
        display: block;
        padding: 0;
        right: unset;
    }

    .menu-button-container #primary-mobile-menu {
        position: relative;
        top: 0;
        padding: 0;
    }

    header#masthead .row_mobile-row .logo_sec .site-logo {
        text-align: center;
        width: 100%;
        position: unset;
        margin: 0;
        padding: 0;
    }

    header#masthead .row_mobile-row .menu_sec svg.svg-icon {
        width: 38px !important;
        height: 38px;
    }

    header#masthead .row_mobile-row .search_sec button.search {
        background: transparent;
        font-size: 23px;
        color: #000;
        padding: 0;
        outline: 0 !important;
        text-decoration: none;
        border: 0 !important;
    }

    header#masthead .row_mobile-row .live_tv_sec a {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        position: relative;
    }

    header#masthead .row_mobile-row .live_tv_sec a::after {
        content: "";
        position: absolute;
        left: -23px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: #ff0000;
        border-radius: 100%;
    }

    header#masthead .row_mobile-row .search_sec button.search {}

    .menu-button-container .menu-button-container {
        right: unset;
        left: 0;
        width: 100%;
    }

    header#masthead .row_mobile-row .menu_sec .primary-navigation {
        width: 100%;
        display: inline-block;
        right: unset;
        left: 0;
    }

    header#masthead .row_mobile-row .logo_sec .site-logo span.custom-logo-link {
        max-width: 100%;
        display: block;
        width: 100%;
    }

    header#masthead .row_mobile-row .logo_sec .site-logo span.custom-logo-link img.custom-logo {
        max-width: unset;
        width: auto;
    }

    header#masthead .row_mobile-row .menu_sec button#primary-mobile-menu {
        float: none;
        margin: 0;
        outline: 0 !important;
        top: 10px;
    }

    header#masthead .row_mobile-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 58px;
    }

    header#masthead .row_mobile-row .logo_sec .site-logo a.custom-logo-link {
        display: block;
        width: 100%;
    }



    header#masthead .row_mobile-row .logo_sec {
        width: 47%;
        text-align: center;
        padding: 0;
        margin-left: 16px;
    }

    header#masthead .row_mobile-row .live_tv_sec {
        width: 31%;
        text-align: right;
    }


    /*----------------------------**/
    .post_details_main_div .post_shr {
        width: 100%;
    }

    .post_details_main_div .post_shr .heateor_sss_sharing_container {
        width: 100%;
    }

    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
        margin: 0 5px;
    }

    .post_details_main_div .post_shr .heateor_sss_sharing_container .heateor_sss_sharing_ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .post_details_main_div .post_tt {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .post_details_main_div .row.p1 {
        padding-bottom: 37px;
    }

    .post_details_main_div .post_tt h2 {
        width: 100%;
        max-width: 100%;
        font-size: 26px;
    }

    .layout1_div .nws_itm {
        width: 100%;
        padding: 15px 15px;
        align-items: center;
    }

    .layout1_div .nws_itm .left_cnt .more_title {
        min-height: auto !important;
        height: auto !important;
    }

    .layout1_div .nws_itm .left_cnt .more_title a {
        height: auto !important;
        min-height: auto;
        margin: 3px 0 0;
        max-height: initial;
        line-height: normal;
    }

    .post_details_main_div .post_cont {
        padding-bottom: 0;
        padding-top: 26px;
    }

    .post_details_main_div .row.p2 {
        margin-bottom: 18px;
    }

    .post_details_main_div {
        padding: 25px 0;
    }

    .footer_section2 .Container {
        padding: 0;
    }

    .par_post_div .tag_posts_disp {
        padding-top: 25px;
    }

    .epep_details .topad {
        padding-bottom: 26px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .epep_details .mainpaper h2.post-title {
        font-size: 24px;
        padding-bottom: 7px;
    }

    .contact_page_sec {
        padding: 40px 0 25px;
    }

    .contact_page_sec .container {
        padding: 0 20px !important;
    }

    .contact_page_sec .comments-form .comment-reply-title {
        font-size: 24px;
    }

    .live_news_sec {
        margin: 0;
        padding: 35px 0 10px;
    }

    .sing_video_sec .video_sidber {
        padding-top: 25px;
    }

    .sing_video_sec {
        padding: 30px 0;
    }

    .ser_sec_res header.entry-header h2.entry-title {
        font-size: 20px;
    }

    .ser_sec_res header.page-header {
        margin-bottom: 13px !important;
    }

    .ser_sec_res header.page-header h1.page-title {
        font-size: 24px;
        margin-bottom: 0;
        padding-bottom: 8px;
    }

    .ser_sec_res {
        padding: 25px 0;
    }

    header#masthead .Container {
        width: 100%;
        padding: 0 0 0 7px;
    }

    .epaper_body_sec {
        padding-top: 20px;
    }

    .noptin-optin-form .noptin-big.noptin-padded {
        font-size: 20px;
    }

    .post_details_main_div .row.p2 {
        padding-bottom: 11px;
    }

    .layout3_div .layout3_itm .more_title {
        font-size: 16px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .more_title {
        font-size: 16px;
    }

    .archive_body .loc_tab_cate_main_div {
        padding: 36px 0 0px;
    }

    .archive_body .loc_tab_cate_main_div .cate_img_div {
        width: 90px;
        height: 90px;
        border-width: 4px;
    }

    .archive_body .loc_tab_cate_main_div .cate_img_div span.loc1 {
        width: 40px;
        height: 40px;
        bottom: -4px;
        right: -9px;
    }

    .archive_body .loc_tab_cate_main_div a .cate_tt {
        margin-top: -7px;
    }


}

/*---- end media query 767px -----*/
@media (max-width:767px) and (min-width:701px) {

    .footer_section2 .row .col-sm-12 {
        width: 49%;
        padding: 0;
    }
}

@media (max-width:767px) and (min-width:481px) {
    .archive_body .tag_posts_disp .row .col-xs-12 {
        width: 50%;
        float: none;
    }

    .menu_sec .primary-menu-container ul.icon_soc {
        padding-left: 10px !important;
    }

    .epaper_body_sec .mainpaper .paper {
        width: 50%;
    }

    .tag_posts_disp .row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }


    .tag_posts_disp .row::before {
        display: none;
    }

    .tag_posts_disp .row::after {
        display: none;
    }

    header#masthead .row_mobile-row {
        min-height: 100px;
    }

    header#masthead .row_mobile-row .menu_sec button#primary-mobile-menu {
        top: -22px;
    }
}

@media (max-width:680px) and (min-width:480px) {
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
        margin: 0 7px 0 0;
        padding: 7px 11px !important;
        border-radius: 50px;
    }

    header#masthead .row_mobile-row .logo_sec .site-logo a.custom-logo-link img {
        height: 51px !important;
        width: auto !important;
        max-width: unset;
        min-height: auto;
        max-height: initial;
    }

    .footer_section2 .footer_mnu_sec .footer-navigation ul li a::after {
        top: 3px;
        bottom: 0;
    }
}

@media (max-width:380px) {
    header#masthead .row_mobile-row .live_tv_sec a {
        font-size: 16px;
        letter-spacing: normal;
    }

    header#masthead .row_mobile-row .search_sec button.search {
        font-size: 20px;
    }

}

@media (max-width:680px) {
    .footer_section2 .footer_mnu_sec .footer-navigation ul li a {
        font-size: 13px;
        padding: 0 7px 0 0;
        margin-right: 5px;
    }

    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-text,
    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-text::placeholder {
        font-size: 16px;
    }

    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
        font-size: 20px;
        left: 64px !important;
        top: 3px;
    }

    .cust_slider_section .item .custom_contain {
        padding: 16px 10px 32px;
    }

    .cust_slider_section .owl-slider .owl-dots {
        bottom: 12px;
    }

    .footer_section2 .row .col-md-4 {
        width: 100%;
        text-align: center;
    }

    .footer_section2 .row .site-name,
    .footer_section2 .row .site-logo {
        width: 100%;
        margin: 0;
    }

    .footer_section2 .row .site-logo span.custom-logo-link {
        display: block;
        width: 100%;
    }

    .footer_section2 .row .site-logo img.custom-logo {
        width: 100%;
        height: auto;
        min-width: auto;
        max-height: unset;
        min-height: unset;
        max-width: unset;
        margin-bottom: 0px;
    }

    .footer_section2 .socil_media_header .hw-widget2 {
        justify-content: center;
    }

    footer#colophon .widget-area {
        margin: 0;
        width: 100% !important;
        max-width: 100%;
    }

    .footer_top .top_cont h2 {
        font-size: 26px;
        padding-bottom: 10px;
        letter-spacing: normal;
    }

    .footer_section1 {
        padding: 45px 0;
    }

}


@media (max-width:640px) {
    .fr_section .cate-grid2 .second_section_layout .category_lay {
        width: 100%;
        margin-bottom: 25px;
    }

    .category_sidbar {
        max-width: 100%;
    }

    .fr_section .cate-grid2 .second_section_layout .category_lay:last-child {
        margin-bottom: 0;
    }

    .layout5_div .c_all {
        padding: 12px;
        border-radius: 5px;
    }

    .layout5_div .c_all .left_cont {
        width: 59%;
        padding-right: 5px;
    }

    .layout5_div .c_all .left_cont span.post_tt a {
        font-size: 16px;
    }

    .layout5_div .c_all .right_cont {
        width: 104px;
        height: 90px;
        border-radius: 10px;
    }

    .archive_body .layout5_div .c_all span.post_tt a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 26px;
    }

}

@media (max-width:767px) and (min-width:481px) {}

@media (max-width:767px) {
    .primary-navigation > .primary-menu-container {
        top: 0px !important;
        max-width: 450px;
        width: 100%;
        background: #ffff !important;
        color: beige;
        left: -110%;
        height: calc(100vh - var(--global--admin-bar--height));
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        display: block;
        position: fixed !important;
        transform: unset !important;
        overflow-y: scroll;
        height: 100vh;
    }

    .lock-scrolling .site {
        position: fixed;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
    }

    .primary-navigation .primary-menu-container > ul > .ucreen_m::after {
        display: none;
    }

    .primary-navigation .primary-menu-container > ul > .ucreen_m {
        padding: 0 !important;
    }

    .primary-navigation .primary-menu-container > ul > .ucreen_m a {
        width: 244px !important;
        max-width: unset !important;
        background: #000 !important;
        border-radius: 10px;
        line-height: normal;
        padding: 7px 17px 7px;
        color: #ffdf2c;
        position: relative;
        display: flex !important;
        align-items: center;
        font-size: 19px !important;
        letter-spacing: 1px;
    }

    .primary-navigation .primary-menu-container > ul > .ucreen_m a::after {
        background-image: url('/wp-content/themes/NRIposts/image/ukraine.png');
        content: "";
        width: 30px;
        height: 30px;
        display: inline-block;
        z-index: 99;
        margin-left: 9px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .primary-navigation .primary-menu-container > ul > .menu-item {
        position: relative;
        padding-left: 57px;
        margin: 11px 0 2px;
    }

    .row_mobile-row .log_pls_s .mob_logo a {
        padding: 0;
        z-index: 999;
        position: relative;
    }

    .row_mobile-row .log_pls_s .mob_logo {
        background-image: linear-gradient(to right, #ffdf2c, #ffdf2c);
        text-align: center;
        padding: 27px 10px;
    }

    .primary-navigation .primary-menu-container > ul > .menu-item::after {
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 32px;
        height: 32px;
        background-image: url('/wp-content/themes/NRIposts/image/Path_102.png');
    }

    .primary-navigation .primary-menu-container > ul > .headlines_m::after {
        width: 28px;
        height: 28px;
    }

    .primary-navigation .primary-menu-container > ul > .trending_m::after {
        background-image: url('/wp-content/uploads/2022/04/home_trending.png');
    }

    .primary-navigation .primary-menu-container > ul > .canada_m::after {
        background-image: url('/wp-content/themes/NRIposts/image/Path_190.png');
    }

    .primary-navigation .primary-menu-container > ul > .india_m::after {
        background-image: url('/wp-content/themes/NRIposts/image/Path_192.png');
    }

    .primary-navigation .primary-menu-container > ul > .world_m::after {
        background-image: url('/wp-content/themes/NRIposts/image/world.png');
    }

    .primary-navigation .primary-menu-container > ul > .polit_m::after {
        background-image: url('/wp-content/themes/NRIposts/image/Path_196.png');
    }

    .primary-navigation .primary-menu-container > ul > .sport_m::after {
        background-image: url('/wp-content/themes/NRIposts/image/crose.png');
    }

    .primary-navigation .primary-menu-container > ul > .local_m::after {
        background-image: url('/wp-content/themes/NRIposts/image/locat.png');
    }



    .primary-navigation > .primary-menu-container.menu_sl {
        left: 11px;
        transform: unset !important;
    }

    .menu-button-container #primary-mobile-menu .dropdown-icon {
        left: 30px;
        position: relative;
        transition: all ease-in-out 0.4s;
    }

    .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
        top: -10px;
        left: -4px;
        transition: all ease-in-out 0.4s;
    }

    .log_pls_s .mob_search form.wp-block-search__button-outside {
        width: 100%;
        margin: 0 !important;
        max-width: 100%;
    }

    .log_pls_s .mob_search form.wp-block-search__button-outside input {
        border: 1.5px solid #949494;
    }

    .log_pls_s .mob_search form.wp-block-search__button-outside button.wp-block-search__button {
        background: #000 !important;
        position: relative;
        font-size: 0;
    }

    .log_pls_s .mob_search form.wp-block-search__button-outside button.wp-block-search__button::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f002";
        font-size: 24px;
        color: #fff;
    }

    .primary-navigation > .primary-menu-container ul#primary-menu-list {
        width: 100%;
        background: #fff;
        padding: 20px;
        padding-left: 51px;
    }

    header#masthead .row_mobile-row .menu_sec .menu-button-container {
        position: absolute;
        width: 100%;
    }

    header#masthead .row_mobile-row .menu_sec .primary-navigation {
        position: absolute;
        width: 90%;
        left: 0;
        transform: unset;
        z-index: 999;
        top: 48px;
    }

    .logged-in header#masthead .row_mobile-row .menu_sec .primary-navigation {
        top: unset;
        margin-top: -2px;
    }

    header#masthead .row_mobile-row .menu_sec .menu-button-container {
        background: transparent;
        z-index: 999999;
    }

    header#masthead .row_mobile-row .menu_sec button#primary-mobile-menu {
        top: -15px;
        z-index: 999999;
        right: unset;
        display: inline-block !important;
        left: -10px;
        transition: all ease-in-out 0.4s;
    }

    .menu-button-container #primary-mobile-menu .dropdown-icon.close {
        top: -18px;
        position: relative;
        left: -10px;
        opacity: 1;
    }

    .menu-button-container #primary-mobile-menu .dropdown-icon.close .svg-icon path {
        fill: #000;
        opacity: 1;
    }

    .primary-navigation > .primary-menu-container ul#primary-menu-list a {
        width: 100%;
        font-weight: 700;
        font-size: 18px;
    }

    .primary-navigation > .primary-menu-container ul#primary-menu-list a p.menu-item-description {
        display: none;
    }

    .search_sec .cust_site_search {
        position: absolute;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        text-align: center;
        border: 1px solid #ddd;
        margin-top: 15px;
    }

    .search_sec .cust_site_search div#header-widget-area {
        width: 100% !important;
        max-width: 100%;
        padding: 10px;
    }

    .cust_site_search .hw-widget .wp-block-search .wp-block-search__button {
        padding: 0 8px;
    }

    .cust_site_search .hw-widget .wp-block-search input {
        padding: 8px 10px;
        font-size: 14px;
        font-family: 'Calibri';
    }

    .cust_site_search .hw-widget .wp-block-search .wp-block-search__button::after {
        font-size: 19px;
    }

    /*
    header#masthead .row_mobile-row .logo_sec,
    header#masthead .row_mobile-row .live_tv_sec,
    header#masthead .row_mobile-row .search_sec {
         position: relative; 
        z-index: 9999;
    }
*/

    .menu_sec .primary-menu-container ul.icon_soc {
        padding: 0 0 0 30px !important;
    }

    .menu_sec .primary-menu-container ul.icon_soc li {
        display: inline-block !important;
        margin-left: 15px;
    }

    .footer_section2 .row {
        justify-content: center;
    }

    .footer_section2 .row .socil_media_header {
        padding-top: 15px;
    }

    .footer_section2 .textwidget h2 {
        font-size: 18px;
    }

    .menu_sec .primary-menu-container ul.icon_soc li:last-child a img {
        height: 45px;
    }

}




@media (max-width:700px) and (min-width:480px) {
    .footer_section2 .row .col-md-4 {
        width: 49%;
        padding: 0;
    }

    .footer_section2 .row .col-md-4:first-child {
        margin-right: 2%;
    }

    .footer_section2 .row .col-md-4:last-child {
        width: 100%;
    }

}

@media (max-width:550px) {
    .menu-button-container #primary-mobile-menu .dropdown-icon {
        left: 13px;
    }
}

@media (max-width:481px) {
    .primary-navigation > .primary-menu-container {
        padding: 0 !important;
        border: 0;
        width: 100%;

    }

    .log_pls_s .mob_search form.wp-block-search__button-outside button.wp-block-search__button {
        padding: 9px;
    }

    .primary-navigation > .primary-menu-container.menu_sl {
        left: 0 !important;
        top: -48px;
        background: #fff;
    }
}

@media (max-width:480px) {
    .primary-navigation > .primary-menu-container {
        height: 100vh;
        padding-bottom: 90px;
        overflow-y: scroll;
    }

    .post_details_main_div .post_shr ul li a i.fa,
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a span.heateor_sss_svg {
        width: 18px !important;
        height: 18px !important;
    }

    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a::after {
        font-size: 14px;
    }

    .post_details_main_div .post_shr ul li a,
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
        padding: 8px 13px !important;
        margin: 0;
        margin-right: 5px;
        width: 95px;
    }

    .post_details_main_div .post_shr ul li a:last-child,
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:last-child {
        margin-right: 0;
    }

    header#masthead .row_mobile-row {
        min-height: 93px;
    }

    .sing_video_sec .video_sidber .col-md-12.thumbvideos {
        width: 49%;
    }

    header#masthead .row_mobile-row .logo_sec .site-logo img.custom-logo {
        height: auto;
        width: 100% !important;
        max-width: 100%;
        max-height: initial;
    }

    header#masthead .row_mobile-row .logo_sec .site-logo {
        display: block !important;
    }

    /*
    header#masthead .row_mobile-row .menu_sec button#primary-mobile-menu span.dropdown-icon.close {
        top: 28px !important;
        position: relative;
        left: -18px;
    }
*/

    .primary-navigation > .primary-menu-container ul#primary-menu-list {
        padding: 15px 12px 15px 25px;
    }

    .menu_sec .primary-menu-container ul.icon_soc {
        padding-left: 14px !important;
        padding-bottom: 130px !important;
    }

    .menu_sec .primary-menu-container ul.icon_soc li {
        margin-left: 8px;
    }

    header#masthead .row_mobile-row .menu_sec button#primary-mobile-menu span.dropdown-icon.open {
        left: 7px;
    }

    header#masthead .row_mobile-row .menu_sec svg.svg-icon {
        width: 28px !important;
        height: 28px;
    }

    .col1_trending_grid .layout2_div .layout2_itm .middle_cnt {
        padding-right: 4px;
        width: 66%;
    }

    .cust_home_main_div .home_trending .col1_trending_grid span a {
        font-size: 18px;
        color: #0077C6;
    }

    .logged-in header#masthead .row_mobile-row .menu_sec button#primary-mobile-menu span.dropdown-icon.close {
        top: -19px !important;
    }

    .logged-in .primary-navigation > .primary-menu-container.menu_sl {
        top: 39px !important;
    }


    .footer_section2 .footer_mnu_sec .footer-navigation ul li {
        margin-bottom: 7px;
    }

    .footer_section2 .row .col-md-4:first-child,
    .footer_section2 .row .col-md-4:nth-child(2) {
        width: 50%;
        margin-bottom: 10px;
    }

    .footer_section2 .row .site-logo img.custom-logo {
        width: 100%;
        margin: 0;
    }

    .footer_section2 .row .col-md-4:first-child {
        padding-right: 0;
    }

    .footer_section2 .row .col-md-4:nth-child(2) {
        padding-left: 6px;
    }

    .footer_section2 .textwidget h2 {
        font-size: 13px;
        line-height: 19px;
    }

    .footer_section2 .socil_media_header .hw-widget2 ul {
        width: 229px;
    }

    .footer_section2 .socil_media_header .hw-widget2 ul li a img {
        height: 34px;
    }

    .primary-navigation .primary-menu-container > ul > .menu-item {
        margin: 6px 0 1px;
    }
}


@media (max-width:1280px) and (min-width:768px) {
    .socil_media_header .hw-widget2 ul li a img {
        height: 31px !important;
    }

    .socil_media_header .hw-widget2 ul li {
        margin-right: 8px;
    }

    .socil_media_header .hw-widget2 ul li:last-child {
        margin-right: 0;
    }

    .socil_media_header .hw-widget2 ul {
        max-width: 190px;
    }
}

@media (max-width:420px) {
    .footer_section2 .footer_mnu_sec .footer-navigation ul li a {
        font-size: 9px;
    }
}



@media (max-width:355px) {
    .row_mobile-row .log_pls_s .mob_logo {
        padding-left: 30px;
    }
}



.archive_body .cate-grid1 .left_cont a,
.archive_body .cate-grid1 .c_all .left_cont span,
.top_cont p,
.footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-text,
.footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper input.noptin-text::placeholder,
.footer_section2 .footer_mnu_sec .footer-navigation ul li a,
.post_details_main_div .post_tt h2,
.post_details_main_div .post_cont p,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a::after {
    font-family: 'Roboto' !important;
}

.archive_body .second_section_layout .category_lay .first_cate_content .post_meta_cust .more_title {
    margin: 0;
}


@media (max-width:380px) {
    .noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
        width: 260px !important;
        padding: 12px 7px 12px 49px;
        font-size: 18px;
        left: -9px;
    }

    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
        left: 45px !important;
    }
}

@media (max-width:1700px) {
    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
        left: 90px;
    }
}

@media (max-width:1280px) and (min-width:981px) {
    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
        font-size: 24px;
        left: 60px;
        top: 0;
    }

    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .noptin-form-submit {
        top: -3px;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields {
        display: block;
    }

    .top_cont p {
        font-size: 22px;
        line-height: normal;
        padding-top: 5px;
    }

    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper {
        max-width: 444px !important;
        width: 100% !important;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
        width: 300px;
        max-width: unset;
        font-size: 22px;
        padding-left: 58px;
    }

    .footer_section1,
    .footer_section2 {
        max-width: 100%;
        width: 100%;
    }


}

@media (max-width:1700px) and (min-width:1626px) {
    .footer_section2 .textwidget h2 {
        font-size: 28px;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
        font-size: 27px;
        padding-left: 60px;
        width: 400px;
    }

    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
        left: 92px;
        font-size: 33px;
    }

}



@media (max-width:1625px) and (min-width:1411px) {
    .footer_section2 .textwidget h2 {
        font-size: 28px;
    }

    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
        left: 80px;
        font-size: 29px;
    }



    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper {
        width: 500px !important;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields {
        display: block;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
        width: 370px;
        font-size: 26px;
        margin-bottom: 0;
        top: -8px;
        padding-left: 62px;
    }

}


@media (max-width:1410px) and (min-width:1281px) {
    .footer_section2 .textwidget h2 {
        font-size: 24px;
    }

    .noptin-form-id-16264 .noptin-optin-form-wrapper form .noptin-form-footer .fa-envelope-o {
        left: 80px;
        font-size: 29px;
    }



    .footer_top .news_latter .noptin-optin-form-wrapper .noptin-optin-field-wrapper {
        width: 420px !important;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields {
        display: block;
    }

    .noptin-optin-form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
        width: 370px;
        font-size: 26px;
        margin-bottom: 0;
        top: -8px;
        padding-left: 62px;
    }

    .top_cont p {
        font-size: 24px;
    }
}

@media (max-width:1550px) and (min-width:1261px) {

    .more_news_section .layout1_div .nws_itm,
    .post_details_main_div .layout1_div .nws_itm,
    .archive_body .thr_section .layout1_div .nws_itm {
        min-height: 147px;
    }
}

@media (max-width:1400px) and (min-width:1261px) {
    .cust_home_main_div .home_trending {
        padding-bottom: 12px !important;

    }

    .col1_trending_grid .layout2_div .layout2_itm {
        padding-bottom: 14px !important;
        margin-bottom: 13px !important;
    }

}


@media (max-width:1600px) and (min-width:1281px) {
    .socil_media_header .hw-widget2 ul li a img {
        height: 32px;
    }
}


/*---------------------- rap ---------------*/
@media (min-width:768px) {
    .archive_body .loc_tab_cate_main_div .cate_img_div {
        width: 95px;
        height: 95px;
        border-width: 3px;
    }

    .archive_body .loc_tab_cate_main_div a .cate_tt {
        margin-top: -12px;
    }

    .archive_body .loc_tab_cate_main_div .row {
        padding-bottom: 25px;
    }

    .fr_section {
        padding-top: 35px;
    }

    .archive_body .loc_tab_cate_main_div .ct_active .cate_tt h3,
    .archive_body .loc_tab_cate_main_div .cate_tt h3 {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .archive_body .loc_tab_cate_main_div .col-lg-12 {
        justify-content: left;
    }

    .archive_body .loc_tab_cate_main_div .round_fil {
        justify-content: left;
    }
}
@media (max-width:640px){
    .archive_body .loc_tab_cate_main_div .cate_tt h3 {font-size: 14px;}
    .archive_body .category_sidbar .cate-grid4 .layout1_div .nws_itm .right_cnt {height: 90px;width: 104px;}

.archive_body .layout1_div .nws_itm .left_cnt, .archive_body .thr_section .layout1_div .nws_itm .left_cnt {width: 59%;}

.archive_body .layout1_div .nws_itm .right_cnt {width: 104px;height: 90px;}
}

@media (max-width:400px){
    .archive_body .loc_tab_cate_main_div .round_fil{
        justify-content: center;
    }
    .archive_body .loc_tab_cate_main_div .col-lg-12{
        justify-content: center;
    }
    .archive_body .loc_tab_cate_main_div .ct_active .cate_tt h3 {margin-top: 12px;}

.archive_body .loc_tab_cate_main_div .cate_img_div {width: 75px;height: 75px;border-width: 2px;padding: 2px;}

.archive_body .loc_tab_cate_main_div .round_fil .all_cat_round {margin: 6px;}

.archive_body .loc_tab_cate_main_div a .cate_tt h3 {font-size: 12px;padding: 5px 8px 5px 7px;}
}

.nav_menu_hed .primary-menu-container ul li.ucreen_m a {text-decoration: underline !important;}

/* weather */
.weather_update{border: 2px solid #000; border-radius: 10px; margin-top: 20px; padding: 0 10px !important;}
.weather_update hr{border-top: 2px solid #000;}
.weatherlocation .cityname{font-size: 16px; font-weight: 700; font-family: 'Roboto', sans-serif; color: #000 !important;}
.weatherlocation{
	color: #5f6368;
    padding: 12.8px 0;
    margin: 0 16px;
    border-bottom: 2px solid #000;}
.weatherarea{margin-top:20px !important;}
.weatherlocation i{font-size: 16px; font-weight: 700;}
.weatherbtm{margin-bottom:10px;}
.mainweather{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:600; margin-bottom:0px !important; color: #000 !important;}
.maincelsius{font-family: 'Roboto', sans-serif; font-size:25px; font-weight:500;}
.weatherdayscontent{display: inline-block; margin: 5px 8px;}
.weatherdis{display:none !important;}
.weatherday{text-align: center !important; font-weight: 700; font-family: 'Roboto', sans-serif;}
.maxtemp{text-align: center !important;font-family: 'Roboto', sans-serif; font-weight: 700;}
.mintemp{text-align: center !important; font-family: 'Roboto', sans-serif; font-weight: 700;}
.socil_media_header{margin-top: 16px;}
.sidemen a{font-size: 16px !important; font-weight: 700 !important;} 