*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
  
}
#main{
  overflow-x: hidden;
  font-size: 16px;
  font-family: Poppins, sans-serif;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  font-size: 16px;
}


.hero{
    margin: 0 20px;
}
/* .slider-img{
    height: 40rem;
    object-fit: cover;
} */

.carousel-caption {
  position: absolute;
 
 top: 0;
  left: 0;
  width: 100%;
   height: 100%;
  color: #ffffff; /* Text color */
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}


.about{
  margin: 0;
}



  /* Jaiji peter */
 .jaiji .container {
    display: flex;
    align-items: center;
    min-height: 70vh; /* Ensure the container takes up at least the full viewport height */
    background-color: #faf9d7;
}

/* .swiper {
  width: 100%;
  height: 100%;
} */

/* .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
 height: 100%;
  object-fit: cover;
}
.swiper-slide .card {
  display: block;
  width: 100%;

  object-fit: cover;
}

@media (max-width: 992px) {
  .swiper-slide img  {
   width: 100%;
  height: 250px; 
  }
  .swiper-slide .card  {
    width: 100%;
    
   }

}

/* footer */

.footer-area {
  min-height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(37, 37, 37, 0.65)), url(./assets/forest1.jpg) no-repeat center;
  background-size: cover; }
 






.footer-bottom {
  margin-top: 50px; }
  @media (max-width: 991px) {
    .footer-bottom {
      margin-top: 10px; } }
  @media (max-width: 380px) {
    .footer-bottom {
      text-align: left !important; } }


      /* feedback */
 

      @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:wght@200;300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
BODY{
    background-color: white;
}
.navbar-container{
    background-color: #014e01;
    width: 100%;
    height: 3rem;
}
.navbar-wrapper {
text-align: center;
}
.navbar-wrapper ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-items: center;
    padding-top: 10px;
}
.navbar-wrapper ul li {
    list-style: none;
}
.navbar-wrapper ul li a{
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.marquee{
    margin-top: 20px;
}
.marquee-text{
    color: red;
    font-weight: 600;
    font-size: 18px;
}
.hero{
    margin: 0 20px;
}
.slider-img{
    height: 40rem;
    object-fit: cover;
}
.news-wrapper h4{
    background-color:#014e01 ;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.event-marquee{
    height: 13rem;
}
.event-marq {
  padding: 10px;
  height: 13rem; /* Default height */
}

@media (max-width: 768px) {
  /* Adjusting for mobile devices */
  .event-marq {
      height:auto; /* Allow the height to adjust based on content */
      overflow-y: scroll; /* Add a vertical scrollbar if needed */
      max-height: 100px; /* Limiting the height on smaller screens */
  }
 
}

.event-marquee ul li {
    list-style: circle;
    padding-bottom: 10px;
}
.event-marq-links{
    color: red;
    font-weight: 500;
    cursor: pointer;
}
.photo-gallery h4{
    background-color:#014e01 ;
    text-align: center;
    color: #fff;
   padding: 5px; 
  
}
.gallery-thumbnails{
    display: flex;
    gap: 5px;
}
.gallery-thumb {
    width: 9rem;
    height: 14.1rem;
    object-fit: cover;
  }
 
  .about h4{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
  }
  .about p{
    text-align: left;
  }
  .read-more-btn{
    border: none;
    background: transparent;
    color: blue;
    font-size: 16px;
  }

  /*  */


  
.blog {
  padding: 40px 0 20px 0;
  font-family:  "Poppins", sans-serif;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  /* margin: -30px -30px 20px -30px; */
  margin-bottom: 5px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #014e01;
  transition: 0.3s;
  text-decoration: none;
}

.blog .entry .entry-title a:hover {
  color:  #014e01;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #b1a0a3;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: rgb(186, 245, 186);
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background:  rgb(186, 245, 186);
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #493c3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #9a8487;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #57484a;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color:  #5fd0ec;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #493c3e;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(73, 60, 62, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color:  #5fd0ec;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #493c3e;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #655356;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color:  #5fd0ec;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color:  #5fd0ec;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #5fd0ec;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color:  #5fd0ec;
}

.blog .blog-pagination {
  color: #5fd0ec;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color:  #5fd0ec;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background:  rgb(202, 252, 202);
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color:  #014e01;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background:  rgb(192, 238, 192);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background:  rgb(195, 250, 195);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color:  #014e01;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color:  #014e01;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #014e01;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color:  #014e01;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color:  green;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f6f4f4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #014e01;
  background:  rgb(206, 252, 206);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #dfd8d9;
  font-size: 14px;
}


.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery .gallery-item img{
  height: 300px;
}

@media (max-width: 768px) {
  .feedback1 {
    width: 100%;
      height: auto; /* Allow height to adjust based on content for smaller screens */
  }
}

/* .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
  list-style: none; /* Remove bullets */
/* }

.navbar .dropdown ul li {
  min-width: 200px;
  border-bottom: 1px solid #ccc; 

.navbar .dropdown ul a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #000000A6;; 
  text-decoration: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #096611;
  background-color: #f8f9fa;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: 100%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: 0;
    top: 100%;
  }
} */ 
.navbar-dark .navbar-nav .nav-link {
  color: #212529;
}