@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Poppins", Sans-serif !important;
  overflow: scroll !important;
  background-color: #f2f2f2 !important;
  text-decoration: none !important;
}

img {
  vertical-align: baseline;
}

/* laravel backend content syles start */

.content {
  text-align: justify;
  line-height: 1.7;
  font-size: 15px;
}

.table .thead-dark th {
  color: black !important;
  background-color: #a2bee7 !important;
  border-color: #f2f2f2 !important;
}

.table tbody td {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #000 !important;
    font-weight: 400 !important;
    border-color: #f2f2f2 !important;
    padding: 0.75rem !important;
    background-color: #f9f9f9 !important;
}

.table img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px !important;
  margin: 5px !important;
}

.table img + td {
  padding-left: 0 !important;
}

.message-content {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .content {
    text-align: justify !important;
    font-size: 14px !important;
    line-height: 1.7;
  }

  .content img {
    max-width: 100% !important;
    height: auto !important;
  }

  .content table {
    width: 100% !important;
    border-collapse: collapse !important;
  }

  .content table th,
  .content table td {
    padding: 8px !important;
    border: 1px solid #ddd !important;
  }
}

/* laravel backend content syles end */

#newimage {
  width: 232px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #262626;
  text-decoration: none !important;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #ff0000;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  list-style: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
/*
# Header Bar
--------------------------------*/
.top-header-bar {
  background: #012c6d;
  color: #fff;
  font-family: unset;
}

a {
  cursor: pointer;
}

.hidden-xs:hover{
  color: white !important;
}

/*
# Header Bar Email
--------------------------------*/
.header-bar-email,
.header-bar-text {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

.header-bar-email a,
.header-bar-text span {
  text-transform: lowercase;
  color: #fff;
  text-decoration: none;
}

/*
# Header Bar Text
--------------------------------*/
.header-bar-text {
  margin-left: 48px;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

.header-bar-text p {
  margin: 0;
}

/*
# Header Bar Donate Button
--------------------------------*/
.donate-btn a {
  display: inline-block;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: navajowhite;
  background: #262222;
}

/*
# Site Branding
--------------------------------*/
.site-branding {
  width: calc(100% - 24px);
  padding: 20px 0;
}

.site-branding a {
  margin-top: 6px;
}

@media screen and (min-width: 992px) {
  .site-branding {
    width: auto;
  }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
  position: relative;
  width: 24px;
  height: 22px;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #262626;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 10px;
}

.hamburger-menu span:nth-child(4) {
  top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

/*
# Main Menu
--------------------------------*/
/* .site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow-x: scroll;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 0 16px;
}
.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: color .35s;
} */

@media screen and (min-width: 992px) {
  .site-navigation ul {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    overflow: auto;
    background: transparent;
  }

  /* .site-navigation ul li a {
        padding: 49px 0 30px;
    } */
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
  border-bottom: 3px solid #ff5a00;
  color: #ff5a00;
}

/*
# Menu SHopping Cart
--------------------------------*/
.header-bar-cart {
  margin-left: 40px;
}

.header-bar-cart a {
  width: 48px;
  height: 100%;
}

.header-bar-cart a {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider {
  max-height: 650px;
}

.hero-content-wrap {
  position: relative;
  color: #fff;
}

.hero-content-overlay {
  top: 0;
  left: 0;
  /* background: rgba(0,0,0,.5); */
}

.hero-content-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.hero-content-overlay h1 {
  margin: 0;
  font-size: 102px;
  font-weight: 600;
  line-height: 1;
}

.hero-content-overlay h4 {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
}

.hero-content-overlay p {
  font-weight: 500;
  line-height: 1.8;
}

.hero-content-overlay .entry-footer a.btn {
  color: #fff;
}

.hero-slider .pagination-wrap {
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 60px;
}

.hero-slider .swiper-pagination-bullet {
  width: 24px;
  height: 20px;
  margin-right: 6px;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  background: transparent;
  opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #ff5a00;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: -35px;
  border-radius: 50%;
  transition: all 0.35s;
}

.hero-slider .swiper-button-next {
  right: 80px;
}

.hero-slider .swiper-button-prev {
  left: 80px;
}

.hero-slider .swiper-button-next span,
.hero-slider .swiper-button-prev span {
  display: block;
  width: 36px;
  padding-top: 15px;
  margin: 0 auto;
}

.hero-slider .swiper-button-next path,
.hero-slider .swiper-button-prev path {
  fill: #ffd700;
}

.hero-slider .swiper-button-next.swiper-button-disabled,
.hero-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .hero-content-overlay h1 {
    font-size: 72px;
  }

  .hero-content-overlay h4 {
    font-size: 32px;
  }

  .hero-content-overlay p {
    font-size: 14px;
  }

  .hero-slider .pagination-wrap {
    height: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-content-overlay h1 {
    font-size: 48px;
  }

  .hero-content-overlay h4 {
    font-size: 22px;
  }

  .hero-content-overlay p,
  .hero-slider .pagination-wrap,
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    display: none;
  }

  .hero-content-overlay footer {
    margin-top: 12px !important;
  }
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
.elements-wrap {
  margin-top: 80px;
}

.elements-page .elements-heading .entry-title {
  font-size: 24px;
  font-weight: 600;
  color: #262626;
}

.elements-page .elements-container {
  margin-top: 54px;
}

.elements-page .btn {
  margin-right: 20px;
}

/*
# Button
----------------------------------*/
.btn {
  padding: 18px 40px;
  border: 2px solid #262626;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #262626;
  outline: none;
}

.btn:focus {
  outline: none;
}

.btn.orange-border {
  border-color: #f6c93f;
}

.btn.orange-border:hover,
.btn.gradient-bg {
  border-color: transparent;
  background: #f6c93f;
  /* ff3.6+ */
  background: #f6c93f;
  background: #f6c93f;
  background: #f6c93f;
  background: #f6c93f;
  background: #f6c93f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
  /* ie6-9 */
  color: #fff;
}

/*
# Accordion
----------------------------------*/
.accordion-wrap {
  position: relative;
}

.accordion-wrap .entry-content {
  margin: 0;
}

.accordion-wrap .entry-title {
  padding: 12px 38px;
  margin-bottom: 15px;
  border-radius: 30px;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  cursor: pointer;
}

.accordion-wrap .entry-title.active {
  border: 0;
  background: -moz-linear-gradient(180deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0%, rgba(255, 90, 0, 1)),
      color-stop(100%, rgba(1255, 54, 0, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(180deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* ie10+ */
  background: linear-gradient(270deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
  /* ie6-9 */
  color: #fff;
}

.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
  content: "+";
  font-size: 24px;
  font-weight: 400;
}

.accordion-wrap .entry-title .arrow-d::before {
  content: "-";
}

/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
  display: none;
}

.accordion-wrap .entry-content p {
  padding: 18px 38px;
  font-size: 14px;
  line-height: 2;
  color: #929191;
}


/*
# Circular Progress Bar
----------------------------------*/
.circular-progress-bar {
  margin: 20px 0;
  text-align: center;
}

.circular-progress-bar .circle {
  position: relative;
  width: 156px;
  height: 156px;
  margin: 0 auto;
}

.circular-progress-bar .circle strong {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -24px;
  width: 100%;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #262626;
}

.circular-progress-bar .circle strong i {
  margin-top: 5px;
  font-size: 24px;
  font-style: normal;
}

.circular-progress-bar .entry-title {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
  color: #262626;
}

/*
# Counter Box
----------------------------------*/
.counter-box {
  margin: 20px 0;
  text-align: center;
}

.counter-box .start-counter {
  margin-top: 10px;
  font-size: 48px;
  font-weight: 500;
  color: #262626;
}

.counter-box .counter-k {
  font-size: 24px;
  font-weight: 500;
}

.counter-box .entry-title {
  margin-top: 16px;
  font-size: 14px;
  color: #595858;
}

/*
# Icon Box
----------------------------------*/
.icon-box {
  padding: 19px;
  border-radius: 9px;
  background: #ecf2f5;
  text-align: center;
}

.icon-box:hover,
.icon-box.active {
  border: 0;
  background: #e686a8;
  /* ff3.6+ */
  background: #e686a8;
  /* safari4+,chrome */
  background: #e686a8;
  /* safari5.1+,chrome10+ */
  background: #e686a8;
  /* opera 11.10+ */
  background: #e686a8;
  /* ie10+ */
  background: #e686a8;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
  /* ie6-9 */
  color: #fff;
}

.icon-box figure img:nth-of-type(1) {
  display: block;
}

.icon-box figure img:nth-of-type(2) {
  display: none;
}

.icon-box:hover figure img:nth-of-type(1),
.icon-box.active figure img:nth-of-type(1) {
  display: none;
}

.icon-box:hover figure img:nth-of-type(2),
.icon-box.active figure img:nth-of-type(2) {
  display: block;
}

.icon-box .entry-title {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 600;
  color: #262626;
}

.icon-box:hover .entry-title,
.icon-box.active .entry-title {
  color: #fff;
}

.icon-box .entry-content {
  margin-top: 24px;
}

.icon-box .entry-content p {
  margin: 0;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.icon-box:hover .entry-content p,
.icon-box.active .entry-content p {
  color: #fff;
}

/*
# Bar Filler
----------------------------------*/
.barfiller {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: #d6dee1;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  border-radius: 3px;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  left: 0;
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding-top: 14px;
  margin-top: -21px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #ff5a00;
  color: #fff;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
/*
# Icon Boxes
--------------------------------*/
.home-page-icon-boxes {
  padding: 44px 0;
}

/*
# Welcome
--------------------------------*/
.home-page-welcome {
  position: relative;
  padding: 50px 0;
  background: url("images/home/churchbanner.jpg") no-repeat center;
  background-size: cover;
  z-index: 99;
}


@media (max-width: 768px) {
  .home-page-welcome {
    padding: 10px 0;
    background: url("images/home/churchbanner.jpg") no-repeat center;
    background-size: cover;
    z-index: 99;
    position: relative;
  }
}

.home-page-welcome::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.8);
}

.welcome-content .entry-title {
  position: relative;
  padding-bottom: 24px;
  font-weight: 600;
  color: #012c6d;
  text-align: center;
  font-family: "poppins";
  font-size: 30px;
  padding: 0px;
  /* Padding around the text */
  border-radius: 10px;
  /* Rounded corners */
  text-transform: uppercase;
  /* Uppercase text */
  /* letter-spacing: 2px; */
  /* Letter spacing */
  margin: 0 auto;
  /* Center the text horizontally */
}

.welcome-content .entry-title::before {
  /* content: ''; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #f6c93f;
}

.welcome-content .entry-content {
  font-size: 15px;
  line-height: 2;
  color: #262626;
  font-family: unset;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  /* Rounded corners */
}

.home-page-welcome img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .home-page-welcome img {
    margin-bottom: 60px;
  }

  .welcome-content .entry-content {
    text-align: justify;
  }
}

/*
# Upcoming Events
--------------------------------*/
.home-page-events {
  padding: 96px 0;
}

.section-heading .entry-title {
  position: relative;
  padding-bottom: 24px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.section-heading .entry-title::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #f6c93f;
}

@media screen and (max-width: 992px) {
  .home-page-events .featured-cause .section-heading {
    margin-top: 80px;
  }
}

.event-wrap {
  margin-top: 40px;
}

.event-wrap figure {
  width: 144px;
  height: auto;
}

.event-wrap figure img {
  display: block;
  width: 100%;
}

#upcevent {
  width: calc(114% - 122px);
  margin-top: -13px;
  color: #000;
}

#upccevent {
  width: calc(114% - 122px);
  margin-top: -13px;
  color: #000;
}

#bfevent {
  width: calc(95% - 117px);
  margin-top: -10px;
  color: #000;
}

.event-content-wrap .entry-title a {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  text-decoration: none;
}

.event-content-wrap .posted-date a,
.event-content-wrap .cats-links a {
  display: block;
  position: relative;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.event-content-wrap .posted-date a {
  padding-right: 14px;
  margin-right: 14px;
  text-decoration: none;
}

.event-content-wrap .posted-date a::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #262626;
}

.event-content-wrap .entry-content {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.event-content-wrap .entry-footer a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #bd1550;
  text-decoration: none;
}

/*
# Featured Cause
--------------------------------*/
.home-page-events {
  padding: 41px 0;
}

.cause-wrap {
  margin-top: 50px;
}

.featured-cause .cause-wrap {
  padding: 13px 25px 0px 21px;
  background: #edf3f5;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  height: 28rem;
}

.featured-cause .featured-cause .cause-wrap figure {
  width: 246px;
  height: auto;
}

.cause-wrap figure img {
  display: block;
  width: 100%;
  height: 15rem;
}

/* .featured-cause .cause-content-wrap {
  width: calc(100% - 280px);
} */

.cause-content-wrap .entry-title a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.cause-content-wrap .posted-date a,
.cause-content-wrap .cats-links a {
  display: block;
  position: relative;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #262626;
}

.cause-content-wrap .posted-date a {
  padding-right: 14px;
  margin-right: 14px;
}

.cause-content-wrap .posted-date a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #262626;
}

.cause-content-wrap .entry-content {
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.cause-wrap .fund-raised {
  margin-top: 64px;
}

.fund-raised-details {
  font-size: 14px;
  color: #929191;
}

/*
# Home Causes
--------------------------------*/
.our-causes {
  position: relative;
  padding: 96px 0;
  background: url("https://charles-borromeo.pages.dev/images/logos/welcomebg.jpg") no-repeat center;
  background-size: cover;
  z-index: 99;
}

.our-causes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(232, 237, 238, 0.8);
}

.our-causes .cause-wrap {
  margin-top: 60px;
}

.our-causes .cause-wrap figure {
  position: relative;
}

.our-causes .cause-wrap figure .figure-overlay {
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}

.our-causes .cause-wrap figure:hover .figure-overlay {
  opacity: 1;
  visibility: visible;
}

.our-causes .cause-content-wrap {
  padding: 32px;
  background: #fff;
}

.our-causes .cause-content-wrap .entry-content {
  margin-top: 20px;
}

.our-causes .cause-wrap .fund-raised {
  margin-top: 48px;
}

.our-causes .swiper-button-next,
.our-causes .swiper-button-prev {
  width: 70px;
  height: 70px;
  margin-top: -10px;
  border-radius: 50%;
  background: -moz-linear-gradient(180deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0%, rgba(255, 90, 0, 1)),
      color-stop(100%, rgba(1255, 54, 0, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(180deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* ie10+ */
  background: linear-gradient(270deg,
      rgba(255, 90, 0, 1) 0%,
      rgba(255, 54, 0, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
  /* ie6-9 */
  transition: all 0.35s;
}

.our-causes .swiper-button-next {
  right: -120px;
}

.our-causes .swiper-button-prev {
  left: -120px;
}

.our-causes .swiper-button-next span,
.our-causes .swiper-button-prev span {
  display: block;
  width: 36px;
  padding-top: 15px;
  margin: 0 auto;
}

.our-causes .swiper-button-next path,
.our-causes .swiper-button-prev path {
  fill: #fff;
}

.our-causes .swiper-button-next.swiper-button-disabled,
.our-causes .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 1400px) {
  .our-causes .swiper-button-next {
    right: 0;
  }

  .our-causes .swiper-button-prev {
    left: 0;
  }
}

@media screen and (max-width: 576px) {

  .our-causes .swiper-button-next,
  .our-causes .swiper-button-prev {
    display: none;
  }
}

/*
# Home Milestone
--------------------------------*/
.home-page-limestone {
  padding: 96px 0;
}

.home-page-limestone .section-heading .entry-title {
  padding-bottom: 36px;
  line-height: 1.6;
}

.home-page-limestone .section-heading p {
  font-size: 14px;
  color: #595858;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.single-page .page-header {
  position: relative;
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 72px;
  background-size: cover !important;
}

.single-page .page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.single-page .page-header h1 {
  position: relative;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.single-page .page-header h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #ff5a00;
}

.about-page .page-header {
  background: url(images/about-bg.jpg) no-repeat center;
}

.about-page .welcome-wrap {
  padding: 96px 0;
}

.about-page .welcome-content .entry-title {
  color: #262626;
}

@media screen and (max-width: 992px) {
  .about-page .welcome-content .entry-title {
    margin-top: 60px;
  }
}

.about-page .welcome-content .entry-content {
  color: #929191;
}

.about-page .welcome-wrap img {
  display: block;
  width: 100%;
}

.about-stats {
  padding: 96px 0;
  background: #262626;
}

.about-stats .circular-progress-bar .circle strong,
.about-stats .circular-progress-bar .entry-title {
  color: #fff;
}

.about-testimonial {
  padding: 0 0 96px;
}

.testimonial-cont {
  margin-top: 96px;
}

.testimonial-cont,
.testimonial-cont p {
  position: relative;
}

.testimonial-cont::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  color: #ff5a00;
}

.testimonial-cont .entry-content {
  padding-top: 42px;
}

.testimonial-cont p {
  padding-bottom: 32px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  font-style: italic;
  color: #1f0ebc;
}

.testimonial-cont p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #ff5a00;
}

.testimonial-cont .entry-footer img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.testimonial-cont .entry-footer h4 {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: red;
}

.testimonial-cont .entry-footer h4 span {
  color: #ff5a00;
}

.help-us {
  padding: 70px 0 96px;
  background: #ff3700;
}

.help-us h2 {
  margin-top: 36px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.help-us .btn {
  margin-top: 36px;
}

.help-us .btn,
.help-us .btn:hover {
  border-color: #fff;
  color: #fff;
}

/*--------------------------------------------------------------
# Causes
--------------------------------------------------------------*/
.causes-page .page-header {
  background: url(images/causes-bg.jpg) no-repeat center;
}

.causes-page .featured-cause {
  padding: 96px 0;
}

.causes-page .our-causes {
  position: relative;
  padding: 70px 0 96px;
  background: none;
}

.causes-page .our-causes .cause-wrap {
  margin-top: 36px;
}

.causes-page .our-causes::after {
  display: none;
}

.causes-page .our-causes .cause-content-wrap {
  border: 1px solid #e0e0e0;
  border-top: 0;
}

.causes-page .highlighted-cause {
  padding: 46px 0 96px;
  background: #262626;
}

.causes-page .highlighted-cause .entry-title {
  padding-right: 24px;
  margin-top: 60px;
  line-height: 1.6;
  color: #fff;
}

.causes-page .highlighted-cause .entry-title::before {
  display: none;
}

.causes-page .highlighted-cause .entry-content {
  font-size: 14px;
  line-height: 2;
  color: #edf3f5;
}

.causes-page .highlighted-cause img {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .cause-wrap figure {
    width: 100%;
  }

  .featured-cause .cause-content-wrap {
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .cause-wrap figure {
    width: 100%;
  }

  .featured-cause .cause-content-wrap {
    width: 100%;
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# Single Cause
--------------------------------------------------------------*/
.single-cause .page-header {
  background: url(images/single-cause-bg.jpg) no-repeat center;
}

.single-cause .highlighted-cause {
  padding: 46px 0 96px;
}

.single-cause .highlighted-cause .entry-title {
  padding-right: 24px;
  margin-top: 60px;
  line-height: 1.6;
}

.single-cause .highlighted-cause .entry-content {
  color: #929191;
}

.single-cause .highlighted-cause img {
  width: 100%;
  margin-top: 60px;
}

/*
# Short Content
--------------------------------*/
.short-content-wrap {
  padding-bottom: 96px;
}

.short-content .entry-title {
  font-size: 18px;
  font-weight: 500;
}

.short-content p {
  margin-top: 40px;
  font-size: 14px;
  color: #929191;
}

/*
# Donation Form
--------------------------------*/
.donation-form-wrap {
  padding: 96px 64px;
  margin-bottom: 96px;
  background: #edf3f5;
}

.donation-form-wrap h2 {
  font-size: 30px;
  font-weight: 500;
}

.donation-form-wrap h4 {
  font-size: 16px;
  font-weight: 500;
}

.donation-form .radio-label {
  display: block;
}

.donation-form .radio-label>input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.donation-form .radio-label>input+.donate-amount {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 40px 30px;
  margin-right: 15px;
  border: 2px solid #e0e0e0;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  background: #fff;
}

.donation-form .radio-label:nth-last-of-type(1)>input+.donate-amount {
  margin-right: 0;
}

.donation-form .radio-label>input:checked+.donate-amount {
  border-color: #ff5a00;
}

.donation-form .payment-type input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.donation-form .payment-type label {
  position: relative;
  margin-right: 40px;
  font-size: 14px;
  line-height: 1;
  color: #6a6a6a;
}

.donation-form .payment-type input[type="radio"]+.payment-type-radio {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.donation-form .payment-type input[type="radio"]+.payment-type-radio+.centered-dot {
  visibility: hidden;
  display: block;
  position: absolute;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5e06;
}

.donation-form .payment-type input[type="radio"]:checked+.payment-type-radio {
  border-color: #ff5e06;
}

.donation-form .payment-type input[type="radio"]:checked+.payment-type-radio+.centered-dot {
  visibility: visible;
}

.billing-information input {
  width: calc(50% - 14px);
  padding: 12px 30px;
  margin-top: 28px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1;
}

.billing-information input::placeholder {
  color: #929191;
}

@media screen and (max-width: 768px) {
  .billing-information input {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .page-header {
  background: url(images/portfolio-bg.jpg) no-repeat center;
}

.portfolio-wrap {
  padding: 96px 0;
}

.portfolio-wrap .mt-48 {
  margin-top: 45px;
}

.portfolio-wrap .mt-72 {
  margin-top: 72px;
}

.portfolio-wrap .portfolio-item {
  display: none;
  margin-bottom: 30px;
}

.portfolio-wrap .portfolio-item.visible {
  display: block;
}

.portfolio-cont {
  margin-bottom: 20px;
}

.portfolio-cont img {
  width: 100%;
}

.portfolio-cont .entry-title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}

.portfolio-cont .entry-title a {
  color: #262626;
}

.portfolio-cont h4 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ff5a00;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-page .page-header {
  background: url(images/news-bg.jpg) no-repeat center;
}

.news-wrap {
  padding: 96px 0;
}

.news-content {
  margin-bottom: 64px;
}

.news-content:nth-last-of-type(1) {
  margin-bottom: 0;
}

.news-content img {
  display: block;
  width: 100%;
  margin: 0;
}

.news-content .entry-header {
  margin-top: 34px;
}

.news-content .entry-header .header-elements,
.news-content .donate-icon {
  margin-top: 30px;
}

.news-content .entry-title {
  font-size: 24px;
  font-weight: 500;
}

.news-content .entry-title a {
  color: #262626;
}

.news-content .posted-date {
  font-size: 14px;
  font-weight: 500;
  color: #ff5a00;
}

.post-metas {
  font-size: 12px;
  line-height: 1;
  color: #929191;
}

.post-metas a {
  color: #929191;
}

.post-metas>span {
  display: block;
  padding-right: 10px;
  margin-top: 6px;
  margin-right: 10px;
  border-right: 1px solid #929191;
}

.post-metas>span:nth-last-of-type(1) {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

.news-content .entry-content {
  margin-top: 32px;
  font-size: 14px;
  color: #929191;
}

.news-content .entry-footer {
  margin-top: 56px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  /* margin-top: 92px; */
  background-color: #f2f2f2;
}

.pagination a {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #262626;
  text-decoration: navajowhite;
}

.pagination a:hover,
.pagination .active a {
  color: #ff3900;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .sidebar {
    margin-top: 96px;
  }
}

.sidebar h2 {
  font-size: 18px;
  font-weight: 600;
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
  width: calc(100% - 76px);
  height: 52px;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  outline: none;
}

.search-widget input[type="search"]::placeholder {
  color: #929191;
}

.search-widget button[type="submit"] {
  width: 75px;
  height: 54px;
  border: 0;
  margin-left: -5px;
  font-size: 14px;
  font-weight: 500;
  background: #ff5a00;
  color: #fff;
  cursor: pointer;
  outline: none;
}

/*
# Popular Posts
--------------------------------*/
.popular-posts {
  margin-top: 60px;
}

.popular-posts ul {
  list-style: none;
  margin: 60px 0 0;
}

.popular-posts li {
  margin-bottom: 15px;
}

.popular-posts li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.popular-posts figure,
.popular-posts figure a,
.popular-posts figure img {
  display: block;
  margin: 0;
}

.popular-posts figure {
  width: 72px;
}

.popular-posts .entry-content {
  width: calc(100% - 100px);
}

.popular-posts h3 {
  font-size: 14px;
  font-weight: 500;
}

.popular-posts h3 a {
  color: #262626;
}

.popular-posts .posted-date {
  font-size: 12px;
  color: #ff5a00;
}

/*
# Upcoming Events
--------------------------------*/
.sidebar .upcoming-events {
  margin-top: 60px;
}

.sidebar .upcoming-events ul {
  list-style: none;
  margin: 60px 0 0;
}

.sidebar .upcoming-events li {
  margin-bottom: 32px;
}

.sidebar .upcoming-events li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sidebar .upcoming-events figure,
.sidebar .upcoming-events figure a,
.sidebar .upcoming-events figure img {
  display: block;
  margin: 0;
}

.sidebar .upcoming-events figure {
  width: 140px;
  /*margin-right: 24px;*/
}

.sidebar .upcoming-events .entry-content {
  width: calc(100% - 140px);
}

.sidebar .upcoming-events h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.sidebar .upcoming-events h3 a {
  color: #262626;
}

.sidebar .upcoming-events .post-metas {
  font-size: 11px;
  line-height: 1;
  color: #262626;
}

.sidebar .upcoming-events .post-metas a {
  color: #262626;
}

.sidebar .upcoming-events .post-metas>span {
  display: block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #262626;
}

.sidebar .upcoming-events .post-metas>span:nth-last-of-type(1) {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

.sidebar .upcoming-events p {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}

/*
# Featured Cause
--------------------------------*/
.sidebar .featured-cause {
  margin-top: 60px;
}

.sidebar .featured-cause .cause-wrap {
  padding: 0;
  background: none;
}

.sidebar .featured-cause .featured-cause .cause-wrap figure {
  width: 100%;
}

.sidebar .cause-wrap figure img {
  display: block;
  width: 100%;
}

.sidebar .featured-cause .cause-content-wrap {
  width: 100%;
  padding: 32px;
  margin-top: 0;
  border: 1px solid #e0e0e0;
  border-top: 0;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page .page-header {
  background: url(images/contact-bg.jpg) no-repeat center;
}

.contact-page-wrap {
  padding: 0 0 96px;
}

.contact-page-wrap .entry-content {
  margin-top: 96px;
}

.contact-page-wrap .entry-content h2 {
  font-size: 24px;
  font-weight: 500;
}

.contact-page-wrap .entry-content p {
  margin-top: 20px;
  font-size: 14px;
  color: #929191;
}

.contact-page-wrap .entry-content ul.contact-social {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}

.contact-page-wrap .entry-content ul.contact-social li {
  margin-right: 28px;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-page-wrap .entry-content ul.contact-social li a {
  color: #ff3700;
}

.contact-page-wrap .entry-content ul.contact-info {
  margin: 32px 0 0;
}

.contact-page-wrap .entry-content ul.contact-info li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 14px;
  color: #9b9a9a;
}

.contact-page-wrap .entry-content ul.contact-info .fa {
  width: 28px;
  margin-right: 10px;
  font-size: 18px;
  color: #ff5a00;
  text-align: center;
}

.contact-form {
  padding: 35px 20px 55px;
  margin-top: 96px;
  background: #edf3f5;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 12px 24px;
  margin-bottom: 18px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  outline: none;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
  color: #929191;
}

.contact-form span {
  display: block;
  margin-top: 16px;
  text-align: center;
}

.contact-form input[type="submit"] {
  cursor: pointer;
}

.contact-page .contact-gmap {
  margin-top: 92px;
}

.contact-page .contact-gmap iframe {
  display: block;
  width: 100%;
  height: 440px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.elements-page .page-header {
  background: url(images/elements-bg.jpg) no-repeat center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widgets {
  position: relative;
  padding: 20px 0 10px;
  font-weight: 500;
  color: #929191;
  background-size: cover;
  z-index: 99;
  margin-top: 0;
}

.footer-widgets::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 101%;
  background: #012c6d;
}

.footer-widgets h2 {
  margin-bottom: 40px;
  font-size: 21px;
  color: #fff !important;
}

.footer-widgets ul {
  padding: 0px 0 0;
  margin: 0;
  list-style: none;
  margin-top: -25px;
}

.footer-widgets ul li {
  /* margin-bottom: 8px; */
  font-size: 12px;
}

.footer-widgets ul li a {
  color: #fff;
  text-decoration: none;
  border: none !important;
}

.footer-widgets ul li a:hover {
  color: #ffd904;
}

.foot-about p {
  font-size: 12px;
  line-height: 2;
  color: #fff;
}

.foot-about ul li {
  margin-right: 28px;
}

.foot-about ul li a {
  color: #fff;
}

.foot-latest-news ul li {
  display: block;
  /* margin-bottom: 30px; */
}

.foot-latest-news ul li h3 {
  font-size: 14px;
}

.foot-latest-news ul li .posted-date {
  font-size: 12px;
  color: #ff5a00;
}

.foot-contact ul li {
  display: flex;
  align-items: baseline;
  /* margin-bottom: 15px; */
}

.foot-contact ul li .fa {
  /* width: 28px; */
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
  color: #f6c93f;
}

.foot-contact ul li span {
  width: calc(100% - 3px);
}

/*
# Subscribe
--------------------------------*/
.subscribe-form {
  margin-top: 50px;
}

.subscribe-form input[type="email"] {
  width: calc(100% - 70px);
  padding: 12px 16px;
  border: 0;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  color: #131212;
  outline: none;
}

.subscribe-form input[type="email"]::placeholder {
  color: #9b9a9a;
  font-style: italic;
}

.subscribe-form input[type="submit"] {
  width: 68px;
  padding: 13px 0 14px;
  border: 0;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  background: #ff5a00;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.footer-bar {
  padding: 30px 0;
  font-size: 12px;
  color: #7b7b7b;
  background: #131212;
  text-align: center;
}

.scrollbar {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #5d1212;
  background-image: url("images/home/images.jfif");
  background-repeat: repeat-x;
  background-size: inherit;
  background-attachment: scroll;
  background-position: 0 0;
  height: 53px;
}

.marqueenews {
  padding: 6px 0px 0px 1px;
  font-size: 15px;
  line-height: 1;
  color: white;
  font-weight: 700;
  width: 100%;
}

/* Default styles for screens wider than 768px */
#sp-section-2 {
  background-image: url("https://stcharleschennai.com/images/headerbg.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  background-position: 0 0;
  padding: 10px 0px 10px 0px;
}

.sp-module:first-child {
  margin-top: 0;
}

div.main-tile-text h1 {
  /* font-family: 'Pridi', serif;  */
  font-weight: bold;
  margin-top: 20px;
  color: #012c6d;
  letter-spacing: 1px;
  line-height: 45px;
}

div.main-tile-text h2 {
  /* font-family: 'Reem Kufi', sans-serif; */
  font-weight: 600;
  color: #035196;
  font-size: 21px;
  text-align: center;
}

/* Media query for screens 768px or narrower */
@media (max-width: 768px) {
  #sp-section-2 {
    background-size: cover;
    /* Example change for smaller screens */
    text-align: center;
  }

  div.main-tile-text h1 {
    font-size: 27px !important;
    letter-spacing: -1px;
    line-height: 42px;
    margin-top: -1rem;
  }

  div.main-tile-text h2 {
    font-size: 15px;
  }

  /* div.sp-column img {
    max-width: 83px;
  } */

  #sp-section-2 {
    background-image: url("https://stcharleschennai.com/images/headerbg.jpg");
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: 0 0;
    padding: 10px 0px 0px 0px;
    display: flex !important;
  }
}

/* Default styling for screens wider than 768px */
#headbanner {
  margin-left: 60px;
}

/* Media query for screens 768px or narrower */
@media (max-width: 768px) {
  #headbanner {
    margin-left: 0;
    /* Change the margin value as needed for smaller screens */
  }
}

.below-header-bar {
  background: linear-gradient(to right, #002cdc 0%, #f73965 100%);
}

#nav-small {
  width: 78rem;
}

@media (max-width: 768px) {
  #nav-small {
    width: 78rem;
  }
}

/* Hide the submenu scrollbar by default */
.menu-with-scroll {
  max-height: 300px;
  /* Adjust the maximum height as needed */
  overflow-y: scroll;
  /* Hide the scrollbar initially */
}

.testimonial-cont {
  width: 100%;
  /* Set the width to 100% to take up the entire line */
}

.about-testimonial {
  position: relative;
  /* padding: 96px 0; */
  background: url("images/logos/sisters.jpg") no-repeat center;
  background-size: cover;
  z-index: 99;
  margin-top: 22px;
  height: 29rem;
}

.about-testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(232, 237, 238, 0.8);
}

/* Style for the container div */
/* Add this CSS code to your stylesheet */

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

/* Style for each individual social icon div */
.social-icon {
  margin: 10px;
  /* Adjust spacing between icons as needed */
}

/* Style for the social media icons */
.social-icon i {
  font-size: 15px;
  /* Adjust the size of the icons as needed */
  color: #fff;
  /* Adjust the default color of the icons */

  /* Set hover colors for each individual icon */
}

.social-icon i.fa-facebook:hover {
  color: #1877f2;
  /* Facebook icon hover color (blue) */
}

.social-icon i.fa-youtube:hover {
  color: #ff0000;
  /* YouTube icon hover color (red) */
}

.social-icon i.fa-instagram:hover {
  color: #bc2a8d;
  /* Instagram icon hover color (purple) */
}

/* end */
#birthday {
  width: 72px;
}

#upcome {
  width: 72px;
  color: #000;
}

#upccome {
  width: 72px;
  color: #000;
}

/* CSS for setting sub-menu background color */

#footid {
  margin-top: 3rem;
  margin-left: 2rem;
}

#footcop {
  color: #fff;
}

.js-sub-menu.sub-menu li a:hover {
  color: #00ff96;
}

/* Style the main navigation bar */
.navbar {
  background-color: #012c6d;
  /* font-family: "Roboto", sans-serif !important; */
  font-family: "Poppins", Sans-serif !important;
  color: white !important;
}

.navbar-nav {
  margin-left: 50px;
}

.navbar-nav .nav-link {
  color: #ff0000;
  /* font-family: "Roboto", sans-serif; */
  font-family: "Poppins", Sans-serif !important;
}

.dropdown-menu {
  background-color: #172440 !important;
  /* font-family: "Roboto", sans-serif; */
  font-family: "Poppins", Sans-serif !important;
}

.dropdown-menu {
  /* font-family: "Roboto", sans-serif !important; */
  font-family: "Poppins", Sans-serif !important;
  background-color: #012c6d !important;
  margin-top: 0px !important;
}

.dropdown-item {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Poppins", Sans-serif !important;
  border-bottom: 1px solid #e8e8e8 !important;
  color: rgb(255, 255, 255) !important;
  line-height: 30px;
}

.dropdown-item:hover {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Poppins", Sans-serif !important;
  background-color: #e0ab08 !important;
  color: rgb(255, 255, 255) !important;
  /* #035196 */
}

.navbar ul li a {
  /* font-family: "Poppins", Sans-serif !important; */
  font-family: "Poppins", Sans-serif !important;
  color: white !important;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}

.navbar-nav .nav-item.active .nav-link {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Poppins", Sans-serif !important;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  min-width: 200px;
  overflow-x: hidden;
}

/* Default styles for all screen sizes */
#calcont {
  width: 29rem;
  margin-left: 5rem;
}

#newscont {
  width: 26rem;
  margin-left: 3rem;
}

/* Responsive styles for screens with a maximum width of 768px (typical for mobile devices) */
@media (max-width: 768px) {
  #calcont {
    width: 19rem;
    margin-left: -30px;
    padding: 0.5rem;
  }

  #newscont {
    width: 19rem;
    margin-left: -30px;
    padding: 0.5rem;
  }
}

.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.testimonial-card .avatar {
  width: 110px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
}

.pdffree {
  padding: 10px 10px 10px 10px;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: white;
  margin: 5px 2px 1px 5px;
}

.pdf-info {
  margin-left: 17px;
}

/* For system responsive design (screens wider than a certain breakpoint) */
#btnnext {
  position: absolute;
  top: 27rem;
}

/* For mobile responsive design (screens narrower than a certain breakpoint) */
@media (max-width: 767px) {
  #btnnext {
    /* position: absolute; */
    top: 32rem;
    /* right: 6rem; */
  }
}

#birthfeast {
  max-height: 392px;
  overflow-y: hidden;
}

#birthfeast:hover {
  overflow-y: auto;
}

#provincialprog {
  max-height: 440px;
  overflow-y: hidden;
}

#provincialprog:hover {
  overflow-y: auto;
}

#calendarbody {
  max-height: 700px;
  overflow-y: hidden;
}

#calendarbody:hover {
  overflow-y: auto;
}

#provinceprog {
  max-height: 440px;
  overflow-y: hidden;
}

#provinceprog:hover {
  overflow-y: auto;
}

/* Hide the default scrollbar */
#provinceprog::-webkit-scrollbar {
  width: 5px;
}

/* Track styles */
#provinceprog::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle styles */
#provinceprog::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
#provinceprog::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 2nd */

/* newseltter style */
#newsletterprog {
  max-height: 427px;
  overflow-y: hidden;
}

#newsletterprog:hover {
  overflow-y: auto;
}

/* Hide the default scrollbar */
#newsletterprog::-webkit-scrollbar {
  width: 5px;
}

/* Track styles */
#newsletterprog::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle styles */
#newsletterprog::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
#newsletterprog::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* newsletter style end */

/* Hide the default scrollbar */
#provincialprog::-webkit-scrollbar {
  width: 5px;
}

/* Track styles */
#provincialprog::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle styles */
#provincialprog::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
#provincialprog::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* calandar Scroll */

/* Hide the default scrollbar */
#calendarbody::-webkit-scrollbar {
  width: 5px;
}

/* Track styles */
#calendarbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle styles */
#calendarbody::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
#calendarbody::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 1st */

/* Hide the default scrollbar */
#birthfeast::-webkit-scrollbar {
  width: 5px;
}

/* Track styles */
#birthfeast::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle styles */
#birthfeast::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
#birthfeast::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Add CSS for the dropdown menu */
.nav-item.dropdown .dropdown-menu {
  max-height: 320px;
  overflow-y: hidden;
}

/* Apply styles on hover */
.nav-item.dropdown:hover .dropdown-menu {
  overflow-y: auto;
}

/* 4th */

/* Hide the default scrollbar */
.nav-item.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track styles */
.nav-item.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle styles */
.nav-item.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
.nav-item.dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Scrollbar.css */
.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 10px;
}

.marquee p {
  margin-top: 0px;
  animation: marquee-scroll 40s linear infinite;
}

.marquee p:hover {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Style for the email link */
.header-bar-email a {
  color: inherit;
  /* Inherit the default text color */
  text-decoration: none;
  /* Remove underline */
  transition: color 0.3s ease;
  /* Add a smooth transition effect */
}

/* Hover style for the email link */
.header-bar-email a:hover {
  color: #f6c93f;
  /* Change the text color to pink on hover */
}

/* Style for the phone link */
.header-bar-text a {
  color: inherit;
  /* Inherit the default text color */
  text-decoration: none;
  /* Remove underline */
  transition: color 0.3s ease;
  /* Add a smooth transition effect */
}

/* Hover style for the phone link */
.header-bar-text a:hover {
  color: #f6c93f;
  /* Change the text color to pink on hover */
}

.home-mother {
  position: relative;
  /* padding: 96px 0; */
  /*   background: url(https://charles-borromeo.pages.dev/images/logos/sisters.jpg) */
  background-color: darkred;

  background-size: cover;
  background-position: center calc(37% + 20px);

  z-index: 99;
}

.home-mother::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* background: rgba(232, 237, 238, 0.8); */
  background: rgba(232, 237, 238, 0.8);
  background-color: rgba(23, 36, 64, 0.5);
}

.home-mother a:visited {
  color: #b69000 !important;
}

.home-mother a {
  color: #b69000 !important;
  text-decoration: none !important;
}

.brudcrums {
  font-size: 28px;
  color: #f2e7c8;
}

.brudcrums a {
  font-size: 18px;
}

.brudcrums span {
  font-size: 18px;
}

.justify {
  text-align: justify;
}

.pagename {
  color: white;
}

.heading {
  text-align: center;
  margin: 20px;
  color: #003366;
  font-family: "Tienne", sans-serif;
  font-weight: 600;
}

.subpage img {
  width: 97%;
  margin: 10px;
}

#dynamiccouncil {
  height: 14rem;
  width: 87%;
}

.table th {
  background-color: #012c6d !important;
}

.sidebar strong {
  margin-left: 16px;
}

.sidebar p {
  margin-left: 16px;
  font-size: 13px;
}

.slidedata {
  margin-right: 10px;
}

.sidebar img {
  margin-right: 20px;
  width: -webkit-fill-available;
}

.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
  background-color: #dff0d8;
  border-color: #c5e8b6;
}

.center-message {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
  font-weight: bold;
}

/* CSS */
.quick-links ul {
  list-style: none;
  /* Remove default list styles */
  padding: 0;
  display: grid;
  flex-wrap: wrap;
  margin-top: -30px;
}

.quick-links ul li {
  flex: 1 0 calc(50% - 10px);
  /* Each item takes up 50% of the container width with spacing */
  /* margin: 5px; */
  /* Add some spacing between list items */
  color: white;
  border: none !important;
  /* Set the text color to white */
  display: flex;
  /* align-items: center;
  text-decoration: none; */
}

.contact-us {
  color: white;
  /* Set the text color to white */
  display: flex;
  align-items: center;
  text-decoration: none;
}

.contact-us ul li a:hover {
  background-color: #012c6d;
  color: #ffd700;
  /* Set the hover text color to gold (adjust as needed) */
}

.quick-links ul li a:hover {
  background-color: #012c6d;
  color: #ffd700;
  /* Set the hover text color to gold (adjust as needed) */
}

.quick-links ul li i {
  color: #ffd700;
  margin-top: 15px;
  /* Set the hover text color to gold (adjust as needed) */
}

.quick-links ul i {
  /* margin-right: 10px; */
  /* Add spacing between the icon and text */
}

/* Add this CSS in your stylesheet or <style> tag in HTML */
.birthday-gif {
  max-width: 33%;
  margin-left: 203px;
  margin-top: -3rem;
}

.adminpage img {
  height: 200px;
  width: 200px;
}

.M-flex {
  display: flex !important;
}

.General {
  margin-left: -75px;
}

.bs-call {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #952e2e;
  background-color: #d8e9f0;
  border-color: #aed2e1;
}

.bs-objective {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #952e2e;
  background-color: #d7abb961;
  border-color: #a5686861;
}

.bs-exercis {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #952e2e;
  background-color: #a392bd61;
  border-color: #7f68a561;
}

.bs-ecep {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #952e2e;
  background-color: #a3abab1f;
  border-color: #7f68a561;
}

.bs-vision {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #952e2e;
  background-color: #26afafc2;
  border-color: #7f68a561;
}

.bs-objective ul li {
  line-height: 30px;
}

.bs-exercis ul li {
  line-height: 30px;
  /* list-style: none; */
}

.ecep ul li {
  list-style: none;
  padding: 5px;
}

.jcall {
  text-align: center;
  margin-top: 16rem;
}

.buttonjs {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonflash {
  background-color: #f6c93f;
  border: none;
  color: #31151c;
  font-weight: 800;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 7%;
  margin: 4px 2px;
}

.vedio {
  width: 820px;
  height: 470px;
}

@media (max-width: 600px) {
  td {
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  img {
    margin-bottom: 2px;
  }

  .subpage img {
    width: 92%;
    margin: 10px;
  }

  .M-flex {
    display: block !important;
  }

  .General {
    margin-left: 0;
  }

  .lastdiv {
    max-width: 50%;
    margin-left: 0px;
  }

  .jcall {
    text-align: center;
    margin-top: 0px;
  }

  .vedio {
    width: 300px;
    height: 270px;
  }
}

.home-mother div {
  padding: 2px !important;
}

.label {
  float: left;
  padding: 6px 15px;
  background: #d6002a;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-top: 7px;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .label {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 5px 5px;
    font-size: 11px !important;
    height: 25px;
    text-align: center;
    background: #d6002a;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 9px;
    margin-top: 11px;
    border-radius: 4px;
  }
}

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  20% {
    transform: scale(25, 25);
    opacity: 1;
  }

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

.ripple::after {
  animation: ripple 1.5s ease-out infinite;
}

@-webkit-keyframes drawBorderFromCenter {
  0% {
    background-size: 0 2px, 0 0, 100% 100%;
  }

  20% {
    background-size: 100% 2px, 100% 0, 100% 100%;
  }

  66% {
    background-size: 100% 2px, 100% 98%, 100% 100%;
  }

  99% {
    background-size: 100% 2px, 100% 98%, 0 2px;
  }
}

/* Gallery.css */
.gallery-container {
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  margin: 10px;
  text-align: center;
}

.gallery-item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.image-details {
  margin-top: 5px;
}

.image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  /* Adjust as needed */
}

.image-popup {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  overflow: hidden;
}

.image-popup img {
  width: 100%;
  height: auto;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 35px;
  font-size: 44px;
  color: #fff;
  cursor: pointer;
}

.nav-item.active {
  background-color: #e0ab08;
}

.dropdown-menu .active {
  background-color: #e0ab08 !important;
}

@media screen and (max-width: 600px) {

  .table th,
  .table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .table_header {
    display: none;
  }
}

/* Add these styles for mobile responsiveness */
@media (max-width: 768px) {
  #mySlider {
    height: 210px;
    /* Set your desired height for mobile view */
  }

  #mySlider .swiper-slide img {
    width: 100%;
    /* Make images responsive */
    height: 100%;
    /* Maintain aspect ratio */
    object-fit: cover;
    /* Ensure the entire image is visible */
  }
}

@media (max-width: 768px) {
  .welcome-content .entry-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .welcome-content .entry-content {
    font-size: 15px;
  }
}

/* Original styles for larger screens */
#sp-section-2 {
  background-color: #f8f8f8;
}

.main-tile-text h1 {
  font-size: 36px;
}

.main-tile-text h2 {
  font-size: 18px;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  #sp-section-2 {
    padding: 20px 0;
  }

  #sp-right-logo {
    display: none;
    /* Hide the right logo on smaller screens */
  }

  #sp-left-logo {
    max-width: 100%;
    /* Allow left logo to take full width */
    text-align: center;
    /* Center the left logo */
  }

  .main-tile-text {
    text-align: center;
    /* Center text on smaller screens */
  }

  .main-tile-text h1 {
    font-size: 24px;
    /* Adjust font size for smaller screens */
  }

  .main-tile-text h2 {
    font-size: 14px;
    /* Adjust font size for smaller screens */
  }

  .site-description {
    display: block;
    /* Display address text */
    font-size: 14px;
    /* Adjust font size for smaller screens */
    margin-top: 10px;
    /* Add space between h2 and address text */
  }
}

@media (max-width: 768px) {
  #birthday-section-heading {
    margin-top: 2rem;
    /* Adjust margin for smaller screens */
  }

  #birthday-entry-title {
    font-size: 20px;
    /* Adjust font size for smaller screens */
  }
}

@media (max-width: 768px) {
  #province-section-heading {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  #birthfeast {
    max-height: 466px;
    /* Remove max-height on smaller screens */
    overflow-y: hidden;
    /* Allow content to be visible on smaller screens */
  }
}

/* community sub pages */
#imageContainer {
  display: flex;
  justify-content: space-between;
}

#imageContainer img {
  width: 25rem;
  height: 14rem;
}

/* Media query for mobile responsiveness */
@media only screen and (max-width: 600px) {
  #imageContainer {
    flex-direction: column;
    /* Stack images vertically on small screens */
  }

  #imageContainer img {
    width: 100%;
    /* Make images take full width */
    height: auto;
    /* Maintain aspect ratio */
    margin-bottom: 1rem;
    /* Add some spacing between images */
  }
}

#uniqueImageContainer {
  display: flex;
  justify-content: space-between;
}

#uniqueImageContainer img {
  width: 100%;
  height: 25rem;
}

/* Media query for mobile responsiveness */
@media only screen and (max-width: 600px) {
  #uniqueImageContainer {
    flex-direction: column;
    /* Stack image vertically on small screens */
  }

  #uniqueImageContainer img {
    width: 100%;
    /* Make the image take full width */
    height: auto;
    /* Maintain aspect ratio */
  }
}

/* dompurify */
#mediumTitle {
  font-size: 20px;
  font-weight: bold;
  font-family: math;
}

/* Define custom scrollbar styles */
.custom-scrollbar {
  max-height: 600px;
  overflow-y: auto;
  /* Initially hide the scrollbar */
  overflow-x: auto;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #ccc #f5f5f5;
  /* Firefox */
}

.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #999;
}

#newslidebanner {
  height: 36rem;
}

@media (max-width: 768px) {
  #newslidebanenr {
    width: 100%;
    /* Make the image width 100% of its container */
    height: auto;
    /* Allow the height to adjust proportionally */
  }
}

.navbar-toggler {
  background-color: #e0ab08 !important;
}

nav .header-align-center {
  display: flex;
  text-align: center;
  align-content: flex-start;
  flex-direction: column;
}

.nav-pills .nav-link.active {
  background-color: #012c6d !important;
  color: #e0ab08 !important;
}

.nav-link {
  color: #012c6d !important;
}

.brown-button {
  background-color: rgb(211 41 42);
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 12px;
}

button.brown-button:hover {
  background-color: #e0ab08;
  transition: background-color 0.3s ease-in-out;
  animation: button-color-change 0.3s ease-in-out;
  color: #000;
}

@keyframes button-color-change {
  0% {
    background-color: #012c6d;
  }

  100% {
    background-color: #e0ab08;
  }
}

.headnew-button {
  background-color: #e0ab08;
  color: #012c6d;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Add this CSS to your project's stylesheet */
.bootstrap-scrollbar {
  overflow: auto;
  scrollbar-width: thin;
}

/* Customize the scrollbar appearance as needed */
.bootstrap-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.bootstrap-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.bootstrap-scrollbar::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 6px;
}

/*Start Accordion Design Css */
.accordion-button::after {
  color: white !important;
}

/*End Accordion Design Css */

/*Start Profile Card Design Css */

.dark {
  background: #110f16;
}

.light {
  background: #f3f5f7;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.postcard.dark {
  background-color: #18151f;
}

.postcard.light {
  /* background-color: #e1e5ea; */
}

.postcard .t-dark {
  color: #18151f;
}

.postcard a {
  color: inherit;
}

.postcard h1,
.postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.postcard .small {
  font-size: 80%;
}

.postcard .postcard__title {
  font-size: 1.75rem;
}

.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.postcard .postcard__img_link {
  display: contents;
}

.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}

.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}

.postcard .postcard__tagbox {
  display: flex;
  flex-direction: column;
  /* flex-flow: row wrap; */
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}

.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}

.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-image: linear-gradient(-70deg, #424242, transparent 50%); */
  opacity: 1;
  border-radius: 10px;
}

.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }

  .postcard .postcard__title {
    font-size: 2rem;
  }

  .postcard .postcard__tagbox {
    justify-content: start;
  }

  .postcard .postcard__img {
    border-radius: 10px;
    max-width: 407px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }

  .postcard .postcard__text {
    padding: 26px;
    width: 100%;
    /* height: 19rem; */
  }

  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  /* .postcard:hover .postcard__img {
    transform: scale(1.1);
  } */
  .postcard:nth-child(2n + 1) {
    flex-direction: row;
  }

  .postcard:nth-child(2n + 0) {
    flex-direction: row-reverse;
  }

  .postcard:nth-child(2n + 1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }

  .postcard:nth-child(2n + 0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}

@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.light .postcard__text:before {
    /* background: #e1e5ea; */
  }
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: rgb(189, 73, 73);
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #420000;
}

/* .yellow::before {
  background-image: linear-gradient(
    -30deg,
    rgba(189, 187, 73, 0.1),
    transparent 50%
  );
} */

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg,
      rgba(189, 187, 73, 0.1),
      transparent 50%);
}

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg,
        rgba(121, 221, 9, 0.1),
        transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg,
        rgba(121, 221, 9, 0.1),
        transparent 50%);
  }

  .blue::before {
    background-image: linear-gradient(-80deg,
        rgba(0, 118, 189, 0.1),
        transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg,
        rgba(0, 118, 189, 0.1),
        transparent 50%);
  }

  .red::before {
    background-image: linear-gradient(-80deg,
        rgba(189, 21, 11, 0.1),
        transparent 50%);
  }

  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg,
        rgba(189, 21, 11, 0.1),
        transparent 50%);
  }

  /* .yellow::before {
    background-image: linear-gradient(
      -80deg,
      rgba(189, 187, 73, 0.1),
      transparent 50%
    );
  } */

  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg,
        rgba(189, 187, 73, 0.1),
        transparent 50%);
  }
}

/*End Profile Card Design Css */

/*======================
    404 page
=======================*/

.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}

.contant_box_404 {
  margin-top: -50px;
}

#notfound {
  margin-left: 5rem;
}

@media (max-width: 768px) {
  #notfound {
    margin-left: 0px;
  }
}

.myimg:hover {
  margin-top: 30px;
  width: 25%;
  transform: scale(6.9);
  left: 40%;
  position: relative;
  height: 100px;
  display: block;
}

/* UniqueStructure.css */

.custom-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  /* Adjust the transition duration */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.custom-card-img {
  height: 260px;
  /* Adjust the height as needed */
  object-fit: cover;
  position: relative;
  transition: transform 1s;
  /* Adjust the transition duration for the image only */
}

.custom-card:hover .custom-card-img {
  transform: scale(1.05);
}

.custom-card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.custom-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #fff;
}

.custom-card-text {
  font-size: 0.9rem;
  color: #ddd;
}

.custom-card-body {
  padding: 20px;
}

/* end */

@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");

* {
  box-sizing: border-box;
}

.containernews {
  margin: 1rem auto;
}

.rcardnew {
  width: 90%;
  height: 90px;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  overflow: hidden;
  background-color: #fff;
}

.rcardnew div:first-child {
  flex-basis: 35%;
}

.rcardnew div:last-child {
  flex-basis: 65%;
  padding: 0 1.5rem 0.25rem;
}

.rcardnew img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-top: 38px;
}

.rcardnew p {
  margin-top: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 15px;
}

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.border {
  border: 1px solid #ddd;
}

.curve {
  border-radius: 0.35rem;
}

@media (min-width: 768px) {
  .container {
    max-width: 60%;
  }

  .rcardnew div:first-child {
    flex-basis: 30%;
  }

  .rcardnew div:last-child {
    flex-basis: 70%;
  }
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.5);
  transition: 0.5s;
  opacity: 0;
}

.image-container:hover .image_overlay {
  opacity: 1;
}

.carousel {
  margin: 50px auto;
}

.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}

.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

.carousel .testimonial {
  color: #fff;
  position: relative;
  background: #012c6d;
  padding: 15px;
  margin: 0 0 20px 20px;
}

.carousel .testimonial::before,
.carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.carousel .testimonial::before {
  width: 20px;
  height: 20px;
  background: #012c6d;
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.carousel .testimonial::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.carousel .carousel-item .row>div:first-child .testimonial {
  margin: 0 20px 20px 0;
}

.carousel .carousel-item .row>div:first-child .media {
  margin-left: 0;
}

.carousel .testimonial p {
  text-indent: 40px;
  line-height: 21px;
  margin: 0;
}

.carousel .testimonial p::before {
  content: "\201D";
  font-family: Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 68px;
  line-height: 70px;
  position: absolute;
  left: -25px;
  top: 0;
}

.carousel .overview {
  padding: 3px 0 0 15px;
}

.carousel .overview .details {
  padding: 5px 0 8px;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #012c6d;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  background: #666;
  text-shadow: none;
  top: 4px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 16px;
}

.carousel-control-prev {
  left: auto;
  right: 40px;
}

.carousel-control-next {
  left: auto;
}

.carousel-indicators {
  bottom: -80px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 1px 5px;
  box-sizing: border-box;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #012c6d;
  border: 5px double;
}

.star-rating li {
  padding: 0 2px;
}

.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}

dl {
  font-family: "Poppins", Sans-serif !important;
}

.donation-container {
  max-width: 600px;
  margin: auto;
  padding: 30px;
  margin-top: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
}

.donation-header {
  text-align: center;
  margin-bottom: 30px;
}

.donation-form label {
  font-weight: bold;
}

.donation-form button {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.donation-form button:hover {
  background-color: #0056b3;
}

/* head banner responsive */

.custom .banner-image {
  display: block;
  width: 101%;
  margin-left: -13px;
}

/* Media query for screens with a maximum width of 768 pixels (adjust as needed) */
@media only screen and (max-width: 768px) {
  .custom .banner-image {
    width: 100%;
    /* Adjust the width for smaller screens */
    margin-left: 0;
    /* Remove negative margin for smaller screens */
  }
}

/* head banner responsive  */

/* our static responsive */

/* Default styles for the image container */
.image-container {
  position: relative;
}

/* Default styles for the card title */
.custom-card h4 {
  position: absolute;
  top: 0;
  start: 0;
  font-size: 25px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 8rem;
}

/* Media query for screens with a maximum width of 768 pixels (adjust as needed) */
@media only screen and (max-width: 768px) {

  /* Adjust the font size and margin for smaller screens */
  .custom-card h4 {
    font-size: 18px;
    margin-left: 0;
  }

  /* Additional styles for responsive links */
  .responsive-link {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    margin-left: 1rem;
    /* Adjust as needed */
  }
}

/* our static responsive */
.swiper-button-prev:after {
  content: "prev";
  color: #012c6d;
}

.swiper-button-next:after {
  content: "next";
  color: #012c6d;
}

/* CatholicGalleryWidget.css */

.cg_mrc_widget {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-family: "Arial", sans-serif;
}

/* Add more styles as needed */
/* Add this CSS for mobile view */
@media (max-width: 767px) {
  .nav {
    display: flex;
    flex-direction: column;
  }

  .nav-item {
    margin-bottom: 5px;
    /* Adjust spacing between menu items */
  }
}

.item-detail {
  background: none repeat scroll 0 0 rgba(87, 87, 87, 0.73);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50px;
}

li ul {
  padding-left: 0 !important;
}

.popupmsg {
  max-width: 80%;
  margin: auto;
  padding: 30px;
  margin-top: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .carousel-multi-item-2 .col-md-3 {
    float: left;
    width: 25%;
    max-width: 100%;
  }
}

.carousel-multi-item-2 .card img {
  border-radius: 2px;
}


/* custom styles */

.buttonsabout {
  margin: 0%;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
}

.btn-hover.color-1 {
  background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
  box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
  font-family: "Poppins", sans-serif !important;
}

.btn-hover {
  width: 220px;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: 'Judson', serif;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 10px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bg29 {
  background-image: url(assets/images/bg/services-bg13.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rs-services.style16 .services-wrap {
  transition: background 0.6s;
  border-radius: 50px 3px 50px 3px;
  transition: all ease .3s;
}

.rs-services.style16 .services-wrap .services-txt .services-title {
  font-size: 17px;
  font-weight: 600;
}

.rs-services.style16 .services-wrap .services-txt .services-title a {
  color: #1c1b1b;
}

.rs-services.style16 .services-wrap .services-txt .serial-number {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.rs-services.style16 .services-wrap:hover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-wrap {
  text-align: center;
  /* box-shadow: 0 0 15px rgba(10, 10, 10, 0.3); */
}

.footer-design {
  width: 16.66%;
  float: left;
}

.footer-design-1 {
  background-color: #812570;
  height: 8px;
}

.footer-design-2 {
  background-color: #ce376c;
  height: 8px;
}

.footer-design-3 {
  background-color: #f4911a;
  height: 8px;
}

.footer-design-4 {
  background-color: #f5bf14;
  height: 8px;
}

.footer-design-5 {
  background-color: #91c483;
  height: 8px;
}

.footer-design-6 {
  background-color: #ffab76;
  height: 8px;
}

.footer-design-container {
  margin-bottom: 8px;
}

dd {
  font-size: 14px;
}

dt {
  font-size: 15px;
  font-weight: 500 !important;
}

.slick-slider-container {
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(250, 0, 0, 0.5) !important;
  border-radius: 50% !important;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev i,
.slick-next i {
  font-size: 24px;
  color: #333;
}

/* custom mobile menu styles */

.rounded-circle {
  border-radius: 50% !important;
  height: 100px !important;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3) !important;
  width: 100px !important;
}

.seminarian{
  font-size: 13px;
  font-weight: 500;
}

.sem-text{
  font-size: 12px;
  font-weight: 500;
  color: #1100ff;
}
