body{
    font-family: 'Poppins-Regular';
    font-size: 15px;
    font-weight: normal;
    background-color: #fcfcfc;
    cursor: default;
}

a, ul, li{ text-decoration: none; list-style: none; padding: 0;margin: 0;}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'नेपाली';
    src: url('../fonts/PREETI.TTF');
    font-weight: normal;
    font-style: normal;
}

  @font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.ttf?24mjpv') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-phone:before {
    content: "\e942";
  }
  .icon-envelop:before {
    content: "\e945";
  }
  .icon-location:before {
    content: "\e947";
  }
  .icon-location2:before {
    content: "\e948";
  }
  .icon-clock:before {
    content: "\e94e";
  }
  .icon-calendar:before {
    content: "\e953";
  }
  .icon-user:before {
    content: "\e971";
  }
  .icon-volume-high:before {
    content: "\ea26";
  }
  .icon-google-plus:before {
    content: "\ea8b";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9d";
  }
  
  
  
/* .pad-lr{ padding: 0;} */
.p-31{padding: 14px 16px;}
.p-32{padding: 11px 16px;}
.p-33{padding: 8px 16px;}
.mar-l{ padding: 0;}
.mar-t{margin-top: 30px;}
.plr-0 {padding: 0px 15px;}
.text-powered {text-align: left;}
@media(min-width:768px){
    .pad-lr{ padding: 0px 70px;}
    .mar-l{ margin-left: 20px;}
    .mar-t{margin-top: 0;}
    .plr-0 {padding: 0px;}
    .text-powered {text-align: right;}
}
/*==============social icon==============*/
.icon-facebook:before, .icon-google-plus:before, .icon-twitter:before, .icon-youtube:before{
    padding: 6px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    /* border-radius: 50%; */
    color: white;    
}
.icon-facebook:hover, .icon-google-plus:hover, .icon-twitter:hover, .icon-youtube:hover{
opacity: 0.7;
cursor: pointer;
}
.icon-facebook:before{
 background: #3B5998;
}
.icon-twitter:before{
background: #00abed;
}
.icon-google-plus:before{
    background-color: #eb1212;
}
.icon-youtube:before {
    background-color: #bb0000;
  }
.icon-clock:before, .icon-location2:before, .icon-calendar:before, .icon-user:before, .icon-volume-high:before {
    color: #4B4B4B;
    font-size: 14px;
}
.share ul{
margin: 0;
padding: 0;
}
.share ul li{
display: inline-block;
}
/*==============button================*/
.btn-more{
    background-color: #fff;
    color: #1f2124;
    text-align: center;
    width: 100%;
    padding: 15px;
    border-radius: 0;
    box-shadow: 1px 1px 10px 1px #ccc;
}
/*==============Readmore================*/
span.read-more a{
    color: #eb1212;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
} 
/*==============Topbar====================*/
.topbar {
    display: block;
    background: #152836;
    color: #fff;
    text-align: center;
}
.topbar .social-links {
    display: none;
}

/* ===== Logo ====*/
.logo {
    margin-top: 34px;
}
.logo img {
    width: 50%;
}
.py1-4 {
    padding: 0;
}
@media(min-width: 768px) {
    .topbar{
        display: block;
        visibility: visible;
        color: #fff;
        text-align: left;
        
    }
    .topbar p{
        font-size: 15px;
    }
    .topbar .social-links {
        display: block;
    }
    .py1-4 {
        padding: 1.5rem 70px;
    }
    
}

.social-links ul, .social-link ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links ul li, .social-link ul li {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}
.social-links ul li a, .social-link ul li a {
    text-decoration: none;
}


/*====== Ads Section =====*/
.logo-section {
    display: none;
}
.ads1 img {
    width: 100%;
    height: 40px;
}
@media(min-width : 768px) {
    .logo img {
        width: 100%; 
    } 

    .ads1 img {
        width: 100%;
        height: auto;
    }
    .logo-section {
        display: block;
    }
}

/*===============Navbar====================*/
.navbar{
    background: #fff;
    color: #F02D02;
    padding: 0 15px;
    z-index: 1;
    box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.2);
}
.navbar button {
    background: #F02D02;
    outline: none;
}
.navbar-brand {
    display: block;
}
.navbar-brand img {
    width: 100%;
}
@media(min-width: 768px) {
    .navbar-brand {
        display: none;
    }
}
.navbar-dark .navbar-nav .nav-link{
    color: #F02D02;
    text-transform: uppercase;
    padding: 14px 15px 14px 0px;
    font-size: 16px;
}
.navbar-collapse{
    overflow-y: scroll;
    max-height: 70vh;
    scroll-behavior: smooth;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.2);
    }
@media(min-width: 768px){
    .navbar-collapse{
        overflow-y: initial;
    }
    .navbar-brand {
        display: none;
        visibility: hidden;
    }
    .navbar{
        background: #F02D02;
        color: #fff;
        padding: 0px;
        z-index: 1;
        box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.2);
    }
    .navbar-dark .navbar-nav .nav-link{
        color: #fff;
        text-transform: uppercase;
        padding: 14px 8px 14px 0px;
    }
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: #152836;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active{
    color: #152836;
}
.nav-item{
    padding-left: 15px;
}
@media(min-width : 768px) {
    .nav-item{
        padding-left: 20px;
    }
}
.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: #F02D02;
    border: none;
    border-radius: 0;
    margin-top: -5px;
}
.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #152836;
}
.dropdown-item {
    color: #ffffff;
}
.dropdown-item:hover{
    background: #152836;
    color: #ffffff;
}
.link-all, .e-date {
    float: right;
}

/******** Moving Text *********/
.pl1-0 {
    padding-left: 15px;
}
.pr1-0 {
    padding-right: 15px;
}
.bg-notice {
    color: #fff;
    background: #F02D02;
    text-align: center;
}
.bg-notice h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    padding: 4px 8px;
}
@media(min-width: 768px) {
    .pl1-0 {
        padding-left: 0;
    }
    .pr1-0 {
        padding-right: 0;
    }
}
.notices-head {
    background: #000000;
    color: #ffffff;
    padding: 8px 16px;
}
/*Newsticker*/
.wrap{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background: #f5f5f5;
  height: 46px;
 }
.jctkr-wrapper ul li{
    font-family: 'Poppins-Bold';
    margin-top: 10px;
}
/*-------- Headnews -----*/ 
 .news a, .news-head a {
    text-decoration: none;
    color: #152836;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
.news a h4 {
    color: #152836;
    font-size: 18px;
    font-family: 'Poppins-SemiBold'; 
}
 .news-head a h4, .news-head h4 {
    color: #152836;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    line-height: 25px;
}

.news a h4:hover, .news-head a h4:hover, .box-grey span a:hover, .box-grey1 span a:hover,  .video-head a h4:hover {
    color: #F02D02;
}

.news p, .news a p, .news-head a p, .news-desc p, .news-head p {
    color: rgb(103, 104, 112);
    font-size: 16px;
    word-spacing: 4px;
    line-height: 2; 
}
.news-desc{
    font-family: 'Poppins-Regular !important';
}
.day {
    background: #F02D02;
    padding: 4px 8px;
    color: #fff;
}
.img-box img {
    width: 100%;
}

.box-grey {
    background: #F5F5F5;
}
.box-grey1{
    background: #b9b9b9;
}

.style-hr {
    border: 0;
    height: 1px;
    background: rgb(155, 154, 154);
    background-image: linear-gradient(to right, #efefef, #cccccc, #efefef);
}

/*----------- News ---------*/
.box-grey span, .box-grey1 span {
    color: #282828;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
}

.box-grey span a, .box-grey1 span a{
    text-align: right;
    text-decoration: none;
    color: #282828;
}

/*------- Videos --------*/
.video-head  {
    color: #fff;
}

.video-head a {
    text-decoration: none;
    color: #F5F5F5;
}

.video-head a h4, .content-details h4, .video-head span {
    color: #F5F5F5;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    line-height: 25px;
}
.video-head span  {
    font-size: 18px;
}
.videos {
    background: #152836;
}

.slider {
    width: 100%;
    /* margin: 100px auto; */
}

.slick-slide {
    margin: 0px 20px;
}

.slick-prev:before, .slick-next:before {
    background: #F02D02;
    border: none;
    border-radius: 50%;
    color: #fff;
    padding: 12px;
   
}
.slick-prev {
    left: -5px;
    z-index: 1;
    top: 35%;
} 

.slick-next {
    right: 5px;
    z-index: 1;
    top: 35%;
}

.slick-dots li button {
    font-size: 14;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    padding: 5px;
    cursor: pointer;
    color: #efefef;
    border: 0;
    outline: none;
    background: #efefef;
}

.slick-dots {
    bottom: -35px;
}
.slick-dots li button:hover,
.slick-dots li button {
    border: none;
    border-radius: 50%;
    color: #efefef;
    background: #efefef;
}

.slick-dots li button:before {
    font-size: 42px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: '•';
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  .slick-dots li.slick-active button:before {
    color:#F02D02 !important;
    opacity: 1;
    border: 1px solid #F02D02;
    border-radius: 50%;
}


*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}
.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  /* height: 99%; */
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

/*--------- footer -----------*/
.bg-red {
    background: #152836;
    /* padding: 45px 0 30px 0; */
}

.details img {
    width: 50%;
}
.details p, .contacts p, .contacts ul li a, .links p, .links ul li a, .social-link p, .details p a {
    color: #efefef;
    text-decoration: none;
    /* font-weight: bold; */
}
.contacts, links, .social-link {
    margin-top: 30px;
}
@media(min-width: 768px) {
    .contacts, .links, .social-link {
        margin-top: 77px;
    }
}
.contacts ul, .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contacts ul li, .links ul li {
    display: block;
    color: #efefef;
    /* font-weight: bolder; */
    line-height: 27px;
}
.links ul li a:hover, .contacts ul li a:hover, .details p a:hover {
    color: #F02D02;
}

.icon-phone:before, .icon-envelop:before, .icon-location:before {
    color: #efefef;
    font-size: 15px;
}
.icon-location2:before {
    font-size: 20px ;
}

/*------- Inner News ------*/

.media-left img {
    width: 100%;
}

.copyright {
    background: #112029;
}
.copyright a {
    text-decoration: none;
    color: #ccc;
}

.copyright a:hover {
    color: #F02D02;
}

/*-------- Image Viewer ----------*/
/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

img {
    border: 0;
    max-width: 100%;
}

#wrapper {
    display: block;
    /* max-width: 1100px; */
    margin: 0 auto;
}

#portfolio {
    display: block;
}

#portfolio li {
    display: block;
    float: left;
    width: 25%;
    max-width: 400px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
}

#portfolio li a {
    display: block;
    padding: 0;
}

@media(min-width: 768px) {
    #portfolio li a {
        display: block;
        padding: 8px;
    }
}


/*------- Inner News ------*/
.box {
    background: rgb(255, 254, 254);
    /* padding: 20px; */
    box-shadow: 0px 2px 20px 0px #ececec;
    transition: all 1s;
    transform: translateY(20px, 20px);
    /* height: 100%; */
    height: 98%;
}
.img-box-small img {
    width: 100%;
}
@media(min-width: 768px) {
    .img-box-small img {
        width: 15%;
    }
}

/*title for popup*/
.mfp-title {
    font-size: 1.2em;
    color: #ddd !important;
    font-weight: 700;
}

/* Pagination */

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color:  #F02D02;
    border-color:  #F02D02;
}
a.page-link {
    padding: 12px 18px;
}
.page-link, .page-item.disabled .page-link {
    color: #152836;
}

/*-----------Subscribe for ------------*/
.subscribe input, .btn-subs{
    padding: 6px 12px;
    border: none;
    border-radius: 0;
    
}
.btn-subs{
    background-color: #eb1212;
    color: #ffffff;
}
.subscribe p {
    color: #efefef;
}

/*=========== About Us =============*/

.donate-box {
    /* background: #EEF2F2; */
    color: #112029;
    padding: 40px 10px;
    text-align: center;
}
.donate-box h2 {
    background-color: #00abed;
    padding: 10px;
    color: #ffffff;
}
@media(min-width: 768px) {
    .donate-box {
        padding: 80px 100px;
    }
}
.donate-box h4 {
    font-family: 'Poppins-Bold';
    font-size: 20px;
    padding: 20px;
    color: #112029;
}
.donate-box h2 {
    font-family: 'Poppins-ExtraBold';
    font-size: 40px;
}

.nepali-font {
    font-family: 'PREETI';
}

.img-title h5 {
    color: #3f3f3f;
    font-family: 'Poppins-Bold';
    font-size: 16px;
}

/********** e-Paper***********/
.e-news-box, .e-news-date {
    box-shadow: 0px 12px 22px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.e-news-date {
    background: #161616;
    color: #ffffff;
    padding: 10px 12px;
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
}
.e-news-date h5{
    font-size: 16px;
}

.img-height .img-box img {
    width: 100%;
    height: 210px;
}

.art-pic .box .img-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.fr{
    float: right;
}
.e-news-box p {
    color: #161616;
    font-family: 'Poppins-Bold';
    font-size: 17px;
}

.box-grey p span {
    color: #fff;
    font-size: 15px;
}