body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

.btn_orange {
  background-color: #d86015;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0;
  padding: 12px 35px;
}

.btn_orange:hover {
  color: #fff;
  background-color: #d86015;
  opacity: 0.8;
}

.btn_lightorange {
  background-color: #ee9a0a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0;
  padding: 12px 35px;
}

.btn_lightorange:hover {
  color: #fff;
  background-color: #ee9a0a;
  opacity: 0.8;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header_wrap {
  background-color: transparent;
  padding: 25px 50px;
}

@media (max-width: 1024px) {
  .header_wrap {
    padding: 25px;
  }
}

@media (max-width: 767.5px) {
  .header_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .header_wrap .navbar-collapse {
    background: #fff;
    z-index: 9;
    margin-top: 10px;
  }
}

.header_wrap img {
  width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.5px) {
  .header_wrap img {
    width: 90px;
  }
}

.header_wrap ul {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.5px) {
  .header_wrap ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 25px;
    z-index: 9999999;
  }
}

.header_wrap .nav-link {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .header_wrap .nav-link {
    font-size: 13px;
  }
}

@media (max-width: 767.5px) {
  .header_wrap .nav-link {
    color: #000;
    text-align: left;
  }
}

.header_wrap .nav-link:hover {
  opacity: 0.8;
}

.header_wrap .btn-warning {
  background-color: #ee9a0a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0;
  padding: 8px 25px;
}

.header_wrap .btn-warning:hover {
  color: #fff;
  background-color: #ee9a0a;
  opacity: 0.9;
}

.banner_wrap {
  margin-top: -95px;
}

@media (max-width: 767.5px) {
  .banner_wrap {
    margin: 0;
  }
}

.banner_wrap img {
  width: 100%;
  min-height: 100vh;
  max-height: 748px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (max-width: 767.5px) {
  .banner_wrap img {
    min-height: 280px;
    max-height: 400px;
  }
}

.boxes_content {
  padding: 70px 0;
  background-color: #f8f6ee;
  position: relative;
}

.boxes_content::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #edebe5;
}

@media (max-width: 991px) {
  .boxes_content::before {
    width: 100%;
  }
}

.boxes_content::after {
  content: "";
  width: 130px;
  height: 190px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: url("../images/flower1.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767.5px) {
  .boxes_content::after {
    width: 90px;
    bottom: -130px;
  }
}

.boxes_content h2 {
  font-size: 40px;
  font-weight: 300;
  color: #c15b00;
  text-transform: uppercase;
  max-width: 330px;
}

@media (max-width: 991px) {
  .boxes_content h2 {
    max-width: 100%;
  }
}

@media (max-width: 767.5px) {
  .boxes_content h2 {
    font-size: 30px;
    text-align: left;
  }
}

.boxes_content p {
  color: #672000;
  font-size: 16px;
  font-weight: 500;
  max-width: 430px;
  margin: 0;
}

@media (max-width: 991px) {
  .boxes_content p {
    max-width: 100%;
  }
}

.boxes_content .btn_lightorange,
.boxes_content .btn_orange {
  width: 320px;
  margin: 20px 0 0 0;
}

@media (max-width: 991px) {
  .boxes_content .btn_lightorange,
  .boxes_content .btn_orange {
    width: 100%;
    margin: 20px 0 0;
  }
}

.boxes_content .right_shift {
  max-width: 430px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .boxes_content .right_shift {
    max-width: 100%;
    margin: 50px 0 0 0;
  }
}

.news_wrap {
  padding: 70px 0;
  position: relative;
}

.news_wrap::before {
  content: "";
  width: 130px;
  height: 190px;
  position: absolute;
  left: 0;
  bottom: -110px;
  background: url("../images/flower2.png") no-repeat;
  background-size: contain;
  z-index: 9;
}

@media (max-width: 767.5px) {
  .news_wrap::before {
    width: 90px;
  }
}

.news_wrap h2 {
  font-size: 40px;
  font-weight: 300;
  color: #c15b00;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 767.5px) {
  .news_wrap h2 {
    font-size: 30px;
    text-align: left;
  }
}

.news_wrap .sub_head {
  color: #672000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 60px;
  max-width: 800px;
}

.news_wrap .swiper-wrapper {
  height: auto;
}

.news_wrap .swiper-slide {
  height: auto;
}

.news_wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  border-radius: 10px;
}

.news_wrap .swiper-button-next,
.news_wrap .swiper-button-prev {
  color: #767676;
  width: 20px;
  height: 20px;
}

.news_wrap .swiper {
  padding: 0 40px;
  height: auto;
}

.news_wrap .swiper-button-next:after,
.news_wrap .swiper-button-prev:after {
  font-size: 25px;
}

.news_wrap .swiper-button-next {
  right: 0;
}

.news_wrap .swiper-button-prev {
  left: 0;
}

.news_wrap .news_box {
  text-align: left;
}

.news_wrap .news_box p {
  color: #672000;
  font-size: 16px;
  font-weight: 600;
  max-width: 430px;
  margin: 0;
}

.news_wrap .news_box span {
  font-size: 14px;
  color: #575757;
  display: block;
}

.calendar_wrap {
  background-color: #f1f1f1;
  padding: 70px 0;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.calendar_wrap::after {
  content: "";
  width: 130px;
  height: 190px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: url("../images/flower3.png") no-repeat;
  background-size: contain;
}

@media (max-width: 767.5px) {
  .calendar_wrap::after {
    width: 90px;
    bottom: -130px;
  }
}

.calendar_wrap h2 {
  font-size: 40px;
  font-weight: 300;
  color: #c15b00;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 767.5px) {
  .calendar_wrap h2 {
    font-size: 30px;
    text-align: left;
  }
}

.calendar_wrap .sub_head {
  color: #672000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 60px;
  max-width: 800px;
}

.calendar_wrap .data_wrap {
  max-height: 400px;
  overflow: auto;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .calendar_wrap .data_wrap {
    margin: 50px 0 0 0;
  }
}

.calendar_wrap .data_wrap .list {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.calendar_wrap .data_wrap .list p {
  font-size: 16px;
  margin-bottom: 0;
}

.calendar_wrap .data_wrap .list .date_text {
  color: #d86015;
  font-weight: 600;
}

.calendar_wrap .data_wrap .list .title_text {
  color: #191717;
  font-weight: 500;
}

.calendar_wrap .data_wrap .list span {
  display: block;
  font-size: 14px;
  color: #191717;
  margin-top: 5px;
}

.calendar_wrap ::-webkit-scrollbar {
  width: 7px;
}

.calendar_wrap ::-webkit-scrollbar-track {
  border-radius: 50px;
  background: #d2d2d2;
}

.calendar_wrap ::-webkit-scrollbar-thumb {
  background: #717171;
  border-radius: 50px;
}

.calendar_wrap ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.list_events_wrap .col-md-4 {
  padding: 15px;
}

.list_events_wrap .event_box {
  display: block;
  padding: 18px;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.list_events_wrap .event_box:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 5px 5px #e2e2e2;
          box-shadow: 0 5px 5px #e2e2e2;
}

.list_events_wrap .event_box:hover h4,
.list_events_wrap .event_box:hover p {
  color: #cd2653;
}

.list_events_wrap .event_box h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #000;
}

.list_events_wrap .event_box p {
  font-style: italic;
  display: block;
  margin: 0;
  font-size: 16px;
  color: #000;
}

.gallery_wrap {
  padding: 70px 0;
}

.gallery_wrap h2 {
  font-size: 40px;
  font-weight: 300;
  color: #c15b00;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 767.5px) {
  .gallery_wrap h2 {
    font-size: 30px;
    text-align: left;
  }
}

.gallery_wrap .sub_head {
  color: #672000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 60px;
  max-width: 800px;
}

.gallery_wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}

.gallery_wrap .gallery_box {
  padding: 15px;
}

.footer {
  background-color: #dcdcdc;
  padding: 50px 0;
}

@media (max-width: 767.5px) {
  .footer {
    padding: 30px 0 20px;
  }
}

.footer .logo_footer {
  width: 120px;
}

.footer .logo_text {
  font-size: 13px;
  font-weight: 500;
  color: #7c7c7c;
  margin-bottom: 20px;
}

.footer .col-sm-3 {
  border-right: 1px solid #bcbcbc;
}

@media (max-width: 767.5px) {
  .footer .col-sm-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border: 0;
    margin-bottom: 15px;
  }
}

.footer .list_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 767.5px) {
  .footer .list_wrap {
    width: 100%;
  }
}

.footer p {
  color: #7c7c7c;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.footer p i {
  margin-right: 5px;
  display: inline-block;
}

.footer p a {
  color: #7c7c7c;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .footer p a {
    font-size: 12px;
  }
}

@media (max-width: 767.5px) {
  .footer p a {
    font-size: 14px;
  }
}

.footer p a:hover {
  color: #000;
}

.footer .last_footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.footer .social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}

@media (max-width: 767.5px) {
  .footer .social_links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer .social_links i {
  font-size: 18px;
}

.footer .copy_text {
  text-align: right;
}

@media (max-width: 767.5px) {
  .footer .copy_text {
    text-align: left;
  }
}

.jinalay_wrap {
  padding: 120px 0 0 0;
}

.jinalay_wrap h1 {
  font-size: 40px;
  font-weight: 300;
  color: #c15b00;
  text-transform: uppercase;
}

@media (max-width: 767.5px) {
  .jinalay_wrap h1 {
    font-size: 32ps;
  }
}

.jinalay_wrap p {
  color: #672000;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 10px;
}

@media (max-width: 767.5px) {
  .jinalay_wrap .mob_mb_30 {
    margin-bottom: 30px;
  }
}

.jinalay_wrap .jinalay_img {
  border-radius: 30px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.jinalay_wrap h2 {
  font-size: 30px;
  font-weight: 300;
  color: #c15b00;
  margin: 0 0 20px 0;
}

.jinalay_wrap h2 span {
  font-size: 60%;
}

.jinalay_wrap h3 {
  font-size: 20px;
  font-weight: 400;
  color: #c15b00;
  margin: 0 0 0px 0;
}

.jinalay_wrap .col-md-4:has(.box_timeline) {
  padding: 15px;
}

.jinalay_wrap .box_timeline {
  background-color: #f8f6ee;
  padding: 15px;
  border-radius: 15px;
}

.jinalay_wrap .box_timeline h3 {
  margin-bottom: 10px;
}

.jinalay_wrap .box_timeline p {
  font-size: 14px;
}

.jinalay_wrap .stay_connet_wrap {
  background-color: #f8f6ee;
  padding: 15px;
  border-radius: 15px;
}

.jinalay_wrap .donate_jinalay_wrap {
  background-color: #eee;
  padding: 60px 0;
  text-align: center;
}

.jinalay_wrap .donate_jinalay_wrap h2 {
  font-weight: 500;
}

.jinalay_wrap .donate_jinalay_wrap P {
  font-size: 25px;
}

@media screen and (max-width: 767.5px) {
  .jinalay_wrap .donate_jinalay_wrap P {
    font-size: 18px;
  }
}
/*# sourceMappingURL=styles.css.map */