body {
    margin: 0;
    font-family: 'helveticaneuemedium','Lato', sans-serif;
    min-width: 319px;
}

.big-section-left-gallery .nav-tabs {
    /*border: 1px solid black;*/
    margin-top: 7px;
}

.top-bar{
    padding: 2px 95px;
    background-color: #F2F2F2;
    /*box-shadow: 0px 0px 1px grey;*/
    border-bottom: 1px solid #d6d6d6;
}

.top-bar .fas {
    margin-right: 0.3rem;
}

.top-bar ul {
    padding: 4px 0 0;
    margin: 0;
    float: left;
}

.top-bar .nav-link {
   padding: 0;
}

.top-bar ul li {
    list-style: none;
    float: left;
    margin: 0 20px 0 0;
    padding: 0px 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px;
    
    transition: 0.2s;
}

.top-bar ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.top-bar ul li:hover a {
    color: #226AAC;
}

.top-bar ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: 0.2s;
    font-size: 12px;
}

.top-bar ul li a:hover {
    /*color: #236AAC;*/
}

.top-bar .dropdown-submenu .fa-chevron-right {
    top: 10px;
    right: 25px;
    position: absolute;
}

.flag-usa {
    max-width: 3%;

    /*margin-left: auto;*/
    margin-right: 0.8rem;
    transition: 0.2s;
    float: right;
}

.flag-usa:hover {
    transform: scale(1.1);
}

.flag-usa img {
    width: 100%;
}

.flag-nep {
    max-width: 3%;
    transition: 0.2s;
    /*margin: 0;*/
    float: right;
}

.flag-nep:hover {
    transform: scale(1.1);
}

.flag-nep img {
    width: 100%;
}

.top-bar .navbar button {
    background-color: black;
}

.brands {
    padding: 10px 95px;
}

.brands a {
    text-decoration: none;
    color: black;
}

.nep-gov {
    width: 50%;
    float: left;
}

.nep-gov-logo {
    width: 15%;
    float: left;
    margin-right: 10px;
}

.nep-gov-logo img {
    width: 100%;
}

.nep-gov h1 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    font-family: helveticaneueblackcond, Anton, sans-serif;
    margin: 0;
}

.nep-gov p {
    margin: 0;
    font-family: 'Anton', sans-serif;
}

.nep-gov .ministry {
    font: 15px/17px 'helveticaneuebold', sans-serif;
}

.nep-gov .address {
    font-size: 15px;
    color: #767676;
}

.clearfix {
    clear: both;
}

.nepali {
    width: 50%;
    float: left;
    height: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.nepali div:first-child { width: 15%; }
.nepali p {
    /*font-family: 'Himalb';*/
    font-family: 'Anton', sans-serif;
    font-size: 1.25rem;
    margin: 0;
    float: right;
    margin-right: 25px;
    color: #05345E;
    margin-left: 20px;
    margin-top: 20px;
}

.flag-nep-big {
    width: 8%;
    float: right;
    height: 3.8rem;
    margin-top: 10px;
}

.flag-nep-big img {
    width: 100%;
    height: 100%;
}

.slogan-wrapper span {
    font-size: 22px;
}

.top-nav {
    font: bold 15px/17px 'helveticaneuebold', sans-serif;
    background-color: #226aac;
}

.top-nav .navbar {
    padding: 0 95px;
}

.top-nav .collapse .fass {
    color: white;
}

.top-nav .navbar ul {
    margin-right: 0!important;
}

.top-nav .fa-home:hover {
    color: #EC4149;
}

.top-nav .nav-item:hover {
    background-color: #EC4149;
}

.top-nav .navbar ul li a {
    color: white;
    display: block;
    text-decoration: none;
    transition: 0.2s;
    padding: 8px 15px;
    transition: 0.2s;
}

.top-nav .navbar ul li a:hover {
    /*color: #777777;*/
}

.top-nav .dropdown-menu {
    background-color: #236AAC;
    color: white;
    margin: 0;
}

.top-nav .navbar button {
    background-color: white;
}

.top-nav .fa-home {
    color: white;
    margin-right: 10px;
}

.hover-drop:hover .hover-drop-show {
    display: block!important;
}

.search-div {
    position: relative;
    width: 2%;
    margin-left: auto;
    transition: 0.2s;
}

.search-div:hover { opacity: 0.5; }
.search-div img { width: 100%; }

.top-nav .collapse a {
    /*margin-left: auto;*/
}

.top-nav .active {
    color: #89CCF7!important;
}

.navbar-toggler-icon {
    content: "<i class="fas fa-align-justify"></i>";
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #EC4149;
    /*color: #236AAC;*/
}



.trending {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 95px;
    padding-right: 95px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #F7F7F7;
}

.trending-now {
    float: left;
    background-color: #E31215;
    color: white;
    font-family: 'Lato', sans-serif;
    padding: 4px 7px;
    margin-right: 20px;
    font-weight: bold;
}

.trending-now p {
    margin: 0;
    font-size: 11px;
}

.news-text.news-text-mar-left a {
    text-decoration: none;
    color: black;
    transition: 0.2s;
}

.news-text.news-text-mar-left a:hover {
    color: #236AAC;
}

.news {
    float: left;
    padding: 0 20px;
    border-right: 1.5px solid black;
    font-weight: bold;
}

.news-text {
    padding-right: 10px;
    border-right: 2px solid black;
    /*font-weight: bold;*/
    font-size: 14px;
}

.news-text-mar-left {
    margin: 0 10px;
}

.news p {
    margin: 0;
}

.slider-section {
    padding: 20px 95px;
    font-family: 'Lato', sans-serif;

}

.just-slider {
    width: 65%;
    float: left;
    height: 449px;
    padding: 0 0 0 0;
    /*margin-right: 20px;*/
    position: relative;

}

.carousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    /*position: relative;*/
}

.slider-logo-img {
    position: absolute;
    left: 3%;
    top: 1%;
    width: 19%;
    z-index: 5;
}

.slider-logo-img img {
    width: 100%;
}

.big-section-left-gallery .carousel-item {
    height: 382px;
}

.carousel-item img {
    /*width: 100%;*/
    height: 100%;
}

.just-slider .carousel-item {
    height: 100%;
}

.slider-side {
    float: left;
    width: 33%;
    /*height: 440px;*/
    /*border: 1px solid #DCDCDC;*/
    font-family: 'Lato', sans-serif;
    padding: 0 0 0 13px;
}

.carousel-caption {
    text-align: left;
    left: 5%;
    bottom: 0px;
}

.carousel-caption h5 {
    font-size: 22px;
    text-shadow: 1px 1px 1px black;

}

.carousel-caption p {
    text-shadow: 1px 1px 1px black;
    color: #8B8B8B;
    font-size: 17px;
}

.himali {
    color: #E71218;
}

.people {
    border: 1px solid #DCDCDC;
    padding: 12px 13px;
    position: relative;
    margin-bottom: 7px;
}

.about-people {
    float: left;
    width: 72%;
    /*margin: 9px 0 0;*/
    padding-left: 15px;
}

.people-image {
    width: 28%;
    float: left;
}

.people-image img {
    width: 100%;
}

.social-media {
    float: left;
    width: 14%;
    transition: 0.2s;
}

.social-media:hover {
    opacity: 0.8;
}

.social-media img {
    width: 100%;
    float: left;
}
.social-whole {
    /*text-align: right;*/
}
.people-heading {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 5px;
}

.post {
    /*color: #8B8B8B;*/
    color: #000;
    opacity: 0.70;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 18px;
}

/*.more {
    position: absolute;
    bottom: 10px;
}*/

.view-more {
    text-align: center;
    border: 2px solid #000;
    padding: 4px 7px;
    float: left;
    text-decoration: none;
    color: black;
    font-size: 0.7rem;
    margin-right: 8px;
    font-size: 11px;
    margin-top: 3px;
    transition: 0.2s;
}


.view-more:hover {
    text-decoration: none;
    border-color: #236AAC;
    color: #236AAC;
}

.portal-section {
    padding: 50px 95px;
    font-family: 'Lato', sans-serif;
}

.portal-section .owl-carousel .owl-stage {
    padding: 5px 0;
}

.portal-images {
    padding: 40px 25px;
    margin-top: 30px;
    max-height: 201px;
}

.img-portal {
    float: left;
    /*margin-right: 1.9rem;*/
    width: 160px;
    text-decoration: none;
    color: black;
}

.img-portal a {
    color: black;
    text-decoration: none;
}

.owl-carousel .owl-dots.disabled {
    display: block;
}

.img {
    padding: 0.85rem;
    border: 3px solid #EB4D49;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    transition: 0.6s;
    text-align: center;
    font-size: 45px;
    color: #EC4149;
}

.img:hover {
    /*transform: scale(1.1);*/
    transform: rotate(360deg);
}

.img-portal img {
    width: 100%;
}

.img-portal p {
    margin: 0;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
}

.e-portal {
    border-left: 3px solid #EC4149;
    padding: 0 11px;
}

.e-portal p {
    font-size: 20px;
    color: #226aac;

}

.img-portal-last {
    margin-right: 0;
    float: left;
    text-decoration: none;
    color: black;
}

.img-portal-last .img {
    padding: 25px 25px;
    border: 3px solid #EB4D49;
    border-radius: 80px;
    width: 75%;
}

.img-portal-last img {
    width: 100%;
}

.img-portal-last p {
    margin: 0;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
}

.recent-news {
    text-decoration: none;
    width: 100%;
}

.three-boxes{
    padding: 5px 95px;
}

.box {
    float: left;
    width: 32%;
}

.box-content {
    padding: 20px 20px;
    border: 1px solid #DADADA;
    margin-top: 25px;
    height: 380px;
}

.with-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.box-content.a-noborder a {
    border: none;
}

.box-content a:hover {
    border-color: #236AAC;
    color: #236AAC;
}

.box-content h1 {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 22px;
}

.box-content p {
    font-size: 15px;
    line-height: 26px;
    color: #8f8f8f;
}

.mar-right-box {
    margin-right: 20px;
}

.red-date {
    font-size: 14px;
    line-height: 20px;
    color: #ec4149;
    margin-left: 15px;
    /*font-weight: bold;*/
}

.margin-top-box {
    margin-top: 20px;
}

.news-box img {
    float: left;
}

.news-box-text {
    float: left;
    /*width: 58%;*/
    /*margin-left: 14px;*/
}

.news-box-text h1 {
    margin-bottom: 0.3rem;
}

.news-date {
    color:#959595;
    margin-left: 10px;
    font-size: 13px;
    /*font-weight: bold;*/
}

.news-box-mar-bot {
    margin-bottom: 20px;
}

.box-content a {
    font-size: 12px;
    text-decoration: none;
    color: black;
    border: 2px solid #000;
    padding: 8px 14px;
    font-weight: bold;
    float: right;
}

.intro-box-mar-bot {
    margin-bottom: 14px;
}

.big-section-left {
    float: left;
    width: 65%;
}

.big-section {
    padding: 50px 95px;   
}

.big-section-left .navbar {
    padding: .5rem 0;
}

.big-section-left .navbar a {
    text-decoration: none;
    color: black;
    font-weight: 20px;
    font-weight: bold;
}

.big-section-left .nav-link {
    /*padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;*/
}

.mar-right-boxless {
    margin-right: 30px;
}

.big-section-left .active {
    color: #EC4245!important;
    height: 100%;
}

.big-section-left-content {
    padding: 10px 10px 20px;
    border: 1px solid #DADADA;
    width: 100%;
    float: left;
    height: 440px;
    position: relative;
}

/*.big-section-left-content-mar-right {
    margin-right: 14px;
}*/

.big-section-left-content-whole {
    padding: 5px 0;
    overflow: hidden;
}

.big-section-left-head {
    height: 300px;
    overflow: hidden;
}

.big-section-left-content-img {
    width: 100%;
    margin: 0 0 21px;
}

.big-section-left-content-img img {
    width: 100%;
}

.big-section-left-content h1 {
    font-size: 15px;
    line-height: 26px;
    /*height: 50px;*/
    overflow: hidden;
    font-weight: bold;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
}

.big-section-left-content p {
    color: #9E9E9E;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.big-section-left-content a {
    font-size: 11px;
    text-decoration: none;
    color: black;
    border: 2px solid black;
    padding: 9px 15px;
    font-weight: bold;
    transition: 0.2s;
    /*position: absolute;*/
    bottom: 20px;
    right: 20px;
}

.big-section-left-content a:hover {
    border-color: #236AAC;
    color: #236AAC;
}

.big-section-left-content-mar-bot {
    margin-bottom: 28px !important;
    position: relative;
}

.big-section-left .nav a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.big-section-left .nav .active {
    color: #ec4149!important;
    /*border: none;*/
}

.nav-tabs {
    /*border: none;*/
    /*justify-content: center;*/
}

.active-photo {
    width: 100%;
    margin-top: 1.9rem;
    position: relative;
}

.active-photo img {
    width: 100%;
}

.big-section-left-gallery {
    padding-top: 1.9rem;
    /*padding-bottom: 1.2rem;*/
}

.big-section-left-gallery .tab-content {
    height: 333px;
}

.big-section-left-gallery .tab-pane img {
    /*width: 100%;*/
}

.big-section-left-gallery .nav a {
    /*width: 33%;*/
    max-height: 150px;
    overflow: hidden;
    padding: 0 0.1rem;
    padding-top: 0.1rem;
}

.big-section-left-gallery .nav img {
    width: 100%;
    height: 100%;
}

.just-photo {
    float: left;
    width: 32%;
    height: 208px;
}

.just-photo-whole img {
    height: 100%;
}

.just-photo img {
    width: 100%;

}

.just-photo-whole {
    margin-top: 0.9rem;
}

.just-photo-mar-right {
    margin-right: 0.9rem;
}

.active-photo-caption {
    position: absolute;
    left: 1.5rem;
    bottom: 0.5rem;
    width: 60%;
}

.photo-caption-head {
    text-shadow: 1px 1px 1px black;
    color: white;
    font-size: 21px;
    margin-bottom: 0;
}

.photo-caption-small {
    font-size: 18px;
    color: #7E7E7C;
    text-shadow: 1px 1px 1px black;
}

.photo-caption-small-red {
    color: #E9111C;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}

.owl-carousel .owl-dots.disabled {
    display: none;
} 

.owl-carousel .owl-nav.disabled {
    display: block;
    font-size: 45px;
    font-weight: bold;
    color: black;
}

.portal-images .owl-carousel .owl-nav.disabled {
    font-size: 60px;
}

.owl-theme .owl-nav [class*=owl-] {
    /*position: absolute;*/
    text-decoration: none;
    top: 5%;
    transition: 0.25s;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    color: #ec4149;
    text-decoration: none;
    border-radius: 12px;
    outline: none;
}
.portal-images .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    text-decoration: none;
    top: 0%;
    transition: 0.25s;

}
.portal-images .owl-prev {
    left: 0%;  
}

.portal-images .owl-next {
    right: 0%;    
}
.portal-images .owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    color: #ec4149;
    text-decoration: none;
    border-radius: 12px;
    outline: none;
}

.big-section-right {
    float: left;
    width: 32%;
}

.big-section-right-people {
    padding: 18px;
    border: 1px solid #DADADA;
}

.big-section-right-people-img {
    width: 34%;
    float: left;
    /*margin-right: 0.6rem;*/
}

.big-section-right-people-img img {
    width: 100%;
    float: left;
    max-width: 100px;
}

.big-section-right-people-info {
    float: left;
    padding-left: 8px;
    width: 66%;
}

.big-section-right-people-info h1 {
    font-size: 16px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #194c7c;
    margin: 0 0 9px;
}

.big-section-right-people-info .name {
    font-weight: bold;
    font-size: 15px!important;
    line-height: 24px;
}

.big-section-right-people-info p {
    margin-bottom: 0;
    font-size: 14px;

}

.big-section-right-people-info .sub-name {
    color: #000;
    opacity: 0.70;
}

.big-section-right-people-mar-bot {
    margin-bottom: 23px;
}

.social-whole img {
    width: 16%;

}

.social-whole a:hover {
    opacity: 0.7;
}

.big-section-right-contact {
    padding: 20px 0 56px;
}

.big-section-right-contact-icon {
    float: left;
    width: 12%;
    padding: 2rem 1rem;
}

.big-section-right-contact-icon i {
    font-size: 2.5rem;
}

.big-section-right-contact-text {
    float: left;
    width: 85%;
    padding-left: 20px;
        margin-top: 20px;
}

.big-section-right-contact-text h1 {
    font-size: 20px;
    /*font-weight: bold;*/
    opacity: 0.9;
}



.store-div {
    float: left;
    width: 34%;
    transition: 0.2s;
    padding-left: 0;
}

.store-div:hover {
    transform: scale(1.1);
}

.store-div img {
    width: 100%;
}

.store-div-mar-right {
    margin-right: 0.9rem;
}

.contact-content-mar-top {
    margin-top: 30px;
}

.far.fa-thumbs-up {
    margin-right: 0.6rem;
}

.big-section-right-contact a {
    text-decoration: none;
    color: black;
}

.big-section-right-contact-text p {
    color: #000;
    opacity: 0.5;
    margin-bottom: 0;
}

.contact-content-link {
    transition: 0.2s;
}

.contact-content-link:hover .big-section-right-contact-text h1 {
    /*border: 1px solid black;*/
    /*padding: 10px 0;*/
    /*box-shadow: 1px 1px 1px black;*/
    /*transform: scale(1.1);*/
    color: #EC4149;
}

.contact-content-link:hover .big-section-right-contact-text p {
    color: #236AAC;
}

.far.fa-edit {
    margin-right: 0.4rem;
}

.video {
    position: relative;
    width: 100%;
    min-height: 314px;
    margin-top: 10px;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gmap {
    overflow: hidden;
}
.gmap img {
    width: 100%;
    height: 100%;
}

.light-blue {
    background-color: #236AAC;
    color: white;
}

.dark-blue {
    background-color: #1E5F99;
    color: white;
}

.light-blue, .dark-blue {
    padding: 12px!important;
    transition: 0.2s;
    border-left: 5px;
    border-right: 25px;
}

.light-blue:hover, .dark-blue:hover {
    opacity: 0.5;
}

.bot-events .light-blue:hover, .bot-events .dark-blue:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.box-map-wrapper img {
    width: 100%;
    height: 100%;
}

.blue-links {
    max-height: 288px;
    overflow: auto;
}

.footer {
    padding-top: 45px;
    color: white;
    padding-left: 95px;
    padding-right: 95px;
    background-color: #0F2E4B;
}

.footer-box {
    float: left;
    padding: 15px;
    width: 25%;
    
}

.footer-box h1 {
    font-size: 23px;
    margin-bottom: 46px;
}


.footer-box a {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    transition: 0.2s;
}

.footer-box a:hover {
    opacity: 0.4;
}

.footer-fb {
    float: left;
    /*margin-right: 1.2rem;*/
    margin-top: 5px;
}

.footer .fa-envelope:before {
    margin-right: 0;
}

.status {
    float: left;
    width: 89%;
    color: #fff;
    opacity: 0.9;
    padding-left: 8px;
}

.status-time {
    color: #8D949E;
    font-size: 14px;
}

.mail-box {
    transition: 0.2s;
}

.mail-box:hover {
    opacity: 0.4;
}

.footer-tw {
    float: left;
    /*margin-right: 0.7rem;*/
    margin-top: 5px;
}

.footer-location {
    float: left;
    margin-right: 0.3rem;
    margin-top: 5px;
}

.footer-phone {
    float: left;
    /*margin-right: 0.7rem;*/
    margin-top: 5px;
}

.footer-margin {
    margin-bottom: 30px;
}

.footer-mail {
    float: left;
    margin-right: 0;
    margin-top: 5px;
}

.small-round {
    float: left;
    width: 13%;
    margin-right: 8px;
    transition: 0.2s;
}

.small-round:hover {
    opacity: 0.8;
}

.small-round img {
    width: 100%;
}

.end-bottom {
    padding: 40px 50px;
    background-color: #0D2843;

    position: relative;
}

.site-visit span {
    font-size: 20px;
    color: white;
}

.one-side {
    float: left;
    margin: 0;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    /*font-weight: bold;*/

}

.two-side {

    text-align: center;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    /*font-weight: bold;*/
    width: 42%;
    margin: auto;
}

.count {
    position: absolute;
    right: 65px;
    top: 16px;
    color: black;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
}

/*.count-left{
    display: inline-block;
}

.count-right {
    display: inline-block;
}*/

.visit-count {
    line-height: 1;
    background-color: white;
    padding: 0 5px;
    border: 2px solid #8C8D8F;
}

.leftleft, .leftright, .rightleft, .rightright {
    background-color: white;
    border-radius: 5px;
    padding: 0 5px;
}

.big-section-left .navbar button {
    background-color: black;
}

.facebook-link a:hover {
    opacity: 0.2;
}

.box-news a {
    border: none;
    padding: 0;
}

.status-box {
    transition: 0.2s;
}

.status-box:hover {
    opacity: 0.4;
}

.thrid-drop {
    position: absolute;
    display: none;
    left: 100%;
    margin: 0 0 0 4px;
    top: 0px;
    background-color: #236AAC;
    color: white;
    box-shadow: 0px 1px 5px black;
    z-index: 5;
}

.thrid-drop::before {
    content: "";
    height: 100%;
    width: 4px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 100%;
}

.dropdown-item.dropdown-submenu:hover .thrid-drop {
    display: block;
}

.dropdown-item.dropdown-submenu .fa.fa-chevron-right {
    position: absolute; 
    right: 5%; 
    top: 10px;
}

.dropdown-item {
    padding: 0!important;
}

.dropdown-submenu {
    position: relative;
    font-size: 14px;
}

.thrid-drop ul {
    margin: 0;
    padding: 0;
}

.thrid-drop ul li {
    list-style: none;
    /*transition: 0.2s;*/
}

.thrid-drop ul li a {
    text-decoration: none;
    color: white;
}

.thrid-drop ul li:hover {
    color: #236AAC;
    background-color: #EC4149;
}

#scrollstyle::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#scrollstyle::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
    height: 6px;
}

#scrollstyle::-webkit-scrollbar-thumb
{
    background-color: #EC4149;
    /*border: 2px solid #555555;*/
}

.language {
    float: right;
}

.language-select {
    display: inline-block;
}

.language a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.dropdown-menu {
    background-color: #F2F2F2;
}

.tab-mar-top {
    margin-top: 10px;
}

.big-section-left-gallery .carousel-inner {
    /*height: 513px;*/
}

.big-section-left-gallery .carousel-inner img {
    height: 100%;
    margin: auto;
}

.tab-mar-top {
    margin-top: 15px;
}

.vid-mar-top {
    margin-top: 41px;
}

#autoscroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#autoscroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#autoscroll::-webkit-scrollbar-thumb
{
    background-color: #EC4149;
    /*border: 2px solid #555555;*/
}




#autoscroll2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#autoscroll2::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#autoscroll2::-webkit-scrollbar-thumb
{
    background-color: #EC4149;
    /*border: 2px solid #555555;*/
}



#autoscroll3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#autoscroll3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#autoscroll3::-webkit-scrollbar-thumb
{
    background-color: #EC4149;
    /*border: 2px solid #555555;*/
}

.no-hover-opacity:hover {
    opacity: 1!important;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.media-center-navicon {
    font-size: 60px;
    color: black;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.slidericon {
	font-size: 25px;
	color: black;
}
.light-blue, .dark-blue {
    padding: 12px!important;
    transition: 0.2s;
    /*position: relative;*/
}

/*.light-blue::after, .dark-blue::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid red;
    border-bottom: 50px solid transparent;
    position:absolute;
    top:0;
    left: 100%;
}*/

.dark-blue {
    background-color: #1E5F99;
    color: white;
}

.light-blue {
    background-color: #236AAC;
    color: white;
}

.media-center-nav {
    font-size: 60px;
    color: #216DAB;
}

input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none; 
}


input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;
    
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    height: 8px;
}
#demo-2 input[type=search]:hover {
    background-color: #fff;
}
#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-2 input:-moz-placeholder {
    color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

.e-portal button {
    float: right; 
    font-size: 14px;
    background-color: white;
    color: #256FAC;
    border: none;
    border-bottom: 2px solid #EC4149;
    transition: 0.2s;
    cursor: pointer;
}

.e-portal button:hover {
    color: #EC4149;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.fs-gal-view {
  display: none;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-color: rgba(20, 20, 20, 0.7);
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 999999;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
}
.fs-gal-view h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 300;
  font-size: 26px;
}
.fs-gal-prev, .fs-gal-next, .fs-gal-close {
  position: absolute;
  top: calc(50vh - 20px);
  height: 40px;
  width: 40px;
  z-index: 999999;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,1));      
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,1)); 
  transition: all 0.3s;
}
.fs-gal-prev:hover, .fs-gal-next:hover, .fs-gal-close:hover {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.9));      
  filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.9)); 
  cursor: pointer;
}
.fs-gal-prev {
  left: 14px;
}
.fs-gal-next {
  right: 14px;
}
.fs-gal-close {
  top: 14px;
  right: 14px;
  height: 30px;
  width: 30px;
}
.fs-gal-main {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fs-gal:hover, .fs-gal-nav:hover, .fs-gal-close:hover {
  cursor: pointer;
}

.image-gallery-wrapper {
  padding: 10px 95px;
}

.image-gallery img {
  width: 100%;
  height: auto;
}

/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */

/*p {
    margin: 0!important;
}*/

.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    /*margin: 1em 0;*/
    padding: 0 24px;
    width: 100%;
    height: 96px;
    align-items: center;
    border: 1px solid #236AAC;
    border-radius: 4px;
    background: #fff;
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91, 130, 255, 0);
    border: 1px solid #5B82FF;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 1px solid #FD4F1A;
}

.audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #0059FF;
}

.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FD4F1A;
}

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: rgba(51, 51 ,51, .6)
}

.audioplayer-time-current {
    margin-left: 24px;
}

.audioplayer-time-duration {
    margin-right: 24px;
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}

.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #DDE2E6;
}

.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 5px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #BEC8D2;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 2px;
    background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}

.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;

}

.audioplayer-volume {
    display: flex;
    align-items: center;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 2px;
    cursor: pointer;
    background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0059FF;
}

.audio-gallery-wrapper {
    padding: 10px 95px;
}

.audio-gallery-wrapper p {
    margin: 0!important;
}

.audio-title {
    font-size: 18px;
}

.one-audio {
    border: 1px solid #DADADA;
}

.a-player {
    box-shadow: 0px 1px 4px;
}

.video-gallery-wrapper {
    padding: 0 95px;
}

.video-gallery-top-row {
    /*padding: 0px 95px;*/
    /*background-color: #236AAC;
    color: white;
    font-size: 20px;*/
}

.video-gallery-videos {
    padding: 25px 0px;
}

.videos-row {
    padding: 10px 0;
}

.video-page-selector-row {
    /*padding: 0 95px;*/
}



.video-page-selector-row a {
    text-decoration: none;
    color: #236AAC;
    transition: 0.2s;
}

.video-page-selector-row a:hover {
    border-bottom: 2px solid #EC4149;
}

.active-video-page {
    border-bottom: 2px solid #EC4149;
}

.audio-gallery-audios {
    padding: 30px 0px;
}

.one-player {
    padding: 10px;
    border: 1px solid #DADADA;
}

.one-player button {
    border: none;
    background-color: #0F2E4B;
    color: white;
    padding: 7px 13px;
    cursor: pointer;
    transition: 0.2s;
}

.one-player button:hover {
    font-size: 18px;
}

.audio-title {
    font-size: 16px;
    font-weight: bold;
    color: #236AAC;
    border-bottom: 2px solid #EC4149;
}

.fa-users:before, .fa-lock:before, .fa-envelope:before, .fa-clock:before, .fa-bowling-ball:before {
    margin-right: 5px;
}

.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 4%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 35px;
    color: #236AAC;
    z-index: 5;
    /*display: none;*/
    transition: 0.5s;
}

.return-to-top:hover {
    transform: scale(1.1);
}

.nav-tabs {
    border-bottom: none;
}

.big-section-left-gallery .owl-carousel .owl-nav.disabled {
    line-height: 15px;
}

.owl-item {
    height: 150px;
}

.related-links {
    overflow-y: hidden;
    height: 306px;
}

.related-links:hover {
    overflow-y: auto;
}

.blue-boxes {
    overflow-y: auto;
    height: 288px;
} 

.big-section-left-content-whole .owl-stage-outer {
    height: 440px!important;
}

.photo-gallery-arrow {
    font-size: 35px;
    color: #226AAC;
    transition: 0.2s;
}

.photo-gallery-arrow:hover {
    color: #EC4149;
}

.media-center-info {
    position: absolute;
    padding: 10px 10px 15px 10px;
    bottom: 0;
    left: 0;
}

.language .btn-success {
    background: #0A5394;
}

.searchresult-wrapper {
    padding: 10px 95px;
}

.search-heading {
    font-size: 20px;
    font-weight: bold;
    /*color: #236AAC;*/
}

.search-text {
    color: #236AAC;
}

.searchresult-wrapper a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: 0.2s;
}

.one-search-result {
    border: 1px solid #DADADA;
    transition: 0.2s;
}

.one-search-result:hover {
    box-shadow: 0px 1px 4px;
}

.visitnepal p {
    margin: 0;
}

.visit-nepal-descp .heading span {
    font-size: 30px;
}

.top-bar .demo-div {
    float: left;
}

.top-bar .demo-div li {
    background-color: #AB3334;
    margin: 0 20px 0 0;
    padding: 0px 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px;
    transition: 0.2s;
}

.top-bar .demo-div li:hover {
    transform: scale(1.1);
}

.top-bar .demo-div li a {
    color: white;
}

.top-bar .demo-div li a:hover {
    color: white;
}

.dataTables_wrapper {
    width: 100%;
}

.sitemap .first-dropdown {
    border-left: 1px solid black;
}

.sitemap .second-dropdown {
    border-left: 1px solid black;
    margin-top: 2px;
}

.sitemap .outermost-box span {
    border-bottom: 1px solid #EC4149;
    color: #226AAC;
}

.sitemap .first-dropdown .first-dropdown-item a {
    padding: 5px;
    border-bottom: 1px solid #DADADA;
    color: #0056b3;
}

.sitemap .first-dropdown .second-dropdown .second-dropdown-item a {
    padding: 0;
}

.sitemap .first-dropdown .first-dropdown-item a:hover {
    border-bottom: 1px solid #EC4149;
}

.top-nav .nav-item.dropdown:hover .dropdown-menu.show {
    display: block;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 35px;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  color: #226AAC;
  cursor: pointer;
  /*padding: 15px;*/
  border-radius: 4px;
}

#myBtn:hover {
  transform: scale(1.1);
}

.icon-second-heading span {
    font-size: 22px;
    color: #226AAC;
}

.bot-events {
    /*border: 1px solid #DADADA;*/
    height: 288px;
    overflow-y: hidden;
    background-color: #236AAC;
}

.bot-events span {
    color: white;
}


.bot-events .event-heading span {
    font-size: 20px;
    border-bottom: 2px solid white;
}

.bot-events:hover {
    overflow-y: auto;
}

.bot-event-heading {
    font-weight: bold;
}

.bot-events .white-border {
    border: 1px solid white;
}

.bot-events .month {
    background-color: white;

}

.bot-events .month span {
    color: #236AAC;
}

.image-gallery-col {
    transition: 0.4s;
    overflow: hidden;
}

.image-gallery-col:hover {
    opacity: 0.7;
}

.image-gallery-wrapper .text-center p {
    font-size: 17px;
}

.blue-box-icon {
    text-align: center;
}

/*start of bhuktani css-----------------------------------------------------------------*/
.bottom-note span {
    font-size: 17px;
    text-decoration: underline;
}

.bhuktani span {
    font-size: 25px;
    text-decoration: underline;
}
/*end of bhuktani css-------------------------------------------------------------------*/

.answer { display: flex; }
.answer div:nth-child(2) { color: #8f8f8f; }
.q-a h3 { color: #236AAC; }
.q-a { position: relative; }
.q-a:nth-child(n+3)::before { 
    content: ''; 
    width: 100%; 
    height: 2px; 
    background: linear-gradient(90deg, #fff, rgba(236,65,73,0.6), #fff );
    position: absolute;
    top: 0;
}

.progressdetailweb .carousel-item h1 { background: #226AAC; color: #fff; }
.progressdetailweb .progress-detail-status { color: initial; display: grid; grid-template-columns: 9% 91%; grid-column-gap: 1rem; }
.progressdetailweb .progress-detail-status div:nth-child(2) { font-style: italic; color: #226AAC; }
.progressdetailweb .carousel-control-prev, .progressdetailweb .carousel-control-next { width: 2%; }
.progressdetailweb .carousel-inner { width: 95%; margin: auto; box-shadow: 0 0 10px 3px rgba(143,143,143,0.2); height: 600px; }
.progressdetailweb .carousel-control-prev span, .progressdetailweb .carousel-control-next span { color: #EC4149; font-size: 3rem; }
.progressdetailweb .carousel-indicators .active { background: #EC4149; }
.progressdetailweb .carousel-indicators li { background: #8f8f8f; }
.progressdetailweb .current-status { border-top: 2px solid rgba(0, 0, 0, 0.1); }
.progressdetailweb .current-status h3 { color: #226AAC; }

.header-date { font-size: 2rem; }

.logo-side-text span:nth-child(1) { font-size: 22px; font-weight: bold; }
.logo-side-text span:nth-child(2) { font-size: 17px; font-weight: bold; }
.logo-side-text span:nth-child(3) { font-size: 17px; color: #767676; }
.logo-side-text span { display: block; }

.top-row a { text-decoration: none; color: black; }
.top-row { border-bottom: 2px solid #226AAC; }

.logo-wrapper { display: grid; grid-template-columns: 12% 88%; grid-column-gap: 1rem; }

@media (max-width: 768px) {
    .video-gallery-wrapper {
        padding: 0;
    }
}


@media screen and (max-width: 679px) {
    .audioplayer-volume-adjust {
        display: none;
    }

    .audio-gallery-wrapper {
        padding: 10px 0;
    }
}





