a {
  transition: all 0.5s ease;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  color: #000;
}
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000;
}
ul {
  padding: 0;
  list-style: none;
}
li {
  line-height: 24px;
  color: #000;
}
.my-list li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.my-list li::before{
  content: '\21D2';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
p {
  line-height: 24px;
  color: #000;
}

.sec-header{
  font-family: "News Cycle", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #2460b9;
  /* margin-bottom: 0; */
  padding: 10px 15px;
}
.my-btn {
  font-family: "Open Sans", sans-serif;
  padding: 8px 25px;
  background: #820209;
  color: #fff;
  font-size: 15px;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.25);
}
.my-btn:hover {
  background: #2460b9;
  color: #fff;
}
.img-hover {
  overflow: hidden;
  width: 100%;
  display: block;
}
.img-hover img {
  transition: all 0.5s ease;
  width: 100%;
}
.img-hover:hover img {
  transform: scale(1.1);
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.parallax > div {
  position: relative;
  z-index: 5;
}
.parallax h6,
.parallax h5,
.parallax h4,
.parallax h3,
.parallax h2,
.parallax p {
  color: #fff;
}
section {
  padding: 45px 0;
}
.carousel-item {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.social-icons a[data-bs-original-title="Facebook"] {
  background-color: #3b5998;
}
.social-icons a[data-bs-original-title="Twitter"] {
  background-color: #00acee;
}
.social-icons a[data-bs-original-title="Yelp"] {
  background-color: #c41200;
}
.social-icons a[data-bs-original-title="Instagram"] {
  background-color: #e90070;
}
.social-icons a[data-bs-original-title="Linkedin"] {
  background-color: #0077b4;
}
.social-icons a[data-bs-original-title="Youtube"] {
  background-color: #c4302b;
}
.social-icons a[data-bs-original-title="Pinterest"] {
  background-color: #e60023;
}
.social-icons a[data-bs-original-title="Google"] {
  background-color: #3982f3;
}
.social-icons a:hover {
  background: #000;
  color: #fff;
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
  border-top-color: #000;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
}

/* .animate {} */
.scrollAnm {
  animation-name: scroll;
  -webkit-animation-name: scroll;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  visibility: visible;
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* START: top-bar section */
.top-bar {
  background-color: #820209;
  color: #fff;
  text-transform: uppercase;
}
.top-bar a {
  color: #fff;
}
.today-date {
  display: inline-block;
  padding: 6px 10px;
  white-space: nowrap;
}
.today-date iframe {
  vertical-align: top;
}
/* END: top-bar section */

/* START: logo section */
.logo-sec .navbar-brand {
  margin: 0;
  max-width: 155px;
}
.logo-sec .nepal-flag {
  max-width: 80px;
  display: inline-block;
}
.nepal-flag img{
  max-width: 100%;
}
.logo-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: #bd0911;
  font-weight: 600;
}
.logo-content h5 {
  margin-bottom: 0;
  color: #bd0911;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.logo-sec .navbar-brand {
  padding: 1px 0;
  margin: 0;
  display: inline-block;
}

/* END: logo section */

/* START: Menu section */
header .navbar {
  padding: 0;
  background-color: #2460b9;
}
header .navbar .navbar-brand{
  border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7px 15px;
    font-weight: 500;
    margin-right: 0;
}
header .navbar .navbar-nav .nav-link {
  font-family: "News Cycle", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
header .navbar .navbar-nav .nav-link:hover,
header .navbar .navbar-nav .nav-link.active {
  color: #fff;
  background: transparent;
  
}
header .navbar .dropdown-menu {
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  border: 0;
  margin-top: 0;
}
header .navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-family: "News Cycle", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 15px;
  background-color: #2460b9;
  margin-top: 1px;
  border: 0;
}
header .navbar .dropdown-menu .dropdown-item:hover,
header .navbar .dropdown-menu .dropdown-item.active {
  color: #fff;
  /* background: transparent; */
}
header .navbar-toggler {
  padding: 6px 8px;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 30px;
  color: #fff;
}
.header-highlight {
  background-color: #ee3780;
  text-align: center;
  font-family: "News Cycle", sans-serif;
  font-size: 30px;
  padding: 5px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
/* END: Menu section */

/* START: highlight section */
.highlight-sec {
  background-color: #cecfd0;
  margin-top: 2px;
}
.highlight-news h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  /* margin-right: 10px; */
  white-space: nowrap;
  background-color: #820209;
  padding: 8px 15px;
}
.highlight-news a {
  color: #282828;
  font-size: 16px;
  /* font-weight: 600; */
}
.highlight-news a::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  /* color: #df3b45; */
}
.highlight-news a:hover {
  color: #ac1818;
}
/* END: highlight section */

/* START: banner section */
#bannerCarousel .carousel-item {
  height: 400px;
  padding: 20px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-text {
  background-color: #820209;
  padding: 10px 15px;
  max-width: 90%;
}
.carousel-text h6 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.staff{
  background-color: #e0e1e4;
  text-align: center;
  padding-bottom: 10px;
}
.staff:first-child{
  margin-bottom: 10px;
}
.staff-img{
  height: 110px;
  width: 100px;
  border: 1px solid #2460b9;
  margin: 5px auto;
  overflow: hidden;
}
.staff-img img{
  width: 100%;
}
.staff-name{
  margin-bottom: 0;
}
.banner-news li a{
  color: #282828;
}
.banner-news li a:hover{
  color: #820209;
}
.banner-news .my-list li::before {
  color: #820209;
}
/* END: banner section */

/* START: notices section  */
  .notices-sec .notices{
    background-color: #eee;
  }
  .notices th{
    /* font-size: 15px; */
    background-color: #b9babc;
    border: 0;
  }
  .notices tr th:nth-child(2){
    min-width: 225px;
  }
  .notices tr th:nth-child(3), 
  .notices tr th:nth-child(4){
    min-width: 185px;
  } 
  .notices td{
    border-color: #d3d3d3;
  }
  .notices td,
  .notices td a{
    color : #282828;
  }
  .notices td a:hover{
    color : #820209;
  }
/* END: notices section  */

/* START: publicaitons section */
  .publicaitons .nav-tabs {
    border-bottom: 3px solid #820209;
  }
  .publicaitons .nav .nav-item{
    margin-right: 1px;
  }
  .publicaitons .nav .nav-link{
    /* background-color: #2460b9; */
    background-color: #777;
    color: #fff;
    border: 0!important;
    border-radius: 0;
    margin: 0;
  }
  .publicaitons .nav .nav-link.active{
    background-color: #820209;
  }
/* END: publicaitons section */

/*  START: helpful organization */
  #hOrganization .owl-item{
    padding: 3px 5px;
  }
  #hOrganization .owl-nav{
    position: absolute;
    top: -40px;
    right: 10px;
    color: #fff;
  }
  #hOrganization .owl-nav button{
    margin: 0 1px;
    font-size: 20px;
  }
  .ho-box{
    display: flex;
    height: 160px;
    border: 1px solid #e1e1e1;
    padding: 10px;
    transition: all 0.5s ease;
    
  }
  .ho-box:hover{
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  }
  .ho-image img{
    max-width: 100px;
    max-height: 100px;
    margin: auto;
  }
  .ho-box h6{
    margin: 0;
    text-align: center;
    color: #c4030e;
  }
/*  END: helpful organization */




/* START: home content Section */
.home-content h1 {
  font-family: "Oswald", sans-serif;
  color: #ed1074;
  text-transform: uppercase;
}
.home-content h2,
.home-content h3 {
  color: #1a1a1a;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.home-content h4 {
  display: inline-block;
  background-color: #ed1074;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
}
/* END: home content Section */

/* START: feature section */
.feature-box {
  display: block;
}
.feature-img {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.feature-img img {
  min-height: 100%;
  transition: all 0.5s ease;
}
.feature-box:hover img {
  transform: scale(1.1);
}
.feature-box h5 {
  text-align: center;
  color: #ed0e74;
  font-family: "Montserrat", sans-serif;
  margin: 10px 0 0 0;
}
/* END: feature section */

/* START: registration section */
.registration-sec::before {
  display: none;
}
.registration-box {
  background-color: #ed0e74;
  padding: 45px 30px;
  text-align: center;
}

.registration-box h2 {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: "News Cycle", sans-serif;
  font-weight: 700;
}
.registration-box .my-btn {
  background-color: #333;
}
.registration-box .my-btn:hover {
  background-color: #1a1a1a;
}
/* END: registration section */

/* START: services section */
.service-box {
  display: block;
  position: relative;
  text-align: center;
}
.service-box .img-hover {
  height: 300px;
}
.service-box .img-hover img {
  min-height: 100%;
}
.service-box h5 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
/* END: services section */

/* START: news section */
.news-sec {
  background-color: #c4c4c4;
}
.news-box {
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}
.news-box:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.news-box > div {
  position: relative;
  z-index: 1;
}
.news-box h5 {
  font-family: "News Cycle", sans-serif;
  color: #fff;
  text-shadow: 0 1px 3px #000;
}
.news-box p {
  font-family: "News Cycle", sans-serif;
  color: #cbcbcb;
  font-size: 15px;
  margin-bottom: 0;
  text-shadow: 0 1px 3px #000;
}
.news-box p::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
}

/* END: news section */

/* START: footer section */
.top-footer {
  background-color: #2460b9;
  padding: 30px 0;
}
.top-footer .ft-col{
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  padding-right: 25px;
}
.top-footer .col-lg-3:last-child .ft-col{
  border-right: 0;
  padding-right: 0;
}
.top-footer h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.top-footer ul li {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 14px;
}
.top-footer ul li a{
  color: #fff;
}
.top-footer p,
.top-footer p a {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 14px;
}
.ft-info p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  line-height: 18px;
}
.ft-info p span {
  text-transform: uppercase;
  display: inline-block;
  width: 75px;
}
.btm-footer {
  background-color: #820209;
  padding: 20px 0;
}
.btm-footer p,
.btm-footer p a {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 14px;
}
/* END: footer section */

/* START: page header section */
.page-header-sec {
  height: 280px;
  background-attachment: initial;
  padding: 30px 0;
  margin-top: 2px;
}
.page-header h2 {
  color: #ee3780;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-header h6 {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
}
.page-title {
  color: #ee3780;
}

/* END: page header section */

/* START: about page section */

.about-topic-box {
  background: #dcd9d9;
  height: 100%;
  padding: 30px;
}

/* END: about page section */

/* START: services page section */
.service-img {
  border: 3px solid #f6418e;
}
.service-title {
  display: inline-block;
  background-color: #f6418e;
  padding: 8px 15px;
  color: #fff !important;
  text-transform: uppercase;
}
/* END: services page section */

/* START: gallery pages section */
  .galleries .nav-tabs{
    border-bottom: 3px solid #820209;
  }
  .galleries .nav .nav-item{
    margin-right: 1px;
  }
  .galleries .nav .nav-link{
    background-color: #2460b9;
    color: #fff;
    border: 0!important;
    border-radius: 0;
    margin: 0;
  }
  .galleries .nav .nav-link.active {
    background-color: #820209;
  }
/* END: gallery pages section */


/* START: news page section */
.page-body-sec .blog-title {
  color: #1a1a1a;
}
.page-body-sec .blog-date {
  font-size: 14px;
  text-transform: uppercase;
  color: #444;
}
.blog-page p,
.single-blog-page p {
  font-size: 15px;
}
.single-blog-page #comment {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.single-blog-page #comment:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.single-blog-page #submit {
  font-family: "Open Sans", sans-serif;
  padding: 8px 25px;
  background: #ee3780;
  color: #fff;
  font-size: 15px;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
/* END: news page section */

/* START: contact Page section */
.contact-form {
  background-color: #d5d2d2;
  padding: 15px;
  margin-bottom: 30px;
}
.contact-form form .form-control {
  border-radius: 0;
  background: #f1f1f1;
  height: 40px;
}
.contact-form form textarea.form-control {
  height: 95px;
}
.contact-form form .form-control::placeholder {
  color: #868484;
}
.contact-form form .mybtn {
  border-radius: 0;
}
.google-map {
  width: 100%;
  height: 350px;
}
.google-map iframe {
  height: 100%;
  width: 100%;
}
/* END: contact Page section */
#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  padding: 0;
}
/* START: responsive section */

/* END: responsive section */
