/* church index facilities start 
------------------------------------------------------*/
.projects-facilities .img-border img,
.projects-facilities .img-border-sm img {
  box-shadow: none;
}

.projects-facilities .owl-prev,
.projects-facilities .owl-next {
  border-radius: 50% !important;
}

/* church index events table start 
---------------------------------------------------------*/
tbody,
thead {
  background-color: rgba(118, 133, 208, 0.5);
  color: white;
}

.events .col-md-12:first-child {
  border: none;
}

@media (max-width: 991.98px) {
  tbody,
  thead {
    background-color: rgb(82, 99, 182, 0.5);
  }
  .events .mb-5 {
    font-size: 50px;
    font-weight: 700;
  }
}

/* index live events and service 
-----------------------------------------------------*/
.live .col-md-12:first-child {
  border-right: solid 3px #000;
}
.live img {
  max-width: 250px;
}
.live .mission-left p {
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}

/* .rwd-video {
  background: var(--primary);
  box-shadow: 15px 15px 10px #888888;
} */

.rwd-video {
  height: 0;
  overflow: hidden;
  /* padding-bottom: 260px; */
  padding: 0 12px 260px;
  /* padding-top: 30px; */
  position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 260px;
  left: 12px;
  position: absolute;
  top: 0;
  width: 95%;
}

/* index connect with your purpose */
.connect {
  background-image: url(/images/Events_Index_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.connect .container {
  min-height: 400px;
}

.connect .container .d-flex {
  flex-direction: column;
}

.connect .container p {
  color: white;
  font-size: 22px;
}
.connect h2 {
  font-size: 36px;
}
.connect .container .btn-primary {
  width: 200px;
}

@media (min-width: 991.98px) {
  .connect h2 {
    font-size: 56px !important;
  }
}
