body {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #444444;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
}

a,
p a {
  color: #444444;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.header-area .header-top {
  padding: 8px 50px;
  background: #42B2DA;
}

.header-area .header-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
}

.header-area .header-top .header-info-left ul li i {
  margin-right: 12px;
  color: #fff;
}

.logo img {
  height: 70px;
}

.fa-phone-alt:before {
  content: "\f879";
}

.header-area .header-top .header-info-right .header-social li {
  display: inline-block;
}

.header-area .header-top .header-info-right .header-social li a {
  color: #fff;
  font-size: 16px;
  padding-left: 19px;
}

.header-area .header-bottom {
  padding: 0px 50px;
}

.main-header .logo {
  float: left;
}

.f-right {
  float: right;
}

#navigation {
  display: flex;
  align-items: center;
}

li {
  list-style: none;
}

.main-header .main-menu ul>li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0px 14px;
}

.main-header .main-menu ul>li a {
  font-family: "Roboto", sans-serif;
  color: #301A22 !important;
  font-weight: 500;
  padding: 23px 7px;
  display: block;
  font-size: 16px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  text-transform: capitalize;
  position: relative;
}

.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.main-header .main-menu ul ul.submenu>li {
  margin-left: 7px;
  display: block;
}


/* Navbar styles */


.navbar-brand {
  font-size: 20px;
  /* Increase font size */
}

.mark::after {
  display: none !important;
}

.nav-link {
  font-size: 16px;
  /* Increase font size */
}

#navbarNav ul>li>a {
  display: inline-block;
  color: #fff;
  padding: 0 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

div#navbarNav {
  background: #4c4c4c;
  position: relative;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.mobile_menu {
  right: 0px;
  width: 100%;
  z-index: 99;
}

.slicknav_menu {
  font-size: 16px;

  padding: 5px;
}

.mobile_menu #navigation {
  align-items: flex-start;
}

.header-info-left ul {
  margin: 0px;
}

.header-info-right ul {
  margin: 0px;
}

.ftco-navbar-light {
  background: #fff !important;
  z-index: 3;
  padding: 0;
  -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}

.ftco-navbar-light .navbar-brand {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.video-section {
  padding: 0;
  background-color: #f8f9fa;
  /* Light background color */
}

.video-section .row {
  padding: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  --bs-gutter-x: 0;
}

.video-section .container-fluid {
  padding: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  --bs-gutter-x: 0;
}

.video-container {
  position: relative;
  width: 100%;
  height: 60dvh !important;
  ;
  padding-top: 30%;
  /* Height as percentage of width (16:9 aspect ratio) */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-section h1 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 25px;
}

.divider {
  border-bottom: 4px solid #42B2DA;
  padding-bottom: 5px;
  display: inline-block;
}

.header {
  height: 80px;
}

.bg-footer {
  background-color: #42B2DA;
}

.footer {
  font-size: large;
}

.main-header .main-menu ul>li a.header-btn {
  border: none;
  padding: 10px 31px !important;
  text-transform: capitalize !important;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  background: #42B2DA;
  border-radius: 30px;
  font-weight: bold !important;
}

.header-area .header-sticky.sticky-bar {
  background: #fff;
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

p.text-center.copy_write {
  font-size: 16px;
}

#back-top {
  background: #42B2DA;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

#back-top a i {
  display: block;
  line-height: 50px;
  color: #fff;
  outline: medium none;
}

#back-top a {
  color: #42B2DA;
}

.header-area {
  border-bottom: 1px solid blueviolet;
}

ul#navigation li a:hover {
  color: #42B2DA !important;
  font-weight: bold;
}

ul#navigation li a.header-btn:hover {
  color: #fff !important;
  font-weight: bold;
}

/*About us */
.post-img {
  max-height: 400px;
  max-width: 500px;
}

.blog_posts article {
  margin-bottom: 30px;
  box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
}

.blog_posts article .post_img {
  margin-bottom: 0;
}

.blog_posts article .post_img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog_posts article .post_text {
  padding: 24px 30px 15px 30px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.post_meta_top,
.post_meta_top a {
  color: #8c98a2;
  font-size: 12px;
}

.post_meta_top {
  margin-bottom: 5px;
}

.post_meta_top span:not(:last-child) {
  margin-right: 5px;
}

post_meta_top,
.post_meta_top a {
  color: #8c98a2;
  font-size: 12px;
}

.post_meta_top span:not(:last-child):after {
  content: "-";
  padding-left: 5px;
}

.post_title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 12px;
}

.blog_posts .post_content p {
  margin-bottom: 0.85rem;
}

.lead {
  line-height: 1.65;
  font-weight: 400;

}

.page-title {
  color: var(--default-color);
}

.page-title .heading {
  background: url("/assets/img/cta-bg.jpg");
}

.page-title .heading h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.history {
  background: #e9e9e9;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 0;
}

.history .history-image {
  padding: 30px;
  height: 100%;
  overflow: hidden;
}

.history .history-image .img-block {
  max-height: 260px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
  border-radius: 30px;
}

/* Call-to-action Section - Home Page */
.call-to-action {
  --default-color: #ffffff;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  padding: 80px 0;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: rgba(var(--background-color-rgb), 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}


/* vision Section */

.vision {
  background: #42B2DA;
  padding: 60px 0;
}

#intro {
  background-image: url("/assets/img/cta-bg.jpg");
  height: 80vh;
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.shadow-2-strong {
  box-shadow: 0 0px 3px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.16), 0 2px 2px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.1) !important;
}

.mask {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.statement {
  background: #e9e9e9;
  padding: 60px 0;
}

.contact-btn {
  /* padding: 21px 34px; */
  border-width: 2px;
  font-family: proxima-nova;
}

/*end About us*/
.footer-copy {
  background-color: #444;
}


.sermon .has-margin-bottom {
  margin-bottom: 20px;
}

.sermon .sermon-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sermon .sermon-title a {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

.sermon .sermon-title a:hover {
  text-decoration: underline;
}

.sermon .sermon-info {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.sermon .sermon-description {
  font-size: 16px;
  color: #444;
}

.sermon .sermon-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.sermon .author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.sermon .author-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.sermon .sermon-actions {
  margin-top: 20px;
}

.sermon .btn {
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
}

.sermon .btn-primary {
  background-color: #007bff;
  border: none;
}

.sermon .btn-primary:hover {
  background-color: #0056b3;
}

.sermon .btn-secondary {
  background-color: #6c757d;
  border: none;
}

.sermon .btn-secondary:hover {
  background-color: #5a6268;
}

.sermon .pagination {
  justify-content: center;
}

.sermon .blog-search {
  margin-bottom: 20px;
}

.sermon .vertical-links {
  margin-bottom: 20px;
}

.sermon .tag-cloud a {
  margin-right: 5px;
}

.sermon .list-unstyled li {
  margin-bottom: 5px;
}

.sermon .list-unstyled li .rounded-pill {
  line-height: 2;
}

/* for view-sermon page */

.sermon-view .has-margin-bottom {
  margin-bottom: 20px;
}

.sermon-view .bulletin img {
  max-width: 100%;
  height: auto;
}

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

.sermon-view .sermon-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.sermon-view .sermon-info {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

.sermon-view .sermon-video {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.sermon-view .sermon-author {
  display: flex;
  align-items: center;
  margin-top: 20px;

}

.sermon-view .author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.sermon-view .author-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.sermon-view iframe {
  width: 100% !important;
  height: 100% !important;
}

.sermon-view .list-unstyled li .rounded-pill {
  line-height: 2;
}


#contact {
  width: 100%;
  height: 100%;
}

.contact .section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Oswald', sans-serif;
  /* color: #fff; */
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact .contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.contact .form-horizontal {
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.contact .form-control,
textarea {
  max-width: 400px;
  background-color: #fff;
  color: #000;
  letter-spacing: 1px;
}

.contact .send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.contact .alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.contact .send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.contact .alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.contact .direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact .contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.contact .list-item {
  line-height: 2;
  color: #aaa;
  margin: 0;
  padding: 0;
}

.contact .list-item i {
  font-size: 25px;
}

.contact .list-item-link:hover {
  /* color: #000; */
  background: darkgray;
}

.contact .contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.contact .place {
  margin-left: 62px;
}

.contact .phone {
  margin-left: 56px;
}

.contact .gmail {
  margin-left: 53px;
}

.contact .contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact .contact-text a:hover {
  color: #fff;
  text-decoration: none;
}

/* Social Media Icons */
.contact .social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.contact .social-media-list li a {
  color: #fff;
  font-size: 25px
}

.contact .social-media-list li {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27, 27, 27);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.contact .social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #000;
  transition: all .2s ease-in-out;
}

.contact .social-media-list li:hover {
  background-color: #fff;
}

.contact .social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.contact .social-media-list li:hover a {
  color: #000;
}

.contact hr {
  border-color: rgba(255, 255, 255, .6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact .contact-wrapper {
    display: flex;
    flex-direction: column;
  }

  .contact .direct-contact-container,
  .form-horizontal {
    margin: 0 auto;
  }

  .contact .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }

  .contact .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .contact .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

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

  .contact .direct-contact-container,
  .form-wrapper {
    float: none;
    margin: 0 auto;
  }

  .contact .form-control,
  textarea {
    margin: 0 auto;
  }

  .contact .name,
  .email,
  textarea {
    width: 280px;
  }

  .contact .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }

  .contact .social-media-list {
    left: 0;
  }

  .contact .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }

  .contact .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media screen and (max-width: 410px) {
  .contact .send-button {
    width: 99%;
  }
}


/* Responsive styles */
@media (max-width: 576px) {
  .video-section h2 {
    font-size: 20px;
    /* Adjust font size for small screens */
  }

  .navbar-brand {
    font-size: 18px;
    /* Adjust font size for small screens */
  }

  .nav-link {
    font-size: 14px;
    /* Adjust font size for small screens */
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .header-top {
    padding: 17px 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
  #intro {
    height: 50vh;
  }

}


.dropdown-item:hover {
  background-color: white !important;
}