* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
  /* font-family: "Inter", sans-serif; */
  font-family: "Philosopher", sans-serif !important;
}

body {
  background: #F9F5F4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Philosopher", sans-serif !important;
}

.subtitle span {
  font-family: "Philosopher", sans-serif;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  color: #444444;
}

h5 {
  margin-top: 30px;
  font-weight: bold;
}

.bg-gradient-bar {
  background:#F9F5F4;
}

:root {
  --brand-primary: #c9165b;
  --brand-dark: #231f20;
  --gradient-1: linear-gradient(135deg, #005c97 0%, #363795 40%, #f7971e 100%);
}

.navbar-brand img {
  height: 36px;
}

.hero-carousel .carousel-item {
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
}

.hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  color: #fff;
}

.section-title {
  font-weight: 700;
  letter-spacing: .3px;
  font-size: 40px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .12rem;
  color: #6c757d;
}

.band-gradient {
  background: url('../images/gradient.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.video-card {
  position: relative;
  overflow: hidden;
  border: 0;
}

.video-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.play-badge {
  position: absolute;
  inset: auto auto 12px 12px;
  background: #000000b3;
  color: #fff;
  padding: .35rem .55rem;
  border-radius: 999px;
  font-size: .85rem;
}

.quote-banner {
  color: #fff;
  background: none;
}

.feature-tile {
  background: rgba(255, 255, 255, .9);
  border-radius: 1rem;
  padding: 1.25rem;
  height: 100%;
}

.gallery-card img {
  height: 300px;
  object-fit: cover;
}

.cta-strip,
.inner-banner {
  /* background:#EE3364; */
  background-image: url('../images/temple-bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.inner-banner {
  /* background-position: 50px; */
  background-image: url('../images/inner-bg.png');
}

.cta-strip::after,
.inner-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35);
  top: 0px;
  bottom: 0px;
}

.cta-strip .container,
.inner-banner h1 {
  position: relative;
  z-index: 1;
}

.footer {
  background: #111;
  color: #bdbdbd;
}

.footer a {
  color: #e6e6e6;
  text-decoration: none;
}



.icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand img {
  height: 48px;
}

.navbar-nav .nav-item a,
.navbar-nav .nav-item a:hover {
  color: #000000 !important;
  padding: 5px 20px !important;
  outline: none;
  font-size: 15px;
}

.nav-link:focus-visible {
  box-shadow: initial;
}

.navbar-nav .nav-item a.active {
  color: #ffffff;
  position: relative;
}

.navbar-nav .nav-item a.active::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;;
  background: #ffffff;
  bottom: -5px;
  left: calc(50% - 10px);
}

.online-payment,
.online-payment:hover {
  /* padding: 5px 0px; */
  /* background-color: #000000; */
}

.hero-carousel .carousel-item {
  min-height: 65vh;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner-btn {
  font-size: 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}

#life {
  background-image: url('../images/life-history-bg.png');
  background-repeat: no-repeat;
  background-position: left bottom -1px;
  background-size: auto 570px;
  min-height: 100vh;
}

.history-card {
  display: flex;
  flex-direction: row;
}

.card-img-top {
  height: 300px;
  object-fit: cover;
}

.history-card img {
  max-width: 50%;
  border: none;
  border-radius: 0px 0.37rem 0.37rem 0px;
  -webkit-border-radius: 0px 0.37rem 0.37rem 0px;
}

.btn {
  font-size: 15px;
}

.section-arrows {
  position: relative;
}

.history-card div {
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.history-card h5 {
  font-weight: bold;
  font-size: 28px;
  color: #444444;
}

.history-card p {
  font-size: 15px;
  color: #666666;
  padding-right: 20px;
}

.history-card a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #444444 !important;
}

.video-card a {
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.video-section-content {
  font-size: 35px;
  text-align: center;
  max-width: 80%;
  margin: auto;
  margin-top: 40px;
}

.video-section-content span {
  font-size: 35px;
}

.church-bg {
  background-image: url('../images/church.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.timing-block {
  display: block;
  max-width: 300px;
}

.timing-block span {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  border-top: 1px solid #ffffff;
  padding-top: 15px;
  margin-bottom: 20px;
}

.timing-block h3 {
  font-size: 45px;
  color: #ffffff;
}

.timing-block p {
  color: #ffffff;
  font-size: 15px;
}

.timing-block a {
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}

.feature-shape1 {
  position: absolute;
  right: 20px;
  top: 20px;
}

.feature-shape2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.gallery-card {
  position: relative;
}

.gallery-card a {
  position: absolute;
}

.online-payment {
  font-size: 15px;
}

.cta-strip h2 {
  font-size: 60px;
  font-family: "inter";
}

.cta-strip .btn {
  color: #ffffff;
  padding: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

footer h4 {
  font-family: "inter";
  text-transform: uppercase;
}

footer p {
  color: #aaaaaa;
}

footer h6 {
  text-transform: uppercase;
  font-family: "inter";
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  color: #aaaaaa;
  font-weight: normal;
}

footer a {
  padding: 4px 0px;
  display: block;
}

.social a {
  background: none;
  font-size: 20px;
}

.contact-info {
  display: flex;
  background: #222222;
  align-items: center;
  min-height: 40px;
  padding: 10px 15px;
  margin-bottom: 13px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contact-info i {
  color: #FED201;
}

.contact-info p,
.contact-info a {
  color: #aaaaaa;
  display: block;
}

.border-secondary-subtle {
  border-color: #666666;
}

.copyright p {
  text-align: center;
  color: #aaaaaa;
  font-size: 13px;
  padding: 20px 0px;
  border-top: 1px solid #333333;
  margin: 0px;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-top {
  background: linear-gradient(120deg, #eba937 0%, #b12b8a 45%, #0d7486 100%);
  padding: 3px 0px;
}

.social a {
  color: #ffffff;
}

.header-social {
  justify-content: end;
  display: flex;
  align-items: center;
}

.header-social a {
  background: rgba(0, 0, 0, .35);
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 3px;
}

.header-top {
  display: flex;
}

.header-top .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top span {
  color: rgba(255, 255, 255, .9);
  margin-right: 10px;
  font-weight: normal;
  font-size: 15px;
}

.header-top span i {
  margin-right: 5px;
}


@media (min-width: 992px) {
  .section-arrows {
    margin-bottom: .25rem;
  }
}

.video-card img {
  height: 220px;
  object-fit: cover;
}

.section-arrows .btn {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border: none;
  color: #ffffff;
}


@media (min-width: 992px) {
  .hero-carousel .carousel-item {
    min-height: 75vh;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
}

.hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  color: #fff;
  z-index: 2;
}

.video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.video-bg .yt-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  width: 177.78vh;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (max-aspect-ratio: 16/9) {
  .video-bg .yt-iframe {
    width: 100vw;
    height: 56.25vw;
  }
}

.hero-carousel .carousel-item {
  height: 75vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.hero-overlay {
  z-index: 1;
}

.hero-caption {
  z-index: 2;
}

.video-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.video-bg .yt-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
}

:root {
  --nav-h: 64px;
}

.pin-left {
  background-color: rgba(249, 245, 244, .7);
  padding-bottom: 12px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  backdrop-filter: blur(12px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, .35);
  will-change: backdrop-filter;
}

.section-arrows .btn {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-card img {
  height: 220px;
  object-fit: cover;
}

.video-card,
.gallery-card {
  transform: translateY(-2px);

}

.video-card:hover,
.gallery-card:hover {
  transform: translateY(-2px);
  transition: transform .2s ease;
}

.videos-slick .slick-dots,
.gallery-slick .slick-dots {
  display: none !important;
}

.videos-slick .slick-slide>div,
.gallery-slick .slick-slide>div {
  margin: 0 .5rem;
}

.videos-slick,
.gallery-slick {
  margin: 0 -0.5rem;
}


.dropdown-menu {
  background-color: rgba(255, 255, 255, 1);
}

.dropdown-menu li a {
  padding: 5px 0px;
}

.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item:active {
  background: none;
}


.animate-swipe-right.swipe {
  animation: swipeRight 0.5s ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  opacity: 1;
}

.animate-swipe-left.swipe {
  animation: swipeLeft 1s ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  opacity: 1;
}

.animate-swipe-up.swipe {
  animation: swipeDown 1.5s ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  opacity: 1;
}

.animate-swipe-down.swipe {
  animation: swipeUp 1.5s ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

.inner-banner {
  padding: 80px 0px;
}

.testimonial-row {
  background-color: #eeeeee;
  display: flex;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  border-left: 3px solid #EE3364;
}

.testimonial-row img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}

.thumb {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  border-radius: .5rem;
}

.gallery-item {
  cursor: pointer;
}

.lightbox .modal-dialog {
  max-width: 780px;
}

.lightbox .modal-body {
  background: #000;
  padding: 0;
  position: relative;
}

.lightbox .viewer {
  width: 100%;
  height: clamp(220px, 60vh, 78vh);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.lightbox img,
.lightbox video,
.lightbox iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.lightbox .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .45);
  border: 0;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.lightbox .prev {
  left: .75rem;
}

.lightbox .next {
  right: .75rem;
}

.lightbox .btn-close {
  position: absolute;
  right: .5rem;
  top: .5rem;
  background-color: #fff;
  border-radius: 8px;
  filter: invert(0);
  opacity: .9;
  padding: 10px;
}

@media (hover:none) {
  .lightbox .nav-btn {
    width: 56px;
    height: 56px;
  }
}

#galleryTabs button {
  color: #000;
}


.contact-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.contact-form label {
  font-size: 13px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #dddddd !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.contact-form button {
  padding: 5px 0px;
  background-color: #000000;
  font-size: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  border: none;
}

.contact-form button:hover {
  background-color: #EE3364;
}

section {
  padding: 100px 0px;
}

.navbar .dropdown-menu {
  --dd-y: 10px;
  --dd-scale: .98;
  opacity: 0;
  transform: translateY(var(--dd-y)) scale(var(--dd-scale));
  transform-origin: top center;
  transition: opacity .22s ease, transform .22s ease;
  will-change: opacity, transform;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.navbar .dropdown-menu.closing {
  opacity: 0;
  transform: translateY(var(--dd-y)) scale(var(--dd-scale));
}

@media (prefers-reduced-motion: reduce) {
  .navbar .dropdown-menu {
    transition: none;
  }
}

.flower-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 150px;
}

.leaf-img {
  position: absolute;
  left: 20px;
  top: 30%;
  height: 150px;
}


@keyframes upDownFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

.up-down {
  display: inline-block;
  will-change: transform;
  animation: upDownFloat 10s ease-in-out infinite;
  transform: translateZ(0);
}

.up-down.alt {
  animation-duration: 12s;
  animation-delay: .6s;
}

@media (prefers-reduced-motion: reduce) {
  .up-down {
    animation: none;
  }
}

.btn-outline-dark {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 5px 15px;
}

.link-underline,
footer a, 
.navbar-nav > .nav-item > .nav-link {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.link-underline::after,
footer a:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}
.navbar-nav > .nav-item > .nav-link::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;;
  background: #ffffff;
  bottom: -5px;
  left: calc(50% - 10px);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}
.link-underline:hover::after,
.link-underline:focus-visible::after {
  transform: scaleX(1);
}

footer a:hover::after,
footer a:focus-visible::after {
  transform: scaleX(1);
}

.navbar-nav > .nav-item > .nav-link:hover::before,
.navbar-nav > .nav-item > .nav-link:focus-visible::before{
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline::after {
    transition: none;
  }

  footer a::after {
    transition: none;
  }
}

.btn-wipe-dark {
  --btn-fill: #212529;
  --btn-text: #212529;
  --btn-text-hover: #ffffff;

  position: relative;
  display: inline-flex;
  align-items: center;
  padding: .5rem 1rem;
  border: 1px solid var(--btn-fill);
  border-radius: 999px;
  background: transparent;
  color: var(--btn-text);
  text-decoration: none;
  line-height: 1.2;
  overflow: hidden;
  isolation: isolate;
  transition: color .35s ease, border-color .35s ease;
}

.btn-wipe-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--btn-fill);
  transform: translateX(-100%);
  transition: transform .35s ease;
}

.btn-wipe-dark:hover,
.btn-wipe-dark:focus-visible {
  color: var(--btn-text-hover);
}

.btn-wipe-dark:hover::before,
.btn-wipe-dark:focus-visible::before {
  transform: translateX(0);
}

.btn-wipe-dark:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, .25);
}

.btn-wipe-dark:active::before {
  transition-duration: .18s;
}

.btn-wipe-dark i {
  margin-left: .25rem;
}

@media (prefers-reduced-motion: reduce) {

  .btn-wipe-dark,
  .btn-wipe-dark::before {
    transition: none;
  }
}

.btn-wipe-light {
  --btn-fill: #ffffff;
  --btn-text: #ffffff;
  --btn-text-hover: #212529;

  position: relative;
  display: inline-flex;
  align-items: center;
  padding: .5rem 1rem;
  border: 1px solid var(--btn-fill);
  border-radius: 999px;
  background: transparent;
  color: var(--btn-text);
  text-decoration: none;
  line-height: 1.2;
  overflow: hidden;
  isolation: isolate;
  transition: color .35s ease, border-color .35s ease;
}

.btn-wipe-light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--btn-fill);
  transform: translateX(-100%);
  transition: transform .35s ease;
}

.btn-wipe-light:hover,
.btn-wipe-light:focus-visible {
  color: var(--btn-text-hover);
}

.btn-wipe-light:hover::before,
.btn-wipe-light:focus-visible::before {
  transform: translateX(0);
}

.btn-wipe-light:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, .25);
}

.btn-wipe-light:active::before {
  transition-duration: .18s;
}

.btn-wipe-light i {
  margin-left: .25rem;
}

@media (prefers-reduced-motion: reduce) {

  .btn-wipe-light,
  .btn-wipe-light::before {
    transition: none;
  }
}

.btn.btn-dark.online-payment {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #000 !important;
  color: #fff;
  border-color: #000;
  transition: border-color .35s ease, box-shadow .35s ease;
}

.btn.btn-dark.online-payment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .35s ease;
  z-index: 0;
  pointer-events: none;
}

.btn.btn-dark.online-payment>* {
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn.btn-dark.online-payment:hover,
.btn.btn-dark.online-payment:focus-visible {
  color: #000 !important;
  border-color: #000 !important;
  text-decoration: none;
}

.btn.btn-dark.online-payment:hover::before,
.btn.btn-dark.online-payment:focus-visible::before {
  transform: translateX(0);
}

.btn.btn-dark.online-payment i {
  transition: none;
}

.btn.btn-dark.online-payment:active::before {
  transition-duration: .18s;
}

@media (prefers-reduced-motion: reduce) {
  .btn.btn-dark.online-payment::before {
    transition: none;
  }
}

.hope-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
}

.hope-img img {
  position: absolute;
}

.hope-img span {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  display: block;
  font-weight: 500;
  letter-spacing: 3px;
}

.feature-shape1 {
  width: 300px;
  height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.feature-shape1 .bg-rotating {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 300px;
  width: auto;
  z-index: 0;
  pointer-events: none;
  transform-origin: 50% 50%;
  animation: spin 30s linear infinite;
}

.feature-shape1 .label {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-shape1 .bg-rotating {
    animation: none;
  }
}

.slick-slide:hover a {
  color: #FED201;
}

.char {
  white-space: pre;
}

.word {
  display: inline-flex;
}

.subtitle {
  position: relative;
  font-weight: 700;
  letter-spacing: .3px;
  font-size: 40px;
}

.subtitle.animate-line::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  height: 8px;
  width: 0%;
  background: #BC9B6A;
  animation: widthize70 1.2s ease-in-out 0.3s forwards;
  max-width: 110px;
}

@keyframes widthize70 {
  0% {
    width: 0%;
  }

  100% {
    width: 70%;
  }
}

.subtitle.text-center::after,
.subtitle.justify-content-center::after,
.get-started-content h2::after {
  display: none;
}

.animate-line.no-line::after {
  display: none;
}

.treasure-items {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
  min-height: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.treasure-items img {
  height: 100px;
}

.treasure-items label {
  font-weight: 600;
}

.treasure-items:hover label {
  color: #dc3545;
}

.administration-items {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
  min-height: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.administration-items img {
  height: 200px;
}

.administration-items label {
  font-weight: 600;
}

.administration-items:hover label {
  color: #dc3545;
}

#galleryTabs {
  border: none;
  display: inline-flex;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #eeeeee;
  padding: 3px;
  margin: auto;
}

#galleryTabs button.active {
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}

#galleryTabs button:focus,
#galleryTabs button:active,
#galleryTabs button {
  outline: none;
  box-shadow: initial;
  border: none;
}

.gallery-card {
  overflow: hidden;
}

.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item .thumb,
.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 320ms cubic-bezier(.2, .65, .3, 1),
    filter 320ms cubic-bezier(.2, .65, .3, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.gallery-item:hover .thumb,
.gallery-item:focus .thumb,
.gallery-item:focus-visible .thumb,
.gallery-card:hover img {
  transform: scale(1.06);
}

.gallery-item {
  transition: box-shadow 320ms cubic-bezier(.2, .65, .3, 1);
}

.gallery-item:hover,
.gallery-item:focus,
.gallery-item:focus-visible {
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

@media (prefers-reduced-motion: reduce) {

  .gallery-item .thumb,
  .gallery-item {
    transition: none;
  }
}

.info-card{
  display: flex;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
}
.info-card dt{
  min-width:100px;
  color:#777777;
}
.info-card dd{
  flex:1;
  text-align: right;
  margin-bottom: 0px;
}

.sticky-top{
  background-color: #ffffff!important;
}


.navbar-brand img {
  height: 70px;
}
.timeline {
  position: relative;
  padding: 45px 0
}

.block_timeline .timeline:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #cacaca
}

.block_timeline .timeline-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 120px
}

.block_timeline .timeline-row>* {
  flex-basis: 43%
}

.block_timeline .timeline-row.reverse {
  flex-direction: row-reverse
}

.block_timeline .timeline-row:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #cacaca;
  background: #f7f7f7;
  transform: scale(0);
  -webkit-transition: all 200ms cubic-bezier(.345, .6, .87, 1.65);
  -moz-transition: all 200ms cubic-bezier(.345, .6, .87, 1.65);
  -o-transition: all 200ms cubic-bezier(.345, .6, .87, 1.65);
  transition: all 200ms cubic-bezier(.345, .6, .87, 1.65);
  -webkit-transition-timing-function: cubic-bezier(.345, .6, .87, 1.65);
  -moz-transition-timing-function: cubic-bezier(.345, .6, .87, 1.65);
  -o-transition-timing-function: cubic-bezier(.345, .6, .87, 1.65);
  transition-timing-function: cubic-bezier(.345, .6, .87, 1.65)
}

.block_timeline .timeline-row.active:before {
  transform: scale(1);
  background: #eba937;
}

.block_timeline .content {
  font-size: 18px
}

.block_timeline .content p+ol,
.block_timeline .content p+ul {
  margin-top: -1.5em
}

.block_timeline .content h3 {
  margin-bottom: .35em;
  font-size:35px
}
.timeline-row a{
  color:#000000;
}
.timeline-img{
  width: auto;
  height: 300px;
}
.image-auto{
  display: flex;
  gap:2%;
}
.image-auto img .timeline-img{
  object-fit: cover;
}

.timeline .content .content-text.clamped {
  max-height: 12rem;  
  overflow: hidden;
  position: relative;
}

.timeline .content .content-text.clamped::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3rem;
}

.timeline .content .content-text img,
.timeline .content .content-text .timeline-img {
  max-width: 100%;
  height: auto;
}

.learn-more{
  margin-top: 20px;
  display: inline-block;
}
.modal-title{
  margin-top: 0px!important;
}

.diary{
  width:1100px;
  height:1400px;
  background-image: url('../images/diary.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  padding: 150px;
}


.testimonial-holiness {
  border: 1px solid #555555;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: block;
  position: relative;
  height: 100%;
  transition: all .5s ease-in;
}

.about-kunjachan {
  margin-bottom: 5px;
}

.testimonial-holiness label {
  font-style: italic;
}

.quote-img {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 60px;
  background-color: #F9F5F4;
  padding-left: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: rotate(0deg);
  transition: all .5s ease-in;
}

.testimonial-holiness {
  display: flex;
  flex-direction: column;
}

.testimonial-holiness .holiness-outer {
  flex: 1;
}

.testimonial-holiness:hover .quote-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: rotate(10deg);
}

.testimonial-holiness:hover {
  box-shadow: 0px 10px 0px #ffa100;
}

.block_timeline .timeline-row {
  position: relative;
}

.block_timeline .timeline-row.is-visible::before {
  transform: scale(1);
  opacity: 1;
}

.block_timeline .timeline-row::after {
  content: '';
  position: absolute;
  top: 10px;
  left: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: scale(1);
}

.block_timeline .timeline-row.is-visible::after {
  border: 2px solid #e6b74a;
  animation: timeline-ping 1.6s ease-out 420ms infinite;
}

@keyframes timeline-ping {
  0% {
    transform: scale(1);
    opacity: .45;
  }

  70% {
    transform: scale(2.4);
    opacity: 0;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .block_timeline .timeline-row::after {
    animation: none !important;
  }

  .block_timeline .timeline-row::before {
    transition: none;
    transform: scale(1);
    opacity: 1;
  }
}

.block_timeline .timeline-row.is-visible:hover::before {
  transform: scale(1.08);
}

.timeline-row .content {
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  transition: all .5s ease-in;
}

.timeline-row .content:hover {
  box-shadow: 0px 5px 0px #ffa100;

}

.block_timeline {
  --tl-muted: #dddddd;
  --tl-active: #eba937;
  --tl-progress: 0%;
}

.block_timeline .timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 5px;
  transform: translateX(-50%);
  background:
    linear-gradient(to bottom,
      var(--tl-active) 0 var(--tl-progress),
      var(--tl-muted) var(--tl-progress) 100%);
  pointer-events: none;
  border: none;
}

.block_timeline .content h3 {
  margin-bottom: 0.8rem;
  font-size: 25px;
}

.block_timeline .content h5 {
  margin-top: 27px;
}

.bound-layout div:last-child {
  margin-bottom: 0px !important;
}

.block_timeline .timeline-row.active:before {
  background: #ffffff;
  border: 5px solid #eba937;
}

.miracle-title {
  display: flex;
  width: 100%;
}

.miracle-title span {
  flex: 1;
}

.learn-more {
  font-size: 16px;
}


.news-card{
  border: 1px solid #555555;
  /* background: #ffffff; */
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: block;
  position: relative;
  transition: all .5s ease-in;
}
.news-card:hover{
  box-shadow: 0px 10px 0px #ffa100;
}
.news-img{
  position: relative;
  margin-bottom: 15px;
}
.news-img img{
  height:250px;
  object-fit: cover;
  object-position: center;
}
.news-img span{
  position:absolute;
  left:10px;
  top:10px;
}
.news-img .badge{
  background-color: #ffa100!important;
  color:#000000;
}
.card-title{
  font-weight: 300;
  margin-top: 0px;
  margin-bottom:0px;
}
#galleryTabs button.active{
  background-color: #ffa100;
}
#galleryTabs button{
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
#galleryTabs{
  background: none;
  border: 1px solid #666666;
  padding: 3px 3px 4px;
}
.navbar-nav .nav-item a:hover::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ffa100;
  bottom: -5px;
  left: calc(50% - 10px);
}
.dropdown-menu li a:hover{
  background: #ffa100;
}
.btn.btn-dark.online-payment:hover span{
  color: #000000;
}
.news-img .badge{
  display: none;
}
.news-card .learn-more{
  position: absolute;
  top: -7px;
  right: 20px;
}
.event-calender-title{
  border-bottom: 1px solid #555555;
  padding: 10px 0px;
  margin-bottom:20px;
  display: block;
}
.event-calendar .accordion-header button{
    background-color: #ffa100 !important;
    outline: none;
}
.event-calendar .accordion-button:focus{
  box-shadow: initial;
}
.event-calendar .accordion-button.collapsed{
  background-color: #ece2e0 !important;
  border-bottom: 1px solid #c7b9b7;
}
.event-calendar .accordion-button.collapsed button{
  color: #ffffff !important;
}
.event-calendar ul{
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.event-calendar ul li{
  padding:10px 0px;
  border-bottom:1px solid #dddddd;
}
.event-calendar ul li a{
  color: #212529;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right:30px;
}
.event-calendar ul li a span{
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
  display: block;
}
.event-calendar ul li a i{
  position: absolute;
  right: 0px;
  top:0px;
}
.event-calendar ul li a:hover i{
  color: #ffa100;
}
.event-calendar ul li:last-child{
  border: none;
}
.go-back{
  color: #212529;
  font-size: 16px;
  text-decoration: none;
}
  .alert {  padding: 20px;  background-color: #04AA6D;  color: white;}.alert_red {  padding: 20px;  background-color: #FF0000;  color: white;}.closebtn {  margin-left: 15px;  color: white;  font-weight: bold;  float: right;  font-size: 22px;  line-height: 20px;  cursor: pointer;  transition: 0.3s;}.closebtn:hover {  color: black;}.mandatory{	color:#FF0000;	font-weight:bold;}
  
  
.diary {
    height: 1442px;
}
.copyright p{
  text-align: initial;
}
.copyright .col-lg-8 p{
  text-align: end;
}
.link-underline::after, footer a:after{
  height: 1px;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s ease;
  z-index: 1057; 
}
.lightbox-nav:hover { background: rgba(255,255,255,.3); }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }

#lightboxContent img {
  max-width: 95vw;
  max-height: 85vh;
  object-fit: contain;
}
#lightboxContent .ratio {
  width: min(95vw, 1400px);
  max-height: 85vh;
}
.video-card { position: relative; }
.video-card .open-lightbox {
  position: absolute; inset: 0;
  background: transparent;
  border: 0; cursor: zoom-in;
}
.video-card .open-lightbox:focus-visible {
  outline: 2px solid #fff; outline-offset: -2px;
}
.btn-close{
  z-index: 1;
}
.gallery-popup .modal-content {
  background: #000;
  border: 0;
  border-radius: 0;
}
.gallery-popup .modal-body {
  padding: 0;
  min-height: 100vh;
}
.gallery-popup .viewer {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-popup .viewer img,
.gallery-popup .viewer video,
.gallery-popup .viewer iframe {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.gallery-popup .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  opacity: .9;
}
.gallery-popup .nav-btn.prev { left: 16px; }
.gallery-popup .nav-btn.next { right: 16px; }
.lightbox .modal-dialog{
  max-width: 100%;
}
.lightbox .btn-close{
  background-color: rgba(255, 255, 255, .35);
}
.gallery-item .thumb, .gallery-card img{
  height: 250px!important;
}