
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  font-family: Arial;
}
.head {
  background: #fff;
  z-index: 9;
  width: 100%;
  color: #f8f9fa;
  padding-top: 5px;
  top:0;
}
.bg-red {
  background: #e62423;
  margin-top: 5px;
}
.auro {
  padding-left: 10px;
  float: left;
  margin-top: 20px;
  color: #fff;
}
.nepali{
  font-size: 26px;
  margin-bottom: 0;
  line-height: 26px;
}
.f{
  font-size: 20px;
  margin-bottom: 0;
}
.g{
  font-size: 15px;
  letter-spacing: 11px;
}
.logo {
  margin-top: 18px;
}
.prime-ministers {
  color: #000;
  text-align: center;
}
.prime-ministers img {
  border-radius: 50%;
  box-shadow: 0px 4px 3px #555;
  max-height: 90px;
}
.minister-name {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}
.minister-name span {
  display: inline-block;
  font-style: italic;
}
.navbar {
  padding: 0;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  color: #f8f9fa;
  padding: 15px;
}
/*.resp {
    list-style: none;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
}*/
/*.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f9fefa;
}*/
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  background: #4786cc;
}
.nav-link:hover {
  background: #4786cc;
}
.navbar-light .navbar-nav li:active, .navbar-light .navbar-nav li:focus, .navbar-light .navbar-nav li:hover {
  background: #4786cc;   
  outline: 0;
}
.navbar-light .navbar-nav li:active > a, .navbar-light .navbar-nav li:focus > a, .navbar-light .navbar-nav li:hover > a {
  color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  background-color: rgba(224, 39, 25, 0.8);
  transition: .6s all ease-in-out;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 15px;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  position: absolute;
  background-color: #4985d1;
  margin-top: -1px;
  padding: 0;
}
.dropdown-menu li {
  border-bottom: 1px solid #769bd2;
}
.top1 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 31px;
}
.top1 a {
  color: #fff;
  padding: 10px;
}
.top1 a:hover {
  color: #f6d834;
}
.about{
  margin-top: 15px;
  margin-bottom: 20px;
}
.heading {
  font-size: 20px;
  color: #4786cc;
  margin-bottom: 25px;
  margin-top: 15px;
  border-left: 5px solid #e02719;
  border-bottom: 1px solid #e02719;
  padding-left: 10px;
  padding-bottom: 5px;
}
.btn {
  margin-bottom: 30px;
}
.btn-lg {
  border-bottom: 30px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-lg:hover {
  color: red;
  box-shadow: :0px 8px 10px #d4d4d4;
}
.update {
  font-size: 14px;
  color: #6c98e1;
  text-align: left;
}
a.link1 {
  font-size: 16px;
  padding-bottom: 30px;
  display: inline;
  color: #555;
  text-decoration: none;
}
a.link1:hover {
  color: #6c757d;
}
.bg1{
  border: 1px solid #f1f1f1;
}
.bg1:hover {
  box-shadow: 2px 5px 25px #d4d4d4;
}
.date {
  margin-bottom: 10px;
  /*padding-top: 20px;*/
  font-size: 14px;
  color: #878787;
  padding: 20px 20px 0;
}   
.h {
  margin-bottom: 25px;
  text-align: left;
  padding: 0 20px;
}
.why-us {
  list-style-type: circle;
}
.why {
  padding: 20px;
  border: 1px solid #f1f1f1;
  background: url('../img/notice.png') no-repeat;
  background-size: cover;
  height: 210px;
}
.notice {
  position: relative;
  z-index: 2;
}
.not {
  display: block;
  font-size: 20px;
  color: red;
  padding-top: 10px;
  padding-left: 10px;
  /*position: absolute;
  */z-index: 5;
}
.board {
  position: absolute;
  z-index: 5;
  padding-top: 30px;
  padding-left: 240px;
  color: red;
  font-size: 20px;
}
.why:hover {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;

  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  /* box-shadow: 2px 5px 25px #d4d4d4;*/
}
.bounce:hover {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.notice {
  list-style: none;
  padding: 0 0 0 10px;
}
.notice li a {
  color: #1962e6;
}
.footer-list {
  list-style-type: none;
  padding-left: 0;
}
.footer-list h3 {
  color: #333;
  font-size: 17px;
}
.footer-bg {
  padding-top: 20px;
  margin-top: 20px;
  background-color: rgba(136, 210, 240, 0.5);
  padding-bottom: 25px;
}
a.link2 {
  font-size: 16px;
  padding-bottom: 30px;
  display: inline;
  color: #343434;
  text-decoration: none;
}
.fl_left {
  display:block;
  font-size: 13px;
  float:left;
}
.fl_right {
  display: block;
  float: right;
  font-size: 13px;
}
.last {
  background-color: rgba(136, 210, 240, 1);
  padding-top: 20px;
  margin-top: 20px;
}
.address {
  padding-top: 15px;
  color: #343434;
}
.heading2 {
  margin-top: 15px;
  font-size: 20px;
  border-left: 5px solid #2926b7;
  padding: 5px 15px;
  background: #f6d755;
  color: #2926b7;
}
#inner .bg1 {
  margin-bottom: 15px;
}
.map {
  margin-top: 20px;
}
.map iframe {
  width: 100%;
}
.more {
  color: #4786cc;
  font-size: 12px;
}
.more:hover {
  color: #e62423;
}
.events {
  list-style: none;
  padding: 0;
  margin: 0;
}
.events li a {
  color: #e02719;
  background: #fafafa;
  margin-bottom: 1px;
  display: block;
  padding: 5px;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}
.events li a:hover {
  /*background: #ededed;*/
  text-decoration: none;
  color: #4786cc;
  /*border-left: 2px solid #4786cc;*/
  border-bottom: 2px solid #4786cc;
}
#ticker li {
  list-style: none;
  padding-bottom: 10px!important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px!important;
}
#ticker h3 a {
  font-size: 18px;
  color: #e02719;
}
#ticker h3 a:hover {
  color: #4786cc;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .top1 {
    top: 24px;
  }
}
@media (max-width: 991px) {
  .logo {
    position: absolute;
    max-height: 85px;
    margin-top: 0;
  }
  .bg-red {
    background: #fff;
  }
  .navbar {
    padding: 15px 0 30px;
  }
  .top1 {
    top: 0;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    /*background: #4786cc!important;*/
  }
  .navbar-collapse {
    margin-top: 30px;
    border-top: 1px solid #4786cc;
    background: #e62423;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-left: 10px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }
}
@media (max-width: 767px) {
  /* .carousel-inner {
       margin-top: 96px;
   }*/
  .fl_right {
    float: left;
  }
}
@media(min-width: 992px) {
  .dropdown-menu {
    display: none;
    position: absolute;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.board-members li > div {
  display: flex;
}
.board-members li > div > div {
  flex-direction: column;
  width: 50%;
}