html {
  box-sizing: border-box;
  overflow-x: hidden;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-logo {
    display: block;
    background-color: #0d2059;
  }
}
@media (min-width: 310px) and (max-width: 767px) {
  .top-logo {
    display: none;
  }
}
@media (min-width: 992px) {
  .top-logo {
    display: none;
  }
}

.navbar {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 310px) and (max-width: 991px) {
  .navbar {
    position: relative;
    background-color: #0d2059;
  }
}
.navbar .navbar-toggler {
  background-color: white;
}
.navbar .navbar-brand {
  width: 20%;
}
.navbar .navbar-brand img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-brand {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 310px) and (max-width: 767px) {
  .navbar .navbar-brand {
    width: 50%;
  }
}
.navbar li {
  text-transform: uppercase;
}
.navbar li a {
  color: white;
  font-size: 16px;
  white-space: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar li a {
    font-size: 12px;
  }
}
@media (min-width: 810px) and (max-width: 991px) {
  .navbar li a {
    font-size: 13px;
    padding: 5px 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 809px) {
  .navbar li a {
    font-size: 14px;
    padding: 5px 7px !important;
  }
}
.navbar .dropdown-menu a {
  color: #0d2059;
}
.navbar .nav-btn {
  border: 1px solid white;
  padding: 5px 0.5rem;
  margin-left: 15px;
  margin-top: 8px;
  text-align: center;
  transition: all 0.2s ease;
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar .nav-btn {
    margin-top: 0;
  }
}
@media (min-width: 310px) and (max-width: 420px) {
  .navbar .nav-btn {
    margin-left: 0;
  }
}
.navbar .nav-btn:hover {
  background-color: white;
  color: #0d2059;
}

.navbar-2 {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 320px) and (max-width: 991px) {
  .navbar-2 {
    background-color: #0d2059;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.navbar-menu > .item {
  position: relative;
  text-align: center;
  transition-duration: 0.25s;
}

.navbar-menu > .item::after {
  background-color: #333;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  transition-duration: 0.25s;
  width: 100%;
}

.navbar-menu > .item > .link {
  cursor: pointer;
  display: inline-block;
  padding: 15px;
}

.navbar-menu > .item::after {
  background-color: #fff;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  transition-duration: 0.25s;
  width: 100%;
}

.navbar-menu.-material > .item:hover::after,
.navbar-menu.-material > .item.-active::after {
  transform: scaleX(1);
}

.navbar-menu.-material > .item::after {
  content: "";
  transform: scaleX(0);
  transform-origin: center;
}

.bg-grey {
  background-color: #1c2541;
  padding: 30px 0;
  padding-bottom: 0;
  color: #ffffff !important;
}
@media (min-width: 310px) and (max-width: 420px) {
  .bg-grey {
    text-align: left;
  }
}
.bg-grey p {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.bg-grey a {
  color: #ffffff;
}
.bg-grey .bottom-footer p {
  font-size: 12px;
  color: #dedede;
}
.bg-grey .bottom-footer a {
  color: #dedede;
}
.bg-grey h2 {
  font-size: 1.5rem;
}

.bgOne {
  background-image: linear-gradient(rgba(13, 32, 89, 0.3), rgba(13, 32, 89, 0.3)), url(../images/page-title1.png);
}

.bgTwo {
  background-image: linear-gradient(rgba(13, 32, 89, 0.3), rgba(13, 32, 89, 0.3)), url(../images/page-title2.png);
}

.bgThree {
  background-image: linear-gradient(rgba(13, 32, 89, 0.3), rgba(13, 32, 89, 0.3)), url(../images/page-title3.png);
}

.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .img-banner {
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 155px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 200px 0 100px 0;
  }
}
.img-banner span,
.img-banner a {
  color: #fff;
}
.img-banner .active {
  color: #fff;
}
.img-banner .accessory {
  height: 6px;
  background-image: radial-gradient(closest-side, rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0) 50%);
  position: relative;
}
.img-banner .accessory:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #bfbfbf;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 4px 0;
  border: 4px solid rgba(255, 255, 255, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.15), 10px -10px 0 rgba(255, 255, 255, 0.15);
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.btn-primary {
  background-color: #0d2059;
  color: white;
  border: 1px solid #0d2059;
}

.coming-soon {
  padding: 180px 0;
  text-align: center;
}

.btn-main {
  background-color: #0d2059;
  color: #fff;
  border: 1px solid #0d2059;
  transition: all 0.2s ease;
}
.btn-main:hover {
  color: #fff;
  background-color: #118AB2;
  border: 1px solid #118AB2;
}

.img-bg {
  background-image: url("../../images/page-bg.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#canvas-animation {
  position: absolute;
  top: 550px;
  left: 0;
}

.carousel .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  text-transform: uppercase;
}
.carousel .carousel-caption h1 {
  font-family: "Hammersmith One", sans-serif !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel .carousel-caption h1 {
    font-size: 42px;
  }
}
@media (min-width: 810px) and (max-width: 991px) {
  .carousel .carousel-caption h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 809px) {
  .carousel .carousel-caption h1 {
    font-size: 33px;
  }
}
.carousel .carousel-caption .blue-text {
  color: #fff;
}

.carousel-fade .carousel-item {
  opacity: 0;
  height: auto;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.social-icons {
  text-align: center;
  box-shadow: 0 0 15px #0d2059;
  padding-bottom: 15px;
}
.social-icons .col-2 {
  transform: translate(150%, -50%);
}
@media (min-width: 310px) and (max-width: 420px) {
  .social-icons .col-2 {
    transform: translate(21%, 0);
    margin: 15px 20px;
  }
}
.social-icons .icon-container {
  padding: 20px;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 0 15px #333;
  width: 85px;
}
.social-icons .icon-container i {
  color: #118AB2;
  font-size: 42px;
}
@media (min-width: 310px) and (max-width: 420px) {
  .social-icons .icon-container i {
    font-size: 28px;
  }
}
.social-icons h1 {
  font-size: 42px;
  color: #0d2059;
  text-transform: uppercase;
}
.social-icons h1 strong {
  font-weight: 900;
  font-family: "Hammersmith One", sans-serif !important;
}
@media (min-width: 810px) and (max-width: 991px) {
  .social-icons h1 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 809px) {
  .social-icons h1 {
    font-size: 16px;
  }
}
.social-icons .btn-primary {
  border: 4px solid #0d2059;
  background-color: transparent;
  color: #0d2059;
  font-weight: 900;
  padding: 5px 10px;
  margin-left: 50px;
}
@media (min-width: 310px) and (max-width: 420px) {
  .social-icons .btn-primary {
    margin-left: 0;
    display: block;
  }
}

.welcome-text {
  background-color: transparent;
  padding: 60px 0;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.welcome-text p {
  color: #595959 !important;
}
.welcome-text h1 {
  text-transform: uppercase;
  color: #0d2059;
  font-family: "Hammersmith One", sans-serif !important;
}
@media (min-width: 810px) and (max-width: 991px) {
  .welcome-text h1 {
    font-size: 62px !important;
  }
}
@media (min-width: 768px) and (max-width: 809px) {
  .welcome-text h1 {
    font-size: 65px !important;
  }
}
.welcome-text h1 .small-text {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  margin: 0 20px;
}
@media (min-width: 310px) and (max-width: 420px) {
  .welcome-text h1 .small-text {
    margin: 0;
  }
}
.welcome-text h1 .blue-text {
  font-weight: 900;
  color: #118AB2;
}

.parallax {
  background-image: url("../../images/exterior2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  padding: 50px 0;
}
@media (min-width: 310px) and (max-width: 420px) {
  .parallax {
    text-align: left;
  }
}
.parallax .text-area-container {
  font-weight: 900;
}
@media (min-width: 320px) and (max-width: 809px) {
  .parallax .text-area-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.parallax .text-decoration {
  text-decoration: underline;
  color: white;
}
.parallax p {
  color: white;
  font-size: 19px;
}
.parallax .col-xl-3 {
  margin-bottom: 20px;
}
.parallax h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 42px;
}
.parallax h1 strong {
  font-family: "Hammersmith One", sans-serif !important;
  font-size: 45px;
}
.parallax h2 {
  font-size: 24px;
  font-weight: 900;
  font-family: "Hammersmith One", sans-serif !important;
  text-align: center;
  border-left: 5px solid white;
}

.giving-container {
  background-image: url("../../img/giveback.jpg");
  background-color: transparent;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .giving-container {
    background-position: -320px 0;
  }
}
@media (min-width: 310px) and (max-width: 991px) {
  .giving-container {
    background-image: none;
    text-align: center;
  }
}
.giving-container h1 {
  color: #0d2059;
  padding-top: 27px;
  font-family: "Hammersmith One", sans-serif !important;
  line-height: 55px;
  padding: 55px 0 0;
}
@media (min-width: 310px) and (max-width: 420px) {
  .giving-container h1 {
    font-size: 48px;
  }
}
.giving-container h1 .blue-text {
  color: #118AB2;
}
.giving-container p {
  font-size: 24px;
  margin-bottom: 0;
  color: #595959 !important;
}
.giving-container .btn {
  background-color: transparent;
  border: 5px solid #0d2059;
  color: #0d2059;
  padding: 10px 25px;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0 0 55px;
}

.google-map-container iframe {
  width: 100%;
  margin-bottom: -5px;
}

.events-list .card {
  padding: 20px;
  border-radius: 0;
  border: 0;
  background-color: whitesmoke;
  margin-bottom: 30px;
}
.events-list .card h1 {
  font-size: 42px;
  color: #118AB2;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 420px) {
  .events-list .card h1 {
    font-size: 32px;
  }
}
.events-list .card a {
  color: #118AB2;
}
.events-list .card p {
  color: #666;
}
.events-list .card .btn-main {
  border: 3px solid #118AB2;
  background-color: transparent;
  border-radius: 0;
  color: #118AB2;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
.events-list .card .btn-main:hover {
  background-color: #0d2059;
  border: 3px solid #0d2059;
  color: #fff;
}
.events-list .col-xl-3 {
  border-left: 1px solid #333;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .events-list .col-xl-3 {
    border-left: none;
  }
}

.iframe-container iframe {
  width: 100%;
}

.events-detail {
  padding: 50px 0;
}
.events-detail h1 {
  color: #118AB2;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
}
.events-detail h2 {
  font-size: 24px;
  color: #0d2059;
}
.events-detail .events-links {
  color: #118AB2;
}

.contact-us h2 {
  color: #0d2059;
  text-transform: uppercase;
  font-weight: 900;
  margin: 20px 0;
}
.contact-us form input, .contact-us form textarea {
  border: 0;
  border-bottom: 1px solid #0d2059;
  margin-bottom: 20px;
}
.contact-us form label {
  width: 100%;
}
.contact-us form .hidden-field .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.contact-us form .hidden-field input {
  z-index: -1;
  position: relative;
}
@media (min-width: 320px) and (max-width: 420px) {
  .contact-us .iframe-container iframe {
    height: 200px !important;
  }
}

.donate-page {
  padding: 250px 0;
  padding-bottom: 180px;
  background-image: url("../../images/20220803_181948NEW.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 320px) and (max-width: 420px) {
  .donate-page {
    padding: 50px 0;
  }
}
.donate-page .card {
  background-color: rgba(255, 255, 255, 0.8);
}
.donate-page form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.donate-page form label {
  width: 100%;
}
.donate-page form label input, .donate-page form label select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #333;
  border-radius: 5px;
  padding: 5px;
  background-color: transparent;
}
.donate-page form h2 {
  font-size: 36px;
  color: #0d2059;
  text-transform: uppercase;
}
.donate-page form .number-input {
  background-color: transparent;
  border: 0;
  font-size: 48px;
  text-align: center;
}
.donate-page form .number-input:focus {
  outline: none;
}
.donate-page form input::-webkit-outer-spin-button,
.donate-page form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.donate-page form input[type=number] {
  -moz-appearance: textfield;
}

.video-cat .active-topic {
  color: #118AB2;
}
.video-cat a, .video-cat h2 {
  text-decoration: none;
  color: #333;
  margin: 0 20px;
  font-weight: 900;
}

.video-btn {
  background-color: white;
  border: 1px solid #0d2059;
  color: #0d2059;
  padding: 10px 20px;
}
.video-btn.active-topic {
  background-color: #0d2059;
  color: #fff;
  border: 1px solid white;
}

@media (min-width: 320px) and (max-width: 768px) {
  .pastors-note img {
    width: 100% !important;
  }
}

/*# sourceMappingURL=design.css.map */
