<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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:200,300,400,500,600,700,800");
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;
}
body{background:#EEE;}
* img:hover{opacity:0.8}
*,p,a{font-family:'Ek Mukta', sans-serif;}
ol,ul{list-style:none;}
a{color:#004477;text-decoration:none;}
a:hover{color:#df0505;text-decoration:none;}
.bdr{border-bottom:1px solid #ccc;}
.shadow{box-shadow:0px 0px 3px 2px #ccc;}

.wrapperhead{width:100%;margin:auto;background:#fff;}
.wrapperhead::after {
    content: "";
    clear: both;
    display: table;
}
.wrapper{width:90%;background:#fff;margin:0px auto;padding:2px;}
.wrapper::after {
    content: "";
    clear: both;
    display: table;
}
.clear{clear:both;}
.bhaweshmenus2{
    background:#187b9d;width:100%;color:#fff;
}

.bhaweshmenus2::after {
    content: "";
    clear: both;
    display: table;
}

.bhaweshmenus2 ul{margin:auto;width:90%;}
.bhaweshmenus2 ul li{float:left;}
.social{float:right;}
.social a i{color:#fff;}
.bhawesh{background:red;padding:1px;}
.logo{width:150px;height:150px;margin:auto;}
.banner{width:90px;height:90px;float:right;}
.logo a img,.banner img{width:100%;height:100%;}
@media all and (max-width:800px){
		.logo{width:80px;height:80px;}}
		
.advertise{width:100%;height:90px;margin:5px 0px;}
.advertise img{width:100%;height:100%;}
@media all and (max-width:800px){.advertise{height:70px;}}
@media all and (max-width:600px){.advertise{height:50px;}}
@media all and (max-width:400px){.advertise{height:40px;}}
.advertise2{width:100%;height:150px;}
.advertise2 img{width:100%;height:100%;}

/* main menu css */
.english{background:#0a7da5;}
.sports{box-shadow:0px 0px 4px 2px #ccc;background: url('images/sports.jpg') 0 0/100% 100% no-repeat;}
.shadow1{box-shadow:0px 0px 3px 1px #ccc;}
.shadow2{box-shadow:0px 0px 3px 1px #ccc;}
/* all nav */
.stellarnav { position: relative;font-size:18px; width: 100%; z-index:9999999; line-height: normal;font-family:'Ek Mukta', sans-serif;font-weight:bold; }
.stellarnav a { color: #777; }
.stellarnav ul { margin: 0; padding: 0; text-align: center; }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li:hover {background:#b00;}
.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:#c4302b;}
/* main level */
.stellarnav &gt; ul &gt; li { display: inline-block;  }
.stellarnav &gt; ul &gt; li &gt; 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 &gt; ul &gt; li:hover &gt; ul &gt; li:hover &gt; ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.stellarnav &gt; ul &gt; li.drop-left &gt; 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:#047;}
.stellarnav.dark a { color: #FFF; }
.stellarnav.dark ul ul { background: rgba(0, 0, 0, 1); }
.stellarnav.dark li a { color: #FFF; }
/* sticky nav */
.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0;background-color:#09b969;}

/* 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 &gt; 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 &gt; 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 &gt; 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 &gt; a:after, .stellarnav.hide-arrows li li.has-sub &gt; a:after, .stellarnav.hide-arrows li.drop-left li.has-sub &gt; 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: 48px; height: 48px; 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 &gt; ul &gt; li &gt; 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 &gt; 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: 15px; 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 { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.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.light .menu-toggle span.bars span { background: #000; }
.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 &gt; ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile &gt; ul &gt; li { display: block; }
.stellarnav.mobile &gt; ul &gt; li &gt; a { padding: 15px; }
.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 &gt; 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 &gt; 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: rgba(0, 0, 0, 1); }
.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 &gt; a:after, .stellarnav.mobile li li.has-sub &gt; a:after, .stellarnav.mobile li.drop-left li.has-sub &gt; a:after { display: none; }

/* left and right positions */
.stellarnav.mobile.right &gt; ul, .stellarnav.mobile.left &gt; ul { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;z-index:9999999999; }
.stellarnav.mobile.right &gt; ul { right: 0; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.stellarnav.mobile.left &gt; 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 */

/* mega dd */
.stellarnav.desktop li.mega ul ul { background: none; }
.stellarnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.stellarnav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.stellarnav.desktop li.mega ul ul { width: auto; }
.stellarnav.desktop &gt; ul &gt; li.mega { position: inherit; }
.stellarnav.desktop &gt; ul &gt; li.mega &gt; ul { width: 100%; }
.stellarnav.desktop &gt; ul &gt; li.mega &gt; ul li.has-sub ul { display: block; position: relative; left: auto; }
.stellarnav.desktop &gt; ul &gt; li.mega &gt; ul &gt; li { padding-bottom: 15px; box-sizing: border-box; }
.stellarnav.desktop li.mega li li a { padding: 5px 15px; }
.stellarnav.desktop li.mega li.has-sub a:after { display: none; }
.stellarnav.desktop &gt; ul &gt; li.mega &gt; ul &gt; li &gt; a { color: yellow; }
/* mega dd */


/* 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;}
}



/* main menu css */
/* details css */
.details{color:#000;text-align:justify;padding:5px;}

.details p{
    font-size: 20px!important;
    line-height: 165%!important;
    font-weight: 400;
    margin: 0 0 10px;
	color:#000;
	text-align: justify;}
.details p strong{font-weight:700;}
.details ul,ol{list-style-type:none;padding:5px 1px;}
.details li{font-weight:bold;color:#000;border-bottom:1px solid #EEE;}
.details a img#feature{width:95%;margin:auto;display:block;background:#eee;padding:2px;}
.details del{text-decoration: line-through;}
.postdate{font-size:14px;color:rgba(0,0,0,.6);font-style:italic;}

/* core details */
.item{border:3px solid #e8e7e7;height:280px;padding:10px;text-align:center;}
.item:hover{border:3px solid #111;}
.item p{margin:5px 0px;height:25px; line-height:25px;font-weight:bold;font-size:20px;}
.item img{height:80%;}

/* =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;
}

/* details css close */
/* next previous*/
.old{background:#fffddf;font-weight:bold;padding:5px;margin:0px;position:fixed;z-index:2;top:60%;}
.old a{color:blue;display:block;}
.old a:hover{color:white;background:red;}

/*video css */
.youtube{text-align:center;box-shadow:0px 0px 3px 2px #EEE;padding:3px;margin-top:15px;margin-bottom:15px;}
.youtube:hover{box-shadow:0px 0px 3px 2px #ccc;}
.youtube img{width:100%;height:250px;}
.youtube a{font-size:17px;color:#000;}

.staff{text-align:center;border:1px solid #f9f1f1;margin-top:15px;margin-bottom:15px;}
.staff:hover{background:#fdffd9;}
.staff img{width:110px;height:110px;border-radius:50%;display:block;margin:auto;padding:4px;background:#eeefef;}


/*archive css */

.bhaweshposttitle2{width:100%;padding:5px 0px;box-shadow: 0 3px 1px -2px #ccc;
 margin: 5px auto;text-align:center;color:red;font-family:'Yatra One',cursive;font-size:25px;font-weight:bold;}
.bhaweshposttitle2:hover{box-shadow: 0 4px 1px -2px #ccc;}
 .bhaweshposttitle2::before{
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 12%;
}
.bhaweshposttitle2::after{
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 15%;
}

.bhaweshposttitle3{width:100%;padding:5px 0px;box-shadow: 0 3px 1px -2px #ccc;
 margin:5px auto;text-align:center;color:red;font-size:25px;font-weight:bold;}
.bhaweshposttitle2:hover{box-shadow: 0 4px 1px -2px #ccc;}
.bhaweshposttitle3:hover{box-shadow: 0 4px 1px -2px #ccc;}

.bigbhawesh{width:98%;margin:5px auto;padding:3px;border-bottom:3px solid #ccc;}
.bigbhawesh h1{font-size:350%;text-align:center;font-weight:700;line-height:1.2em;}
.bigbhawesh h3{color:rgba(0,0,0,.5);text-align:center;}
.bigbhawesh h1 a{text-decoration:none;font-weight:bold;display:block;}
.bigbhawesh h1 a:hover{color:#e71829;}
.bigbhawesh p{font-size:20px;line-height:25px;text-align:center;color:#000;padding:10px 0px;}
.bigbhawesh p.website{font-size:100%;padding:10px 0px;color:purple;font-weight:bold;text-align:center;}
.bigbhawesh p img{display:none;}

@media screen and (max-width:870px){
	.bigbhawesh h1{font-size:180%;text-align:center;line-height:35px;}
.bigbhawesh h1 a{text-decoration:none;font-weight:bold;color:#2964a0;}
}
@media screen and (max-width:400px){
.bigbhawesh h1{font-size:100%;text-align:center;line-height:18px;}
.bigbhawesh h1 a{display:block;color:#2964a0;}
}




/* bhawesh1 first  */
	.bhawesh1{padding:5px;}
	.bhawesh1::after{
	  content: "";
	  clear: both;
	  display: table;
					}
	.bhawesh1 h2{font-size:20px;font-family:'Ek Mukta', sans-serif;}
	.bhawesh1 a img{width:110px;height:100px;float:left;margin-right:5px;}

/* tabsss */

.tab {
  overflow: hidden;
  background-color: #a70000;
  box-shadow: 0 3px 1px -2px #ccc;

}

/* Style the buttons inside the tab */
.tab button {
  background-color:inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 14px;
  transition: 0.5s;
  font-size: 18px;
  width:50%;
  color:#fff;
  font-family: 'Yatra One',cursive;

}
.tab button i:before {
    content: "\f164";
    color: #fff;
top: 11px}

/* Change background color of buttons on hover */
.tab button:hover,.tab button.active:hover{
  background-color:red;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:#009449;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/* custum design */

.bhaweshcolumn{height:120px;}
.bhaweshcolumn img{width:100%;height:100%;}

.bhaweshcolumn2{height:180px;border-bottom:2px solid #EEE;margin:0px auto;width:90%;padding:5px;text-align:center;}
.bhaweshcolumn2 img{width:110px;height:110px;margin:auto;display:block;border-radius:50%;background:#eee;padding:5px;}
.bhaweshfeature img{width:100%;height:200px;}
.photocaption{text-align:center;padding:3px 0px;height:398px;}
.photocaption img{width:100%;height:80%;}
.bhaweshkodog{font-size:130%;line-height:35px;text-align:justify;font-family:'Ek Mukta', sans-serif;}
.bhaweshkodog::after {
  content: "";
  clear: both;
  display: table;
}
.bhaweshkodog img{width:50%;float:left; margin-right:10px;}
.bhaweshkodog2{height:150px;overflow:hidden;text-align:center;}
.bhaweshkodog2 img{width:100%;height:70%;}


/* samachar mix picture and no picture list */
.bhaweshpic{padding:5px;}
.bhaweshpic ul li{height:100px;line-height:100px;border-bottom:1px solid #fff;overflow:hidden;margin:5px 0px;}
.bhaweshpic ul li:last-child{border-bottom:none;}
.bhaweshpic ul li a p{font-size:20px;font-family: 'Ek Mukta', sans-serif;}
.bhaweshpic ul li a img{width:90px;height:90px;float:left;margin-right:5px;}

.bhaweshnopic{padding:5px;}
.bhaweshnopic ul li{border-bottom:1px dotted #ccc;overflow:hidden;}
.bhaweshnopic ul li:last-child{border-bottom:none;}
.bhaweshnopic ul li a{display:block;}
.bhaweshnopic ul li a h3{font-size:20px;font-family: 'Ek Mukta', sans-serif;}


		.bhaweshbigpic{padding:5px;text-align:center;}
		.bhaweshbigpic ul{}
		.bhaweshbigpic ul li{overflow:hidden;height:280px;}
		.bhaweshbigpic ul li a img{width:80%;display:block;margin:auto;}


/* samachar area */
.newsmodel{padding:5px;}
.newsmodel a img{width:100%;height:180px;}

.smallnews2{width:100%;padding:5px 0px;border-bottom:1px dotted #ccc;}
.smallnews2 img{width:120px;height:120px;float:left;margin-right:5px;border-radius:50%;background:#eeefef;padding:4px;}

.smallnews3{width:100%;padding:5px 0px;margin:5px 0px;}
.smallnews3 img{width:120px;height:120px;float:left;margin-right:5px;border-radius:50%;background:#eeefef;padding:5px;}
.golonews{width:100%;padding:5px 0px;border-bottom:1px solid #EEE;}
.golonews::after {
  content: "";
  clear: both;
  display: table;
}
.golonews img{width:90px;height:90px;float:left;margin-right:5px;border-radius:50%;background:#eeefef;padding:5px;}


.writer{color:red;font-size:14px;float:right;font-weight:bold;}
.smallnews5{padding:5px;margin:5px auto;}
.smallnews5::after {
  content: "";
  clear: both;
  display: table;
}
.smallnews5 img{max-width:115px;max-height:90px;float:left;margin-right:5px;}
.smallnews5 p{
    font-size: 18px!important;
    line-height: 150%!important;
    font-weight: 400;
    margin: 0 0 1.04em;
	text-align: justify;}



.smallnews{padding:5px;margin:5px auto;}
.smallnews::after {
  content: "";
  clear: both;
  display: table;
}
.smallnews img{max-width:115px;max-height:90px;float:left;margin-right:5px;}
.smallnews p{
    font-size: 18px!important;
    line-height: 150%!important;
    font-weight: 400;
    margin: 0 0 1.04em;
	text-align: justify;}






/* single page */

.title{padding:1px 3px;margin:2px -2px;text-align:center;}
.title h1{font-size:40px;line-height:45px;}
.title h1 a{display:block;font-weight:bold;color:#3c3333c9;}
.title p{font-size:20px;top:-24px;line-height:180%;font-style: italic;font-weight:500;color: rgba(0,0,0,.5);position: relative;}
.wishes{height:200px;box-shadow:0px 0px 4px 3px #eee;}
.wishes a img{height:85%;width:90%;display:block;}
h1.wishetitle{font-weight:bold;text-align:center;font-size:140%;color:#4e83ba;background:#efefef;padding:5px 0px;}

/* sidebar*/

.sidebar{width:100%;}
.sidebar img{width:100%;}
.newspostgrid{padding:5px;box-shadow:0px 0px 2px 1px #ccc;}
.newspostgrid::after {
  content: "";
  clear: both;
  display: table;
}
.newspostgrid ul{font-weight:bold;}
.newspostgrid ul li{border-bottom:2px solid #eee;padding:5px 0px;}
.newspostgrid ul li:hover{background:#f4ffea;}
.newspostgrid ul li p{font-size:18px;color:#000;line-height:24px;}
.newspostgrid ul li p a{color:#000;}
.newspostgrid ul li p img{background:#eee;width:100px;height:100px;border-radius:50%;float:left;margin-right:8px;padding:5px;}



/*pagination with divya code */
.divya{font-size:25px;padding:5px;text-align:center;margin:auto;}
.divya .nav-links{padding:5px;}
.divya .page-numbers{background:#b7aaaa;border:1px solid #ccc;padding:5px;transition:background-color .9s;}
.divya .page-numbers:hover{background:#000;color:#fff;}
.divya .current{background:red;color:fff;}

/*videos */
/* video */
.videobhawesh{border:3px solid #e8e7e7;position: relative;max-width:100%;margin:0 auto;height:160px;text-align:center;}
@media all and (max-width: 800px) {.videobhawesh{height:180px;}}
@media all and (max-width: 600px) {.videobhawesh{height:170px;}}
@media all and (max-width: 400px) {.videobhawesh{height:160px;}}
@media all and (max-width: 350px) {.videobhawesh{height:150px;}}
@media all and (max-width: 250px) {.videobhawesh{height:140px;}}
@media all and (max-width: 200px) {.videobhawesh{height:130px;}}
@media all and (max-width: 180px) {.videobhawesh{height:100px;}}
.videobhawesh a{color:#fff;}
.videobhawesh:hover{border:3px solid #111;}
.videobhawesh img{height:100%;}
.videobhawesh .text {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  width: 100%; /* Full width */
  padding: 1px; /* Some padding */
  color:#fff;
  font-weight:bold;
  overflow:hidden;
  height:25px;
}


.frontads{height:180px;width:100%;}
.frontads img{width:100%;height:100%;}
img.frontads{width:100%;height:160px;}
@media all and (max-width: 500px) {
img.frontads{width:33.33%;float:left;}
}
.footerdetail{background:#08132f;padding:20px 0px;color:#fff;width:100%;text-align:center;}


.para{padding:3px;}
.para h1{font-weight:bold;font-size:25px;border-bottom:2px solid red;}
.para span{color:AliceBlue;}
.para span:hover{color:#3068a0;}
.para a{color:#fff;}
.para p{color:#fff;}
.para a:hover{color:red;font-weight:bold;}
.para img{width:100%;}

.footer{background:red;}
.footerleft ul li{float:left;padding:0px 5px;}
.footerleft ul li a{color:#000;}
.footerleft ul li a:hover{color:AliceBlue;}
.copyright{float:right;}
.websoftitnepal{text-align:right;}
.websoftitnepal a{color:#fff;}</pre></body></html>