@charset "utf-8";
/* CSS Document */

/* * {
	padding: 0;
	margin: 0 auto;
} */
		
body {
	color: #333;
	background: #ffffff !important;
	font-family: "Mukta";
	font-size: 16px;
}


/**********************************************************/
/* HTL Style */
/**********************************************************/
#Reloadpage{
    cursor:pointer;
}

ul.pagination > li {
    border: none !important;
	background: none !important;
}

.pagination > li {
    border: none !important;
}

.parent {
    height: 650px;
    overflow: hidden;
}

.child {
    height: 100%;
    margin-right: -65px; /* maximum width of scrollbar */
    padding-right: 50px; /* maximum width of scrollbar */
    overflow-y: scroll;
}

.parent-fnt {
    height: 415px;
    overflow: hidden;
}

.child-fnt {
    height: 100%;
    margin-right: -65px; /* maximum width of scrollbar */
    padding-right: 50px; /* maximum width of scrollbar */
    overflow-y: scroll;
}

.fbLikeBox {
    margin-bottom: 30px;
}

.fbComments {
    width: 100%;
    overflow: hidden;
}

.fbComments iframe {
    width: 100% !important;
}

button.close {
    color: #ffffff !important;
    z-index: 99999 !important;
    position: absolute;
    /*top: -30px;*/
    background: #1d62b1 !important;
    padding: 5px 10px !important;
}

.breadcrumb {
    background: #c7c7c7;
    border-radius: 0;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #adadad;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #333;
}



/**********************************************************/
/* Advertisement Section */
/**********************************************************/
.preHeadAd img {
    margin-bottom: 20px;
}

.hamro-bigyapaan {
	margin-top: 20px;
}

.hamro-bigyapaan img {
    margin-bottom: 20px;
}

.ad-img {
    margin-bottom: 30px;
}


/**********************************************************/
/* Pre Header Section */
/**********************************************************/
.preHeader {
    border-bottom: 1px solid #eaeaea;
}

.pre-header-social ul {
    padding-left: 0;
    margin-bottom: 0;
}

.pre-header-social li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    line-height: 38px;
}

.pre-header-social li:last-child {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.pre-header-social a {
    color: #337ab7;
}

.pre-header-social a:hover {
    color: #eb7425;
    text-decoration: none;
}

.youtubeLive {
    margin-bottom: 0;
    text-align: center;
    line-height: 38px;
}




/**********************************************************/
/* Header / Navigation — handled by mobilemenu.css        */
/* Old .headerSection, .mainNav, .mainMenu removed.       */
/**********************************************************/


/**********************************************************/
/* Banner News Section */
/**********************************************************/
.bannerNews {
    text-align: center;
}

.widget {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.tagRibbon span {
    background: #007ba5;
    color: #fff;
    padding: 5px 15px;
}

.bannerNewsTitle {
    color: #242424;
    font: 600 54px/76px 'Rajdhani', sans-serif;
    margin-top: 20px;
    display: block;
}

.bannerNewsTitle:hover {
    text-decoration: none;
}

.bannerNewsSubTitle {
    display: block;
    color: #fa812e;
    font-size: 34px;
    font-style: italic;
}

.bannerNewsImg {
    margin: 20px 0;
    display: inherit;
}

.bannerNewsDetail {
    color: #282828;
    font: 400 22px/36px 'Anek Devanagari', sans-serif;
    margin-bottom: 0;
}

.bannerNewsAuthorDetail {
    margin-top: 10px;
}

.bannerNews-author-image {
    width: 32px;
    margin-right: 4px;
    padding: 2px;
    border: 1px dashed #3b63ae;
}

.bannerNews-author-name {
    color: #000000a1;
    font: 400 18px 'Kalam', cursive;
}

.bannerNews-author-name:hover {
    color: #3b63ae;
    text-decoration: none;
}







/**********************************************************/
/* Category Title Design 1 */
/**********************************************************/
.cat-title-section {
    margin-bottom: 20px;
    border-bottom: 1px solid #a4a4a4;
    /* padding-bottom: 5px; */
}

.cat-title {
    color: #242424;
    /* font: 600 22px 'Noto Sans', sans-serif; */
    font: 500 24px 'Kalam', cursive;
}

.cat-title:hover {
    color: #eb7425;
    text-decoration: none;
}


/**********************************************************/
/* News Image Hover Effect */
/**********************************************************/
.img-zoom-effect {
    /* overflow: hidden; */
	position: relative;
	margin-bottom: 20px;
}

.img-zoom-effect:hover .hover {
	transform: scale(1.1);
	transition: 1s;
}



/**********************************************************/
/* Background Colour Section */
/**********************************************************/
.cat-bg-color {
    background: #17a2b8;
    padding: 20px 25px 10px 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cat-bg-color .cat-title {
    color: #fff;
}

.cat-bg-color .cat-title-section {
    border-bottom: 1px solid #fff;
}

.cat-bg-color  .nbc4-lg-title {
    color: #055764;
}


/**********************************************************/
/* Background Colour c1 Section */
/**********************************************************/
.cat-bg-color-c1 {
    background: #720e9e;
    padding: 20px 25px 10px 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cat-bg-color-c1 .cat-title {
    color: #fff;
}

.cat-bg-color-c1 .cat-title-section {
    border-bottom: 1px solid #fff;
}

.cat-bg-color-c1 .nbc4-lg {
    background: #fff;
    border-bottom: 4px solid #EE82EE;
}

.cat-bg-color-c1 .nbc4-md-cont {
    background: #fff;
    border-right: 5px solid #EE82EE;
    border-left: 5px solid #eb7425;
}

.cat-bg-color-c1 .nbc4-lg-title {
    color: #055764;
}




/**********************************************************/
/* NBC1 Section */
/**********************************************************/
.nbc1-lg-withbg {
    margin-bottom: 20px;
    position: relative;
}

.nbc1-lg-withbg-title {
    color: #fff;
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
    bottom: 0;
    font: 500 24px/36px 'Anek Devanagari', sans-serif;
    position: absolute;
    padding: 15px;
    text-align: center;
    z-index: 999999;
    transition: all ease-in-out 0.5s;
}

.nbc1-lg-withbg-title:hover {
    color: #d3d3d3;
    text-decoration: none;
}

.nbc1-lg {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.nbc1-lg-title {
    color: #23527c;
    font: 600 25px/38px 'Mukta', sans-serif;
    margin-bottom: 10px;
    display: block;
    transition: all ease-in-out 0.5s;
}

.nbc1-lg-title:hover,
.nbc2-md-title:hover {
    color: #242424;
    text-decoration: none;
}

.nbc1-lg-para {
    color: #474747;
    font: 400 20px/34px 'Anek Devanagari', sans-serif;
}

.nbc1-lg-post-created {
    color: #eb7425;
    font: 400 16px 'Baloo 2', cursive;
}

.nbc1-md-title {
    color: #242424;
    font: 500 18px/28px 'Anek Devanagari', sans-serif;
    transition: allease-in-out 0.5s;
    min-height: 85px;
    height: 85px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
}

.nbc1-md-title:hover {
    text-decoration: none;
}



/**********************************************************/
/* NBC1 d1 Section */
/**********************************************************/
.nbc1-md-d1-cont {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.nbc1-md-d1-cont:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.nbc1-md-d1-img {
    width: 25%;
    float: left;
    margin-right: 20px;
}

.nbc1-md-d1-title {
    color: #242424;
    font: 500 16px/24px 'Anek Devanagari', sans-serif;
    transition: all ease-in-out 0.5s;
    display: block;
}

.nbc1-md-d1-title:hover {
    text-decoration: none;
}



/**********************************************************/
/* NBC1 d2 Section */
/**********************************************************/
.nbc1-md-d2-cont {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.nbc1-md-d2-cont:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.nbc1-md-d2-cont .img-zoom-effect {
    margin-bottom: 10px;
}

.nbc1-md-d2-title {
    color: #242424;
    font: 500 16px/24px 'Anek Devanagari', sans-serif;
    transition: all ease-in-out 0.5s;
    display: block;
    margin-bottom: 10px;
}

.nbc1-md-d2-title:hover {
    text-decoration: none;
}

a.nbc1-md-d3-title {
    min-height: 70px;
    overflow: hidden;
    display: inline-block;
    height: 64px;
}





/**********************************************************/
/* NBC2 Section */
/**********************************************************/
.nbc2-md-cont {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.nbc2-md-cont:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.nbc2-md-img {
    margin-bottom: 15px;
}

.nbc2-md-title {
    color: #23527c;
    font: 600 20px/28px 'Mukta', sans-serif;
    margin-bottom: 10px;
    transition: allease-in-out 0.5s;
}

.nbc2-md-para {
    color: #474747;
    font: 400 18px/30px 'Anek Devanagari', sans-serif;
    margin-top: 10px;
}



/**********************************************************/
/* NBC3 Section */
/**********************************************************/




/**********************************************************/
/* NBC4 Section */
/**********************************************************/
.nbc4-lg {
    background: #fff;
    border-bottom: 4px solid #0e8193;
}

.nbc4-lg-title {
    color: #23527c;
    font: 500 22px/34px 'Anek Devanagari', sans-serif;
    padding: 0 20px 10px 20px;
    display: block;
    transition: all ease-in-out 0.5s;
    max-height: 120px;
    min-height: 120px;
}

.nbc4-lg-title:hover {
    color: #242424;
    text-decoration: none;
}

.nbc4-md-img {
    float: left;
    width: 25%;
    margin-right: 20px;
}

.nbc4-md-cont {
    background: #fff;
    border-right: 5px solid #0e8193;
    border-left: 5px solid #eb7425;
}

.nbc4-md-title {
    color: #242424;
    font: 500 18px/26px 'Anek Devanagari', sans-serif;
    padding-right: 5px;
}

.nbc4-md-title:hover {
    text-decoration: none;
}

.nbc4-md-post-created {
    color: #eb7425;
    font: 400 16px 'Baloo 2', cursive;
    margin-top: 5px;
}



/**********************************************************/
/* NBC5 Section */
/**********************************************************/
.nbc5-md-title {
    color: #23527c;
    font: 500 20px/32px 'Anek Devanagari', sans-serif;
    display: block;
    transition: all ease-in-out 0.5s;
}

.nbc5-md-title:hover {
    color: #242424;
    text-decoration: none;
}






/**********************************************************/
/* News View Section */
/**********************************************************/
.news-view-content h1 {
    color: #212121;
    font: 600 36px/54px 'Mukta', sans-serif;
    margin-top: 0;
    display: block;
}

.news-view-content h1 span {
    color: #565656;
    font: 500 36px/54px 'Mukta', sans-serif;
    display: block;
}

.news-view-content h1:hover,
.related-news-title:hover {
    color: #242424;
    text-decoration: none;    
}

.newsDetail ul {
    list-style: none;
    padding-left: 0;
}

.newsDetail li {
    display: inline-block;
    margin-right: 15px;
    color: #212121;
    font: 400 16px 'Mukta', sans-serif;
}

.post-content p {
    color: #282828;
    font: 400 20px/36px 'Mukta', sans-serif;
    margin-bottom: 15px;
}





.related-news-title {
    color: #212121;
    font: 500 22px/36px 'Rajdhani', sans-serif;
    display: block;
}




/**********************************************************/
/* Category News Section */
/**********************************************************/
.cat-news-content {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.cat-news-img {
    float: left;
    margin-right: 20px;
}

.cat-news-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    display: block;
}

.cat-news-title:hover {
    text-decoration: none;
}

p.cat-news-para {
    font-size: 18px;
    line-height: 28px;
}




/**********************************************************/
/* Video Gallery Section */
/**********************************************************/




/*************************************************/
/* Back to Top Section */
/*************************************************/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7); */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 9999;
}
#return-to-top i {
    color: #eb8d02;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    /* background: rgba(0, 0, 0, 0.9); */

}
#return-to-top:hover i {
    color: #2760d4;
    top: 5px;
}




/***************************************************/
/* Pop Ad Section */
/***************************************************/
.popupContents {
    display: flex;
    justify-content: center;
}
  
#thover{
    position:fixed;
    background:#000000;
    width:100%;
    height:100%;
    opacity: 0.8;
    z-index: 999999;
    top: 0;
}

#tpopup{
    position:absolute;
    background:#fff;
    top: 50px;
    border-radius:5px;
    padding: 5px;
    text-align:center;
    /* height: 600px; */
    box-shadow:0 0 10px 0 #000;
    z-index: 9999999999999999999999999999999;
}

#tclose {
    position: absolute;
    background: #fa812e;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #007ba5;
}

.img.adImg {
    height: 100%;
    /* max-height: 85vh; */
    width: auto;
}



/*************************************************/
/* Tab News Section */
/*************************************************/





.tab-new-img {
    float: left;
    margin-right: 15px;
    width: 28%;
}

.tab-news-title {
    color: #242424;
    font: 500 18px/28px 'Mukta', sans-serif;
}

.tab-news-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b0b0b0;
}

.tab-news-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.tab-news-section .tab-news-content .img-zoom-effect {
    margin-bottom: 0;
}

.tab{
    padding-bottom: 60px;
}
.tab li{
    border-right:1px solid #ddd;
}
.tab ul{
    border-left:1px solid #ddd;
}
.tab li a {
    background: #F9F9F9;
    border-radius:0;
    border-right: none;
    border-top:2px solid #4b4c4d;
    font-size:16px;
    font-weight:600;
    color: #868686;
    padding: 16px 22px;
}
.tab li a:hover{
    background: #F9F9F9;
    border-radius:0;
    border-bottom: none;
    border-top:2px solid #4b4c4d;
    border-right: none;
}
.tab li.active > a,
.tab .nav-tabs > li.active > a:focus,
.tab .nav-tabs > li.active > a:hover {
    border: none;
    border-top: 2px solid #dc005a;
    border-bottom: 2px solid #fff;
    color:#868686 ;
}
.tab .tab-content{
    color:#5a5c5d;
    font-size: 14px;
    font-weight:600;
    margin-top:0;
    border: 1px solid #ddd;
    border-top: 0px solid transparent;
    padding:12px;
}

@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        margin: 0 0 10px;
        border-bottom: none;
        border-left: 3px solid #4ba6ed;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 5px; }
}




/*************************************************/
/* Footer Section */
/*************************************************/
.footerSection {
    background: rgba(34,96,191,.04);
    padding: 30px 0;
    border-top: solid 1px rgba(34,96,191,.08);
}

.footer-cont ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-cont li {
    list-style: none;
    font: 500 18px/32px 'Anek Devanagari', sans-serif;
}

.footer-cont li.primaryText {
    font: 600 23px 'Anek Devanagari', sans-serif;
}


/**************************************************/
/* Footer Copyright Section */
/**************************************************/
.copyrightSection {
    background: #efefef;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
}

.copyright-nav {
    text-align: center;
}

.copyright-nav ul {
    padding-left: 0;
    margin-bottom: 0;
}

.copyright-nav li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px rgba(0,0,0,.14);
    font: 500 16px/24px 'Anek Devanagari', sans-serif;
}

.copyright-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.copyright-nav li span {
    display: block;
}

.copyright-nav li a {
    color: #23527c;
    font: 500 16px/24px 'Anek Devanagari', sans-serif;
    transition: all ease-in-out 0.5s;
}

.copyright-nav li a:hover {
    color: #2f308e;
    text-decoration: none;
}




/**************************************************/
/* Search Section */
/**************************************************/
.searchSection {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 4px;
}

.searchTerm {
    float: left;
    width: 83%;
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 3px 0 0 3px;
    outline: none;
    font-size: 12px;
    color: #242424;
}

.searchTerm:focus{
  color: #000000;
}

.searchButton {
    position: absolute;
    border-left: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #ccc;
    text-align: center;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 11px;
}

.searchButton:hover {
	background: #ed5554;
    border-left: none;
    border-top: 1px solid #ed5554;
    border-right: 1px solid #ed5554;
    border-bottom: 1px solid #ed5554;
}






