/*--------------------------------------------------------------
# General #5c9f24
--------------------------------------------------------------*/
body {
  background: #fbffff;
  color: #444444;
  font-family: "SUIT Variable", sans-serif;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: &quot;tnum&quot;, &quot;ss18&quot;;
  -webkit-font-feature-settings: &quot;tnum&quot;, &quot;ss18&quot;;
  font-feature-settings: &quot;tnum&quot;, &quot;ss18&quot;;
}

a {
  color: #5c9f24;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #74c92d;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SUITE Variable", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

#sub {
  margin-top: 70px;
  padding: 60px 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../vendor/svg-loaders/svg-loaders/hearts.svg") no-repeat center center;

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5c9f24;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6fc02c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.admin-btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: #dc3545;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.admin-btn i {
  font-size: 22px;
  color: #fff;
  line-height: 0;
}

.admin-btn:hover {
  background: #bb2d3b;
  color: #fff;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #5c9f24;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Bootstrap reset
--------------------------------------------------------------*/
.pagination {
  --bs-pagination-color: #6ab82a;
  --bs-pagination-border-color: #6ab82a;
  --bs-pagination-hover-color: #6ab82a;
  --bs-pagination-hover-border-color: #6ab82a;
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: #6ab82a;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #6ab82a;
  --bs-pagination-active-border-color: #6ab82a;
  --bs-pagination-disabled-border-color: #6ab82a;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5c9f24;
  --bs-btn-border-color: #5c9f24;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6fc02c;
  --bs-btn-hover-border-color: #6ab82a;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6ab82a;
  --bs-btn-active-border-color: #5fc02c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5c9f24;
  --bs-btn-disabled-border-color: #5c9f24;
}

.btn-outline-primary {
  --bs-btn-color: #5c9f24;
  --bs-btn-border-color: #5c9f24;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c9f24;
  --bs-btn-hover-border-color: #5c9f24;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5c9f24;
  --bs-btn-active-border-color: #5c9f24;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5c9f24;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5c9f24;
  --bs-gradient: none;
}

.form-check-input:checked {
    background-color: #5c9f24;
    border-color: #5c9f24;
}

/* .card {
  border: 1px solid #d1e7dd;
}

.card-header {
  color: #0a3622;
  background-color: #d1e7dd;
  border-bottom: 1px solid #d1e7dd;
}

.card-footer {
  color: #0a3622;
  background-color: #d1e7dd;
  border-top: 1px solid #d1e7dd;
} */

.bd-callout-success {
  --bd-callout-color: #0a3622 !important;
  --bd-callout-bg: #d1e7dd !important;
  --bd-callout-border: #a3cfbb !important;
}

.bd-callout {
  --bs-link-color-rgb: var(--bd-callout-link);
  --bs-code-color: var(--bd-callout-code-color);
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--bd-callout-color, inherit);
  background-color: var(--bd-callout-bg, var(--bs-gray-100));
  border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.toast-container>:not(:last-child) {
  margin-bottom: .5rem;
}

/*--------------------------------------------------------------
# Plyr reset
--------------------------------------------------------------*/
.plyr__control--overlaid {
    background: #5c9f24 !important;
    padding: 25px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-inner {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: "SUITE Variable", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #5c9f24;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header #logo img {
    max-height: 30px;
  }
}

/*--------------------------------------------------------------
# Contact Button
--------------------------------------------------------------*/
.contact-btn {
  color: #fff;
  background: #5c9f24;
  padding: 7px 22px;
  margin: 0 0 0 15px;
  border-radius: 50px;
  border: 2px solid #5c9f24;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
}

.contact-btn:hover {
  background: none;
  color: #fff;
}

.contact-btn:focus {
  color: #fff;
}

@media (max-width: 992px) {
  .contact-btn {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(202, 206, 221, 0.8);
  font-family: "SUITE Variable", sans-serif;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 13px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #5c9f24;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #060c22;
}

.navbar .dropdown ul a i {
  font-size: 13px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5c9f24;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #060c22;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5c9f24;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 13px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5c9f24;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg-1.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: background-image 2s ease-in-out;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #hero .hero-container {
    top: 70px;
  }
}

#hero h1 {
  color: #fff;
  font-family: "SUITE Variable", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#hero h1 span {
  color: #5c9f24;
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 34px;
  }
}

#hero p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#5c9f24 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #5c9f24;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

#hero .quick-btn {
  font-family: "SUITE Variable", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #5c9f24;
}

#hero .quick-btn:hover {
  background: #5c9f24;
  color: #fff;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

/*--------------------------------------------------------------
# Vision Section
--------------------------------------------------------------*/
#vision {
  background: url("../img/vision-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

@media (min-width: 1024px) {
  #vision {
    background-attachment: fixed;
  }
}

#vision:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#vision h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#vision h3 {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#vision p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# Sermon Section
--------------------------------------------------------------*/
#sermon {
  padding: 60px 0 30px 0;
}

#sermon .video {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  /* border: 1px solid #3c3c3c; */
}

#sermon .video .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#sermon .video .details h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 0 8px 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#sermon .video .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  transition: 0.5s;
}

#sermon .video:hover .details p {
  margin-bottom: 3px;
}

#sermon .video:hover .name {
  visibility: visible;
}

#sermon .video .name {
  color: #fff;
  height: 40px;
  visibility: hidden;
  transition: 1s;
}

#sermon .video .details .social {
  height: 40px;
}

#sermon .video .details .social i {
  line-height: 0;
  margin: 0 2px;
}

#sermon .video .details a {
  color: #fff;
}

#sermon .video .details a:hover {
  color: #5c9f24;
}

#sermon .video:hover .details {
  bottom: 0;
  transition: 0.5s;
}

/*--------------------------------------------------------------
# Fellowship Section
--------------------------------------------------------------*/
#fellowship {
  padding: 60px 0 60px 0;
}

#fellowship .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#fellowship .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#fellowship .nav-tabs a {
  /* border: none; */
  border: 2px solid #5c9f24;
  border-radius: 50px;
  font-weight: 600;
  /* background-color: #0e1b4d; */
  background-color: #fff;
  color: #5c9f24;
  padding: 10px 100px;
  transition: 0.5s;
  animation-delay: 0.8s;
}

/* .pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    border-radius: 4px;
    border: 2px solid #5c9f24;
    color: #5c9f24;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
} */

@media (max-width: 991px) {
  #fellowship .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  #fellowship .nav-tabs a {
    padding: 8px 45px;
  }
}

@media (max-width: 480px) {
  #fellowship .nav-tabs a {
    padding: 8px 20px;
  }
}

@media (max-width: 280px) {
  #fellowship .nav-tabs a {
    padding: 8px 10px;
  }
}

#fellowship .nav-tabs a.active {
  background-color: #5c9f24;
  color: #fff;
}

#fellowship .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #fellowship .sub-heading {
    width: 75%;
  }
}

#fellowship .tab-pane {
  transition: ease-in-out 0.2s;
}

#fellowship .fellowship-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#fellowship .fellowship-item:hover {
  background-color: #fff;
}

#fellowship .fellowship-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#fellowship .fellowship-item h4 {
  font-size: 16px; /* 18px */
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5;
}

#fellowship .fellowship-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#fellowship .fellowship-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  padding: 60px 12px;
  overflow: hidden;
}

#gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5c9f24;
}

#gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5c9f24;
}

#gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  #gallery .swiper-wrapper {
    padding: 40px 0;
  }

  #gallery .swiper-slide-active {
    /* border: 5px solid #5c9f24; */
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.35);
    margin-top: 6px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  }
}

/*--------------------------------------------------------------
# Verse Section
--------------------------------------------------------------*/
#verse {
  padding: 60px 0;
  background: url(../img/verse-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#verse:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #verse {
    background-attachment: fixed;
  }
}

#verse .section-header h2,
#verse p {
  color: #fff;
}

/*--------------------------------------------------------------
# Worship Section
--------------------------------------------------------------*/
#worship {
  padding: 60px 0;
}

#worship .card {
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#worship .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#worship .card hr {
  margin: 25px 0;
}

#worship .card .card-title {
  margin: 10px 0;
  /* font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold; */
  font-size: 30px;
}

/* #worship .card .card-price {
  font-size: 30px;
  margin: 0;
} */

#worship .card ul li {
  margin-bottom: 20px;
}

/*#worship .card .text-muted {
  opacity: 0.7;
}*/

#worship .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #5c9f24;
  border: 0;
  color: #fff;
}

#worship .card .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding: 60px 0 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 30px; /*48px;*/
  display: inline-block;
  margin-bottom: 15px;
  color: #5c9f24;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #5c9f24;
}

#contact .contact-info a:hover {
  color: #74c92d;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 15px;
}

#footer .social-links a {
  display: inline-block;
  /* background: #222636; */
  background: #3c3c3c;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .social-links a i {
  line-height: 0;
  font-size: 17px;
}

#footer .social-links a:hover {
  background: #5c9f24;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 12px; /* 30px */
}

#footer .footer-links a {
  color: rgba(202, 206, 221, 0.8);
  font-family: "SUITE Variable", sans-serif;
}

#footer .footer-links a:hover {
  color: #fff;
}




.board_header {
  margin: 30px 0 30px 0;
}

.text-rainbow-animation {
  /*font-family:arial black;
  font-size:70px;*/
  background-image:
    linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  animation: rainbow-animation 1535s linear infinite;
}

@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}


.subhead {
  initial-letter: 2;

}
.subhead::first-letter {
  initial-letter: 2;
  padding-right: 5px;
}


.main-timeline {
    margin-top: 1.25rem;
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: relative;
    top: 94px;
    /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0 */
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #5c9f24;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #5c9f24;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 52px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 3px 0
}

.main-timeline .description {
    margin-bottom: 10px
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 28.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
    .main-timeline .icon {
        top: 107px;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0;
        top: 68px;
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 25%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}

#team .member-card {
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#team .member-card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#team .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 2px solid #74c92d;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

#team .social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

#parking .parking-img-bg {
  background-color: #efefef;
}

#video .video-thumbnail {
  position: relative;
}
#video .video-thumbnail img {
  max-width: 100%;
}

#video .video-feedback {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#video .video-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 94px;
  height: 94px;
}

#video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#5c9f24 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .play-btn:hover::after {
  border-left: 15px solid #5c9f24;
  transform: scale(20);
}

#video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

#video-player {
  width: 100%;
  height: calc(100vw/2.77777778);
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  #video-player {
    height: calc(100vw/1.77777778);
  }
}

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

}