/* ===================================
    Main CSS
====================================== */

/*
    Theme Name: nbt64
    Theme URI: wwww.nepalbhasatimes.com
    Author: Suman Shrestha
    Author URI: www.sumanshresthaa.com.np
    Description: Nepal Bhasa Times stylesheet Template
    Tags: one page, multipurpose, parallax, creative, html5

 */


/*--------------------------------------------------------------
## CUSTOM GLOBAL SECTION
--------------------------------------------------------------*/

body, p, li, a, code, th, tr, td{
    color: #333;
    font-family: "Mukta", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.container{max-width:1200px;}
a{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:hover{text-decoration:none !important;}

.mt-30 {margin-top: 30px !important;}
.p-relative{position:relative !important;}

.no-ad-text h3 {
    display: block;
    background: #ddd;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.no-ad-text h3:hover {
    display: block;
    background: #f8f8f8;
    color: #333;
}


/*--------------------------------------------------------------
## CUSTOM CSS HEADER SECTION
--------------------------------------------------------------*/
.site-header {
    display: block;
    position: relative;
    clear: both;
    padding: 40px 0;
}
.site-branding .custom-logo {
    height: 75px;
    width: auto;
}
#site-navigation.sticky-head {
    position: fixed;
    top: 0;
    z-index: 999;
}
#site-navigation {
    background: #2b2b2b;
    border-bottom: 1px solid #e8ecec;
    border-top: 1px solid #e8ecec;
    width: 100%;
}

.bg-custom .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 14px;
}
.bg-custom .nav-item.active .nav-link, .bg-custom .nav-item .nav-link:hover {
    color: #D31E02;
}

#site-navigation .search-post {
    margin: 0;
    float: right;
    position: relative;
}
#site-navigation .search-post>i {
    background: #383e41 none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 8px 0;
    text-align: center;
    width: 35px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#site-navigation .search-post>label input {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-family: 'Mukta',sans-serif;
    font-size: 11px;
    height: 50px;
    text-align: center;
    width: 100%;
    z-index: 9;
    position: relative;
}
#site-navigation .search-post>label::before {
    border-bottom: 5px solid #eee;
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    content: "";
    position: absolute;
    right: 13px;
    top: -5px;
}
#site-navigation .search-post>label {
    display: none;
    height: 70px;
    margin: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 250px;
}



/*--------------------------------------------------------------
## CUSTOM CSS BOLD & IMAGE NEWS SECTION
--------------------------------------------------------------*/
.bold_news_block {
    display: block;
    position: relative;
    padding: 40px 0;
}
.boldline {
    border-bottom: 1px solid #c8c8c8;
    padding: 0px 0px 30px 0;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.boldline h3 {
    border-left: 5px solid #d70204;
    padding-left: 20px;
}
.boldline h3 a {
    color: #111;
    display: block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.5em;
}
.boldline h3 a:hover {
    color: #d70204;
    text-decoration: none;
}
.boldline p {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center !important;
}



/*--------------------------------------------------------------
## CUSTOM CSS LATEST NEWS SECTION WITH OWL CAROUSEL
--------------------------------------------------------------*/
.latest_news_section {
    display: block;
    position: relative;
    clear: both;
    padding: 40px 0;
}
.latest_news_section .owl-nav {
    display: none;
}
.article_slider_posts {
    text-align: center;
}
.article_slider_posts .date {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}
.article_slider_posts h3 a {
    color: #101010;
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    display: block;
    margin: 12px 0 0 0;
}
.article_slider_posts h3 a:hover{
    color: rgb(215, 2, 4);
    text-decoration: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS FEATURED NEWS SECTION
--------------------------------------------------------------*/
.featured_news_section {
    background: rgb(43, 43, 43);
}
.featured_news_section .featured-post .fea_img img {
    height: 550px;
    object-fit: cover;
    width: 100%;
}
.featured-post .featured-detail {
    padding: 90px 20px 20px 40px;
}
.featured-post ul.post-categories {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.featured-post ul.post-categories li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-post ul.post-categories li a {
    background: #d70204;
    border-radius: 3px;
    color: #eee;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 15px;
    margin-right: 5px;
}
.featured-post ul.post-categories li a:hover{
    text-decoration: none;
}
.featured-post .featured-detail h3 a {
    display: block;
    color: #eee;
    font-size: 30px;
    font-weight: 900;
    margin: 15px 0;
}
.featured-post .featured-detail h3 a:hover {
    color: #d70204;
    text-decoration: none;
}
.featured-post .featured-detail .date span {
    color: #888;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin: 0px 10px 10px 0;
}
.featured-post .featured-detail p {
    color: #eee;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 0;
    padding: 0;
}




/*--------------------------------------------------------------
## CUSTOM CSS NEWS CATEGORY SECTION
--------------------------------------------------------------*/
.news_category_section {
    display: block;
    position: relative;
    clear: both;
    padding: 50px 0;
}
.news_category_section .three_columns .heading {
    float: left;
}
.news_category_section .three_columns h2, .news_category_section .column_block h2, .full_column_news_section .mposts .column_block h2 {
    border-left: 4px solid #d70204;
    font-size: 27px;
    font-weight: 700;
    color: #333;
    padding-left: 15px;
    margin-bottom: 25px;
}
.news_category_section .three_columns h2 a, .news_category_section .column_block h2 a, .full_column_news_section .mposts .column_block h2 a {
    color: #333;
    font-size: 27px;
    font-weight: 700;
}
.news_category_section .three_columns h2 a:hover, .news_category_section .column_block h2 a:hover, .full_column_news_section .mposts .column_block h2 a:hover {
    color: #d70204;
    text-decoration: none;
}

.news_category_section .three_columns ul#myTab {
    float: right;
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.7;
}
.news_category_section .three_columns ul#myTab li a {
    background: #979797;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
}
.news_category_section .three_columns ul#myTab li.active a, .news_category_section .three_columns ul#myTab li a:hover{
    background: #d70204;
    text-decoration: none;
}
.news_category_section .three_columns .tab-content {
    display: block;
    clear: both;
    position: relative;
}

.post-style1 h3 a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}
.post-style1 h3 a:hover{
    color: #d70204;
    text-decoration: none;
}
.post-style1 p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}

.post-style2 {
    margin-bottom: 25px;
}
.post-style2 .date span a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}
.post-style2 h3 a {
    display: block;
    font-size: 17px;
    font-weight: 700;
}
.post-style2 h3 a:hover{
    color: #d70204;
    text-decoration: none;
}

.post-detail1, .post-thumb1{
    display: block;
    position: relative;
    overflow: hidden;
}
.post-detail1::before, .post-thumb1::before {
    background: rgb(0 0 0 / .14) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.post-detail1:hover::before, .post-thumb1:hover::before {
    opacity: 1;
}


.full-column-ad-section img {
    display: block;
    clear: both;
}


/*--------------------------------------------------------------
## CUSTOM CSS FULL COLUMNS NEWS SECTION
--------------------------------------------------------------*/
.full_column_news_section {
    display: block;
    position: relative;
    clear: both;
    padding: 50px 0;
}
.full_column_news_section .full_heading {
    display: table;
    float: none;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
    margin-bottom: 25px;
}
.full_column_news_section .full_heading::before {
    background: #d7d7d7 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 21px;
    width: 100%;
    z-index: -1;
}
.full_column_news_section .full_heading h2 {
    background: #fff none repeat scroll 0 0;
    color: #161616;
    display: table;
    float: none;
    font-size: 28px;
    font-weight: 900;
    margin: 0 auto;
    padding: 0 50px;
}
.full_column_news_section .full_heading h2 a{
    display: inline-block;
    font-weight:800;
}
.full_column_news_section .full_heading h2 a:hover{
    color: #d70204;
    text-decoration: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS NEWS TICKER SECTION
--------------------------------------------------------------*/

.ticker-sec {
    float: left;
    width: 100%;
    background-image: url(https://images.theconversation.com/files/80059/original/image-20150501-12614-wyxe7r.jpg?ixlib=rb-1.1.0&q=45&auto=format&w=926&fit=clip);
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: 0px;
    padding: 35px 0
}

.ticker {
    float: left;
    width: 100%
}
.ticker-sec:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 1;
    z-index: -1;
    opacity: .81;
}
.ticker>ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 0;
}
.ticker>ul>li {
    float: left;
    width: 100%;
    padding: 20px 30px;
}
.ticker .post-style14 h3 a {
    color: #fff;
    font-family: 'Mukta',sans-serif;
    font-weight: 400;
}

.post-style14 {
    float: left;
    padding-left: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.post-style14:before {
    position: absolute;
    left: 4px;
    width: 2px;
    background: #7f7b7c;
    height: 100%;
    content: "";
    top: 30px;
}
.post-style14 .metas {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-style14 .metas>li {
    border-right: 1px solid #cdcdcd;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
}
.post-style14 .metas>li>span {
    color: #828282;
    float: left;
    font-family: 'Mukta', sans-serif;
    font-size: 11px;
}
.post-style14 .date a, .post-style14 .date li, .post-style14 .metas>li>span {
    color: #d4d4d4;
}
.post-style14 .metas>li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.plist {
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 10px;
}
.ticker .post-style14 h3 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.ticker .post-style14 h3 a:hover {
    color: #d70204;
    text-decoration: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS AD SECTION
--------------------------------------------------------------*/
.full-column-ad-section h3 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 900;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}
.ad-margin {
    margin-bottom: 25px;
}



/*--------------------------------------------------------------
## CUSTOM CSS CAROUSEL SILDER SECTION
--------------------------------------------------------------*/
.column_block .special-banner {
    position: relative;
    display: block;
}
.special-banner .owl-nav, .single-banner .owl-nav {
    display: none;
}
.post-style1.specials {
    position: relative;
    display: block;
}
.post-style1.specials .post-detail1 img {
    height: 390px;
    object-fit: cover;
}
.post-style1.specials .date ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-style1.specials .date ul li, .post-style1.specials .date ul li a {
    display: inline-block;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
}

.special-banner-controls {
    bottom: 35%;
    left: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
}
.special-banner-controls>li {
    border: 3px solid #fff;
    border-radius: 50%;
    float: left;
    height: 65px;
    margin-right: 10px;
    overflow: hidden;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    width: 65px;
}
.special-banner-controls>li.active {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.special-banner-controls li a {
    border-radius: 50%;
    width: 100%;
}
.special-banner-controls img {
    width: 100%;
}
.special-banner-controls .owl-dots {
    opacity: 0;
    position: absolute;
}



.column_block .special-banner .owl-dots{display:none;}
.column_block .single-banner .owl-dots .owl-dot {
    background: #b7b7b7 none repeat scroll 0 0;
    border-radius: 50%;
    height: 8px;
    margin-right: 5px;
    width: 8px
}



/*--------------------------------------------------------------
## CUSTOM CSS INNERPAGE SECTION
--------------------------------------------------------------*/
.page-header {
    background: #e9e9e9;
    display: block;
    padding: 50px 0;
    position: relative;
}
.page-header .breadcrums {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.page-header .breadcrums li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.page-header .breadcrums li a {
    display: inline-block;
    color: #888;
    font-size: 13px;
    font-weight: 600;
}
.page-header .breadcrums li a:hover{
    color: #d70204;
    text-decoration: none;
}
.page-header .breadcrums li i {
    font-size: 10px;
    color: #888;
}


.page-header h1, h1.page-title {
    font-size: 32px;
    font-weight: 800;
}
.innerpage {
    display: block;
    clear: both;
    padding: 60px 0;
    position: relative;
}

.article_lists {
    display: block;
    clear: both;
    position: relative;
    margin-bottom: 30px;
}
.article_lists .featured-image img {
    height: 250px;
    object-fit: cover;
}
.article_lists .entry-meta {
    margin: 20px 0 10px;
}
.article_lists .entry-meta .date {
    color: #666;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
}
.article_lists .entry-meta .author {
    color: #666;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
}
.article_lists h3 a {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    display: block;
}
.article_lists h3 a:hover {
    color: #d70204;
    text-decoration: none;
}
.article_lists p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.btn-text {
    color: #d70204;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-text:hover {
    color: #333;
    text-decoration: none;
}


/*--------------------------------------------------------------
## CUSTOM CSS PAGINATION  SECTION
--------------------------------------------------------------*/
.nbt-pagination {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.nbt-pagination .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    float: left;
    margin: 70px 0 0;
    width: 100%;
}
.nbt-pagination .pagination>li {
    display: inline-block;
    margin-left: 15px;
}
.nbt-pagination .pagination>li:first-child {}
.nbt-pagination .pagination>li>a, .nbt-pagination .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 15px;
    line-height: 1.42857143;
    color: #292929;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #999;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.nbt-pagination .pagination>li>a:hover, .nbt-pagination .pagination>li>span:hover {
    color: #c00;
    background-color: #fff;
    border: 1px solid #333;
}

.nbt-pagination .pagination>li:first-child>a, .nbt-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nbt-pagination .pagination>li:last-child>a, .nbt-pagination .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nbt-pagination .pagination>li>a:hover,.pagination>li>span:hover, .nbt-pagination .pagination>li>a:focus, .nbt-pagination .pagination>li>span:focus {
    z-index: 2;
    color: #c00;
    background-color: #fff;
    border: 1px solid #333;
}

.nbt-pagination .pagination>.active>a, .nbt-pagination .pagination>.active>span, .nbt-pagination .pagination>.active>a:hover,
.nbt-pagination .pagination>.active>span:hover, .nbt-pagination .pagination>.active>a:focus, .nbt-pagination .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.nbt-pagination .pagination>.disabled>span, .nbt-pagination .pagination>.disabled>span:hover,
.nbt-pagination .pagination>.disabled>span:focus, .nbt-pagination .pagination>.disabled>a,
.nbt-pagination .pagination>.disabled>a:hover, .nbt-pagination .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.nbt-pagination .pagination-lg>li>a, .nbt-pagination .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.nbt-pagination .pagination-lg>li:first-child>a, .nbt-pagination .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.nbt-pagination .pagination-lg>li:last-child>a, .nbt-pagination .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.nbt-pagination .pagination-sm>li>a, .nbt-pagination .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.nbt-pagination .pagination-sm>li:first-child>a, .nbt-pagination .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nbt-pagination .pagination-sm>li:last-child>a, .nbt-pagination .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}




/*--------------------------------------------------------------
## CUSTOM CSS SIDEBAR SECTION
--------------------------------------------------------------*/
aside .sidebars {
    position: sticky;
    top: 120px;
    z-index: 9;
}
aside .widget {
    border: 4px solid #e9e9e9;
    margin: 0 0 -3px;
    padding: 40px 25px;
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
}
aside .widget .tabs-widget {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
}
aside .widget .tabs-widget .tab-content .tab-pane {
    position: relative;
    clear: both;
    margin-top: 30px;
}
.tabs-widget>.nav>li a {
    background: #979797 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}
aside .widget .tabs-widget .nav-tab li.active a, aside .widget .tabs-widget .nav-tab li a:hover{
    background-color: #d70204;
    color: #fff;
    text-decoration: none;
}
.tabs-widget>.nav>li.active a::before {
    opacity: 1;
    top: 0;
}
.tabs-widget>.nav>li {
    margin: 0 10px 0 0;
    padding: 0;
}

.tabs-widget>.nav>li:last-child {
    margin: 0;
}

.tabs-widget.homes {
    float: right;
    width: 100%;
}

.homes .nav-tab {
    float: right;
    width: auto;
    margin-top: -30px;
}

.homes .nav li a {
    background: #979797 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}


.sidebar_posts {
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.sidebar_posts h3 a {
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: 800;
    margin-top: 15px;
}
.sidebar_posts h3 a:hover {
    color: #d70204;
    text-decoration: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS SINGLE PAGE SECTION
--------------------------------------------------------------*/
.single-post-thumb {
    display: block;
    position: relative;
}
.share-post {
    bottom: 0;
    margin: 0;
    padding: 30px 40px;
    position: absolute;
    right: 0
}
.share-post>li span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-family: 'Mukta',sans-serif;
    font-size: 12px;
    margin-right: 15px;
    padding: 8px 21px;
    position: relative
}
.single-post-thumb .rating-post {
    left: 30px;
    position: absolute;
    top: 30px
}
.share-post>li span::before {
    content: "";
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px
}
.share-post>li {
    float: left;
    list-style: outside none none
}
.share-post>li span, .share-post>li span::before{
    background-color: #d70204;
    text-decoration: none;
}
.share-post a {
    background: #fafafa none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}
.share-post>li {
    margin-left: 8px;
    margin-right: 0
}


.post-single-info {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.post-single-info ul {
    list-style: outside none none;
    margin: 0px 0 0;
    padding: 0;
    width: 100%
}
.post-single-info li {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-right: 15px;
    padding: 8px 20px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}
.post-single-info li a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.post-single-info li a:hover {
    color: #d70204;
    text-decoration: none;
}
.post-single-info li span {
    color: #333;
    float: left;
    margin-right: 5px;
}
.post-single-info .single-cat{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.single-cat li {
    padding: 0px 5px 0;
    height: 13px;
}


.blog-single-details p {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 30px;
    text-align: justify;
    width: auto;
}

.who-post-sec {
    margin-top: 70px;
    padding-left: 15px;
    width: 100%;
    background: #333;
}
.who-post-author {
    background: #333232;
    position: relative;
    width: 100%;
}
.who-post-author-image {
    display: block;
    float: left;
    width: 25%;
    margin-top: -16px;
    margin-left: -16px;
    background: #000;
    overflow: hidden;
    position: relative;
}
.who-post-author>span {
    border: 7px solid #fff;
    left: -32px;
    position: absolute;
    top: -32px;
}
.who-post-author span img {
    margin-top: -17px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    background: transparent !important;
    border: none;
}
.post-author-infos {
    float: left;
    width: 75%;
    display: block;
    background: #333;
    padding: 10px 30px 10px;
}
.post-author-infos>h3 {
    color: #fff;
    float: left;
    font-family: 'Mukta', sans-serif;
    font-size: 22px;
    margin: 0 0 9px;
    width: 100%;
}
.post-author-infos>h3 a {
    color: #fff;
    display: block;
    font-weight: 500;
    margin-top: 15px;
}
.post-author-infos>p {
    color: #dfdfdf;
    float: left;
    margin: 5px 0 0;
    width: 100%;
}
.post-author-infos .social-btn {
    float: left;
    padding: 0;
}
.social-btn>li {
    float: left;
    margin-left: 7px
}

.social-btn>li>a:hover i {
    color: #fff!important
}

.social-btn>li>a i {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.social-btn>li>a {
    background: #33383c none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    float: left;
    font-size: 13px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    width: 29px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.post-author-infos .btn.btn-primary {
    border: 1px solid #000;
    background: #333;
}
.post-author-infos .dropdown-menu {
    background: #333;
    overflow: visible;
    z-index: 99;
    width: 350px;
}
.post-author-infos .dropdown-menu li {
    border-bottom: 1px dotted #ccc;
    padding: 5px 15px;
}
.post-author-infos .dropdown-menu li:last-child {
    border-bottom: none;
}
.post-author-infos .dropdown-menu li a {
    color: #fff;
    font-weight: 500;
}
.post-author-infos .dropdown-menu li a:hover {
    color: #c00;
    text-decoration: none;
}



.rel-post-sec {
    display: block;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    width: 100%;
}
.rel-post-sec .heading h3 {
    border-left: 4px solid #d70204;
    padding-left: 15px;
    margin-bottom: 25px;
}
.rel-post-sec .owl-nav {
    display: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS NO RESULTS - NOT FOUND  SECTION
--------------------------------------------------------------*/
.not-found {
    background: #f8f8f8;
    padding: 50px 15px;
    border-bottom: 4px double #ddd;
    text-align: center;
}
.not-found h1.page-title {
    color: #D31E02;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.not-found .search-form label {
    width: 64%;
}
.not-found .search-form label input.search-field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 25px;
}
.not-found .search-form input.search-submit {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    padding: 10px 25px;
}
.not-found .search-form input.search-submit:hover {
    border: 1px solid #D31E02;
    background: #D31E02;
    color: #fff;
}


/*--------------------------------------------------------------
## CUSTOM CSS EPAPER SECTION
--------------------------------------------------------------*/
.epaper-filter-wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.epaper-filter-wrapper .filter-item {
    display: inline-block;
}

.epaper-archives {
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 20px 0;
    margin-bottom: 50px;
    overflow: hidden;
}
.epaper_listing {
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.epaper_listing .epaper-img:hover::before {
    opacity: 1;
}
.epaper_listing .epaper-img::before {
    background: rgb(0 0 0 / .14) none repeat scroll 0 0;
    content: "";
    height: 84%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.epaper_listing h4 a {
    display: block;
    font-size: 20px;
    font-weight: 800;
    margin: 15px 0;
}
.epaper_listing h4 a:hover {
    color: #c00;
    text-decoration: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS FOOTER SECTION
--------------------------------------------------------------*/

.site-footer {
    background: #101010;
    display: block;
    position: relative;
    clear: both;
}
.about-strip .social-btn {
    display: inline-block;
    list-style: none;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.about-strip .social-btn li {
    display: inline-block;
    float: none;
}
.about-strip .social-btn li a {
    background: #333;
    color: #fff;
    height: auto;
    width: auto;
    padding: 12px 20px;
    font-size: 18px;
}
.about-strip .social-btn li a:hover {
    background: #d70204;
    text-decoration: none;
}

.bottom-line {
    background: #060606;
    display: block;
    overflow: hidden;
    position: relative;
    clear: both;
}
.bottom-line span {
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 700;
    padding: 30px 0;
}
.footer-menu {
    float: right;
    list-style: outside none none;
    margin: 34px 0;
    padding: 0;
}
.footer-menu li:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.footer-menu li {
    border-left: 1px solid #666;
    float: left;
    list-style: none;
    line-height: 10px;
    margin-left: 15px;
    padding-left: 15px;
}
.footer-menu li a {
    color: #c6c6c6;
    float: left;
    font-family: 'Mukta',sans-serif;
    font-size: 13px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-menu li a:hover {
    color: #d70204;
    text-decoration: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS SCROLL TOP SECTION
--------------------------------------------------------------*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #d70204;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 22px;
    bottom: 80px;
    padding-bottom: 2px;
    border-radius: 100%;
    border: 1px solid rgb(255 255 255 / .1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: none
}

.scroll-top-wrapper:hover {
    opacity: 0.6!important
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1
}

.scroll-top-wrapper i.fa {
    color: #fff;
    line-height: inherit
}