/*
Theme Name: Bhawesh
Theme URI: http://www.websoftitnepal.com
Author: Bhawesh Mandal
Author URI: http://www.websoftitnepal.com
Description: This is for news portal of websoft it nepal pvt. ltd.
Version: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: websoft
Text Domain: bhawesh
*/
@import url('https://fonts.googleapis.com/css?family=Mukta:600&display=swap');
body, div, span, applet, object, iframe,p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,u, i, center,
dl, dt, dd, ol, ul,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	color:#000;
	text-decoration:none;
}
  html{max-width:100%;box-sizing: border-box;overflow-x: hidden;}
body{max-width:100%;overflow-x: hidden;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
* img{-webkit-animation: none;animation:none;transition: transform 0.8s ease-in-out;}
* img:hover{overflow:hidden;}

*,p,a{font-family:'Ek Mukta', sans-serif;}
ol,ul{list-style:none;}
a{color:#2e79ed;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}

.wrapperhead{width:100%;margin:auto;box-sizing: border-box;}
.wrapperhead::after {
    content: "";
    clear: both;
    display: table;
}
.wrapperhead p{font-weight:bold;}
.wrapperhead p span{color:red;}


.wrapper{width:85%;margin:0 auto;overflow:hidden;box-sizing: border-box;}
@media screen and (max-width:700px){
.wrapper{width:95%}
}
.wrapper::after {
    content: "";
    clear: both;
    display: table;
}
.wrapper2{width:100%;box-sizing: border-box;background:rgba(0,0,0,.78);}
.wrapper2::after {
    content: "";
    clear: both;
    display: table;
}
.clear{clear:both;}

.headlogoarea{position:relative;font-weight:bold;}

.logo{width:100%;margin-left:2%;position:relative;height:110px;}
.logo a img{width:100%;height:100%;}
@media all and (max-width:800px){
.logo{width:99%;height:100px;margin:auto;}
}
.nepalidatehere{left:2%;bottom:0;position:absolute;font-weight:500;}

.logoads{height:110px;padding:10px;}
.logoads img{width:100%;height:100%;}
@media all and (max-width:700px){
.logoads{height:55px;}
}

.advertise{width:100%;margin:10px 0;}
.advertise img{width:100%;}


.advertisesidebar{width:100%;margin:10px 0;}
.advertisesidebar img{width:100%;}

	/* all nav */
.stellarnav { position: relative;font-size:18px; width: 100%; z-index:9999999; line-height: normal;font-weight:500;box-sizing: border-box; }
.stellarnav a { color: #777; }
.stellarnav ul {margin:0;padding:0;}
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li a { padding: 5px; display: block; text-decoration: none; color: #777; font-size: inherit; font-family: inherit; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }
.current-menu-item{background:#8B0000;}
/* main level */
.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a { padding: 5px 10px; }

/* first level dd */
.stellarnav ul ul { top: auto; width: 220px; position: absolute; text-align: left; display: none; background: #ddd; }
.stellarnav li li { display: block;}

/* second level dd */
.stellarnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px;}
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
.stellarnav.light { background: rgba(255, 255, 255, 1);}
.stellarnav.light a { color: #000; }
.stellarnav.light ul ul { background: rgba(255, 255, 255, 1); }
.stellarnav.light li a { color: #000; }

/* dark theme */
.stellarnav.dark { background:#373536;}
.stellarnav.dark a { color: #ffffff; }
.stellarnav.dark a:hover{background:#378ade;}
.stellarnav.dark ul ul { background:#b8080a;}
.stellarnav.dark li:hover{-webkit-animation: pulse .9s;animation: pulse 0.9s;}
.stellarnav.dark li a { color:#ffffff; }
/* sticky nav */
.stellarnav.fixed {background:#8a0709;position: fixed; width:100%; top: 0; left: 0;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);animation: slideInDown 0.4s;}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/

/* general styling */
.stellarnav li.has-sub > a:after { content: ''; margin-left: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #fff; display: inline-block;}
.stellarnav li li.has-sub > a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #FFF; position: relative; top: 4px; }
.stellarnav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #FFF; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 40px; height: 40px; text-align: center;border: 0; }
.stellarnav.desktop li.has-sub a { padding-right: 5px; }
.stellarnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }

/* svg icons */
.stellarnav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */

.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.stellarnav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.stellarnav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.stellarnav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.stellarnav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.stellarnav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.stellarnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.stellarnav.light .icon-close:before { border-color: #000; }
.stellarnav.light .icon-close:after { border-color: #000; }
.stellarnav.dark .icon-close:before { border-color: #FFF; }
.stellarnav.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding:3px 10px; box-sizing: border-box; }
.stellarnav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.stellarnav .menu-toggle span.bars span { display: block; width: 15px; height: 2px; border-radius: 6px; background: #777; margin: 0 0 3px; }
.stellarnav .full { width: 100%; }
.stellarnav .half { width: 50%; }
.stellarnav .third { width: 33%; text-align: center; }
.stellarnav .location-btn-mobile.third { text-align: center;}
.stellarnav .location-btn-mobile.half { text-align: right;}
.stellarnav.light .third, .stellarnav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.left .third, .stellarnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.right .third, .stellarnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child { border-left: 0; }
.stellarnav.dark .third, .stellarnav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.left .third, .stellarnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.right .third, .stellarnav.dark.right .half {}
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child { border-left: 0; }
.stellarnav.dark .menu-toggle span.bars span {background: #fff; }
.stellarnav.mobile { position: static;}
.stellarnav.mobile.fixed { position: static;}
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; }
.stellarnav.mobile > ul > li > a { padding:5px; }
.stellarnav.mobile ul { background: rgba(221, 221, 221, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }
.stellarnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile.light li a.dd-toggle { border: 0; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.stellarnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.stellarnav.mobile.dark ul { background:#0e5dae; }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0;}
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { position: fixed; top: 0; bottom: 0; width:100%;overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;z-index:9999999999; }
.stellarnav.mobile.right > ul { right: 0; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.stellarnav.mobile.left > ul { left: 0; }
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third { text-align: left; }
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.stellarnav { overflow: hidden; display: block; }
	.stellarnav ul { position: relative; display: none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none;}
}
/* search menu css */
.searchbhawesh{float:right;}
.searchbhawesh form{display:flex;box-sizing:border-box;justify-content:center;align-items:center;}
.searchbhawesh form input{
    border: none;
	outline:none;
    color:red;
    font-weight:bold;
	width:0;
	height:40px;
	transition:all 0.5s;
	background:#fff;
}
.searchbhawesh form:hover input,.searchbhawesh form input:focus{width:180px;background:#ffdcdc;}
.searchbhawesh form button{background: #8b0000;border:none;height:40px;width:40px;outline:none;}
.searchbhawesh form button .fa{color:#fff;}


.breadcrumb {padding: 2px 15px;margin-bottom: 10px;background:#EEE;}
.breadcrumb span{color: #777;text-decoration: none;}
.breadcrumb span a {color: #777;text-decoration: none;}
.title{font-weight:500;font-size:45px;line-height:60px;padding:5px 0;}
.title a{display:block;color:#2e79ed;}
.title a:hover{color:#8b0000;}
.title p{font-size:20px;line-height:180%;font-style: italic;font-weight:500;color:red;text-align:center;}
	
/* menu title css */

.bhaweshkomenu{margin-bottom:10px;border-bottom:3px solid #2e79ed;font-size:22px;font-weight:700;}
.bhaweshkomenu a{color:#2e79ed;padding:0 10px;}
.bhaweshkomenu a i{color:#2e79ed;}

.bhaweshkomenu2{margin-bottom:10px;font-size:22px;font-weight:700;text-align:center;}
.bhaweshkomenu2 a{color:#fff;padding:0 10px;}
.bhaweshkomenu2 a i{color:#fff;}


/*fullscreen css */
.bigmainbhawesh{text-align:center;padding:8px 0;margin:10px 0;border:4px solid #f3f3f3;}
.bigmainbhawesh span{font-weight:bold;}
.caption span{background:#1663a1;padding:3px 10px;color:#fff;}
.bigmainbhaweshtitle{font-size:50px;line-height:60px;font-weight:bold;margin:10px 0;}
.bigmainbhaweshtitle a{color:#1663a1;}
.bigmainbhaweshtitle a:hover{color:#878787;}
.subtitle{font-size:20px;line-height:25px;color:#878787;font-weight:500;}
.bigmainbhaweshpic{width:100%;margin:auto;}
.bigmainbhaweshpic img{width:80%;}
.bigmainbhaweshpara{font-size:20px;padding:10px 5px}
@media screen and (max-width:700px){
.bigmainbhaweshpara{font-size:20px;height:75px;overflow:hidden;}
}
/* youtube video */
    .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
		margin:10px auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* cat css */
.bhaweshstep1{box-sizing:border-box;overflow:hidden;}
.picbhawesh1{height:280px;margin:0 auto;position:relative;box-sizing:border-box;font-weight:bold;font-size:17px;line-height:20px;text-align:center;}
.picbhawesh1 img{width:100%;height:100%;}
.bhaweshstep1title{font-size:30px;line-height:40px;}

.shidhabhawesh{padding:0px;}
.shidhabhawesh ul li{margin-bottom:10px;overflow:hidden;font-size:20px;height:100px;line-height:30px;}
.shidhabhawesh ul li a{font-weight:600;display:block;}
.shidhabhawesh ul li a img{width:120px;height:100%;float:left;margin-right:15px;}
/* main menu css */

.meroauthor{font-weight:600;}
.meroauthor::after {content: "";clear: both;display: table;}
.meroauthor p{font-size:17px;}
.meroauthor p img{width:25px;height:25px;float:left;margin-right:5px;}
.meroauthor span{font-size:13px;color:rgba(0,0,0,0.5);}

/* details css */
.details{color:#000;text-align:justify;padding:5px 0;}
.details p{
    font-size: 20px!important;
    line-height: 165%!important;
    margin: 0 0 1.04em;
	text-align: justify;
	overflow:hidden;}
.details p strong{font-weight:800;}
.details ul,ol{padding:5px 1px;}
.details li{font-weight:bold;color:#000;}
.details #feature{width:100%;margin:auto;overflow:hidden;position:relative;}
.details #feature img{width:100%;height:auto;}
.details img{height:auto;display:block;width:100%;}
.details del{text-decoration: line-through;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin:5px 20px 20px 0;}
.aligncenter,div.aligncenter{display: block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright{float: right;margin: 5px 0 20px 20px;}
a img.alignnone{margin:5px 20px 20px 0;}
a img.alignleft{float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}

.wp-caption {background: #fff;border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

/* special cat ko css */
.samacharcover{margin:10px 0;} 
.samacharcover:hover{-moz-box-shadow:8px 8px 10px #ccc;-webkit-box-shadow:8px 8px 10px #ccc;box-shadow: 8px 8px 10px #ccc;transition: all .3s ease-in-out;}
.samachar{height:200px;}
.samachar a img{width:100%;height:100%;}
.samachartitle{padding:5px;}
.samachartitle a{font-size:25px;line-height:30px;font-weight:600;}

.mainnews{height:400px;position:relative;margin:20px 0;}
.mainnews a{color:#fff;}
.mainnews a img{width:100%;height:100%;}
.mainnewstitle{position:absolute;bottom:5px;left:0;width:100%;text-align:center;font-size:35px;line-height:40px;font-weight:600;}
.mainnewsdetailcover{margin:10px 0;}
.mainnewsdetailimg{height:200px;}
.mainnewsdetailimg img{width:100%;height:100%;}
.mainnewsdetailtitle{padding:5px;}
.mainnewsdetailtitle a{font-size:25px;line-height:30px;font-weight:600;}
.entertainmentdetailimg{height:200px;}
.entertainmentdetailimg a img{width:100%;height:100%;}
.entertainmentdetailimgtitle{padding:5px;}
.entertainmentdetailimgtitle a{font-size:20px;line-height:25px;font-weight:500;}
.catvideo1{height:410px;margin-bottom:20px;position:relative;font-size:25px;}
.catvideo1 a{color:#fff;font-weight:600;}
.catvideo1 a img{width:100%;height:100%;}
.catvideo1 .catvideo1title {background:rgba(0,0,0,.43);bottom:0;left:0;position:absolute;width:100%;padding:3px 5px;}
.catvideo2{height:120px;margin-bottom:25px;}
.catvideo2 a img{width:100%;height:100%;}
.catvideo2title{font-weight:600;}
.catvideo2title a{font-size:20px;line-height:30px;}


/* custome news development css code */
.bhaweshentertainmentkalo{width:85%;margin:10px auto;}
.bhaweshentertainment{height:430px;overflow:hidden;box-sizing:border-box;position:relative;}
.bhaweshentertainment a img{width:100%;height:100%;}
.bhaweshentertainment .bhaweshentertainmenttitle{bottom:0;left:0;width:100%;font-weight:bold;position:absolute;font-size:40px;line-height:45px;padding:5px 3px;text-align:center;}
.bhaweshentertainment .bhaweshentertainmenttitle a{color:#fff;}
@media all and (max-width:800px){
.bhaweshentertainment{height:225px;}
.bhaweshentertainment .bhaweshentertainmenttitle{font-size:20px;line-height:25px;}
}

.bhaweshajabnepal{}
.bhaweshajabnepal p{font-size:110%;line-height:165%;}
.bhaweshajabnepalimg{height:235px;overflow:hidden;}
.bhaweshajabnepalimg img{width:100%;height:100%;-webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);}
.bhaweshajabnepaltitle{font-size:30px;font-weight:600;line-height:40px;padding:5px 0;}
.bhaweshajabnepaltitle a{color:#2e79ed;}
.bhawesheducation{font-size:20px;line-height:25px;margin-bottom:10px;}
.bhawesheducationimg{height:130px;margin-bottom:10px;overflow:hidden;}
.bhawesheducation img{width:100%;height:100%;}
ul.bhaweshjadajadai{font-size:18px;font-weight:500;line-height:158%;}
ul.bhaweshjadajadai li{background:rgba(77,77,77,.06);padding:10px 5px;border-bottom:solid 1px rgba(77,77,77,.14);margin:1px 0; transition: all .4s ease;}
ul.bhaweshjadajadai li:hover{background:rgba(77,77,77,0.25);}
/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #1e6eea;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 15px;
  transition: 0.3s;
  font-size: 20px;
  width:50%;
  font-weight: 600;
  color:#fff;
}

/* Create an active/current tablink class */
.tab button.active {
 background:#373536
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-top: none;
}

ul.tajapopular{counter-reset:bhawesh 0;}
ul.tajapopular li{border-top:1px solid #EEE;font-size:18px;display: grid;align-items: center;position:relative;}
ul.tajapopular li:before{content:counter(bhawesh)') ';counter-increment: bhawesh 1;position:absolute;display:inline-block;color:red;}
ul.tajapopular li a{color:#4c4c4e;font-weight:500;padding-left:20px;}
ul.tajapopular li a:hover{color:red;}

/* Style the tab */
.ftab {
  overflow: hidden;
 background-color: #006699;

}

/* Style the buttons inside the ftab */
.ftab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 17px;
  	font-weight:600;
	background-color: #006699;
	color:#fff;

}

.ftab button:hover {
background-color:#000;
}

.ftab button.active {
  background-color: #8a0709;
  color:#fff;
}

.ftabcontent {
  display: none;
  padding: 5px;
  border: 1px solid #ccc;
  border-top: none;
}

ul.bhaweshtab3{counter-reset:bhawesh 0;}
ul.bhaweshtab3 li{font-size:19px;font-weight:600;border-bottom:1px dashed #ccc;padding:10px 0;display: grid;align-items: center;position:relative;}
ul.bhaweshtab3 li:before{content:counter(bhawesh);counter-increment: bhawesh 1;width:25px;height:25px;line-height:20px;text-align:center;border:2px solid #e2e7e5;border-radius:50%;position:absolute;display:inline-block;}
ul.bhaweshtab3 li:last-child{border:none;}
ul.bhaweshtab3 li a{color:#393939;margin-left:30px;}
.tabpic{height:50px;margin:5px 0;}
.tabpic img{width:100%;height:100%;}
.tabpictitle{font-size:19px;font-weight:700;}
.tabpictitle a{color:#393939;}
.tabpictitle a:hover{color:#006699;}

/*news codes */
	.bhaweshtitleonly{text-align:center;padding:15px 0; margin:10px 0;border:4px solid #f3f3f3;}
	.bhaweshtitleonly a{color:#393939;font-size:55px;line-height:70px;text-align:center;font-weight:630;}
	.bhaweshtitleonly a:hover{color:#8a0709}
	@media all and (max-width:800px){.bhaweshtitleonly a{font-size:30px;line-height:40px;}}

.onlysingle{font-size:18px;line-height:25px;}
.onlysingleimg{height:200px;}
.onlysingleimg img{width:100%;height:100%;}
.onlysingletitle{font-size:28px;line-height:37px;font-weight:600;padding:5px 0;}

.firstbhaweshcover{padding:5px;background:#f3ebeb;}
.firstbhaweshcoverimg{height:200px;position:relative;overflow:hidden;}
.firstbhaweshcoverimg a img{height:100%;width:100%;transition: transform 1s;}
.firstbhaweshcoverimg a img:hover{-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);}
.firstbhaweshcoverimgtitle{position:absolute;bottom:0;left:0;padding:5px 2px;width:100%;background:#1f1e1e82;text-align:center;font-size:20px;line-height:25px;}
.firstbhaweshcoverimgtitle a{color:#fff;font-weight:600;}

.samacharko1{height:260px;margin-bottom:10px;position:relative;font-size:25px;line-height:30px;overflow:hidden;}
.samacharko1 a{color:#fff;font-weight:600;}
.samacharko1 a img{width:100%;height:100%;transition: transform 1s;}
.samacharko1 a img:hover{-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);}
.samacharko1 .samacharko1title {background:rgba(0,0,0,.43);bottom:0;left:0;position:absolute;width:100%;padding:3px 5px;}
.samacharko2{height:80px;margin-bottom:10px;}
.samacharko2 a img{width:100%;height:100%;}
.samacharko2title{font-weight:600;}
.samacharko2title a{font-size:18px;line-height:35px;color:393939;}
.samacharko3cover{margin:5px 0;}
.samacharko3{height:60px;margin:10px 0;}
.samacharko3 a img{width:100%;height:100%;}
.samacharko3title{font-weight:600;margin:10px 0;height:60px;overflow:hidden;}
.samacharko3title a{font-size:15px;line-height:20px;color:393939;}

.bicharcover{margin:10px 0;padding:3px;text-align:center;}
.bicharpic{height:100px;margin-bottom:5px;}
.bicharpic a img{width:100px;height:100px;display:block;margin:auto;border-radius:50%;}
.bichartitle{font-size:18px;line-height:25px;font-weight:700;}
.bicharcover span{font-size:14px;}

.mybhawesh1st{}
.mybhawesh1sttitle{font-size:19px;line-height:25px;margin:5px 0;}
.mybhawesh1sttitle a{font-weight:600;}
.mybhawesh1stpic{height:100px;}
.mybhawesh1stpic img{width:100%;height:100%;}
.mybhawesh1stdes{font-size:17px;line-height:27px;}
ul.mybhawesh2nd{margin:10px 0;}
ul.mybhawesh2nd li{border-top:1px dotted #ccc;font-size:18px;line-height:28px;padding:2px 3px;}
ul.mybhawesh2nd li a{font-weight:600;}

.bhaweshbannertopimg{height:280px;position:relative;overflow:hidden;}
.bhaweshbannertopimg a img{width:100%;height:100%;transition: transform 1s;}
.bhaweshbannertopimg a img:hover{-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);}
.bhaweshbannertoptitle{background:#292727ab;font-weight:700;position:absolute;bottom:0;left:0;font-size:30px;
line-height:35px;text-align:center;width:100%;padding:3px 0;}
.bhaweshbannertoptitle a{color:#fff;}
.bhaweshbannerdown{height:150px;margin:20px 0;}
.bhaweshbannerdown a img{height:100%;width:100%;}
.bhaweshbannerdowntitle{font-size:20px;line-height:30px;}
.bhaweshbannerdowntitle a{font-weight:700;}

.bhawesh7cover{margin:10px 0;}
.bhawesh7img{height:100px;}
.bhawesh7img img{width:100%;height:100%;}
.bhawesh7title{font-size:20px;line-height:30px;font-weight:600;}

.bhawesh7a{margin:10px 0;padding:10px;border:4px solid #EEE;}
.bhawesh7aimg{height:125px;}
@media screen and (max-width:700px){
.bhawesh7aimg{height:220px;}
}
.bhawesh7aimg img{width:100%;height:100%;}
.bhawesh7atitle{font-size:20px;line-height:30px;padding:10px 0;font-weight:600;}


.videobhawesh{height:150px;position:relative;margin-bottom:5px}
.videobhawesh img{height:100%;height:100%;}
.videobhaweshtitle{position:absolute;bottom:0;left:0;color:#fff;background:#100f0f8a;font-size:15px;line-height:20px;text-align:center;width:100%;padding:5px 0;height:25px;overflow:hidden;}
	
.relatednews{font-weight:500;}
.relatednewspic{height:150px;margin:5px 0;overflow:hidden;}
.relatednewspic a img{width:100%;height:100%;transition: transform 1s;}
.relatednewspic a img:hover{-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);}
.relatednewstitle{font-size:20px;line-height:25px;}
.relatednewstitle a{color:#000;}

/*pagination with divya code */
.divya{font-size:20px;margin:5px 0;}
.divya a{color:#fff;}
.divya .page-numbers{background:#1f6feb;padding:0 15px;transition:background-color .9s;}
.divya .page-numbers:hover{background:#000;color:#fff;}
.divya .current{background:#8b0000;color:#fff;}
#back2Top {
    width: 40px;
	height:40px;
	text-align:center;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #080808;
    font-size: 28px;
    text-decoration: none;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 30px 10px #efff00;
-moz-box-shadow: 0px 0px 30px 10px #efff00;
box-shadow: 0px 0px 30px 10px #efff00;
}
#back2Top i{color:#efff00;}
#back2Top:hover{background-color: #111;}
.wrapperfooter{background:#1766c1;padding:0 15px;}
h1.para span{font-size:25px;color:#fff;}
.para span{color:#fff;padding:0px;}
.para a{color:#0a88b9;}
.para p{color:#fff;}
.para img{width:98%;margin:auto;display:block;}
.copyright{background:#0451a9;color:#fff;font-weight:bold;padding:2px 2%;text-align:right;}
.copyright a{color:#cf0;}