/* slider image */
#demo .carousel-item img {
    width:100%;
    height: 350px;
    display: block;
  }
  .carousel{
      height: 350px;
      width: 100%;
  }
/* /slider image */
/* employee detail */
.vip{
    background: #eaeaea;
    margin-bottom: 8px;
  }
  .vip-sh {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
    background: #FFF none repeat scroll 0 0;
    border-radius: 0;
    padding: 8px;
  }
  .clearfix:before, .clearfix:after {
    display: table;
    content: " ";
  }
  .vip .other_img {
    background: #FFF;
    text-align: center;
    display: inline-block;
    width: 35%;
    border-right: 1px solid rgba(230,230,230,0.45);
    margin-left: 0px;
  }
  figure {
    margin: 0;
  }
  .vip .other_img img {
    width: 135px;
    border: 1px solid #175B12;
    padding: 3px;
    margin: 0px auto;
    height: 135px;
    border-radius: 50%;
  }
  .vip .figcaption {
    width: 64%;
    background-color: #FFF;
    padding-left: 10px;
    float: right;
    line-height: 6px;
    text-align: left;
  }
  .vip .figcaption h3 {
    font-size: 18px !important;
    margin: 10px 0px 0px 0px;
    color: #E74C3C !important;
    font-weight: 600;
  }
  .vip .figcaption h5 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #404040 !important;
  }
  .figcaption .vip-title{
      font-weight: 600;
  }
/* employee detail */
/*logo of nepal government*/
.head-data{
    padding-top: 10px;
}
.logo-sarkar{
    width:60%;
    height:110px;
    object-fit: contain;
}
@media screen and (max-width:600px){
	.header{
		width: 100%;
	}
	.upper{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
  .logo {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .gov img{
  	max-height: 60px;
  	max-width: 70px;
  	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  .name h2{
  	font-size: 20px;
  }
  .bottom{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .hidden{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .con{
  	margin:0px 0px 0px 0px;
  }
}
/*middle text*/
.text1 h4{
    color:#FF0000;
    text-align: center;
    line-height: 0.9;
    font-size:14px;
    margin-top:7px;
}
.text2 h4{
    color:#FF0000;
    text-align: center;
    line-height: 0.9;
    font-size:14px;
    margin-top:7px;
}
 .text3 h4{
     color:#FF0000;
     text-align: center;
     line-height: 0.9;
     font-size:18px;
     font-weight: bold;
     margin-top:7px;
}
.text4 h4{
    color:#FF0000;
    text-align: center;
    line-height: 0.9;
    font-weight:bold;
    font-size: 24px;
}
.text5 h4{
    color:#FF0000;
    text-align: center;
    line-height: 0.9;
    font-weight: normal;
    font-size:15px;
    margin-top:7px;
}
/* nepal flag gif*/
.nepal-flag{
    width:50%;
    object-fit: contain;
}
/* language button*/
.drobtn {
    background-color: #004A89;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
}
.dro{
    position: relative;
    display: inline-block;

}

.dro-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dro-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.dro-content a:hover {background-color: #f1f1f1;text-decoration: none;}

.dro:hover .dro-content {
    display: block;
}
.drobtn:hover{
    background-color: #767CF8;
}
/*middle-line*/
.line{
    height: 3px;
    width: 100%;
    background: #767CF8;
    margin-top: 10px;
    margin-bottom: -13px;
}
/*mobile view for top header*/
@media screen and (max-width: 600px){
    .logo-sarkar{
        width:30%;
        margin-left:130px;
        height:80px;

    }
    .nepal-flag{
        width:20%;
        margin-left: 160px;
    }
    .dro {
      margin-left:160px;

    }
}
/*navbar*/
.topnav {
    overflow: hidden;
    background-color:#004A89;
    margin-top:15px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdow {
    float: left;
    overflow: hidden;

}

.dropdow .dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size:14px;

}

.topnav a:hover, .dropdow:hover .dropbtn {
    background-color: #767CF8;
    color: white;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}

.dropdow:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdow .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .tit{
        width:25%;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdow {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdow .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}
/*for notice*/

.ticker{
    display:flex;
    width:100%;
    height:35px;
    margin-top:2px;
    margin-bottom: -16px;
}

.tit{
    width:15%;
    text-align:center;
    background:#004A89 !important;
    position:relative;
}
.news{
    width:100%;
    background:#ffffff;
    padding:0 2%;


}

.tit h5{
    font-size:15px;
    margin:4% 0;
    color:white;
    font-weight: bold;

}
.news marquee{
    font-size:14px;
    color:black;
    margin-top:4px;
}
.newicon-for-notice{
    margin-left:10px;
}

/*slider*/
.carousel{
    overflow:hidden;
}
.m-padding a{
    margin: 5px;
    background: #ccc;
    display: block;
    border-radius: 5px;
    overflow:hidden;
}
.card-content, .card-content .title, .card-content .subtitle {
    background-color: #3f3f3f;
    color: #ccc;
}
.slider-navigation-previous {
    left: 10px;
}
.slider-navigation-next {
    right: 10px;
}
.image .slide{
    height:280px;
    object-fit: contain;
}
.image p{
    margin-top:-20px;
    text-align:center;
}
@media screen and (max-width: 600px){
    .image .slide{
        height:200px;
        object-fit: contain;
    }
    .image p{
        margin-top:-10px;
        text-align:center;
    }
    .right-content{
        margin-top:200px;
    }

}


.resource{
    background-color: #004A89;
    padding:10px;
    border-radius:2px;
    margin-top:10px;
}
.resource:hover{
    background-color:#767CF8 ;
}
.resource a{
    color:white;
    text-decoration: none;
}
.resource a:hover{
    color:white;
    text-decoration: none;
}
.line1{
    margin-top:10px;
    height: 3px;
    width: 100%;
    background: #004A89;
}

.btn a{
    color:white;
}

.btn a:hover{
    text-decoration: none;
    color:white;
}
.detail{
    margin-left:200px;
    margin-top:-100px;
    width:100%;
}
.detail p{
    margin-left:-5px;
}
.detail h3{
    font-weight: bold;
    margin-left: -15px;
    color:#004A89;
}
.detail .button{
    background-color:#004A89;
    margin-left:-10px;
    padding:5px;
    border-radius:5px;
    height:30px;
}
.detail .button a{
    color:white;
    text-decoration: none;
    font-size:14px;
}
.detail p{
    margin-top:5px;
}
.detail .butto a:hover{
    color:white;
    text-decoration: none;
}
.last-box{
    margin-top:-20px;

}
.detail1{
    margin-left:200px;
    margin-top:-100px;
    width:100%;
}
.detail1 h3{
    font-weight: bold;
    margin-left: -15px;
    color:#004A89;

}
.detail1 p{
    margin-left:-15px;
    margin-top:5px;

}
.detail1 .button{
    background-color:#004A89;
    margin-left:-10px;
    padding:5px;
    border-radius:5px;
    height:30px;
}
.detail1 .button a{
    color:white;
    text-decoration: none;
    font-size:14px;
}
.detail1 .butto a:hover{
    color:white;
    text-decoration: none;
}
.last-box{
    margin-top:-20px;

}
.karmachari{
    height:170px;
    margin-top:-10px;
    margin-bottom:-10px;
    padding-left:30px;
}

 .inner-image{
     border:1px solid #b8c2cc;
    width:30%;
    height:120px;
    object-fit: contain;
}
.inner-image1{
     border:1px solid #b8c2cc;
    width:30%;
    height:120px;
    object-fit: contain;
}
/*news section*/
.suchana{
    background:#004A89;
    padding:15px 20px;
    color:white;
    border-left: 3px solid red;
    width:100%;
}
.suchana-section{
    margin-top:10px;
    height:400px;
}
.suchana-section .inner-suchana li {
    border-bottom: 1px dashed #CCC;
    font-size: 14px;
    line-height: 34px;
    width:100%;
}
.suchana-section .inner-suchana li a{
    width:100%;
    text-decoration: none;

}
.suchana-section .inner-suchana li  a:hover{
    color:blue;
}
.btn4{
    background:#004A89;
    color:white;
    width:35%;
    padding:2px;
    margin-top:2px;
    border-radius: 4%;
}
.btn4:hover{
    background-color: #767CF8;
}
.btn4 a{
    color:white;
}
.btn4 a:hover{
    color:white;
    text-decoration: none;

}
.upper{
    border:1px solid #b8c2cc;
    height:200px;

}
.lower{
    border:1px solid #b8c2cc;
    height:200px;
}
.text-muted btn4:hover{
background-color: #767CF8;
}
div.gallery {
    border: 1px solid #ccc;

}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.responsive {
    padding: 0 3px;
    float: left;
    width: 30%;
}

@media only screen and (max-width: 600px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
    .detail{
        margin-left:170px;
    }
    .detail1{
        margin-left:170px;
    }
}

@media only screen and (max-width: 600px) {
    .responsive {
        width: 100%;
    }
    .mob-box{
        height:400px;
        margin-bottom: 10px;
    }
    .upper{
        height:340px;
        max-height: 400px;
    }
    .lower{
        height:340px;
        max-height: 400px;
    }
    .hamro-patro{
        margin-left:25px;
    }
    .videoga{
    margin-left: -15px;
    }
    .inner-footer .col-md-3{
        margin-top:10px;
    }
    .dropdown-c  {
        margin-top:-100px;
    }
    .top-s{
        text-align:center;
        margin-bottom: 10px;
        padding:10px;

        border-left: none;

    }

}
.top-section{
    text-align:center;
    margin-bottom: 10px;


}

.top-section h3{
    font-weight: bold;

}

.mob-box{
    background-color: #F5F5F5;
    height:440px;
}
.hamro-patro{
    margin-top:10px;
}
.txt h4 {
    font-weight: bold;
    margin-top:10px;
}
/*footer*/
.outer-footer{
    background-color:#212121;
}
.left-footer h3{
    text-align:center;
    color:white;
    margin-top:10px;
}
.line-content{
    margin-top:10px;
}
.left-footer .line-content i {
    color:white;
    margin-left: 10px;
}
.left-footer .line-content .content-text {
    color:white;
}
.left-footer .line-content span {
    color:white;
    margin-left:10px;
}
.left-footer .line-content span a {
    color:white;
}
.mid-footer h3{
    margin-top:10px;
    text-align:center;
    color:white;
}
.mid-footer ul li{
    border-bottom: 1px dotted white;
    margin-bottom:10px;

}
.mid-footer ul li a{
    color:white;
}
.mid-footer ul li{
    margin-left:10px;
}
.mid-footer .btn4{
    margin-left:10px;
}
.facebook-page{
    margin-left:20px;
    margin-top:10px;
}
.inner-footer{
    background-color:#004A89 ;
    padding: 15px;
}
.inner-footer span{
    color:white;
}
.inner-footer p span a {
    color:white;
}
.inner-footer p  {
    color:white;
}
.box-image{
    height:130px;
    object-fit: contain;
}

.dropsecond {
    position: relative;
    display: inline-block;
}

.dropdown-c2 {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left:162px;
    margin-top:-50px;
}
.dropdown-c {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left:110px;
    margin-top:-50px;
}
.dropdown-c3 {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left:90px;
    margin-top:-50px;
}
.dropdown-c2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin-left:10px;
    font-size:15px;
}
.dropdown-c a {
    color: black;
    padding: 13px 15px;
    text-decoration: none;
    display: block;
    margin-left:10px;
    font-size:14px;
}
.dropdown-c3 a {
    color: black;
    padding: 13px 15px;
    text-decoration: none;
    display: block;
    margin-left:10px;
    font-size:14px;
}
.dropdown-c a:nth-child(2){
    margin-top:-15px;
}
.dropdown-c a:nth-child(3){
    margin-top:-10px;
}

.dropsecond:hover .dropdown-c2 {display: block;}
.dropsecond:hover .dropdown-c {display: block;}
.dropsecond:hover .dropdown-c3 {display: block;}

@media only screen and (max-width: 500px) {

}
.breadcrumb > ul{
    display: flex;
    align-content: center;
    align-items: center;
}
.breadcrumb > ul>li{
    list-style-type: none;
    margin: 0 10px;
}
.sh{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
    background: #FFF none repeat scroll 0 0;
    border-radius: 0;
    padding: 10px;
  }
.view{
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
  }
tr:nth-child(even) {
    background-color: #dddddd;
  }
.table .table-title{
    font-weight: 600;
}
/* detail */
.blog-title-area {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 3rem;
  }

  .blog-title-area .blog-meta a {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .blog-title-area span {
    margin: 0.5rem 0;
    display: block;
  }

  .blog-title-area span a {
    padding: 0 1rem;
    color: #ffffff !important;
    border-radius: 3px;
  }

  .blog-title-area h3 {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
    overflow-wrap: break-word;
  }

  .blog-meta h4 {
    padding: 1rem 0 0.5rem;
    margin: 0;
    font-size: 21px;
  }

  .blog-meta.big-meta h4 {
    padding: 1rem 0 0.6rem;
    margin: 0;
    font-size: 28px;
  }

  .blog-meta.big-meta p {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }

  .blog-meta small {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.5rem;
  }

  .blog-meta small:after {
    content: "/";
    padding-left: 1rem;
  }

  .blog-meta small:last-child:after {
    content: ""
  }
  .post-sharing {
    display: block;
    width: 100%;
    position: relative;
    margin: 1rem 0 0;
  }
  .post-sharing .btn {
    border-radius: 3px;
    color: #ffffff !important;
  }

  .post-sharing .btn:hover {
    opacity: 0.9;
  }

  .gp-button {
    padding: 0.8rem 1rem !important;
  }

  .post-sharing span,
  .post-sharing li {
    display: inline-block !important;
  }
  .sidebar .widget {
    position: relative;
    display: block;
    margin-bottom: 3rem;
  }
  .sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar .blog-list-widget img {
    width: 55px;
    padding: 0;
  }

  .sidebar .blog-list-widget .mb-1 {
    font-size: 15px;
  }

  .sidebar a {
    color: rgba(0, 0, 0, 0.6);
  }

  .sidebar .widget-title {
    display: block;
    font-size: 18px;
    margin: 0 0 2rem;
    padding: 0;
    line-height: 1;
    font-weight: 600;
  }
  .sidebar h5{
    font-weight: 600;
  }
  .search-form .form-control {
    border-radius: 0;
    margin-bottom: 1.4rem;
    border: 1px solid #edeff2;
    font-size: 12px;
    min-height: 45px;
    text-transform: none;
    font-weight: 400;
  }

  .search-form .form-control {
    margin: 0;
    min-width: 240px;
    border-right: 0;
  }

  .search-form .btn:hover,
  .search-form .btn:focus,
  .search-form .btn {
    padding: 0;
    border-color: #edeff2 !important;
    height: 45px;
    position: absolute;
    border-radius: 0 !important;
    background-color: #edeff2 !important;
    right: 0;
    color: #a3a5a8 !important;
    width: 45px;
    line-height: 45px;
    margin-left: 0
  }
  .blog-meta h4 {
    padding: 1rem 0 0.5rem;
    margin: 0;
    font-size: 21px;
  }

  .blog-meta.big-meta h4 {
    padding: 1rem 0 0.6rem;
    margin: 0;
    font-size: 28px;
  }

  .blog-meta.big-meta p {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }

  .blog-meta small {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.5rem;
  }

  .blog-meta small:after {
    content: "/";
    padding-left: 1rem;
  }

  .blog-meta small:last-child:after {
    content: ""
  }
  .blog-list .blog-meta.big-meta h4 {
    margin-left: -20%;
    margin-top: 1rem;
    background-color: #ffffff;
    padding: 1rem 1.5rem 1rem;
    font-weight: 600;
  }

/* detail */
