@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
  font-family: 'Helvetica';
  src: url('https://resources.edunexttechnologies.com/web-data/sts-chruch/fonts/helvetica/Helvetica.woff2') format('woff2'),
    url('https://resources.edunexttechnologies.com/web-data/sts-chruch/fonts/helvetica/elvetica.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 
@font-face {
  font-family: 'Baskerville BT';
  src: url('https://resources.edunexttechnologies.com/web-data/sts-chruch/fonts/baskerville/BaskervilleBT-Bold.woff2') format('woff2'),
    url('https://resources.edunexttechnologies.com/web-data/sts-chruch/fonts/baskerville/BaskervilleBT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

:root {
  --theme-primary: #0a85c5;
  --theme-primary-light: #f1f8fc;
  --theme-primary-dark: #020248;
  --theme-warning: #fddd17;
  --theme-danger: #FA4444;
  --theme-green: #34a345;
  --font-family-1: 'Helvetica';
  --font-family-2: "Baskervville", serif;
  --theme-gray: rgb(248, 248, 248);
  --theme-primary-accent: #f1f3f2;
  --theme-dark: #0a0a0a;
  --step--2: clamp(0.6076rem, 0.5964rem + 0.0563vw, 0.64rem);
  --step--1: clamp(0.7292rem, 0.7045rem + 0.1232vw, 0.8rem);
  --step-0: clamp(0.875rem, 0.8315rem + 0.2174vw, 1rem);
  --step-1: clamp(1.05rem, 0.9804rem + 0.3478vw, 1.25rem);
  --step-2: clamp(1.26rem, 1.1548rem + 0.5261vw, 1.5625rem);
  --step-3: clamp(1.512rem, 1.3586rem + 0.7672vw, 1.9531rem);
  --step-4: clamp(1.8144rem, 1.5963rem + 1.0904vw, 2.4414rem);
  --step-5: clamp(2.1773rem, 1.8731rem + 1.5208vw, 3.0518rem);
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0
}

.font-helvetica {
  font-family: var(--font-family-1);
}

.font-baskerville {
  font-family: var(--font-family-2);
}

.fs-32 {
  font-size: 2rem
}

.fs-28 {
  font-size: 28px
}

.fs-26 {
  font-size: 26px
}

.fs-24 {
  font-size: 24px
}

.fs-22 {
  font-size: 22px
}

.fs-20 {
  font-size: 20px
}

.fs-18 {
  font-size: 18px
}

.fs-16 {
  font-size: 1rem
}

.fs-14 {
  font-size: 14px
}

.fs-12 {
  font-size: 12px
}

.fs-10 {
  font-size: 10px
}

.fw-300 {
  font-weight: 300 !important
}

.fw-400 {
  font-weight: 400 !important
}

.fw-500 {
  font-weight: 500 !important
}

.fw-600 {
  font-weight: 600 !important
}

.fw-700 {
  font-weight: 700 !important
}

.fw-800 {
  font-weight: 800 !important
}

body,
html {
  font-size: var(--step-0);
  color: var(--theme-dark);
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: var(--font-family);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.fs-14 {
  font-size: 0.8rem;
}

.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-theme-primary {
  border-color: var(--theme-primary) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

.h1,
h1 {
  font-size: var(--step-5);
}

.h2,
h2 {
  font-size: var(--step-4);
}

.h3,
h3 {
  font-size: var(--step-3);
}

.h4,
h4 {
  font-size: var(--step-2);
}

.h5,
h5 {
  font-size: var(--step-1);
}

.h6,
h6 {
  font-size: var(--step-0);
}

.small,
small {
  font-size: var(--step--1);
}

.smallest {
  font-size: var(--step--2);
}

.bg-theme-primary-accent {
  background-color: var(--theme-primary-accent) !important;
}

.bg-theme-danger {
  background-color: var(--theme-danger) !important;
}

.bg-theme-primary-light {
  background-color: var(--theme-primary-light) !important;
}

.bg-theme-primary {
  background-color: var(--theme-primary);
}

.bg-theme-primary-dark {
  background-color: var(--theme-primary-dark);
}

.bg-theme-warning {
  background-color: var(--theme-warning) !important;
}

.text-theme-primary {
  color: var(--theme-primary) !important;
}

.border-4 {
  border: 4px solid;
}

.border-theme-warning {
  border-color: var(--theme-warning) !important;
}

.text-theme-primary-dark {
  color: var(--theme-primary-dark) !important;
}

.text-italic {
  font-style: italic;
}

.text-theme-warning {
  color: var(--theme-warning) !important;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.lh-13 {
  line-height: 1.3;
}

.lh-1 {
  line-height: 1;
}

.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0 auto;
}

.text-dark {
  color: #430B18 !important;
}

.text-orange {
  color: #FA4444 !important;
}

.text-shadow {
  text-shadow: 0 0 #000;
}

a {
  text-decoration: none;
}

body.mobile-menu-visible .page-wrapper {
  z-index: 999999;
}

.auto-container {
  position: static;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-header li,
.main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  transition: 0.3s;
}

.scroll-to-top:hover {
  color: #fff;
  background: var(--theme-primary-dark);
}

.gal-card {
  position: relative;
  box-shadow: 0 3px 6px #0000000f;
  border: 1px solid #70707040;
}

.gal-card:hover .gal-content {
  bottom: 100%;
  transform: translateY(100%);
}

.gal-content {
  background: #0b7c2d;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 1s;
}

.gal-content .act-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.gal-img {
  height: 250px;
  width: 100%;
}

.gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -70px, 0);
  }

  50% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 0, 0);
  }

  100% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 65px, 0);
  }
}







.mobile-menu,
.sticky-header {
  position: fixed;
  visibility: hidden;
  top: 0;
}



.sticky-header {
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: -1;
  background: var(--theme-primary-dark);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}

.mobile-menu {
  right: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
  right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px;
  text-align: left;
  margin: 0;
  background: var(--theme-danger);
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-primary-dark);
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 5px;
  top: 10px;
  line-height: 10px;
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: var(--theme-primary-dark);
  cursor: pointer;
  z-index: 10;
  font-weight: 400;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 7px 25px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: var(--font-family-1);
}

.mobile-menu .navigation li a img {

  max-width: 25px;
}

.mobile-menu .navigation li ul li>a {
  font-size: 13px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li ul li:before {
  position: absolute;
  left: 22px;
  font-family: FontAwesome;
  font-weight: 800;
  content: "\f178";
  top: 11px;
  line-height: 15px;
  color: #fff;
}

.mobile-menu .navigation li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 0.2em;
  width: 32px;
  height: 32px;
  text-align: center;
  transform: rotate(90deg);
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 10px;
}

.scroll-to-top {
  color: var(--theme-primary-dark);
  background: #fff;
  border: 2px dashed var(--theme-primary-dark);
}

.page-title {
  position: relative;
  padding: 45px 0;
  text-align: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  border-top: 1px solid var(--gold-color);
  background: #430B18 url('https://resources.edunexttechnologies.com/web-data/sts-chruch/images/internal-page-bg.svg') no-repeat center;
}

.page-title h1 {
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  margin-bottom: 0;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  #newmodal .modal-dialog {
    max-width: 580px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-menu .navigation {
    max-height: 70vh;
    overflow: auto;
  }
}

#enquirymodal,
#newmodal {
  z-index: 9999;
  background: rgb(0 0 0 / 74%);
}

#enquirymodal .modal-header {
  background: var(--blue-color);
  padding: 0.2rem 1rem;
  border-bottom: none;
}

#enquirymodal .modal-content {
  border-radius: 10px;
}

#enquirymodal .close,
.modal .close {
  position: absolute;
  font-size: 18px;
  background: #343f64;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 0 4px 8px 8px;
  border-radius: 0 0 0 42px;
  cursor: pointer;
  z-index: 22;
}

#enquirymodal h4 {
  color: #fff;
  font-size: 20px;
}

#enquirymodal .close {
  top: 16px;
  right: 16px;
}

.modal .close {
  top: 0;
  right: 0;
}

#newmodal .modal-dialog .modal-dialog-centered {
  width: 100%;
}

.whats-img {
  bottom: 30px;
  right: 10px;
  width: 40px;
  position: fixed;
  z-index: 22;
}

.shepherd-carousel.owl-carousel button.owl-next,
.shepherd-carousel.owl-carousel button.owl-prev {
  position: absolute;
  bottom: 0 !important;
  border: 1px solid #fa4444 !important;
  width: 35px !important;
  height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shepherd-carousel.owl-carousel button.owl-next:hover,
.shepherd-carousel.owl-carousel button.owl-prev:hover {
  background: #430B18 !important;
  border: 1px solid #430B18 !important;

}

.shepherd-carousel.owl-carousel button.owl-next:hover img,
.shepherd-carousel.owl-carousel button.owl-prev:hover img {
  filter: brightness(-100%) invert(1);
}

.shepherd-carousel.owl-carousel button.owl-prev {
  right: 20% !important;
}

.shepherd-carousel.owl-carousel button.owl-next {
  right: 10% !important;
}




.fixed-carousel.owl-carousel button.owl-next,
.fixed-carousel.owl-carousel button.owl-prev {
  position: absolute;
  top: 13%;
  background: transparent linear-gradient(90deg, #430B18 0%, #430B18 100%) 0% 0% !important;
  width: 95px !important;
  height: 95px !important;
}

.fixed-carousel.owl-carousel button.owl-next:hover,
.fixed-carousel.owl-carousel button.owl-prev:hover {
  background: #fa4444 !important;
}

.fixed-carousel.owl-carousel button.owl-prev {
  left: 0% !important;
}

.fixed-carousel.owl-carousel button.owl-next {
  right: 0% !important;
}

/* 

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px !important;
  height: 40px !important;
}

.owl-prev {
  left: 10% !important;
  border: 1px solid #fff !important;
  border-radius: 130px;
}

.owl-next {
  right: 10% !important;
  border: 1px solid #fff !important;
  border-radius: 130px;
} */

/* menu style  */

.navigation {
  display: none;
  font-weight: 500;
  /* justify-content: space-between; */
}


@media screen and (min-width: 768px) {
  .navigation {
    display: flex;
    gap: .4rem;
    justify-content: end;
  }
}

.navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation .dropdown {
  position: relative;
  padding-right: 10px;
}

.navbar .navigation ul a {
  padding: .4em 1em;
}

@keyframes slideUp {
  from {
    transform: translateY(10px);
  }

  to {
    transform: none;
  }
}

.navbar .navigation .dropdown ul {
  position: absolute;
  /* padding: 0 .75em; */
  font-size: .9rem;
  width: 200px;
  left: 0;
  background-color: #fff;
  border: 1px solid var(--clr-border);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1;
  transition: all .3s;
  animation: slideUp .6s ease alternate;
}

.navbar .navigation .dropdown:hover>ul {
  display: block;
}

.navigation .home-icon img {
  width: 25px;
}

.navbar .navigation .dropdown ul .dropdown ul {
  left: 100%;
  margin: 0;
  top: 0;
}

.navbar .dropdown::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 55%;
  translate: -50% -50%;
  font-size: .7em;
  font-weight: bold;
  font-family: "FontAwesome";


}

.navbar .dropdown .dropdown::after {
  top: 50%;
  font-family: "FontAwesome";
  content: "\f054";
  right: 5px;
}
.navigation > li:first-child >a{
  padding-right: 0;
  padding-left: 0;
}
.navbar .dropdown-btn {
  display: none;
}

.navigation li>a {
  color: #fff;
}

.navigation li ul li a {
  color: var(--theme-primary-dark);
}

.navigation li a {
  text-decoration: none;
  display: block;
  padding: .3em 1em;
  transition: all .3s;
}

.navigation li a:hover {
  color: #fa4444;
}

.mobile-menu-toggler {
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);

}


/* internal page left menu style  */
#leftSideMenu {
  list-style: none;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 0.875rem;
}

#leftSideMenu li {
  display: block;
  cursor: pointer;
  position: relative;
}

#leftSideMenu li.leftMenuBtn {
  padding-right: 1rem;
}

#leftSideMenu li a {
  display: block;
}

.bg-theme-light {
  background: #FDF6EF 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
  color: #fff
}

#leftSideMenu li>a {
  padding: 0.25em 0.5em;
  border-radius: 4px;
  transition: all 0.3s;
  color: var(--theme-primary-dark);
}

#leftSideMenu li:hover>a {
  color: var(--theme-dark);
}

#leftSideMenu>li.leftMenuBtn::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.9em;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0.4em;
  transition: all 0.3s;
}

#leftSideMenu>li.leftMenuBtnActive::after {
  transform: rotate(90deg);
}

#leftSideMenu li:hover::after {
  color: inherit;
}

#leftSideMenu .active-leftPage {
  background-color: var(--theme-primary);
  color: #fff !important;
}

#leftSideMenu li:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}

#leftSideMenu .leftMenu-drop {
  display: block;
  padding-left: 1em;
  font-size: 0.9em;
}

.footer-one-bg,
.footer-three-bg {
  background: #020248 url('https://resources.edunexttechnologies.com/web-data/sts-chruch/images/footer-one-bg-theme.png') no-repeat center center;
}

.footer-two-bg {
  background: #6B091F url('https://resources.edunexttechnologies.com/web-data/sts-chruch/images/footer-one-bg-theme.png') no-repeat center center;
}

.contactus-bg {
  background: #2A166F;
}

.copyright {
  background: #FDF6EF;
  font-family: var(--font-family-1);
  color: #6B091F;
  font-size: 14px;
  font-weight: 500;
}

.copyright p::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #6B091F;
  right: -65px;
  top: 50%;
}

.copyright p::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #6B091F;
  left: -65px;
  top: 50%;
}

.main-headding h3 {
  position: relative;
  color: #fff;
}

.main-headding h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  background: #FA4444;
  width: 85px;
  height: 5px;
}

.contact-details ul li a .ficon {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  padding: 3px 3px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-family-1);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-sec {
  --border-radius: 50px;
}

.about-sec>div {
  position: relative;
  padding: 4rem 0;
}

.about-sec>div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: #FFECEC;
  border-radius: var(--border-radius);
}

.border-head {
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
}

.border-head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: var(--theme-danger);
  border-radius: 5px;
}

.about-sec .img-frame {
  border-radius: var(--border-radius);
  border: 2px solid #fff;
  box-shadow: var(--bs-box-shadow);
  position: relative;
  height: 100%;
}

.img-frame {
  position: relative;
  margin: 1rem;
}

.about-sec .img-frame::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 33%;
  height: 40%;
  background: #2A166F;
  border-top-left-radius: var(--border-radius);
  z-index: -1;
}

.about-sec .about-dots {
  width: 30%;
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: -1;
}

.about-sec .img-frame img:not(.about-dots) {
  width: 100%;
  height: 100%;
  border-radius: 0;
}


.about-sec .img-frame::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 20%;
  height: 75px;
  background-color: var(--theme-danger);
  border-bottom-right-radius: var(--border-radius);
  z-index: 1;
}

.carousel-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: transparent linear-gradient(180deg, hsla(346, 72%, 15%, 0.3) 0%, hsla(344, 73%, 3%, 0) 100%) 0% 0%;
}

.notice-title {
  background: #FA4444;
}

footer {
  margin-bottom: 95px
}

.notice-marq {
  flex: 1;
}

.news-ul li a {
  color: #430B18;
}

.fiexd-section {
  background: #6B091F;
  box-shadow: 0px -4px 16px #00000052;
  height: 95px;
  z-index: 9999;
}

.fixed-carousel.owl-carousel .owl-item {
  align-items: center;
}

.fixed-carousel.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.fixed-carousel.owl-carousel .owl-stage-outer {
  overflow-y: visible;
  overflow-x: hidden;
  padding: 20px 85px;
  margin-top: -1rem;
}

.fiexd-icon a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  transition: transform 0.3s ease;
  color: #fff;
}

.fiexd-icon a img {
  position: relative;
  filter: brightness(-100%) invert(1);
  z-index: 9999;
  padding: 5px;
  transition: transform 0.5s ease;
}

.fiexd-icon a:hover img {
  transform: translateY(-20px);
  background: #fff;
  filter: none;
  border-radius: 25px;
  padding: 5px;
}

.fiexd-icon a p {
  transition: transform 0.5s ease;
}

.fiexd-icon a:hover p {
  color: #FA4444;
}

.btn-theme-gallery {
  background-color: var(--theme-primary-dark) !important;
  color: #fff !important;
  border: 1px solid var(--theme-primary-dark) !important;
  padding-right: 2.5rem !important;
  position: relative;
  box-shadow: var(--bs-box-shadow-sm);
  transition: all 0.3s ease;
  display: block;
}


.btn-theme-gallery::after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0.5rem;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: var(--theme-primary-dark);
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.btn-theme-gallery:hover {
  background-color: var(--theme-primary-dark) !important;
  color: #fff !important;
  border: 1px solid var(--theme-primary-dark) !important;
}

.btn-theme-gallery:hover::after {
  background: #fff;
  color: var(--theme-danger);
}

.btn-theme-primary {
  background-color: var(--theme-primary-dark) !important;
  color: #fff !important;
  border: 1px solid var(--theme-primary-dark) !important;
  padding-right: 2.5rem !important;
  position: relative;
  box-shadow: var(--bs-box-shadow-sm);
  transition: all 0.3s ease;
}

.btn-theme-primary::after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0.5rem;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: var(--theme-danger);
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.btn-theme-primary:hover {
  background-color: var(--theme-danger) !important;
  color: #fff !important;
  border: 1px solid var(--theme-danger) !important;
}

.btn-theme-primary:hover::after {
  background: #fff;
  color: var(--theme-danger);
}

.shepherds-sec {
  background:
    url('https://resources.edunexttechnologies.com/web-data/sts-chruch/images/shepherds-watermark.png') center right no-repeat,
    linear-gradient(180deg, rgba(253, 246, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-size: 250px;
}

.shepherds-sec h3 {
  color: #430B18;
}

.shepherds-sec .shepherds-dots {
  width: 50%;
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: -1;
}

.shepherds-sec .border-head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: var(--theme-danger);
  border-radius: 5px;
}

.shepherd-title {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  z-index: 99999;
  background: hsla(0, 95%, 62%, 0.9);
}

.shepherd-name {
  width: 90%;
  position: absolute;
  bottom: 50px;
  right: 0;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  z-index: 999;
  background: hsla(347, 84%, 23%, 0.9);
}

.shepherd-img::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: -25px;
  width: 150px;
  height: 150px;
  z-index: -111;
  background: linear-gradient(180deg, rgba(42, 22, 111, 0.44) 0%, rgba(42, 22, 111, 0) 100%);
}

.shepherd-img {
  position: relative;
  z-index: 999;
}

.social-media ul li a {
  width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 25px;
  display: inline-block;
  background: hsla(0, 0%, 100%, 0.1);
  transition: all 0.3s ease;
  display: flex;
  color: #fff;
  align-items: center;
  text-shadow: 0px 2px 2px #00000029;
}

.social-media ul li a img {
  filter: brightness(-100%) invert(1);
}

.social-media ul li ul li a img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(96%) saturate(3089%) hue-rotate(246deg) brightness(102%) contrast(105%);
}

.social-media ul li a:hover {
  background: #fff;
  color: #FA4444;
}

.social-media ul li a:hover img {
  filter: unset;
}

.dropdown-hover:hover .submenu {
  display: block !important;
}

.submenu {
  top: 40px;
  left: 0;
  min-width: 200px;
  z-index: 1050;
  transition: all 0.7s ease;

}

.submenu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: white;
  transform: rotate(45deg);
}

.social-media ul li ul li a {
  transition: all 0.3s ease;
  color: #020248;
  text-shadow: none;
  width: auto;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  font-family: var(--font-family-1);
}

.submenu-arrow {
  width: 12px;
  height: 12px;
  background: white;
  transform: rotate(45deg) !important;
  top: -6px !important;
  z-index: 1;
}

.dropdown-hover {
  position: relative;
}

.dropdown-hover:hover .submenu,
.submenu:hover {
  display: block !important;
}

.title-wrapper {
  position: relative;
  height: 30px;
  /* adjust to match title height */
}

.album-title,
.view-album-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  white-space: nowrap;
}

/* Initial states */
.album-title {
  opacity: 1;
  visibility: visible;
}

.view-album-btn {
  opacity: 0;
  visibility: hidden;
}

/* On card hover: hide title, show button */
.activity-gal-card:hover .album-title {
  opacity: 0;
  visibility: hidden;
}

.activity-gal-card:hover .view-album-btn {
  opacity: 1;
  visibility: visible;
}


.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #FA4444;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  background: #FDF6EF url('https://resources.edunexttechnologies.com/web-data/sts-chruch/images/footer-one-bg-theme.png') no-repeat center center;
  border-radius: 4px;
  padding: 32px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 5px 10px #0000002e;
}

.card1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #FA4444;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card1:hover::before {
  transform: scale(25);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card1 h3 {
  color: #020248;
}

.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}