/*
Theme Name: TIO District
Theme URI: https://easysoftnepal/themes/tiodistrict/
Author: Mukti Adhikari
Author URI: https://easysoftnepal.com/
Description: TIO is Nepali Governmental Portal.
Version: 1.0
Text Domain: TIO
Tags: red, orange, blue
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'Mukta', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 5em;
  margin: 15px 0;
  font-weight: 600;
line-height: 1.2em;
}
h2{font-size: 50px;font-weight: 600;padding: 13px;}
h5{
	font-size: 23px;
    font-weight: 600;
    color: var(--bgrd);
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #072770;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2b37d1;
}
h3{font-size: 30px;}
p{font-size:19px;line-height: 1.7em;margin-bottom: 20px;text-align: justify;}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
article{
    margin:0;
}
article blockquote{
    background: #f5f5f5;
    padding: 39px 20px 10px 84px;
    font-weight: 700;
    color: #696969;
    margin-bottom: 30px;
    position: relative;
}
article blockquote:before{content:"\f122";font-family: dashicons;position: absolute;font-size: 53px;left: 19px;top: 11px;color: #ccc;}
article table{width:100%;}
article table td{text-align:left;font-size:18px;padding: 8px 12px;}
article table tr:first-child{font-size: 20px;background: #2e368f;color: #fff;}
article table tr:first-child td{padding: 10px 16px;text-align: center;border: 1px solid #6863af;vertical-align:middle;font-size: 20px;font-weight: 700;}
article table tr td:nth-child(2),article table tr td:nth-child(1){text-align: left;}
article table tr{border-bottom: 1px solid #ccc;line-height: 1.5em;}
article table tr:nth-child(even) {background: #f6f7ff;}
article ul{}
article ul li{
    position: relative;
}
article ul li a{
    font-size: 24px;
    padding: 6px 41px;
    position: relative;
    display: inline-block;
}
article ul li a:before{content:"\f344";font-family: dashicons;position: absolute;left: 11px;font-size: 16px;top: 12px;}
article ul li:hover a{
    color: #bd0a12;
    border-bottom: 1px solid #bd0a12;
    background: #f5f5f5;
    border-radius: 17px;
}
article .size-large img{width:100%}
article .wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: -1px;
    font-size: 18px;
    background: #ebf2fd;
    text-align: center;
    padding: 7px 7px 4px;
    font-style: italic;
    font-weight: 600;
    color: #001085;
    border: 1px solid #bec6ff;
}

.eser{
    position: absolute;
    bottom: -107px;
    right: 0;
    z-index: 90;
    width: 300px;
    background: #ffffff;
    padding: 14px;
    box-shadow: 0px 11px 8px rgb(0 0 0 / 18%);
}
.srch{width: 100%;
    border: 1px solid #1554af;
    font-size: 16px;
    background: #f2f7ff;
    outline: none;
    padding: 7px 12px;}
.eximg{
    width: 110px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: auto 75% !important;
}
.eximg a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
    line-height: 3.1em;
    font-weight: 700;
    border: 1px solid #dfdfdf;
    padding: 0 8px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #ffffff;
}
.exdoc{background: url(images/word.png) no-repeat  left center;}
.exxls{background: url(images/excel.png) no-repeat  left center;}
.expdf{background: url(images/pdf.png) no-repeat  left center;}
.exjpg{background: url(images/image.png) no-repeat  left center;}
.exnon{background: url(images/text.png) no-repeat  left center;}

.pagination{
    padding: 9px 20px;
    background: #ffffff;
    margin-top: 20px;
}
.pagination span{
    height: 25px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: 1px solid #d9d9d9;
    margin: 1px;
    background: #fff;
}
.pagination span a{
    color: #072770;
    display: block;
    padding: 0 10px;
}
.pagination .current{
    background: #de0000;
    color: #fff;
    border: 1px solid #d00;
    padding: 0 10px;
}
.pagination span:hover{border: 1px solid #de0000;background: #ffeded;}
.pagination span:hover a{color: #de0000;}
.pagination .current:hover{background: #a30000;}
.gallery-item{padding: 10px 10px 0 10px;}
.gallery-item img{width: 100%;border: none !important;height: auto;}
.lsta .news-item-content{
    position: relative;
    padding-left: 45px;
}
.pdrdwn .news-item{padding-right: 127px;}
.lsta .news-item-content:before{content:"\f147";font-family: dashicons;position: absolute;left: 0;top: 6px;font-size: 30px;color: #0d207e;width: 33px;height: 33px;background: #f3f3f3;line-height: 1.2em;border-radius: 50%;box-shadow: 0px 0px 0px 0px #cccccc;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-ms-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.mver{width:100%;overflow-x:scroll;}
.lsta .news-item-content:hover:before{
    box-shadow: 0 0 0 40px #cccccc00;
}
.comap{margin: 20px 0 0;padding: 6px;border: 1px solid #f0f0f0;}
.oserv{border-bottom: 1px solid #e9e9e9;margin-bottom: 0;position: relative;}
.oserv img{padding: 11px;border: 1px solid #e6e6e6;margin: 9px;box-shadow:0px 0px 4px #ececec;}
.oserv .scapt{font-size: 28px;font-weight: 700;padding: 0 37px;color: #2e368f;}
.oserv .nmb{
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 130px;
    color: rgb(0 0 0 / 3%);
    display: inline-table;
}
article .oserv:nth-child(even){
    background: #f3f3f3;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.cntr{font-size: 15px;line-height: 1.56;}
.cntr .textwidget p{text-align:center;width:100%;}
.cntr img{margin-bottom: 11px;}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
:root{
	--brtb : #e9e9e9;
	--bgor: #a1a5b9;
	--bggr : #fafafa;
	--bgrd: #bc0606;
	--bgbl : #2E368F;
	--bgbu : #3163AF;
	--bggd: #2E368F;
	--bgoa : #fef1d5;
}
.slogo{
    text-align: center;
    margin: 7px 0 0;
}
#logo img{width:auto;height:107px;}
.mlogo{
    width: 500px;
    height: 40px;
    display: block;
    background: url("./images/logo.jpg") no-repeat;
    background-size: auto 100%;
}


.lgp{text-align: center;margin: 0;line-height: 1.2em;color: #de0000;}
.lgp1{margin-top: 16px;font-size: 13px;}
.lgp2{font-size: 24px;}
.lgp3{font-size: 32px;font-weight: 800;}

.stky .lgp{font-size: 9px;text-align: left;margin-top: 0;}
.stky .slogo{padding: 9px 0;}
.stky .lgp2{font-size: 12px;}
.stky .lgp3{font-size: 14px;}
.mrqu{
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    padding-top: 5px;
}

.ticker{height: 40px;overflow: hidden;}
.ticker a{margin-right: 100px;}
.ticker a:last-child{margin-right:0;}
.tickimg{width: 18px;}

.socl{text-align: right;}
.socl li{display: inline-block;vertical-align: middle;}
.socl li a{
    display: block;
    padding: 3px 3px 0px 7px;
    height: 27px;
    margin: 0 -2px -1px;
    text-align: center;
    border: 1px solid #c4c4f0;
    border-bottom: 0;
    color: #20206a;
    background: #f4f4ff;
}
.socl li a:hover{color: #c70a07;}
.socl li a span{
    font-size: 23px;
    width: 26px;
    height: 26px;
}

.intro h3{
    font-weight: 800;
    font-size: 38px;
    color: #2e368f;
}
.intro img{
    width: 300px;
    height: auto;
    float: right;
    border: 1px solid #bd0912;
    padding: 10px;
    margin-left: 20px;
}
.intro p{}
.intro a{
    font-size: 13px;
    border: 1px solid #cdcdcd;
    padding: 1px 9px 0px 10px;
    border-radius: 8px;
    background: #fcfcfc;
    font-weight: 700;
}
.nupdate{
    background: #ff000d;
    font-size: 16px;
    color: #fff;
    padding: 5px 19px;
    position: absolute;
    z-index: 1;
    left: 0;
}
.nupdate img{
    margin-right: 13px;
    width: 30px;
    padding: 3px;
}

#cooplst ul{background: #fafafa;padding: 10px;border-bottom: 1px solid #e7e7e7;}
#cooplst ul li{display: initial;font-size: 20px;color: #0d207e;margin-right:22px;}
#cooplst select{padding: 0 25px 0 5px;}
#cooplst button{background: #0d207e;border: 1px solid #00157c;color:#fff;padding: 3px 26px;}

.wp-core-ui .button-primary {background: #0d207e;border-color: #0d207e;border-radius: 0;}
.login{background: url(images/pkr2.jpg) no-repeat center center;background-size: 100% auto;}
#login{background: #fff;padding: 31px 30px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 400px;height: 469px;}
.login #nav,.login #backtoblog{width: 50%;margin: 0;display: inline-block;padding:9px 0;float: left;}
.login #nav{}
.login #backtoblog{text-align: right;}
body.login div#login h1 a{background: url(images/logo.jpg) no-repeat center center;background-size: auto 100%;}
.login form{border:none;}
.login form .input, .login input[type=password], .login input[type=text]{border: 1px solid #ccc;border-radius: 0;}

html.remodal-is-locked {overflow: hidden;-ms-touch-action: none;touch-action: none;}.remodal, [data-remodal-id] {display: none;}.remodal-overlay {position: fixed;z-index: 9999;top: -5000px;right: -5000px;bottom: -5000px;left: -5000px;display: none;}.remodal-wrapper {position: fixed;z-index: 10000;top: 0;right: 0;bottom: 0;left: 0;display: none;overflow: auto;text-align: center;-webkit-overflow-scrolling: touch;}.remodal-wrapper:after {display: inline-block;height: 100%;margin-left: -0.05em;content: "";}.remodal-overlay, .remodal-wrapper {-webkit-backface-visibility: hidden;backface-visibility: hidden;}.remodal {position: relative;outline: none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%;}.remodal-is-initialized {display: inline-block;}

.remodal,.remodal-close:focus,.remodal-close:hover{color:#2b2e38}.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening,.remodal.remodal-is-closing,.remodal.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);background:#fff}.remodal-close,.remodal-close:before{position:absolute;top:0;right:0;display:block;width:35px}.remodal-cancel,.remodal-close,.remodal-confirm{overflow:visible;margin:0;cursor:pointer;text-decoration:none;outline:0;border:0}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{height:35px;padding:0;-webkit-transition:color .2s;transition:color .2s;color:#95979c;background:0 0}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;content:"\00d7";text-align:center}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;min-width:110px;padding:12px 0;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle}.remodal-confirm{color:#fff;background:#1e31a1}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}




.dislst ul{
    text-align: center;
}
.dislst ul li{
    display: inline-block;
    position: relative;
    height: 147px;
    width: 137px;
    outline: 1px solid #dde7ff;
    margin: 1%;
    border-radius: 10px;
}
.dislst ul svg{width: 74%;position: absolute;right: 0;left: 0;margin: auto;top: 5px;height: 80%;}
.dislst ul svg path {fill: #b5c2e0;stroke: #072770;stroke-width: 0;}
.dislst ul li:hover svg path{fill: #e3928b;stroke: #bc0000;}
.dislst ul li span{
    position: relative;
    bottom: -121px;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #072770;
}
.dislst ul li a{width: 100%;height: 100%;position: absolute;z-index: 1;}

.f10,.f10 h4{font-size: 17px !important;font-weight: 100;}
.f20 h4{font-size:29px !important;padding: 10px 0;}
.ptb1{padding:10px 0}
.pb1{padding-bottom:10px;}
.pt1{padding-top:10px;}
.ptb2{padding:20px 0;}
.pb2{padding-bottom:20px;}
.pt2{padding-top:20px;}
.pda{padding:10px;}
.plf{padding:0 10px;}
.brtb{border-top: 1px solid var(--brtb);border-bottom: 1px solid var(--brtb)}
.bral{border: 1px solid var(--brtb);}
.sdo{box-shadow: 0 0 9px #e3e3e3;}
.hrul{display: table;}
.hrul ul{overflow-y: scroll;height: 22px;}
.hrul ul li{display: inline-block;}
.hrul li{display: table-cell;}
.hrul li a{font-weight:100;margin-left: 20px;color: #bc0606;}
.hrul li a:before{content:"#";padding-right: 3px;}

.sml{height: 117px;width: auto;padding: 18px 0 0;}
.clear{clear:both;}
.h20{height: 20px;}



.tinyslide { width: 100%; height: 100%; position: relative; overflow: hidden; }
.tinyslide .navigator { position: absolute; bottom: 2em; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.tinyslide .navigator ul { padding: 0; }
.tinyslide .navigator ul li {float: left;list-style-type: none;margin: 0 1em 0 0;padding: 0; width:15px; height:15px;border: 1px solid #8e8e8e;border-radius: 100%;-webkit-transition: all 500ms linear;transition: all 500ms linear;}
.tinyslide .navigator ul li span { display: none; }
.tinyslide .navigator ul li:hover { background: white; }
.tinyslide .navigator ul li.active {background: #878787;-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);}
.tinyslide aside { height: 100%; width: 100%; -webkit-transition: -webkit-transform 800ms cubic-bezier(0.365, 0.84, 0.44, 1); transition: transform 800ms cubic-bezier(0.365, 0.84, 0.44, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.tinyslide figure { height: 100%; float: left; position: relative; z-index: 1;height:400px;}
.tinyslide figure img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.tinyslide figure figcaption {position: absolute;font-size: 25px;color: #eeeeee;bottom: 1.7em;left: 2em;z-index: 2;opacity: 0;}
.tinyslide figure.active figcaption { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 2s; animation-duration: 2s; }
.slidcov{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+83&0+0,1+86 */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.83+100 */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+33,ffffff+33,000000+100&0+23,0.92+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 23%, rgba(255,255,255,0.12) 33%, rgba(0,0,0,0.92) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 23%,rgba(255,255,255,0.12) 33%,rgba(0,0,0,0.92) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 23%,rgba(255,255,255,0.12) 33%,rgba(0,0,0,0.92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eb000000',GradientType=0 ); /* IE6-9 */
}
@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }
@keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }




.clst{text-align: center;width: 100%;}
.clst li{width: 44%;float: left;padding-bottom: 15px;border: 1px solid #f3f6ff;margin:8px 3%;background: #fbfbfb;}
.clst li h4{font-weight: 800;color: #2e368f;}
.clst li span{font-size: 12px;color: #e10000;}
.clst li img{width: 84%;height: auto;margin: 10px 0;border: 1px solid #fff;box-shadow: 0px 3px 3px rgb(0 0 0 / 26%);}
.hclst li:first-child img{width:55%;border: 1px solid #ccc;}
.hclst{height: 590px;overflow-y: scroll;}
.clst li:first-child{width: 94%;}
.clst li:nth-child(odd){}


.innstf li{width: 18%;margin: 1%;}
.innstf li:first-child{width: 18%;}



.mySlides {display: none;}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.tp{background: var(--bggr);}
.bgb{background:var(--bggr)}
.bgc{width: 100%;height: 100%;background: #000000bf;position: fixed;z-index:98;}
.bgd{background: var(--bgoa);}
.bgd .tita{background: transparent;}
.bgxx{background: #e5e5e5;}
.bgxx p{font-size: 12px;text-align: center;color: #868686;line-height: 3em;margin: 0;}
.bgm{
    border: 1px solid #e2e8f9;
}
.fctt p{font-size: 17px;color: #494949;display: inline-block;}
.fctt ul li{}
.fctt ul li a{font-size: 16px;font-weight: 600;padding: 5px 5px;display: inline-block;color: #535353;}
.fctt img{max-width:90%;height:auto;}
.fctt .titz{text-align: center;border-bottom: 2px solid #bd0912;margin-bottom: 15px;}
.col-sm-5 .fctt p{padding:0 20px;}
.impln .fctt ul li{position:relative;padding-left: 27px;border-bottom: 1px solid transparent;}
.impln .fctt ul li a:before{content: "\f103";font-family:dashicons;position: absolute;left: 3px;background: #ededed;width: 20px;height: 20px;border-radius: 50%;color: #bd0912;}
.impln .fctt ul li:hover {border-bottom: 1px solid #d3d9f9;}
.impln .fctt ul li:hover a{color: #1754bb;}

.bigmta{font-size: 17px;color: var(--bgrd);font-weight: 100;margin-bottom: 15px;}
.bigmta li{display: inline-block;margin: 0 10px;}
.bigmta li img{width: 35px;height: 35px;border-radius: 50%;margin-right: 9px;}


.inbgd{
    position: relative;
    background: #C42126;
    padding: 0px 11px;
    color: #fff;
	font-weight: 600;
}
.inbgd:before{
    content:"";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 10px;
    border-color: transparent transparent transparent #C42126;
    position: absolute;
    right: -10px;
    top: 0;
    }
.unico{
    text-align: right;
    color: #eee;
    display: inline-block;
    float: right;
    background: #666;
    padding: 3px 12px;
    margin-top: -3px;
}
.unico span{}
.unico a{
    color: #eee;font-weight: 100;
}
.attachment-full{width:100%;height: auto;}
.hra{border-top: 1px solid #ffffff;background: #ddd;}
.ic1{width: 23px;height: 23px;cursor: pointer;margin: 35px 0 0;}
.ic9{width: 47px;height: 41px;cursor: pointer;margin: 0px 0;position: absolute;right: 0;top: 0;z-index: 1;fill: #fff;padding: 10px;background: transparent;}
.ic2{margin: 0;}
.dtb{display:table}
.dtc{display:table-cell}
.alr{text-align:right}
.all{text-align:left}
.alc{text-align:center}
.prtl{position:relative}
.pabs{position:absolute}
.tbga{background: var(--bgrd);padding: 0 16px;color: #fff;}
.s4{font-size: 24px;}
.stky{box-shadow:0 -5px 11px #000;position:fixed;width:100%;z-index:97}.stky ul{display:table;height: 60px;padding-top: 0;}.stky ul li{display:table-cell;vertical-align:middle;padding:0 9px}.stky .dashicons{display:inline-block;font-size:40px;width:40px;height:40px;margin-top:-5px;color:#0e539a;cursor:pointer}.stky img{width:200px}
.stky{display:none}
.stkm{height:100%;position:fixed;background:#f5f5f5;width:280px;z-index:99;box-shadow:-8px 0 13px #000;padding-top:20px;margin-left:-300px;-webkit-transition:all .3s ease;transition:all .3s ease}
.pn-open{margin-left:0;}
.imgz{width:70%}
.clsz{width: 15px;display: inline-block;height: 15px;cursor:pointer;position: absolute;right: 12px;top: -15px;}

.sidmnu{}
.sidmnu ul{}
.sidmnu ul ul li a{font-weight: 400;padding-left: 35px;}
.sidmnu ul li a{font-size: 16px;padding: 8px 8px 8px 20px;display: block;border-bottom: 1px solid #e5e5e5;font-weight: 700;}
.sidmnu .menu-item-has-children{position:relative;}
.sidmnu .menu-item-has-children:before{content:"+";position: absolute;right: 20px;font-weight: 100;font-size: 25px;margin-top: 4px;color: var(--bgrd);cursor: n-resize;}
.sidmnu ul ul{display:none;}





/* Tabs */
.tabs {
  background: #f5f8ff;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  padding: 10px 7px 16px 12px;
  cursor: pointer;
  width: 25%;
  text-align: center;
  margin: 1% 0;
  position: relative;
  border-bottom: 1px dashed #072770;
}
ul#tabs-nav li img{
    margin-right: 10px;
    width: 25px;
    filter: sepia(100%) brightness(36%) hue-rotate(194deg) saturate(983%) contrast(517%) invert(25%);
    -webkit-filter: sepia(100%) brightness(36%) hue-rotate(194deg) saturate(983%) contrast(517%) invert(25%);
    -moz-filter: sepia(100%) brightness(36%) hue-rotate(194deg) saturate(983%) contrast(517%) invert(25%);
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background: #f5f8ff;
  border-radius: 0;
  border-bottom: 5px solid #f80011;
  padding: 5px 7px 16px 12px;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a{
  color: #bd0912;
}
ul#tabs-nav li:hover img,ul#tabs-nav li.active img{filter: sepia(100%) brightness(36%) hue-rotate(301deg) saturate(1000%) contrast(1000%) invert(10%);
  -webkit-filter: sepia(100%) brightness(36%) hue-rotate(301deg) saturate(1000%) contrast(1000%) invert(10%);
  -moz-filter: sepia(100%) brightness(36%) hue-rotate(301deg) saturate(1000%) contrast(1000%) invert(10%);}
#tabs-nav li a {
  text-decoration: none;
  color: #072770;
  font-size: 23px;
  font-weight: 800;
}
.tab-content {
  padding: 10px;
  background: #f5f8ff;
}
.tab-content .news-item{
    padding-left: 62px;
	position: relative;
}
.tab-content .meta-data:before{content:"";width: 40px;height: 40px;left: 8px;position: absolute;top: 0;bottom: 0;background: url("./images/logo.jpg") no-repeat;margin: auto;background-size: 100%;}







.tit0{
    font-size: 34px;
    font-weight: 800;
    position: relative;
    height: 48px;
    margin: 0 0 10px;
}
.tit0:before{content:"";width: 50%;height: 1px;background: #4477cb;position: absolute;top: 58px;}
.tit0:after{content:"";width: 50%;height: 1px;background: #4477cb;position: absolute;right: 0;top: 58px;}
.tit0 h3:before{content:""}
.tit0 h3{
    position: absolute;
    background: #fff;
    padding-right: 20px;
    color: var(--bgbl);
}
.tita{text-align:center;background: #ffffff;}
.tita h3{position: relative;display: inline-block;background: transparent;}
.tita:before{
    height: 1px;
    width: 50%;
    z-index: 13;
    left: 0;
    top: 47px;
}
.tita:after{
    height: 1px;
    width: 50%;
    z-index: 13;
    top: 47px;
}
.tita .gmore{background: transparent;padding: 0 23px;}

.titb{
    background: transparent;
    height: 58px;
    line-height: 1.7em;
}
.titb h3{
    color: #fff;
    font-size: 33px;
}
.titb:before{
    top: 52px;
}
.titb:after{
    top: 52px;
}
.titb .gmore a{
    color: #ccc;
}
.titc{
    height: 60px;
}
.titc h3{
    padding: 9px 14px 0 18px;
    font-size: 39px;
}
.titc:before{}
.titc:after{}
.titcb{
}
.titd{
    height: auto;
    background: #fff;
}
.titd:before{
    display: none;
}
.titd:after{
    width: 100%;
    top: unset;
    background: #dde7ff;
}
.titd h3{
    display: block;
    padding: 11px 25px;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
}
.titz{
    text-align: right;
}
.titz a{
    display: inline-block;
    background: var(--bgrd);
    color: #fff;
    padding: 1px 8px;
    font-size: 18px;
}
.titm{
    text-align: center;
    background: #f2f5ff;
    color: #2e368f;
    font-weight: 700;
    padding: 9px 0;
    font-size: 21px;
}
.titm img{
    margin-right: 5px;
}
.prds{
    text-align: center;
}
.prds li{
    display: inline-block;
    margin: 5px 10px;
}
.prds li a{
    padding: 1px 13px;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid var(--bgor);
    color: var(--bgbl);
    background: #fff9f4;
}
.ajxl li{
  background: #fcfcfc;
  padding: 4px 13px;
  color: #bc0606; 
  cursor: pointer;
}


.gmore{position: absolute;right: 19px;font-size: 16px;top: 18px;background: #fff;z-index: 13;padding: 1px 11px 0;font-weight: 100;}
.ic4{
    width: 15px;
    height: 20px;
    position: absolute;
    fill: var(--bgrd);
}
.ic5{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 7px;
    top: -4px;
}
.tvliv{
    font-size: 21px;
    font-weight: 800;
    padding-left: 46px;
    position: relative;
	border-left: 1px solid #000;
}
.tvliv a{
    width: auto !important;
    color: var(--bgbl);
}
.news-item-thumbnail{}
.news-item-thumbnail img{max-width: 100%;height: auto;}
.news-item-content{}
.news-item-content h4{}

.bich{}
.bich .author{border-bottom: 1px solid #ccc;height: 162px;}
.bich .thumb{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bich .thumb img{
    width: 100%;
    height: auto;
}
.bich .news-item-content{
    width: 64% !important;
}
.bich .authnm{
    font-size: 17px;
    color: var(--bgrd);
    font-weight: 600;
}
.bich .ic1{
    margin: 0;
    padding: 7px 4px 0;
}

.bgbl{background: #1554af;}
.sz1 h4{}
.sz2{}
.sz3{}


.ton{height: 52px !important;border-top: 1px dashed #bccbec;padding: 10px;}
.intv{position:relative;display: table;}
.intv .news-item-thumbnail:before{content:"";width: 88px;background: #2a2a2a;height: 100%;position: absolute;top: 0;right: 0;}
.intv .news-item-thumbnail{
    width: 50% !important;
    display: table-cell;
    padding: 50px 0;
    position: relative;
}
.intv .news-item-thumbnail img{position: relative;}
.intv .news-item-content{
    vertical-align: middle;
    display: table-cell;
    background: #2a2a2a;
    padding: 0 20px;
}

.cperson{padding-left: 180px;}
.cperson img{
    position: absolute;
    left: 0;
    width: 166px;
    height: auto;
    border: 1px solid #fff;
    padding: 12px;
    background: #fdfdfd;
    box-shadow: 0px 0px 5px #e3e3e3;
}
.cperson h4{
    font-size: 25px;
    font-weight: 700;
}
.cperson span{
    display: block;
    font-size: 18px;
    line-height: 1.7;
}
.cperh{
    font-weight: 700;
    border-bottom: 2px solid #bd0912;
    font-size: 23px;
    margin-bottom: 20px;
    color: #bd0912;
}
.downl{}
.downl li{
    position: relative;
    padding-left: 51px;
    background: url("./images/pdf.png") 0 0 no-repeat;
    background-size: auto 70%;
    height: 58px;
    font-size: 18px;
    border-bottom: 1px solid #e9e9e9;
    width: 48%;
    display: block;
    float: left;
    margin: 1%;
}
.downl li img{
    width: 39px;
    position: absolute;
    right: 9px;
    top: 8px;
}
.downl li span{
    position: absolute;
    right: 0;
    top: 37px;
    font-size: 10px;
    text-transform: uppercase;
}
.downl li a{
    color: #2e368f;
    font-weight: 700;
}
.vido{}
.vido .news-item-thumbnail,.vido .news-item-content{width: 50% !important;display: inline-block;}
.vido .news-item-content{padding: 20px 40px;}
.vido .news-item-thumbnail{position:relative;}
.vido .news-item-thumbnail:before{content:"";position:absolute;width:100%;height:100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */z-index: 1;}
.yout{position: absolute;width: 100px;height: 100px;bottom:20px;left: 20px;}



.circle {
  stroke: #f8aa28;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
}

.playBut {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  position: absolute;
  background: rgb(0 0 0 / 35%);
  border-radius: 50%;
  bottom: 15px;
  left: 20px;
  z-index: 2;
}
.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  transform: translateY(0);
}
.vido .news-item-thumbnail:hover .playBut .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #f8aa28;
  animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}

.bdra{background: #fff;box-shadow: 0px 0px 11px 0px #eaeaea;}

.playBut:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}

.news-item img{
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.news-item-thumbnail:hover img,.news-item-large:hover img{-webkit-filter: brightness(150%);}


.catpg .news-item{min-height:70px;border-bottom: 1px solid #dfdfdf;}


.catvd .news-item-thumbnail{padding: 0;}
.catvd .news-item-thumbnail:before{display:none;}
.catvd .news-item{overflow:hidden;}
.catvd .news-item-thumbnail a{display:flex}

.inbar .bigmta{margin:0;}

.news-item-small{
    height: 117px;
    position: relative;
    display: table;
	width:100%;
}
.news-item-small .news-item-thumbnail{
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
    height: 82px;
    overflow: hidden;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.news-item-small .news-item-thumbnail img{
    width: 100%;
    height: auto;
}
.news-item-small .news-item-content{
    width: 64%;
    display: table-cell;
    vertical-align: middle;
}
.news-item-small .news-item-content h4,.news-item-medium .news-item-content h4{
    font-size:21px;
    font-weight: 600;
}
.news-item-small .meta-data span{font-size:16px;display: inline;color: var(--bgrd);}
.news-item-small .meta-data span span{font-family: 'Mukta', sans-serif;}
.news-item-small .meta-data span:before{position:relative;top:2px}
.news-item-large {
    padding: 10px;
}
.news-item-large .news-item-thumbnail,.news-item-medium .news-item-thumbnail{
    width: 100%;margin-bottom: 10px;
}
.news-item-large .news-item-thumbnail img{
    width: 100%;
    height: auto;
}
.news-item-large .news-item-content{}
.news-item-large .news-item-content h4{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
}

.catpg .news-item-content h4{font-size: 23px !important;}

.news-item-large .news-item-content .excerpt{
    color: var(--bggd);
}
.news-item-large .excerpt{font-size: 20px;}
.meta-data span{font-size: 15px;display: inline;color: var(--bgrd);}
.meta-data span span{font-family: 'Mukta', sans-serif;}

.drk0{
    background: #1654bb;
}
.drk0 h4 a{
    color: #fff;
}
.drk0 .meta-data span{
    color: #a9a9a9;
}
.drk0 .excerpt{}


.drbg0{position: relative;}
.drbg0 .news-item-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 23% 19px 11px;
background: rgb(2,0,36);
background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(1,0,18,0.7824171905090161) 60%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(1,0,18,0.7824171905090161) 60%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(1,0,18,0.7824171905090161) 60%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);
}
.drbg0 .excerpt{color: var(--bgor) !important;}

.pdls .news-item{padding-right:20px;}
.pdls .col-sm-3:last-child .news-item{padding-right:0}

.sahit h4{
    font-size: 16px !important;
}
.sahit .authnm{
    font-weight: 800;
    color: var(--bgor);
}
.sahit .news-item{
    height: 100px;
    box-shadow: 0px 0px 1px #b2b2b2;
    background: #fff;
    margin: 0;
    padding: 11px;
	width:100%;
}
.sahit .news-item-thumbnail{padding-right: 7px;}



.esform{position:relative;padding: 30px}
.ftext{color: #c5dbff;font-size:18px;line-height:2em;}
.esinpt{border: 1px solid #ffffff;background: #f7f8ff;width: 100%;padding: 8px;border-radius: 0;font-size: 17px;outline: none;}
.fname{}
.femail{}
.fnpdate{}
.fsubject{}
#ftxtarea{}
.fsubmit{background: #0f3d8c;border: 1px solid #4577cb;padding: 6px 19px;font-size: 22px;color: #fff;margin-top:32px;}
.formbuilder-required{margin-left: 11px;color: #ff0000;}
#brslt{position: absolute;width: 100%;height: 100%;background: rgb(53 122 69 / 81%);z-index: 1;left: 0;top: 0;}
.brslc{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}
#brslt img{
    width: 46px;
    height: auto;
}
#brslt img,#brslt span{}
#brslt span{
    display: block;
    font-size: 13px;
    margin-top: 5px;
    color: #dcdfff;
}
#brslt p{color: #fffefe;text-align: center;top: 50%;position: absolute;transform: translateY(-50%) translateX(-50%);left: 50%;font-size: 29px;}
.esclx{width: 63px;height: 63px;position: absolute;right: 0;top: 0;background: url(./images/close.png);cursor: pointer;z-index: 3;filter: brightness(2);}

.drka{background: #ffffffdb;width: 100%;height: 100%;position: absolute;z-index: 14;}

.flno{float: none !important;margin: auto;}

.ulog{padding: 20px;}
.ulog .ftext{color: #2e368f;font-size: 13px;}
.ulog .esinpt{padding: 2px 10px;border-radius: 0;}
.ulog p{margin: 0;}

.ndc-chevron::before{border-style:solid;border-width:.25em .25em 0 0;content:"";display:inline-block;height:.3em;left:.15em;position:relative;top: 7px;transform:rotate(-45deg);vertical-align:top;width:.3em;border-color:#fff;box-sizing:initial}.ndc-chevron.ndc-right:before{left:-1px;transform:rotate(45deg)}.ndc-chevron.ndc-left:before{left:1px;transform:rotate(-135deg)}div#ndp-nepali-box{background-color:#fdfefe;position:absolute;top:-999px;z-index:9999;padding: 0;box-shadow:0 5px 5px -3pxrgba(0,0,0,.2),0 8px 10px 1pxrgba(0,0,0,.14),0 3px 14px 2pxrgba(0,0,0,.12);margin-top: 2px;font-family: 'Mukta', sans-serif;}div#ndp-nepali-box .hidden{display:none}div#ndp-table-div{margin:0}div#ndp-table-div table{border-spacing:2px;border-collapse:separate}div#ndp-nepali-box td.ndp-date{padding: 2px 4px;background: #f3f3f3;color: #000000;}div#ndp-nepali-box td.ndp-selected{border: 1px solid #e42020;background: #ffffff;text-align:center;font-weight: 800;}div#ndp-nepali-box td.ndp-current{padding:2px;background: #e0e1ed;text-align:center;font-weight:700}div#ndp-nepali-box td.ndp-current a{color:#e17009;display:block}div#ndp-nepali-box td.ndp-date a,div#ndp-nepali-box td.ndp-selected a{display:block;color: #2e368f;text-decoration:none;width:20px;text-align:center;font-weight: 100;font-size: 13px;}a.ndp-disabled{color:#ccc!important}div#ndp-nepali-box td.ndp-current:hover,div#ndp-nepali-box td.ndp-date:hover{opacity:.8}div#ndp-nepali-box td.ndp-date a:hover{color: #d30000;font-weight: 800;}div#ndp-nepali-box table,div#ndp-nepali-box td,div#ndp-nepali-box tr{font-size: 13px;height: 20px;line-height: 22px;border-collapse:separate;border-spacing: 1px;}div#ndp-nepali-box a{text-decoration:none}.ndp-days th,.ndp-header{text-align:center;font-weight: 100;}.ndp-header{background: #f1f1f1;color:#fff;font-size:13px;padding: 4px;line-height:20px;margin: 0;}.ndp-next:hover,.ndp-prev:hover{background:#fed22f}.ndp-next,.ndp-prev{position:absolute;top: 5px;width: 1.7em;height: 1.7em;background: #2e368f;border-radius:50%}.ndp-next.ndp-disabled,.ndp-prev.ndp-disabled{background:#ccc}.ndp-prev{left:7px}.ndp-next{right:7px}#currentMonth #ndp-month-select,#currentMonth #ndp-year-select{color:#000;font-size: 14px;font-weight:400;padding: 0 1px 0;height: 26px;margin-right: 4px;border: 1px solid #dfdfdf;}.ndp-corner-all,.ndp-corner-left,.ndp-corner-tl,.ndp-corner-top{}.ndp-corner-all,.ndp-corner-right,.ndp-corner-top,.ndp-corner-tr{}.ndp-corner-all,.ndp-corner-bl,.ndp-corner-bottom,.ndp-corner-left{}.ndp-corner-all,.ndp-corner-bottom,.ndp-corner-br,.ndp-corner-right{}






.dislst{box-shadow: 0px 0px 11px 0px #eaeaea;padding: 0 0 17px;}

.openn{
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 73%);
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
	left:0;
}
#alnotice > div{
    position: relative;
    right: 0;
    left: 0;
    width: fit-content;
    padding: 16px;
    margin: auto;
}
#alnotice > div h3{
    border-bottom: 1px solid #ccc;
    font-size: 26px;
    background: #fff;
    padding: 6px 0 3px;
}
#alnotice > div img{max-width: 100%;}
#alnotice > div span{
    position: absolute;
    right: 16px;
    font-size: 42px;
    width: 40px;
    height: 40px;
    line-height: 1em;
    cursor: pointer;
    color: #b10000;
}
#alnotice > div span:before{content: "\f335";font-family:dashicons;}
#alnotice .innerad{}
.sidsin ul{
    box-shadow: 0 0 14px 0 #ccc;
}
.sidsin ul li{
    position: relative;
    overflow: hidden;
}
.sidsin ul li a{
    display: block;
    font-size: 22px;
    padding: 15px 1px 15px 44px;
    border-bottom: 1px solid #e9e9e9;
}
.sidsin ul li:hover a, .sidsin ul .active a{
    background: #efefef;
    border-bottom-color: #dcd0d0;
}
.sidsin ul li a:before{content:"\f139";font-family:dashicons;position: absolute;top: 12px;left: 10px;color: #bd0a12;}
.sidsin ul li a:after{content:""}
.sidsin ul li:hover a:after, .sidsin ul .active a:after{
    width: 6px;
    height: 100%;
    position: absolute;
    background: #bd0a12;
    top: 0;
    left: 0;
}

@media (max-width:767px) {
    #logo img{width: 100%;height: auto;margin-top: 0;}
    .eshdda img{
    height: 62px;
    width: auto;
    margin-top:7px;
}
			.lgp3{font-size: 22px;}
	
.oserv .scapt{font-size: 20px;padding: 0 5px;}
.oserv{text-align:center;}
article table{width:800px;}
.imgr{width:100%  !important;height:auto;}
.hdate{font-size: 13px;}
.stky ul li{padding: 7px 6px 6px 6px;}
#tabs-nav li a{font-size: 13px;}
ul#tabs-nav li img{
    display: block;
    margin: 6px 0 0 0;
    margin-left: 50%;
    transform: translateX(-50%);
}
ul#tabs-nav li{
    padding: 0;
    text-align: center;
}
.stky ul{width:100%;background: url(./images/wlogo.png) no-repeat center;display: block;background-size: 70% auto;height: 80px;}
.slogo{margin: 0 0 0 14px;}
.mlogo{
}
.lgp3{font-size: 27px;}
.lgp2 {font-size: 15px;}	
	
	
	
	
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
			.lgp3{font-size: 26px;}
	.lgp2{font-size: 18px;}
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
			.lgp3{
    font-size: 28px;
}
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
			.lgp3{
}
}
@media(min-width: 1300px){
	.container {
		width: 1290px;
	}
			.lgp3{
    font-size: 38px;
}
}
@media(min-width: 1500px){
	.container {
		width: 1480px;
	}
	.lgp3{
    font-size: 45px;
}
	.eser{bottom:-125px}
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}




.esnmnu {
	background: #1454af;
	margin: 0;
	width: auto;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
}

.esnmnu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block
}

.esnmnu ul:after,
.esnmnu:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden
}

.esnmnu ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative
}

.esnmnu ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-transition: .5s ease;
	-moz-transition:  .5s ease;
	-ms-transition:  .5s ease;
	-o-transition:  .5s ease;
	transition:  .5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.esnmnu ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
	border-top: 0;
	z-index: 10;
}

.esnmnu ul li ul li {
	max-height: 0;
	position: absolute;
	-webkit-transition: max-height .3s ease-out;
	-moz-transition: max-height .3s ease-out;
	-ms-transition: max-height .3s ease-out;
	-o-transition: max-height .3s ease-out;
	transition: max-height .3s ease-out;
	background: #fff
}

.esnmnu ul li ul li.has-sub:after {
	display: block;
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #000;
	z-index: 1;
	top: 13px;
	right: 15px
}

.esnmnu.align-right ul li ul li.has-sub:after {
	right: auto;
	left: 15px
}

.esnmnu ul li ul li.has-sub:before {
	display: block;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left-color: #fff;
	z-index: 2;
	top: 15px;
	right: 15px
}

.esnmnu.align-right ul li ul li.has-sub:before {
	right: auto;
	left: 15px;
	border-left-color: transparent;
	border-right-color: #fff
}

.esnmnu ul li ul li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #000;
	letter-spacing: 0;
	display: block;
	width: 170px;
	padding: 11px 10px 11px 20px
}

.esnmnu ul li ul li.active>a,
.esnmnu ul li ul li:hover>a {
	color: #e11b22;font-size:16px;font-weight:600;
}

.esnmnu ul li ul li.active:after,
.esnmnu ul li ul li:hover:after {
	background: #4cb6ea
}

.esnmnu ul li ul li:hover>ul {
	left: 100%;
	top: 0
}

.esnmnu ul li ul li:hover>ul>li {
	max-height: 72px;
	position: relative
}

.esnmnu>ul>li {
	float: left
}

.esnmnu.align-center>ul>li {
	float: none;
	display: inline-block
}

.esnmnu.align-center>ul {
	text-align: center
}

.esnmnu.align-center ul ul {
	text-align: left
}

.esnmnu.align-right>ul {
	float: right
}

.esnmnu.align-right>ul>li:hover>ul {
	left: auto;
	right: 0
}

.esnmnu.align-right ul ul li:hover>ul {
	right: 100%;
	left: auto
}

.esnmnu.align-right ul ul li a {
	text-align: right
}

.esnmnu>ul>li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	z-index: 0;
	background: #ff0009;
	-webkit-transition: height 0.5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s
}

.esnmnu>ul>li.has-sub>a {
	padding-right: 40px
}

.esnmnu>ul>li.has-sub>a:after {
}

.esnmnu>ul>li.has-sub>a:before {
	display: block;
	content: "";
	border: 4px solid transparent;
	border-top-color: #5b62ad;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 17px;
	top: 18px;
}

.esnmnu>ul>li>a {
	color: #ffffff;
	padding: 11px 19px 10px 19px;
	font-weight:100;
	font-size: 19px;
	z-index: 2;
	position: relative;
}

.esnmnu>ul>li.current-menu-item:after,
.esnmnu>ul>li:hover:after {
	height: 10%
}

.esnmnu>ul>li.current-menu-item>a:after,
.esnmnu>ul>li:hover>a:after {
}

.esnmnu>ul>li.current-menu-item>a:before,
.esnmnu>ul>li:hover>a:before {
	border-top-color: #fff;
}

.esnmnu>ul>li:hover>ul {
	left: 0
}

.esnmnu>ul>li:hover>ul>li {
	max-height: 72px;
	position: relative
}

.esnmnu #menu-button {
	display: none
}

.esnmnu>ul>li>a {
	display: block
}

.esnmnu>ul>li {
	width: auto;
	border-right: 1px solid #2263bf;
	border-left: 1px solid #003785;
}

.esnmnu>ul>li>ul {
	width: 170px;
	display: block
}

.esnmnu>ul>li>ul>li {
	width: 170px;
	display: block
}

@media (min-width:1500px) {
	.sktrd li a {
		font-size: 22px
	}
	.bighd {
		font-size: 84px
	}
	.skcat {
		font-size: 39px
	}
	.esnmnu>ul>li>a {
		font-size: 22px;
	}
	.esnmnu>ul>li>a {
		padding: 15px 26px 15px 26px;
	}
	.eser{bottom:-125px}
}
@media (min-width:1600px){
.esnmnu>ul>li>a {padding: 13px 20px 14px 20px;font-size: 20px;}
	.eser{bottom: -114px;}
}
@media (min-width:1900px){
.container {width: 1700px;}
.esnmnu>ul>li>a {padding: 14px 26px 14px 26px;}
.ic9{height: 53px;}
.dislst ul li{width: 6.9%;}	
	.eser{bottom: -115px;}
}
@media (min-width:2200px) {
.container {width: 2000px;}	
.esnmnu>ul>li>a {padding: 17px 46px 17px 46px;font-size:24px}
.ic9{width: 63px;height: 59px;padding: 10px;}	
.esnmnu ul li ul li a{font-size: 20px;padding: 15px 10px 15px 20px;width: 242px;}
.esnmnu>ul>li>ul,.esnmnu>ul>li>ul>li{width: 242px;}
.esnmnu ul li ul li.active>a, .esnmnu ul li ul li:hover>a{font-size: 20px;}	
.tinyslide figure{height:801px;}
.lgp1{font-size: 15px;}
.lgp2{font-size: 20px;}
.lgp3{font-size: 50px;}
.sml {height: 145px;padding: 25px 0 0;}	
.mrqu {font-size: 20px;font-weight: 400;}
.ticker {height: 51px;}
.nupdate {font-size: 20px;padding: 10px 19px;}
.dislst ul li{width: 8%;margin: 0.4%;}	
	.eser{bottom:-125px}
}

@media all and (max-width:800px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),only screen and (min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min-resolution:192dpi) and (max-width:1024px),only screen and (min-resolution:2dppx) and (max-width:1024px){.esnmnu>ul{max-height:0;overflow:hidden;-webkit-transition:max-height 1s ease-out;-moz-transition:max-height 1s ease-out;-ms-transition:max-height 1s ease-out;-o-transition:max-height 1s ease-out;transition:max-height 1s ease-out}.esnmnu>ul>li>ul{width:100%;display:block}.esnmnu.align-right ul li a{text-align:left}.esnmnu>ul>li>ul>li{width:100%;display:block}.esnmnu.align-right ul ul li a{text-align:left}.esnmnu>ul>li>ul>li>a{width:100%;display:block}.esnmnu ul li ul li a{width:100%}.esnmnu.align-center>ul{text-align:left}.esnmnu.align-center>ul>li{display:block}.esnmnu>ul.open{max-height:1000px;border-top:1px solid rgba(110,110,110,.25)}.esnmnu ul{width:100%}.esnmnu ul>li{float:none;width:100%}.esnmnu ul li a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:12px 20px}.esnmnu ul>li:after{display:none}.esnmnu ul li ul li.has-sub:after,.esnmnu ul li ul li.has-sub:before,.esnmnu ul li.has-sub>a:after,.esnmnu ul li.has-sub>a:before{display:none}.esnmnu ul li ul,.esnmnu ul li ul li ul,.esnmnu ul li ul li:hover>ul,.esnmnu.align-right ul li ul,.esnmnu.align-right ul li ul li ul,.esnmnu.align-right ul li ul li:hover>ul{left:0;position:relative;right:auto}.esnmnu ul li ul li,.esnmnu ul li:hover>ul>li{max-height:999px;position:relative;background:0 0}.esnmnu ul li ul li a{padding:8px 20px 8px 35px;color:#fff}.esnmnu ul li ul ul li a{padding:8px 20px 8px 50px}.esnmnu ul li ul li:hover>a{color:#000;}.esnmnu #menu-button{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:13px 20px;text-transform:uppercase;font-weight:700;font-size:14px;letter-spacing:1px;color:#fff;cursor:pointer}.esnmnu #menu-button:after{display:block;content:'';position:absolute;height: 9px;width:22px;border-top:2px solid #fff;border-bottom:2px solid #fff;left: -12px;top: 12px;}.esnmnu #menu-button:before{display:block;content:'';position:absolute;height:3px;width:22px;border-top:2px solid #fff;left: -12px;top: 26px;}
}

@media print {.addb,.hrul,.skada,.hdlst,.skadd,.comment-section,.related-posts{display:none}}