/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type='hidden'] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type='submit'] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type='range'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5a0017 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5a0017 !important;
  border-color: #5a0017 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e0003 !important;
  border-color: #0e0003 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e0003 !important;
  border-color: #0e0003 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bf5832 !important;
  border-color: #bf5832 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #823c22 !important;
  border-color: #823c22 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #823c22 !important;
  border-color: #823c22 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5a0017;
  border-color: #5a0017;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5a0017 !important;
  border-color: #5a0017 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6e331d;
  color: #6e331d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bf5832;
  border-color: #bf5832;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bf5832 !important;
  border-color: #bf5832 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5a0017 !important;
}
.text-secondary {
  color: #bf5832 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6e331d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5a0017;
  border-color: #5a0017;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5a0017;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #da0038;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5a0017;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #5a0017;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5a0017;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5a0017;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5a0017;
  border-bottom-color: #5a0017;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5a0017 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #bf5832 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235a0017' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tL8p6d39Qy .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tL8p6d39Qy .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tL8p6d39Qy a {
  font-style: normal;
}
.cid-tL8p6d39Qy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tL8p6d39Qy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tL8p6d39Qy .nav-item:focus,
.cid-tL8p6d39Qy .nav-link:focus {
  outline: none;
}
.cid-tL8p6d39Qy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tL8p6d39Qy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tL8p6d39Qy .menu-logo {
  margin-right: auto;
}
.cid-tL8p6d39Qy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tL8p6d39Qy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tL8p6d39Qy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tL8p6d39Qy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tL8p6d39Qy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tL8p6d39Qy .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tL8p6d39Qy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tL8p6d39Qy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tL8p6d39Qy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tL8p6d39Qy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tL8p6d39Qy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tL8p6d39Qy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tL8p6d39Qy .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tL8p6d39Qy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tL8p6d39Qy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL8p6d39Qy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tL8p6d39Qy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tL8p6d39Qy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tL8p6d39Qy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tL8p6d39Qy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tL8p6d39Qy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tL8p6d39Qy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tL8p6d39Qy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tL8p6d39Qy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tL8p6d39Qy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tL8p6d39Qy button.navbar-toggler:focus {
  outline: none;
}
.cid-tL8p6d39Qy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tL8p6d39Qy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL8p6d39Qy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8p6d39Qy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8p6d39Qy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL8p6d39Qy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8p6d39Qy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL8p6d39Qy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL8p6d39Qy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8p6d39Qy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tL8p6d39Qy .collapsed .btn {
  display: -webkit-flex;
}
.cid-tL8p6d39Qy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tL8p6d39Qy .collapsed .navbar-collapse.collapsing,
.cid-tL8p6d39Qy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tL8p6d39Qy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tL8p6d39Qy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tL8p6d39Qy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tL8p6d39Qy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tL8p6d39Qy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tL8p6d39Qy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tL8p6d39Qy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tL8p6d39Qy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tL8p6d39Qy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tL8p6d39Qy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tL8p6d39Qy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tL8p6d39Qy .collapsed button.navbar-toggler {
  display: block;
}
.cid-tL8p6d39Qy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tL8p6d39Qy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tL8p6d39Qy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tL8p6d39Qy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tL8p6d39Qy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tL8p6d39Qy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tL8p6d39Qy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tL8p6d39Qy img {
    height: 3.8rem !important;
  }
  .cid-tL8p6d39Qy .btn {
    display: -webkit-flex;
  }
  .cid-tL8p6d39Qy button.navbar-toggler {
    display: block;
  }
  .cid-tL8p6d39Qy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tL8p6d39Qy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tL8p6d39Qy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tL8p6d39Qy .navbar-collapse.collapsing,
  .cid-tL8p6d39Qy .navbar-collapse.show {
    display: block !important;
  }
  .cid-tL8p6d39Qy .navbar-collapse.collapsing .navbar-nav,
  .cid-tL8p6d39Qy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tL8p6d39Qy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tL8p6d39Qy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tL8p6d39Qy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tL8p6d39Qy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tL8p6d39Qy .navbar-collapse.collapsing .navbar-buttons,
  .cid-tL8p6d39Qy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tL8p6d39Qy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tL8p6d39Qy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tL8p6d39Qy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tL8p6d39Qy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tL8p6d39Qy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tL8p6d39Qy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tL8p6d39Qy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tL8p6d39Qy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tL8p6d39Qy .nav-link:hover,
.cid-tL8p6d39Qy .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tL8p6d39Qy .nav-link,
  .cid-tL8p6d39Qy .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tL8p6d39Qy .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tL8p6VhXwo {
  padding-top: 13rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tL8p6VhXwo {
    padding-top: 13rem;
  }
}
@media (max-width: 991px) {
  .cid-tL8p6VhXwo {
    padding-top: 7.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tL8p6VhXwo {
    background-size: 130% 130%;
    background-position: center center;
    animation: shrink 20s infinite alternate;
  }
}
@keyframes shrink {
  0% {
    background-size: 130% 130%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.cid-tL8p6VhXwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL8p6VhXwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tL8p6VhXwo .col-content {
    text-align: center;
  }
}
.cid-tL8p6VhXwo .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tL8p6VhXwo .label-text {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tL8p6VhXwo .label-text {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tL8p6VhXwo .label-text {
    font-size: 1.6rem !important;
  }
}
.cid-tL8p6VhXwo .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tL8p6VhXwo .mbr-section-title {
    font-size: 6rem !important;
    line-height: 6rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tL8p6VhXwo .mbr-section-title {
    font-size: 4rem !important;
    line-height: 4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tL8p6VhXwo .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tL8p6VhXwo .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
.cid-tL8p6VhXwo .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tL8p6VhXwo .mbr-section-btn {
  margin-top: 22px;
}
.cid-tL8p6VhXwo .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tL8p6VhXwo .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tL8p6VhXwo .text-item {
    text-align: center;
  }
}
.cid-tL8p6VhXwo .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tL8p6VhXwo .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tL8p6VhXwo .mbr-section-subtitle,
.cid-tL8p6VhXwo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tL8p6VhXwo .card-title-name {
  color: #ffffff;
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  left: 25px;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  line-height: 1.3rem;
  font-size: 1.2rem !important;
  font-weight: 400;
  text-shadow: -0.5px 2px 2px rgba(0, 0, 0, 0.7);
}
.cid-tL8p6VhXwo .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tL8p6VhXwo .col-md-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .cid-tL8p6VhXwo .wrapper-rightt {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.cid-tL8p6VhXwo .carouselcl .leftcl > span,
.cid-tL8p6VhXwo .carouselcl .rightcl > span {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.cid-tL8p6VhXwo .carouselcl .rightcl > span {
  left: auto;
  right: 0px;
}
.cid-tL8p6VhXwo .carouselcl a {
  transition: opacity .5s;
  font-size: 1.3rem;
}
.cid-tL8p6VhXwo .carouselcl a span {
  padding: 10px !important;
  border-radius: 50%;
  color: #5b1818;
  opacity: 0.6;
}
.cid-tL8p6VhXwo .carouselcl a:hover span {
  opacity: 0.4;
  color: #5b1818;
  border-radius: 50%;
  background: #ffffff;
}
.cid-tL8p6VhXwo .carousel-indicators {
  margin: 0px;
  height: 0px;
}
.cid-tL8p6VhXwo ol.carousel-indicators {
  position: absolute;
  bottom: 2rem;
  margin: 0;
  left: 0;
  right: 0;
}
.cid-tL8p6VhXwo ol.carousel-indicators li,
.cid-tL8p6VhXwo ol.carousel-indicators li.active {
  width: 0.4rem;
  height: 0.4rem;
  margin: 10px;
  border-radius: 50%;
  border: 0;
  background: transparent;
}
.cid-tL8p6VhXwo ol.carousel-indicators li {
  background: rgba(255, 255, 255, 0.39);
  margin-left: .5rem;
  margin-right: .5rem;
  border: 1px solid #000000;
}
.cid-tL8p6VhXwo ol.carousel-indicators li.active {
  background: #000000;
  border: 1px solid #ffffff;
}
@media (min-width: 769px) {
  .cid-tL8p6VhXwo .concernsboximgborder {
    border-radius: 5px !important;
  }
}
@media (max-width: 768px) {
  .cid-tL8p6VhXwo .concernsboximgborder {
    border-radius: 5px !important;
  }
}
.cid-tL8p6VhXwo .captiontextsharon {
  min-height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px  0px 5px 5px;
  position: relative;
  bottom: 2.5rem;
  font-size: 0.85rem;
  color: #000000;
  text-align: center !important;
  padding-left: 3px;
  padding-right: 3px;
}
.cid-tL8p6VhXwo .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .9s;
  transition-property: opacity;
}
.cid-tL8p6VhXwo .carousel-fade .carousel-item.active,
.cid-tL8p6VhXwo .carousel-fade .carousel-item-next.carousel-item-left,
.cid-tL8p6VhXwo .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.cid-tL8p6VhXwo .carousel-fade .active.carousel-item-left,
.cid-tL8p6VhXwo .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.cid-tL8p6VhXwo .carousel-fade .carousel-item-next,
.cid-tL8p6VhXwo .carousel-fade .carousel-item-prev,
.cid-tL8p6VhXwo .carousel-fade .carousel-item.active,
.cid-tL8p6VhXwo .carousel-fade .active.carousel-item-left,
.cid-tL8p6VhXwo .carousel-fade .active.carousel-item-prev {
  transform: translate3d(0, 0, 0);
}
.cid-tL8p7Sl4MK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tL8p7Sl4MK .superupcode {
  position: absolute;
  top: -70px;
  background: linear-gradient(to right bottom, #5a0017, #3d0010);
  padding: 30px 0 30px 0;
  border-radius: 5px 20px 5px 10px !important;
}
@media (min-width: 300px) {
  .cid-tL8p7Sl4MK .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 290px;
  }
}
@media (min-width: 380px) {
  .cid-tL8p7Sl4MK .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 220px;
  }
}
@media (min-width: 768px) {
  .cid-tL8p7Sl4MK .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 140px;
  }
}
@media (min-width: 990px) {
  .cid-tL8p7Sl4MK .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .cid-tL8p7Sl4MK .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.cid-tL8p7Sl4MK .bgsizedcone {
  -webkit-box-shadow: 0px 0px 26px 0px rgba(184, 184, 184, 0.6);
  -moz-box-shadow: 0px 0px 26px 0px rgba(184, 184, 184, 0.6);
  box-shadow: 0px 0px 26px 0px rgba(184, 184, 184, 0.6);
}
.cid-tL8p7Sl4MK .boxrounder {
  border-radius: 10px 5px 10px 5px !important;
}
.cid-tL8p7Sl4MK .btn-whitener {
  background-color: #ffffff;
}
.cid-tL8p7Sl4MK .btn-whitener:hover {
  background-color: #e4a63a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tL8p7Sl4MK .mbr-section-btn {
    text-align: left;
    padding-right: 1.5rem;
  }
  .cid-tL8p7Sl4MK .btn {
    width: 100%;
  }
}
.cid-tL8p7Sl4MK .btn {
  font-size: 1rem !important;
}
.cid-tL8p94H8ir {
  padding-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/win-a-soul.jpg");
}
@media (max-width: 991px) {
  .cid-tL8p94H8ir {
    background-position: -400px 0px;
  }
}
@media (max-width: 768px) {
  .cid-tL8p94H8ir {
    background-position: -500px 0px;
  }
}
@media (max-width: 500px) {
  .cid-tL8p94H8ir {
    background-position: -600px 0px;
  }
}
@media (max-width: 400px) {
  .cid-tL8p94H8ir {
    background-position: -750px 0px;
  }
}
.cid-tL8p94H8ir .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tL8p94H8ir .subtitle__block,
.cid-tL8p94H8ir .title__block,
.cid-tL8p94H8ir .buttons__block {
  pointer-events: all;
}
.cid-tL8p94H8ir .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tL8p94H8ir .subtitle__block SPAN {
  color: #b1a374;
}
.cid-tL8p94H8ir .mbr-section-subtitle {
  display: inline-block;
}
.cid-tL8p94H8ir .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tL8p94H8ir .mbr-text {
  margin-top: 35px;
  font-size: 1.2rem !important;
}
.cid-tL8p94H8ir .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tL8p94H8ir .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-tL8p94H8ir .mbr-figure:hover {
  color: #82786e;
  cursor: pointer;
}
.cid-tL8p94H8ir .mbr-figure:hover .mbr-media {
  border-color: #82786e;
  color: #82786e;
}
@media (max-width: 575px) {
  .cid-tL8p94H8ir .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tL8p94H8ir .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tL8p94H8ir .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tL8p94H8ir .mbr-section-title,
.cid-tL8p94H8ir .subtitle__wrap {
  color: #073b4c;
}
.cid-tL8p94H8ir .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tL8p94H8ir .btn {
    padding: 5px 8px !important;
  }
}
.cid-tL8p94H8ir .shadower {
  text-shadow: 0px 0px 4px rgba(192, 192, 192, 0.9);
}
.cid-tL8p9Y3Soh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f3f3f1;
}
.cid-tL8p9Y3Soh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tL8p9Y3Soh p {
  color: #767676;
  text-align: left;
}
.cid-tL8p9Y3Soh .card-box {
  padding-top: 2rem;
}
.cid-tL8p9Y3Soh .card-wrapper {
  height: 100%;
}
.cid-tL8p9Y3Soh .side-cover-post {
  border-bottom: 1px dotted #B8C0C9;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px;
}
.cid-tL8p9Y3Soh .side-cover-post:hover {
  background: #F2D5A2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.cid-tL8p9Y3Soh .side-cover-post:hover .side-imgdh-overlay {
  width: 80px;
  height: 86px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(90, 0, 23, 0.8);
  border-radius: 50%;
  display: block;
}
.cid-tL8p9Y3Soh .side-cover-post:hover .side-imgdh-icon {
  position: absolute;
  top: 40%;
  left: 40%;
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  transform: rotateY(0deg) rotate(135deg);
}
.cid-tL8p9Y3Soh .icon-sizer-imgdh {
  max-width: 80px;
  width: 100%;
  border-radius: 50%;
}
.cid-tL8p9Y3Soh .side-cover-imgdh {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0px 10px 0px 0px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.cid-tL8p9Y3Soh .side-imgdh-overlay {
  display: none;
}
.cid-tL8p9Y3Soh .side-imgdh-icon {
  display: none;
}
.cid-tL8p9Y3Soh .side-post-topic {
  color: #5a0017;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.cid-tL8p9Y3Soh .side-post-sub {
  color: #888888;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cid-v0QQcru8GP {
  background: #f3f3f1;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-v0QQcru8GP .image-block {
  margin: auto;
}
.cid-v0QQcru8GP figcaption {
  position: relative;
}
.cid-v0QQcru8GP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v0QQcru8GP .image-block {
    width: 100% !important;
  }
}
.cid-tL8paGL1Vg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a0017;
}
.cid-tL8paGL1Vg .cloa {
  padding-right: 0px !important;
}
.cid-tL8paGL1Vg .clob {
  padding-left: 0px !important;
}
.cid-tL8paGL1Vg .cloc {
  padding-right: 0px !important;
}
.cid-tL8paGL1Vg .clod {
  padding-left: 0px !important;
}
.cid-tL8paGL1Vg .card-wrappera {
  background: #ffffff;
  border-radius: 5px 0px 0px 5px;
}
.cid-tL8paGL1Vg .card-wrapperb {
  background: #ffffff;
  border-radius: 0px 5px 5px 0px;
}
.cid-tL8paGL1Vg .card-wrapperb img {
  border-radius: 0px 5px 5px 0px;
}
.cid-tL8paGL1Vg .card-wrapperc {
  background: #e7d8d6;
  border-radius: 5px 0px 0px 5px;
}
.cid-tL8paGL1Vg .card-wrapperd {
  background: #bf5832;
  border-radius: 0px 5px 5px 0px;
}
.cid-tL8paGL1Vg .item-imgtwo {
  opacity: 0;
}
.cid-tL8paGL1Vg .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tL8paGL1Vg .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-tL8paGL1Vg .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tL8paGL1Vg .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #ffffff;
}
.cid-tL8paGL1Vg img,
.cid-tL8paGL1Vg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tL8paGL1Vg .item:focus,
.cid-tL8paGL1Vg span:focus {
  outline: none;
}
.cid-tL8paGL1Vg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tL8paGL1Vg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tL8paGL1Vg .mbr-section-title {
  color: #232323;
}
.cid-tL8paGL1Vg .mbr-text,
.cid-tL8paGL1Vg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tL8paGL1Vg .item-title {
  text-align: left;
}
.cid-tL8paGL1Vg .item-subtitle {
  text-align: left;
}
.cid-tL8paGL1Vg .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tL8paGL1Vg .btn {
    padding: 5px 8px !important;
  }
}
.cid-tL8paGL1Vg .picbg {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
.cid-tL8paGL1Vg .texter-spreading {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cid-tL8paGL1Vg .texter-spreading {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 769px) {
  .cid-tL8paGL1Vg .texter-spreading {
    font-size: 1.65rem !important;
    line-height: 2.4rem !important;
  }
}
.cid-tL8paGL1Vg .textspanner {
  font-weight: 700 !important;
  font-size: 2rem !important;
}
@media (max-width: 768px) {
  .cid-tL8paGL1Vg .textspanner {
    line-height: 2.2rem !important;
  }
}
.cid-tLeg1l4uV4 {
  background-color: #fff !important;
}
.cid-tLeg1l4uV4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tLeg1l4uV4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tLeg1l4uV4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLeg1l4uV4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLeg1l4uV4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tL8pb90ugT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tL8pb90ugT .content {
    text-align: center;
  }
  .cid-tL8pb90ugT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL8pb90ugT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL8pb90ugT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL8pb90ugT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tL8pb90ugT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL8pb90ugT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL8pb90ugT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tL8pb90ugT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL8pb90ugT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL8pb90ugT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL8pb90ugT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL8pb90ugT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL8pb90ugT .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tL8pb90ugT .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tL8pb90ugT .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tL8pb90ugT .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tL8pb90ugT .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tL8pb90ugT H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tL8pb90ugT .links-title {
    margin-left: 5px;
  }
  .cid-tL8pb90ugT .links-title a::before {
    content: "➜ ";
  }
  .cid-tL8pb90ugT h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tL8pb90ugT .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tL8pb90ugT .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-u1OI5CpZ86.popup-builder {
  background-color: #ffffff;
}
.cid-u1OI5CpZ86.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1OI5CpZ86.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1OI5CpZ86 .modal-content,
.cid-u1OI5CpZ86 .modal-dialog {
  height: auto;
}
.cid-u1OI5CpZ86 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1OI5CpZ86 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1OI5CpZ86 .form-wrapper .mbr-form .form-group,
  .cid-u1OI5CpZ86 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1OI5CpZ86 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1OI5CpZ86 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1OI5CpZ86 .mbr-text {
  text-align: center;
  color: #981919;
}
.cid-u1OI5CpZ86 .pt-0 {
  padding-top: 0 !important;
}
.cid-u1OI5CpZ86 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1OI5CpZ86 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1OI5CpZ86 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1OI5CpZ86 .modal-open {
  overflow: hidden;
}
.cid-u1OI5CpZ86 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1OI5CpZ86 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1OI5CpZ86 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1OI5CpZ86 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u1OI5CpZ86 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1OI5CpZ86 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1OI5CpZ86 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1OI5CpZ86 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u1OI5CpZ86 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1OI5CpZ86 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1OI5CpZ86 .modal-backdrop.show {
  opacity: .5;
}
.cid-u1OI5CpZ86 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-u1OI5CpZ86 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1OI5CpZ86 .modal-header .close:hover {
  opacity: 1;
}
.cid-u1OI5CpZ86 .modal-header .close:focus {
  outline: none;
}
.cid-u1OI5CpZ86 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u1OI5CpZ86 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-u1OI5CpZ86 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-u1OI5CpZ86 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1OI5CpZ86 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1OI5CpZ86 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1OI5CpZ86 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1OI5CpZ86 .modal-sm {
    max-width: 300px;
  }
  .cid-u1OI5CpZ86 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u1OI5CpZ86 .modal-lg,
  .cid-u1OI5CpZ86 .modal-xl {
    max-width: 800px;
  }
  .cid-u1OI5CpZ86 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u1OI5CpZ86 .modal-xl {
    max-width: 1140px;
  }
  .cid-u1OI5CpZ86 .container {
    max-width: 1140px;
  }
}
.cid-u1OI5CpZ86 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u1OI5CpZ86 .container {
    max-width: 720px;
  }
}
.cid-u1OI5CpZ86 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1OI5CpZ86 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u1OI5CpZ86 .form-group {
  margin-bottom: 1rem;
}
.cid-u1OI5CpZ86 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1OI5CpZ86 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1OI5CpZ86 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u1OI5CpZ86 .text-sizer {
  font-size: 1rem !important;
}
.cid-tL8pbEnnBu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tL8pbEnnBu .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tL8wQXrePb .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tL8wQXrePb .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tL8wQXrePb a {
  font-style: normal;
}
.cid-tL8wQXrePb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tL8wQXrePb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tL8wQXrePb .nav-item:focus,
.cid-tL8wQXrePb .nav-link:focus {
  outline: none;
}
.cid-tL8wQXrePb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tL8wQXrePb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tL8wQXrePb .menu-logo {
  margin-right: auto;
}
.cid-tL8wQXrePb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tL8wQXrePb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tL8wQXrePb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tL8wQXrePb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tL8wQXrePb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tL8wQXrePb .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tL8wQXrePb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tL8wQXrePb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tL8wQXrePb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tL8wQXrePb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tL8wQXrePb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tL8wQXrePb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tL8wQXrePb .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tL8wQXrePb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tL8wQXrePb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL8wQXrePb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tL8wQXrePb .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tL8wQXrePb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tL8wQXrePb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tL8wQXrePb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tL8wQXrePb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tL8wQXrePb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tL8wQXrePb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tL8wQXrePb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tL8wQXrePb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tL8wQXrePb button.navbar-toggler:focus {
  outline: none;
}
.cid-tL8wQXrePb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tL8wQXrePb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL8wQXrePb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8wQXrePb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8wQXrePb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL8wQXrePb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8wQXrePb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL8wQXrePb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL8wQXrePb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8wQXrePb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tL8wQXrePb .collapsed .btn {
  display: -webkit-flex;
}
.cid-tL8wQXrePb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tL8wQXrePb .collapsed .navbar-collapse.collapsing,
.cid-tL8wQXrePb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tL8wQXrePb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tL8wQXrePb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tL8wQXrePb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tL8wQXrePb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tL8wQXrePb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tL8wQXrePb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tL8wQXrePb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tL8wQXrePb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tL8wQXrePb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tL8wQXrePb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tL8wQXrePb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tL8wQXrePb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tL8wQXrePb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tL8wQXrePb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tL8wQXrePb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tL8wQXrePb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tL8wQXrePb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tL8wQXrePb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tL8wQXrePb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tL8wQXrePb img {
    height: 3.8rem !important;
  }
  .cid-tL8wQXrePb .btn {
    display: -webkit-flex;
  }
  .cid-tL8wQXrePb button.navbar-toggler {
    display: block;
  }
  .cid-tL8wQXrePb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tL8wQXrePb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tL8wQXrePb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tL8wQXrePb .navbar-collapse.collapsing,
  .cid-tL8wQXrePb .navbar-collapse.show {
    display: block !important;
  }
  .cid-tL8wQXrePb .navbar-collapse.collapsing .navbar-nav,
  .cid-tL8wQXrePb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tL8wQXrePb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tL8wQXrePb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tL8wQXrePb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tL8wQXrePb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tL8wQXrePb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tL8wQXrePb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tL8wQXrePb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tL8wQXrePb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tL8wQXrePb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tL8wQXrePb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tL8wQXrePb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tL8wQXrePb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tL8wQXrePb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tL8wQXrePb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tL8wQXrePb .nav-link:hover,
.cid-tL8wQXrePb .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tL8wQXrePb .nav-link,
  .cid-tL8wQXrePb .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tL8wQXrePb .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tL8wQXOw9p {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tL8wQXOw9p {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tL8wQXOw9p {
    padding-top: 6.6rem;
  }
}
.cid-tL8wQXOw9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL8wQXOw9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tL8wQXOw9p .col-content {
    text-align: center;
  }
}
.cid-tL8wQXOw9p .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tL8wQXOw9p .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tL8wQXOw9p .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tL8wQXOw9p .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tL8wQXOw9p .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tL8wQXOw9p .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tL8wQXOw9p .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tL8wQXOw9p .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tL8wQXOw9p .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tL8wQXOw9p .mbr-section-btn {
  margin-top: 22px;
}
.cid-tL8wQXOw9p .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tL8wQXOw9p .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tL8wQXOw9p .text-item {
    text-align: center;
  }
}
.cid-tL8wQXOw9p .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tL8wQXOw9p .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tL8wQXOw9p .mbr-section-subtitle,
.cid-tL8wQXOw9p .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tL8wQY1nvQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tL8wQY1nvQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tL8wQY1nvQ .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL8wQY1nvQ H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tL8wQY1nvQ .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tL8wQY1nvQ SPAN {
  color: #f9f9f9;
}
.cid-tLcx4xo58O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcx4xo58O .mbr-section-subtitle {
  color: #232323;
}
.cid-tL8DTv5nyf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tL8DTv5nyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL8DTv5nyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL8DTv5nyf .row {
  row-gap: 40px;
}
.cid-tL8DTv5nyf .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tL8DTv5nyf .text-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tL8DTv5nyf .text-wrap {
    padding: 0 3rem 0 0;
  }
}
.cid-tL8DTv5nyf .covcard {
  align-self: stretch;
}
.cid-tL8DTv5nyf .incard {
  height: 100%;
}
.cid-tL8DTv5nyf .mbr-section-title {
  color: #303030;
  text-align: left;
  font-weight: 500;
}
.cid-tL8DTv5nyf .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tL8DTv5nyf .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
  background: #5a0017;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}
.cid-tL8DTv5nyf .text-item {
  width: 100%;
}
.cid-tL8DTv5nyf .item-title {
  color: #e4a63a;
  margin-bottom: 1rem !important;
}
.cid-tL8DTv5nyf .item-text {
  color: #ffffff;
  margin-left: 1rem;
  line-height: 1.5rem !important;
}
.cid-tL8DTv5nyf .pastor {
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tL8DTv5nyf .pastor {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tL8DTv5nyf .pastor {
    max-width: 600px;
  }
}
.cid-tL8DTv5nyf .church-committee {
  border-radius: 4px;
  width: 100%;
  max-width: 800px;
}
.cid-tL8EcSanFl {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tL8EcSanFl hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tL8EcSanFl hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tL8EcSanFl h2 {
  float: left;
}
.cid-tL8EcSanFl .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tL8EcSanFl H2 {
  color: #999999;
}
.cid-tL8EcSanFl .btn-warning-outline:hover,
.cid-tL8EcSanFl .btn-warning-outline:focus,
.cid-tL8EcSanFl .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tL8wQYaEpc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tL8wQYaEpc .content {
    text-align: center;
  }
  .cid-tL8wQYaEpc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL8wQYaEpc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL8wQYaEpc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL8wQYaEpc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tL8wQYaEpc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL8wQYaEpc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL8wQYaEpc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tL8wQYaEpc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL8wQYaEpc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL8wQYaEpc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL8wQYaEpc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL8wQYaEpc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL8wQYaEpc .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tL8wQYaEpc .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tL8wQYaEpc .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tL8wQYaEpc .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tL8wQYaEpc .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tL8wQYaEpc H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tL8wQYaEpc .links-title {
    margin-left: 5px;
  }
  .cid-tL8wQYaEpc .links-title a::before {
    content: "➜ ";
  }
  .cid-tL8wQYaEpc h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tL8wQYaEpc .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tL8wQYaEpc .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tL8wQYtmbI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tL8wQYtmbI .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLc5rW2mXH .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLc5rW2mXH .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLc5rW2mXH a {
  font-style: normal;
}
.cid-tLc5rW2mXH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLc5rW2mXH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLc5rW2mXH .nav-item:focus,
.cid-tLc5rW2mXH .nav-link:focus {
  outline: none;
}
.cid-tLc5rW2mXH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLc5rW2mXH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLc5rW2mXH .menu-logo {
  margin-right: auto;
}
.cid-tLc5rW2mXH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLc5rW2mXH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLc5rW2mXH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLc5rW2mXH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLc5rW2mXH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLc5rW2mXH .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLc5rW2mXH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLc5rW2mXH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLc5rW2mXH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLc5rW2mXH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLc5rW2mXH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLc5rW2mXH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLc5rW2mXH .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLc5rW2mXH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLc5rW2mXH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLc5rW2mXH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLc5rW2mXH .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLc5rW2mXH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLc5rW2mXH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLc5rW2mXH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLc5rW2mXH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLc5rW2mXH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLc5rW2mXH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLc5rW2mXH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLc5rW2mXH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLc5rW2mXH button.navbar-toggler:focus {
  outline: none;
}
.cid-tLc5rW2mXH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLc5rW2mXH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLc5rW2mXH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLc5rW2mXH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLc5rW2mXH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLc5rW2mXH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLc5rW2mXH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLc5rW2mXH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLc5rW2mXH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLc5rW2mXH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLc5rW2mXH .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLc5rW2mXH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLc5rW2mXH .collapsed .navbar-collapse.collapsing,
.cid-tLc5rW2mXH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLc5rW2mXH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLc5rW2mXH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLc5rW2mXH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLc5rW2mXH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLc5rW2mXH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLc5rW2mXH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLc5rW2mXH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLc5rW2mXH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLc5rW2mXH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLc5rW2mXH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLc5rW2mXH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLc5rW2mXH .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLc5rW2mXH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLc5rW2mXH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLc5rW2mXH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLc5rW2mXH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLc5rW2mXH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLc5rW2mXH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLc5rW2mXH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLc5rW2mXH img {
    height: 3.8rem !important;
  }
  .cid-tLc5rW2mXH .btn {
    display: -webkit-flex;
  }
  .cid-tLc5rW2mXH button.navbar-toggler {
    display: block;
  }
  .cid-tLc5rW2mXH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLc5rW2mXH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLc5rW2mXH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLc5rW2mXH .navbar-collapse.collapsing,
  .cid-tLc5rW2mXH .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLc5rW2mXH .navbar-collapse.collapsing .navbar-nav,
  .cid-tLc5rW2mXH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLc5rW2mXH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLc5rW2mXH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLc5rW2mXH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLc5rW2mXH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLc5rW2mXH .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLc5rW2mXH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLc5rW2mXH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLc5rW2mXH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLc5rW2mXH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLc5rW2mXH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLc5rW2mXH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLc5rW2mXH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLc5rW2mXH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLc5rW2mXH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLc5rW2mXH .nav-link:hover,
.cid-tLc5rW2mXH .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLc5rW2mXH .nav-link,
  .cid-tLc5rW2mXH .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLc5rW2mXH .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLc5rWiBkg {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLc5rWiBkg {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLc5rWiBkg {
    padding-top: 6.6rem;
  }
}
.cid-tLc5rWiBkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLc5rWiBkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLc5rWiBkg .col-content {
    text-align: center;
  }
}
.cid-tLc5rWiBkg .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLc5rWiBkg .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLc5rWiBkg .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLc5rWiBkg .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLc5rWiBkg .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLc5rWiBkg .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLc5rWiBkg .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLc5rWiBkg .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLc5rWiBkg .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLc5rWiBkg .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLc5rWiBkg .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLc5rWiBkg .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLc5rWiBkg .text-item {
    text-align: center;
  }
}
.cid-tLc5rWiBkg .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLc5rWiBkg .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLc5rWiBkg .mbr-section-subtitle,
.cid-tLc5rWiBkg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLc5rWvDEH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLc5rWvDEH .mbr-section-subtitle {
  color: #767676;
}
.cid-tLc5rWvDEH .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLc5rWvDEH H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLc5rWvDEH .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLc5rWvDEH SPAN {
  color: #f9f9f9;
}
.cid-tLcxv1z1Eh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcxv1z1Eh .mbr-section-subtitle {
  color: #232323;
}
.cid-tLc6hnecpu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f3f3f1;
}
.cid-tLc6hnecpu .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 3rem;
}
.cid-tLc6hnecpu img {
  border: 0px solid gray;
  border-radius: 4px;
}
.cid-tLc6hnecpu img:hover {
  border-color: #5a0017;
}
.cid-tLc6hnecpu img,
.cid-tLc6hnecpu .item-img {
  width: 100%;
}
.cid-tLc6hnecpu h5 {
  margin: 0;
}
.cid-tLc6hnecpu .item:focus,
.cid-tLc6hnecpu span:focus {
  outline: none;
}
.cid-tLc6hnecpu .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tLc6hnecpu .item-content {
  padding-top: 1rem;
}
.cid-tLc6hnecpu .mbr-section-title {
  color: #fa4529;
}
.cid-tLc6hnecpu .item-title {
  color: #5a0017;
  font-size: 1.1rem !important;
}
.cid-tLc6hnecpu .item-subtitle {
  color: #bf5832;
  font-weight: 500 !important;
  padding-top: 0.5rem !important;
}
.cid-tLc6hnecpu .btn {
  font-size: 0.8rem !important;
  letter-spacing: 2px !important;
  border: 1px solid #000000 !important;
  padding: 5px 8px !important;
  color: #000000 !important;
  border-radius: 1px !important;
  margin: 2px !important;
}
.cid-tLc6hnecpu .btn:hover {
  padding: 5px 8px !important;
  color: #000000 !important;
  background-color: #15e0fb !important;
  border-radius: 1px !important;
}
.cid-tLc5rWP97C {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tLc5rWP97C hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tLc5rWP97C hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tLc5rWP97C h2 {
  float: left;
}
.cid-tLc5rWP97C .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tLc5rWP97C H2 {
  color: #999999;
}
.cid-tLc5rWP97C .btn-warning-outline:hover,
.cid-tLc5rWP97C .btn-warning-outline:focus,
.cid-tLc5rWP97C .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tLc5rWXsRU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLc5rWXsRU .content {
    text-align: center;
  }
  .cid-tLc5rWXsRU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLc5rWXsRU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLc5rWXsRU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLc5rWXsRU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLc5rWXsRU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLc5rWXsRU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLc5rWXsRU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLc5rWXsRU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLc5rWXsRU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLc5rWXsRU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLc5rWXsRU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLc5rWXsRU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLc5rWXsRU .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLc5rWXsRU .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLc5rWXsRU .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLc5rWXsRU .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLc5rWXsRU .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLc5rWXsRU H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLc5rWXsRU .links-title {
    margin-left: 5px;
  }
  .cid-tLc5rWXsRU .links-title a::before {
    content: "➜ ";
  }
  .cid-tLc5rWXsRU h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLc5rWXsRU .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLc5rWXsRU .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLc5rXgN1I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLc5rXgN1I .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLciahIMz0 .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLciahIMz0 .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLciahIMz0 a {
  font-style: normal;
}
.cid-tLciahIMz0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLciahIMz0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLciahIMz0 .nav-item:focus,
.cid-tLciahIMz0 .nav-link:focus {
  outline: none;
}
.cid-tLciahIMz0 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLciahIMz0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLciahIMz0 .menu-logo {
  margin-right: auto;
}
.cid-tLciahIMz0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLciahIMz0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLciahIMz0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLciahIMz0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLciahIMz0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLciahIMz0 .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLciahIMz0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLciahIMz0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLciahIMz0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLciahIMz0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLciahIMz0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLciahIMz0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLciahIMz0 .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLciahIMz0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLciahIMz0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLciahIMz0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLciahIMz0 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLciahIMz0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLciahIMz0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLciahIMz0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLciahIMz0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLciahIMz0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLciahIMz0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLciahIMz0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLciahIMz0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLciahIMz0 button.navbar-toggler:focus {
  outline: none;
}
.cid-tLciahIMz0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLciahIMz0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLciahIMz0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLciahIMz0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLciahIMz0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLciahIMz0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLciahIMz0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLciahIMz0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLciahIMz0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLciahIMz0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLciahIMz0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLciahIMz0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLciahIMz0 .collapsed .navbar-collapse.collapsing,
.cid-tLciahIMz0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLciahIMz0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLciahIMz0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLciahIMz0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLciahIMz0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLciahIMz0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLciahIMz0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLciahIMz0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLciahIMz0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLciahIMz0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLciahIMz0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLciahIMz0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLciahIMz0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLciahIMz0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLciahIMz0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLciahIMz0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLciahIMz0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLciahIMz0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLciahIMz0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLciahIMz0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLciahIMz0 img {
    height: 3.8rem !important;
  }
  .cid-tLciahIMz0 .btn {
    display: -webkit-flex;
  }
  .cid-tLciahIMz0 button.navbar-toggler {
    display: block;
  }
  .cid-tLciahIMz0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLciahIMz0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLciahIMz0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLciahIMz0 .navbar-collapse.collapsing,
  .cid-tLciahIMz0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLciahIMz0 .navbar-collapse.collapsing .navbar-nav,
  .cid-tLciahIMz0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLciahIMz0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLciahIMz0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLciahIMz0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLciahIMz0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLciahIMz0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLciahIMz0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLciahIMz0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLciahIMz0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLciahIMz0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLciahIMz0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLciahIMz0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLciahIMz0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLciahIMz0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLciahIMz0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLciahIMz0 .nav-link:hover,
.cid-tLciahIMz0 .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLciahIMz0 .nav-link,
  .cid-tLciahIMz0 .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLciahIMz0 .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLciahXeho {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLciahXeho {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLciahXeho {
    padding-top: 6.6rem;
  }
}
.cid-tLciahXeho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLciahXeho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLciahXeho .col-content {
    text-align: center;
  }
}
.cid-tLciahXeho .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLciahXeho .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLciahXeho .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLciahXeho .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLciahXeho .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLciahXeho .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLciahXeho .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLciahXeho .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLciahXeho .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLciahXeho .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLciahXeho .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLciahXeho .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLciahXeho .text-item {
    text-align: center;
  }
}
.cid-tLciahXeho .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLciahXeho .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLciahXeho .mbr-section-subtitle,
.cid-tLciahXeho .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLciai8dPk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLciai8dPk .mbr-section-subtitle {
  color: #767676;
}
.cid-tLciai8dPk .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLciai8dPk H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLciai8dPk .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLciai8dPk SPAN {
  color: #f9f9f9;
}
.cid-tLcycS9nBW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcycS9nBW .mbr-section-subtitle {
  color: #232323;
}
.cid-tQWFJrIsCp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tQWFJrIsCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQWFJrIsCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQWFJrIsCp .row {
  row-gap: 40px;
}
.cid-tQWFJrIsCp .text-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tQWFJrIsCp .text-wrap {
    padding: 0 3rem 0 0;
  }
}
.cid-tQWFJrIsCp .covcard {
  align-self: stretch;
}
.cid-tQWFJrIsCp .incard {
  height: 100%;
}
.cid-tQWFJrIsCp .mbr-section-title {
  color: #303030;
  text-align: left;
  font-weight: 500;
}
.cid-tQWFJrIsCp .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tQWFJrIsCp .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
  background: #5a0017;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}
.cid-tQWFJrIsCp .text-item {
  width: 100%;
}
.cid-tQWFJrIsCp .item-title {
  color: #e4a63a;
  margin-bottom: 1rem !important;
}
.cid-tQWFJrIsCp .item-text {
  color: #ffffff;
  margin-left: 1rem;
  line-height: 1.5rem !important;
}
.cid-tQWFJrIsCp .pastor {
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tQWFJrIsCp .pastor {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tQWFJrIsCp .pastor {
    max-width: 600px;
  }
}
.cid-tQWFJrIsCp .vertiliner {
  color: #e4a63a;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tQWFJrIsCp .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-tQWFJrIsCp .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-tQWFJrIsCp .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tQWFJrIsCp .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-tQWFJrIsCp .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-tQWFJrIsCp .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-tQWFJrIsCp .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tQWFJrIsCp .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tQWFJrIsCp .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tQWFJrIsCp .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tQWFJrIsCp .dentaua-college-gal .card-columns {
    column-count: 4;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tQWFJrIsCp .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQWFJrIsCp .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-tQWFJrIsCp .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-tQWFJrIsCp .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-tQWFJrIsCp .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tLciaiqMmo {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tLciaiqMmo hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tLciaiqMmo hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tLciaiqMmo h2 {
  float: left;
}
.cid-tLciaiqMmo .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tLciaiqMmo H2 {
  color: #999999;
}
.cid-tLciaiqMmo .btn-warning-outline:hover,
.cid-tLciaiqMmo .btn-warning-outline:focus,
.cid-tLciaiqMmo .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tLciaiyV1C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLciaiyV1C .content {
    text-align: center;
  }
  .cid-tLciaiyV1C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLciaiyV1C .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLciaiyV1C .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLciaiyV1C .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLciaiyV1C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLciaiyV1C .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLciaiyV1C .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLciaiyV1C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLciaiyV1C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLciaiyV1C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLciaiyV1C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLciaiyV1C .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLciaiyV1C .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLciaiyV1C .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLciaiyV1C .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLciaiyV1C .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLciaiyV1C .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLciaiyV1C H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLciaiyV1C .links-title {
    margin-left: 5px;
  }
  .cid-tLciaiyV1C .links-title a::before {
    content: "➜ ";
  }
  .cid-tLciaiyV1C h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLciaiyV1C .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLciaiyV1C .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLciaiQebR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLciaiQebR .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLci9zCxFt .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLci9zCxFt .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLci9zCxFt a {
  font-style: normal;
}
.cid-tLci9zCxFt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLci9zCxFt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLci9zCxFt .nav-item:focus,
.cid-tLci9zCxFt .nav-link:focus {
  outline: none;
}
.cid-tLci9zCxFt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLci9zCxFt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLci9zCxFt .menu-logo {
  margin-right: auto;
}
.cid-tLci9zCxFt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLci9zCxFt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLci9zCxFt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLci9zCxFt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLci9zCxFt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLci9zCxFt .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLci9zCxFt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLci9zCxFt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLci9zCxFt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLci9zCxFt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLci9zCxFt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLci9zCxFt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLci9zCxFt .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLci9zCxFt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLci9zCxFt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLci9zCxFt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLci9zCxFt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLci9zCxFt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLci9zCxFt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLci9zCxFt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLci9zCxFt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLci9zCxFt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLci9zCxFt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLci9zCxFt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLci9zCxFt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLci9zCxFt button.navbar-toggler:focus {
  outline: none;
}
.cid-tLci9zCxFt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLci9zCxFt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLci9zCxFt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLci9zCxFt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLci9zCxFt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLci9zCxFt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLci9zCxFt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLci9zCxFt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLci9zCxFt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLci9zCxFt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLci9zCxFt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLci9zCxFt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLci9zCxFt .collapsed .navbar-collapse.collapsing,
.cid-tLci9zCxFt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLci9zCxFt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLci9zCxFt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLci9zCxFt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLci9zCxFt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLci9zCxFt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLci9zCxFt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLci9zCxFt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLci9zCxFt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLci9zCxFt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLci9zCxFt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLci9zCxFt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLci9zCxFt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLci9zCxFt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLci9zCxFt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLci9zCxFt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLci9zCxFt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLci9zCxFt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLci9zCxFt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLci9zCxFt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLci9zCxFt img {
    height: 3.8rem !important;
  }
  .cid-tLci9zCxFt .btn {
    display: -webkit-flex;
  }
  .cid-tLci9zCxFt button.navbar-toggler {
    display: block;
  }
  .cid-tLci9zCxFt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLci9zCxFt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLci9zCxFt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLci9zCxFt .navbar-collapse.collapsing,
  .cid-tLci9zCxFt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLci9zCxFt .navbar-collapse.collapsing .navbar-nav,
  .cid-tLci9zCxFt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLci9zCxFt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLci9zCxFt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLci9zCxFt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLci9zCxFt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLci9zCxFt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLci9zCxFt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLci9zCxFt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLci9zCxFt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLci9zCxFt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLci9zCxFt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLci9zCxFt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLci9zCxFt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLci9zCxFt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLci9zCxFt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLci9zCxFt .nav-link:hover,
.cid-tLci9zCxFt .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLci9zCxFt .nav-link,
  .cid-tLci9zCxFt .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLci9zCxFt .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLci9zS6a1 {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLci9zS6a1 {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLci9zS6a1 {
    padding-top: 6.6rem;
  }
}
.cid-tLci9zS6a1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLci9zS6a1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLci9zS6a1 .col-content {
    text-align: center;
  }
}
.cid-tLci9zS6a1 .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLci9zS6a1 .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLci9zS6a1 .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLci9zS6a1 .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLci9zS6a1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLci9zS6a1 .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLci9zS6a1 .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLci9zS6a1 .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLci9zS6a1 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLci9zS6a1 .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLci9zS6a1 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLci9zS6a1 .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLci9zS6a1 .text-item {
    text-align: center;
  }
}
.cid-tLci9zS6a1 .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLci9zS6a1 .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLci9zS6a1 .mbr-section-subtitle,
.cid-tLci9zS6a1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLci9A4PgD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLci9A4PgD .mbr-section-subtitle {
  color: #767676;
}
.cid-tLci9A4PgD .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLci9A4PgD H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLci9A4PgD .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLci9A4PgD SPAN {
  color: #f9f9f9;
}
.cid-tLcyhqhBg2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcyhqhBg2 .mbr-section-subtitle {
  color: #232323;
}
.cid-tQWDBIhINm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tQWDBIhINm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQWDBIhINm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQWDBIhINm .row {
  row-gap: 40px;
}
.cid-tQWDBIhINm .text-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tQWDBIhINm .text-wrap {
    padding: 0 3rem 0 0;
  }
}
.cid-tQWDBIhINm .covcard {
  align-self: stretch;
}
.cid-tQWDBIhINm .incard {
  height: 100%;
}
.cid-tQWDBIhINm .mbr-section-title {
  color: #303030;
  text-align: left;
  font-weight: 500;
}
.cid-tQWDBIhINm .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tQWDBIhINm .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
  background: #5a0017;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}
.cid-tQWDBIhINm .text-item {
  width: 100%;
}
.cid-tQWDBIhINm .item-title {
  color: #e4a63a;
  margin-bottom: 1rem !important;
}
.cid-tQWDBIhINm .item-text {
  color: #ffffff;
  margin-left: 1rem;
  line-height: 1.5rem !important;
}
.cid-tQWDBIhINm .pastor {
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tQWDBIhINm .pastor {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tQWDBIhINm .pastor {
    max-width: 600px;
  }
}
.cid-tQWDBIhINm .vertiliner {
  color: #e4a63a;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tQWDBIhINm .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-tQWDBIhINm .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-tQWDBIhINm .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tQWDBIhINm .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-tQWDBIhINm .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-tQWDBIhINm .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-tQWDBIhINm .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tQWDBIhINm .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tQWDBIhINm .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tQWDBIhINm .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tQWDBIhINm .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tQWDBIhINm .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQWDBIhINm .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-tQWDBIhINm .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-tQWDBIhINm .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-tQWDBIhINm .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tLci9AnFfm {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tLci9AnFfm hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tLci9AnFfm hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tLci9AnFfm h2 {
  float: left;
}
.cid-tLci9AnFfm .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tLci9AnFfm H2 {
  color: #999999;
}
.cid-tLci9AnFfm .btn-warning-outline:hover,
.cid-tLci9AnFfm .btn-warning-outline:focus,
.cid-tLci9AnFfm .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tLci9AvLwb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLci9AvLwb .content {
    text-align: center;
  }
  .cid-tLci9AvLwb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLci9AvLwb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLci9AvLwb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLci9AvLwb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLci9AvLwb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLci9AvLwb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLci9AvLwb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLci9AvLwb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLci9AvLwb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLci9AvLwb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLci9AvLwb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLci9AvLwb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLci9AvLwb .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLci9AvLwb .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLci9AvLwb .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLci9AvLwb .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLci9AvLwb .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLci9AvLwb H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLci9AvLwb .links-title {
    margin-left: 5px;
  }
  .cid-tLci9AvLwb .links-title a::before {
    content: "➜ ";
  }
  .cid-tLci9AvLwb h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLci9AvLwb .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLci9AvLwb .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLci9ALtva {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLci9ALtva .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLci8vdmpn .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLci8vdmpn .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLci8vdmpn a {
  font-style: normal;
}
.cid-tLci8vdmpn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLci8vdmpn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLci8vdmpn .nav-item:focus,
.cid-tLci8vdmpn .nav-link:focus {
  outline: none;
}
.cid-tLci8vdmpn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLci8vdmpn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLci8vdmpn .menu-logo {
  margin-right: auto;
}
.cid-tLci8vdmpn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLci8vdmpn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLci8vdmpn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLci8vdmpn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLci8vdmpn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLci8vdmpn .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLci8vdmpn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLci8vdmpn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLci8vdmpn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLci8vdmpn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLci8vdmpn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLci8vdmpn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLci8vdmpn .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLci8vdmpn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLci8vdmpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLci8vdmpn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLci8vdmpn .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLci8vdmpn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLci8vdmpn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLci8vdmpn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLci8vdmpn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLci8vdmpn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLci8vdmpn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLci8vdmpn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLci8vdmpn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLci8vdmpn button.navbar-toggler:focus {
  outline: none;
}
.cid-tLci8vdmpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLci8vdmpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLci8vdmpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLci8vdmpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLci8vdmpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLci8vdmpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLci8vdmpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLci8vdmpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLci8vdmpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLci8vdmpn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLci8vdmpn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLci8vdmpn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLci8vdmpn .collapsed .navbar-collapse.collapsing,
.cid-tLci8vdmpn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLci8vdmpn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLci8vdmpn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLci8vdmpn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLci8vdmpn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLci8vdmpn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLci8vdmpn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLci8vdmpn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLci8vdmpn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLci8vdmpn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLci8vdmpn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLci8vdmpn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLci8vdmpn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLci8vdmpn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLci8vdmpn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLci8vdmpn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLci8vdmpn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLci8vdmpn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLci8vdmpn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLci8vdmpn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLci8vdmpn img {
    height: 3.8rem !important;
  }
  .cid-tLci8vdmpn .btn {
    display: -webkit-flex;
  }
  .cid-tLci8vdmpn button.navbar-toggler {
    display: block;
  }
  .cid-tLci8vdmpn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLci8vdmpn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLci8vdmpn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLci8vdmpn .navbar-collapse.collapsing,
  .cid-tLci8vdmpn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLci8vdmpn .navbar-collapse.collapsing .navbar-nav,
  .cid-tLci8vdmpn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLci8vdmpn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLci8vdmpn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLci8vdmpn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLci8vdmpn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLci8vdmpn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLci8vdmpn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLci8vdmpn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLci8vdmpn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLci8vdmpn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLci8vdmpn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLci8vdmpn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLci8vdmpn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLci8vdmpn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLci8vdmpn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLci8vdmpn .nav-link:hover,
.cid-tLci8vdmpn .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLci8vdmpn .nav-link,
  .cid-tLci8vdmpn .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLci8vdmpn .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLci8vsN30 {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLci8vsN30 {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLci8vsN30 {
    padding-top: 6.6rem;
  }
}
.cid-tLci8vsN30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLci8vsN30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLci8vsN30 .col-content {
    text-align: center;
  }
}
.cid-tLci8vsN30 .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLci8vsN30 .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLci8vsN30 .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLci8vsN30 .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLci8vsN30 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLci8vsN30 .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLci8vsN30 .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLci8vsN30 .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLci8vsN30 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLci8vsN30 .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLci8vsN30 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLci8vsN30 .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLci8vsN30 .text-item {
    text-align: center;
  }
}
.cid-tLci8vsN30 .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLci8vsN30 .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLci8vsN30 .mbr-section-subtitle,
.cid-tLci8vsN30 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLci8vCabb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLci8vCabb .mbr-section-subtitle {
  color: #767676;
}
.cid-tLci8vCabb .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLci8vCabb H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLci8vCabb .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLci8vCabb SPAN {
  color: #f9f9f9;
}
.cid-tLcynSDcEz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcynSDcEz .mbr-section-subtitle {
  color: #232323;
}
.cid-veEsTHj0hb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-veEsTHj0hb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEsTHj0hb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEsTHj0hb .row {
  row-gap: 40px;
}
.cid-veEsTHj0hb .text-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-veEsTHj0hb .text-wrap {
    padding: 0 3rem 0 0;
  }
}
.cid-veEsTHj0hb .covcard {
  align-self: stretch;
}
.cid-veEsTHj0hb .incard {
  height: 100%;
}
.cid-veEsTHj0hb .mbr-section-title {
  color: #303030;
  text-align: left;
  font-weight: 500;
}
.cid-veEsTHj0hb .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-veEsTHj0hb .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
  background: #5a0017;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}
.cid-veEsTHj0hb .text-item {
  width: 100%;
}
.cid-veEsTHj0hb .item-title {
  color: #e4a63a;
  margin-bottom: 1rem !important;
}
.cid-veEsTHj0hb .item-text {
  color: #ffffff;
  margin-left: 1rem;
  line-height: 1.5rem !important;
}
.cid-veEsTHj0hb .pastor {
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-veEsTHj0hb .pastor {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-veEsTHj0hb .pastor {
    max-width: 600px;
  }
}
.cid-veEsTHj0hb .vertiliner {
  color: #e4a63a;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-veEsTHj0hb .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-veEsTHj0hb .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-veEsTHj0hb .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-veEsTHj0hb .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-veEsTHj0hb .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-veEsTHj0hb .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-veEsTHj0hb .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veEsTHj0hb .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-veEsTHj0hb .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-veEsTHj0hb .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-veEsTHj0hb .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-veEsTHj0hb .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veEsTHj0hb .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-veEsTHj0hb .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-veEsTHj0hb .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-veEsTHj0hb .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tLci8vTcvQ {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tLci8vTcvQ hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tLci8vTcvQ hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tLci8vTcvQ h2 {
  float: left;
}
.cid-tLci8vTcvQ .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tLci8vTcvQ H2 {
  color: #999999;
}
.cid-tLci8vTcvQ .btn-warning-outline:hover,
.cid-tLci8vTcvQ .btn-warning-outline:focus,
.cid-tLci8vTcvQ .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tLci8w1gae {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLci8w1gae .content {
    text-align: center;
  }
  .cid-tLci8w1gae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLci8w1gae .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLci8w1gae .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLci8w1gae .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLci8w1gae .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLci8w1gae .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLci8w1gae .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLci8w1gae .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLci8w1gae .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLci8w1gae .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLci8w1gae .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLci8w1gae .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLci8w1gae .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLci8w1gae .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLci8w1gae .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLci8w1gae .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLci8w1gae .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLci8w1gae H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLci8w1gae .links-title {
    margin-left: 5px;
  }
  .cid-tLci8w1gae .links-title a::before {
    content: "➜ ";
  }
  .cid-tLci8w1gae h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLci8w1gae .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLci8w1gae .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLci8wkGOm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLci8wkGOm .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLci7qlhcE .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLci7qlhcE .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLci7qlhcE a {
  font-style: normal;
}
.cid-tLci7qlhcE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLci7qlhcE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLci7qlhcE .nav-item:focus,
.cid-tLci7qlhcE .nav-link:focus {
  outline: none;
}
.cid-tLci7qlhcE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLci7qlhcE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLci7qlhcE .menu-logo {
  margin-right: auto;
}
.cid-tLci7qlhcE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLci7qlhcE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLci7qlhcE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLci7qlhcE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLci7qlhcE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLci7qlhcE .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLci7qlhcE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLci7qlhcE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLci7qlhcE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLci7qlhcE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLci7qlhcE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLci7qlhcE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLci7qlhcE .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLci7qlhcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLci7qlhcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLci7qlhcE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLci7qlhcE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLci7qlhcE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLci7qlhcE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLci7qlhcE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLci7qlhcE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLci7qlhcE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLci7qlhcE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLci7qlhcE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLci7qlhcE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLci7qlhcE button.navbar-toggler:focus {
  outline: none;
}
.cid-tLci7qlhcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLci7qlhcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLci7qlhcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLci7qlhcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLci7qlhcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLci7qlhcE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLci7qlhcE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLci7qlhcE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLci7qlhcE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLci7qlhcE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLci7qlhcE .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLci7qlhcE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLci7qlhcE .collapsed .navbar-collapse.collapsing,
.cid-tLci7qlhcE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLci7qlhcE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLci7qlhcE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLci7qlhcE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLci7qlhcE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLci7qlhcE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLci7qlhcE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLci7qlhcE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLci7qlhcE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLci7qlhcE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLci7qlhcE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLci7qlhcE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLci7qlhcE .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLci7qlhcE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLci7qlhcE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLci7qlhcE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLci7qlhcE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLci7qlhcE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLci7qlhcE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLci7qlhcE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLci7qlhcE img {
    height: 3.8rem !important;
  }
  .cid-tLci7qlhcE .btn {
    display: -webkit-flex;
  }
  .cid-tLci7qlhcE button.navbar-toggler {
    display: block;
  }
  .cid-tLci7qlhcE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLci7qlhcE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLci7qlhcE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLci7qlhcE .navbar-collapse.collapsing,
  .cid-tLci7qlhcE .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLci7qlhcE .navbar-collapse.collapsing .navbar-nav,
  .cid-tLci7qlhcE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLci7qlhcE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLci7qlhcE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLci7qlhcE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLci7qlhcE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLci7qlhcE .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLci7qlhcE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLci7qlhcE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLci7qlhcE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLci7qlhcE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLci7qlhcE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLci7qlhcE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLci7qlhcE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLci7qlhcE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLci7qlhcE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLci7qlhcE .nav-link:hover,
.cid-tLci7qlhcE .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLci7qlhcE .nav-link,
  .cid-tLci7qlhcE .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLci7qlhcE .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLci7qDils {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLci7qDils {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLci7qDils {
    padding-top: 6.6rem;
  }
}
.cid-tLci7qDils .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLci7qDils .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLci7qDils .col-content {
    text-align: center;
  }
}
.cid-tLci7qDils .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLci7qDils .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLci7qDils .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLci7qDils .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLci7qDils .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLci7qDils .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLci7qDils .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLci7qDils .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLci7qDils .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLci7qDils .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLci7qDils .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLci7qDils .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLci7qDils .text-item {
    text-align: center;
  }
}
.cid-tLci7qDils .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLci7qDils .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLci7qDils .mbr-section-subtitle,
.cid-tLci7qDils .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLci7qRGbP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLci7qRGbP .mbr-section-subtitle {
  color: #767676;
}
.cid-tLci7qRGbP .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLci7qRGbP H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLci7qRGbP .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLci7qRGbP SPAN {
  color: #f9f9f9;
}
.cid-tLcyxoFePS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcyxoFePS .mbr-section-subtitle {
  color: #232323;
}
.cid-tQWVrWzZrf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tQWVrWzZrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQWVrWzZrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQWVrWzZrf .row {
  row-gap: 40px;
}
.cid-tQWVrWzZrf .text-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tQWVrWzZrf .text-wrap {
    padding: 0 3rem 0 0;
  }
}
.cid-tQWVrWzZrf .covcard {
  align-self: stretch;
}
.cid-tQWVrWzZrf .incard {
  height: 100%;
}
.cid-tQWVrWzZrf .mbr-section-title {
  color: #303030;
  text-align: left;
  font-weight: 500;
}
.cid-tQWVrWzZrf .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tQWVrWzZrf .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
  background: #5a0017;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}
.cid-tQWVrWzZrf .text-item {
  width: 100%;
}
.cid-tQWVrWzZrf .item-title {
  color: #e4a63a;
  margin-bottom: 1rem !important;
}
.cid-tQWVrWzZrf .item-text {
  color: #ffffff;
  margin-left: 1rem;
  line-height: 1.5rem !important;
}
.cid-tQWVrWzZrf .pastor {
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tQWVrWzZrf .pastor {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tQWVrWzZrf .pastor {
    max-width: 600px;
  }
}
.cid-tQWVrWzZrf .vertiliner {
  color: #e4a63a;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tQWVrWzZrf .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-tQWVrWzZrf .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-tQWVrWzZrf .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tQWVrWzZrf .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-tQWVrWzZrf .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-tQWVrWzZrf .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-tQWVrWzZrf .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tQWVrWzZrf .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tQWVrWzZrf .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tQWVrWzZrf .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tQWVrWzZrf .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tQWVrWzZrf .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQWVrWzZrf .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-tQWVrWzZrf .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-tQWVrWzZrf .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-tQWVrWzZrf .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tLci7rd7LO {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tLci7rd7LO hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tLci7rd7LO hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tLci7rd7LO h2 {
  float: left;
}
.cid-tLci7rd7LO .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tLci7rd7LO H2 {
  color: #999999;
}
.cid-tLci7rd7LO .btn-warning-outline:hover,
.cid-tLci7rd7LO .btn-warning-outline:focus,
.cid-tLci7rd7LO .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tLci7rlC8N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLci7rlC8N .content {
    text-align: center;
  }
  .cid-tLci7rlC8N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLci7rlC8N .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLci7rlC8N .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLci7rlC8N .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLci7rlC8N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLci7rlC8N .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLci7rlC8N .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLci7rlC8N .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLci7rlC8N .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLci7rlC8N .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLci7rlC8N .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLci7rlC8N .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLci7rlC8N .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLci7rlC8N .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLci7rlC8N .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLci7rlC8N .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLci7rlC8N .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLci7rlC8N H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLci7rlC8N .links-title {
    margin-left: 5px;
  }
  .cid-tLci7rlC8N .links-title a::before {
    content: "➜ ";
  }
  .cid-tLci7rlC8N h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLci7rlC8N .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLci7rlC8N .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLci7rEthi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLci7rEthi .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLci84z5hE .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLci84z5hE .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLci84z5hE a {
  font-style: normal;
}
.cid-tLci84z5hE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLci84z5hE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLci84z5hE .nav-item:focus,
.cid-tLci84z5hE .nav-link:focus {
  outline: none;
}
.cid-tLci84z5hE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLci84z5hE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLci84z5hE .menu-logo {
  margin-right: auto;
}
.cid-tLci84z5hE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLci84z5hE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLci84z5hE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLci84z5hE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLci84z5hE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLci84z5hE .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLci84z5hE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLci84z5hE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLci84z5hE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLci84z5hE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLci84z5hE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLci84z5hE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLci84z5hE .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLci84z5hE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLci84z5hE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLci84z5hE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLci84z5hE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLci84z5hE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLci84z5hE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLci84z5hE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLci84z5hE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLci84z5hE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLci84z5hE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLci84z5hE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLci84z5hE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLci84z5hE button.navbar-toggler:focus {
  outline: none;
}
.cid-tLci84z5hE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLci84z5hE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLci84z5hE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLci84z5hE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLci84z5hE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLci84z5hE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLci84z5hE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLci84z5hE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLci84z5hE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLci84z5hE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLci84z5hE .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLci84z5hE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLci84z5hE .collapsed .navbar-collapse.collapsing,
.cid-tLci84z5hE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLci84z5hE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLci84z5hE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLci84z5hE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLci84z5hE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLci84z5hE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLci84z5hE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLci84z5hE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLci84z5hE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLci84z5hE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLci84z5hE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLci84z5hE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLci84z5hE .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLci84z5hE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLci84z5hE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLci84z5hE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLci84z5hE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLci84z5hE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLci84z5hE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLci84z5hE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLci84z5hE img {
    height: 3.8rem !important;
  }
  .cid-tLci84z5hE .btn {
    display: -webkit-flex;
  }
  .cid-tLci84z5hE button.navbar-toggler {
    display: block;
  }
  .cid-tLci84z5hE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLci84z5hE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLci84z5hE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLci84z5hE .navbar-collapse.collapsing,
  .cid-tLci84z5hE .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLci84z5hE .navbar-collapse.collapsing .navbar-nav,
  .cid-tLci84z5hE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLci84z5hE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLci84z5hE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLci84z5hE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLci84z5hE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLci84z5hE .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLci84z5hE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLci84z5hE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLci84z5hE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLci84z5hE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLci84z5hE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLci84z5hE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLci84z5hE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLci84z5hE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLci84z5hE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLci84z5hE .nav-link:hover,
.cid-tLci84z5hE .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLci84z5hE .nav-link,
  .cid-tLci84z5hE .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLci84z5hE .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLci84PUU1 {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLci84PUU1 {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLci84PUU1 {
    padding-top: 6.6rem;
  }
}
.cid-tLci84PUU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLci84PUU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLci84PUU1 .col-content {
    text-align: center;
  }
}
.cid-tLci84PUU1 .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLci84PUU1 .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLci84PUU1 .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLci84PUU1 .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLci84PUU1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLci84PUU1 .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLci84PUU1 .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLci84PUU1 .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLci84PUU1 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLci84PUU1 .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLci84PUU1 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLci84PUU1 .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLci84PUU1 .text-item {
    text-align: center;
  }
}
.cid-tLci84PUU1 .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLci84PUU1 .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLci84PUU1 .mbr-section-subtitle,
.cid-tLci84PUU1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLci84Z0Yb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLci84Z0Yb .mbr-section-subtitle {
  color: #767676;
}
.cid-tLci84Z0Yb .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLci84Z0Yb H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLci84Z0Yb .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLci84Z0Yb SPAN {
  color: #f9f9f9;
}
.cid-tLcysmYQLt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcysmYQLt .mbr-section-subtitle {
  color: #232323;
}
.cid-tWOegch0YP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tWOegch0YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWOegch0YP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWOegch0YP .row {
  row-gap: 40px;
}
.cid-tWOegch0YP .text-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tWOegch0YP .text-wrap {
    padding: 0 3rem 0 0;
  }
}
.cid-tWOegch0YP .covcard {
  align-self: stretch;
}
.cid-tWOegch0YP .incard {
  height: 100%;
}
.cid-tWOegch0YP .mbr-section-title {
  color: #303030;
  text-align: left;
  font-weight: 500;
}
.cid-tWOegch0YP .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tWOegch0YP .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
  background: #5a0017;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}
.cid-tWOegch0YP .text-item {
  width: 100%;
}
.cid-tWOegch0YP .item-title {
  color: #e4a63a;
  margin-bottom: 1rem !important;
}
.cid-tWOegch0YP .item-text {
  color: #ffffff;
  margin-left: 1rem;
  line-height: 1.5rem !important;
}
.cid-tWOegch0YP .pastor {
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tWOegch0YP .pastor {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tWOegch0YP .pastor {
    max-width: 600px;
  }
}
.cid-tWOegch0YP .vertiliner {
  color: #e4a63a;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tWOegch0YP .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-tWOegch0YP .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-tWOegch0YP .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tWOegch0YP .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-tWOegch0YP .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-tWOegch0YP .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-tWOegch0YP .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWOegch0YP .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tWOegch0YP .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tWOegch0YP .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tWOegch0YP .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tWOegch0YP .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWOegch0YP .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-tWOegch0YP .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-tWOegch0YP .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-tWOegch0YP .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tLci85jMIc {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tLci85jMIc hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tLci85jMIc hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tLci85jMIc h2 {
  float: left;
}
.cid-tLci85jMIc .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tLci85jMIc H2 {
  color: #999999;
}
.cid-tLci85jMIc .btn-warning-outline:hover,
.cid-tLci85jMIc .btn-warning-outline:focus,
.cid-tLci85jMIc .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tLci85sTzp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLci85sTzp .content {
    text-align: center;
  }
  .cid-tLci85sTzp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLci85sTzp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLci85sTzp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLci85sTzp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLci85sTzp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLci85sTzp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLci85sTzp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLci85sTzp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLci85sTzp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLci85sTzp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLci85sTzp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLci85sTzp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLci85sTzp .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLci85sTzp .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLci85sTzp .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLci85sTzp .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLci85sTzp .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLci85sTzp H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLci85sTzp .links-title {
    margin-left: 5px;
  }
  .cid-tLci85sTzp .links-title a::before {
    content: "➜ ";
  }
  .cid-tLci85sTzp h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLci85sTzp .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLci85sTzp .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLci85KiTe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLci85KiTe .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLchuz2iEm .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLchuz2iEm .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLchuz2iEm a {
  font-style: normal;
}
.cid-tLchuz2iEm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLchuz2iEm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLchuz2iEm .nav-item:focus,
.cid-tLchuz2iEm .nav-link:focus {
  outline: none;
}
.cid-tLchuz2iEm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLchuz2iEm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLchuz2iEm .menu-logo {
  margin-right: auto;
}
.cid-tLchuz2iEm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLchuz2iEm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLchuz2iEm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLchuz2iEm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLchuz2iEm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLchuz2iEm .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLchuz2iEm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLchuz2iEm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLchuz2iEm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLchuz2iEm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLchuz2iEm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLchuz2iEm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLchuz2iEm .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLchuz2iEm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLchuz2iEm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLchuz2iEm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLchuz2iEm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLchuz2iEm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLchuz2iEm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLchuz2iEm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLchuz2iEm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLchuz2iEm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLchuz2iEm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLchuz2iEm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLchuz2iEm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLchuz2iEm button.navbar-toggler:focus {
  outline: none;
}
.cid-tLchuz2iEm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLchuz2iEm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLchuz2iEm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLchuz2iEm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLchuz2iEm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLchuz2iEm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLchuz2iEm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLchuz2iEm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLchuz2iEm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLchuz2iEm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLchuz2iEm .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLchuz2iEm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLchuz2iEm .collapsed .navbar-collapse.collapsing,
.cid-tLchuz2iEm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLchuz2iEm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLchuz2iEm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLchuz2iEm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLchuz2iEm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLchuz2iEm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLchuz2iEm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLchuz2iEm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLchuz2iEm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLchuz2iEm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLchuz2iEm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLchuz2iEm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLchuz2iEm .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLchuz2iEm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLchuz2iEm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLchuz2iEm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLchuz2iEm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLchuz2iEm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLchuz2iEm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLchuz2iEm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLchuz2iEm img {
    height: 3.8rem !important;
  }
  .cid-tLchuz2iEm .btn {
    display: -webkit-flex;
  }
  .cid-tLchuz2iEm button.navbar-toggler {
    display: block;
  }
  .cid-tLchuz2iEm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLchuz2iEm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLchuz2iEm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLchuz2iEm .navbar-collapse.collapsing,
  .cid-tLchuz2iEm .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLchuz2iEm .navbar-collapse.collapsing .navbar-nav,
  .cid-tLchuz2iEm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLchuz2iEm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLchuz2iEm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLchuz2iEm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLchuz2iEm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLchuz2iEm .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLchuz2iEm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLchuz2iEm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLchuz2iEm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLchuz2iEm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLchuz2iEm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLchuz2iEm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLchuz2iEm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLchuz2iEm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLchuz2iEm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLchuz2iEm .nav-link:hover,
.cid-tLchuz2iEm .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLchuz2iEm .nav-link,
  .cid-tLchuz2iEm .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLchuz2iEm .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLchuzDzy6 {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLchuzDzy6 {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLchuzDzy6 {
    padding-top: 6.6rem;
  }
}
.cid-tLchuzDzy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLchuzDzy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLchuzDzy6 .col-content {
    text-align: center;
  }
}
.cid-tLchuzDzy6 .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLchuzDzy6 .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLchuzDzy6 .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLchuzDzy6 .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLchuzDzy6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLchuzDzy6 .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLchuzDzy6 .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLchuzDzy6 .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLchuzDzy6 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLchuzDzy6 .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLchuzDzy6 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLchuzDzy6 .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLchuzDzy6 .text-item {
    text-align: center;
  }
}
.cid-tLchuzDzy6 .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLchuzDzy6 .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLchuzDzy6 .mbr-section-subtitle,
.cid-tLchuzDzy6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLchuzS0R4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLchuzS0R4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tLchuzS0R4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLchuzS0R4 H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLchuzS0R4 .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLchuzS0R4 SPAN {
  color: #f9f9f9;
}
.cid-tLcyBdj1JC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcyBdj1JC .mbr-section-subtitle {
  color: #232323;
}
.cid-tWOhieAT2U {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tWOhieAT2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWOhieAT2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWOhieAT2U .row {
  row-gap: 40px;
}
.cid-tWOhieAT2U .text-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tWOhieAT2U .text-wrap {
    padding: 0 3rem 0 0;
  }
}
.cid-tWOhieAT2U .covcard {
  align-self: stretch;
}
.cid-tWOhieAT2U .incard {
  height: 100%;
}
.cid-tWOhieAT2U .mbr-section-title {
  color: #303030;
  text-align: left;
  font-weight: 500;
}
.cid-tWOhieAT2U .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tWOhieAT2U .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
  background: #5a0017;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}
.cid-tWOhieAT2U .text-item {
  width: 100%;
}
.cid-tWOhieAT2U .item-title {
  color: #e4a63a;
  margin-bottom: 1rem !important;
}
.cid-tWOhieAT2U .item-text {
  color: #ffffff;
  margin-left: 1rem;
  line-height: 1.5rem !important;
}
.cid-tWOhieAT2U .pastor {
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tWOhieAT2U .pastor {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tWOhieAT2U .pastor {
    max-width: 600px;
  }
}
.cid-tWOhieAT2U .vertiliner {
  color: #e4a63a;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tWOhieAT2U .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-tWOhieAT2U .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-tWOhieAT2U .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tWOhieAT2U .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-tWOhieAT2U .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-tWOhieAT2U .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-tWOhieAT2U .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWOhieAT2U .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tWOhieAT2U .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tWOhieAT2U .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tWOhieAT2U .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tWOhieAT2U .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWOhieAT2U .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-tWOhieAT2U .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-tWOhieAT2U .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-tWOhieAT2U .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tLchuAcBQr {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tLchuAcBQr hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tLchuAcBQr hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tLchuAcBQr h2 {
  float: left;
}
.cid-tLchuAcBQr .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tLchuAcBQr H2 {
  color: #999999;
}
.cid-tLchuAcBQr .btn-warning-outline:hover,
.cid-tLchuAcBQr .btn-warning-outline:focus,
.cid-tLchuAcBQr .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tLchuAkJ3U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLchuAkJ3U .content {
    text-align: center;
  }
  .cid-tLchuAkJ3U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLchuAkJ3U .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLchuAkJ3U .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLchuAkJ3U .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLchuAkJ3U .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLchuAkJ3U .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLchuAkJ3U .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLchuAkJ3U .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLchuAkJ3U .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLchuAkJ3U .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLchuAkJ3U .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLchuAkJ3U .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLchuAkJ3U .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLchuAkJ3U .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLchuAkJ3U .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLchuAkJ3U .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLchuAkJ3U .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLchuAkJ3U H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLchuAkJ3U .links-title {
    margin-left: 5px;
  }
  .cid-tLchuAkJ3U .links-title a::before {
    content: "➜ ";
  }
  .cid-tLchuAkJ3U h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLchuAkJ3U .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLchuAkJ3U .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLchuAFEuG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLchuAFEuG .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tL8umRPrSV .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tL8umRPrSV .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tL8umRPrSV a {
  font-style: normal;
}
.cid-tL8umRPrSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tL8umRPrSV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tL8umRPrSV .nav-item:focus,
.cid-tL8umRPrSV .nav-link:focus {
  outline: none;
}
.cid-tL8umRPrSV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tL8umRPrSV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tL8umRPrSV .menu-logo {
  margin-right: auto;
}
.cid-tL8umRPrSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tL8umRPrSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tL8umRPrSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tL8umRPrSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tL8umRPrSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tL8umRPrSV .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tL8umRPrSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tL8umRPrSV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tL8umRPrSV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tL8umRPrSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tL8umRPrSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tL8umRPrSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tL8umRPrSV .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tL8umRPrSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tL8umRPrSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL8umRPrSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tL8umRPrSV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tL8umRPrSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tL8umRPrSV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tL8umRPrSV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tL8umRPrSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tL8umRPrSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tL8umRPrSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tL8umRPrSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tL8umRPrSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tL8umRPrSV button.navbar-toggler:focus {
  outline: none;
}
.cid-tL8umRPrSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tL8umRPrSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL8umRPrSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8umRPrSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8umRPrSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL8umRPrSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8umRPrSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL8umRPrSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL8umRPrSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8umRPrSV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tL8umRPrSV .collapsed .btn {
  display: -webkit-flex;
}
.cid-tL8umRPrSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tL8umRPrSV .collapsed .navbar-collapse.collapsing,
.cid-tL8umRPrSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tL8umRPrSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tL8umRPrSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tL8umRPrSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tL8umRPrSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tL8umRPrSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tL8umRPrSV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tL8umRPrSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tL8umRPrSV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tL8umRPrSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tL8umRPrSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tL8umRPrSV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tL8umRPrSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tL8umRPrSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tL8umRPrSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tL8umRPrSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tL8umRPrSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tL8umRPrSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tL8umRPrSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tL8umRPrSV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tL8umRPrSV img {
    height: 3.8rem !important;
  }
  .cid-tL8umRPrSV .btn {
    display: -webkit-flex;
  }
  .cid-tL8umRPrSV button.navbar-toggler {
    display: block;
  }
  .cid-tL8umRPrSV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tL8umRPrSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tL8umRPrSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tL8umRPrSV .navbar-collapse.collapsing,
  .cid-tL8umRPrSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tL8umRPrSV .navbar-collapse.collapsing .navbar-nav,
  .cid-tL8umRPrSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tL8umRPrSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tL8umRPrSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tL8umRPrSV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tL8umRPrSV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tL8umRPrSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tL8umRPrSV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tL8umRPrSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tL8umRPrSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tL8umRPrSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tL8umRPrSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tL8umRPrSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tL8umRPrSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tL8umRPrSV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tL8umRPrSV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tL8umRPrSV .nav-link:hover,
.cid-tL8umRPrSV .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tL8umRPrSV .nav-link,
  .cid-tL8umRPrSV .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tL8umRPrSV .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tL8umSu7sL {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tL8umSu7sL {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tL8umSu7sL {
    padding-top: 6.6rem;
  }
}
.cid-tL8umSu7sL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL8umSu7sL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tL8umSu7sL .col-content {
    text-align: center;
  }
}
.cid-tL8umSu7sL .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tL8umSu7sL .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tL8umSu7sL .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tL8umSu7sL .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tL8umSu7sL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tL8umSu7sL .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tL8umSu7sL .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tL8umSu7sL .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tL8umSu7sL .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tL8umSu7sL .mbr-section-btn {
  margin-top: 22px;
}
.cid-tL8umSu7sL .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tL8umSu7sL .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tL8umSu7sL .text-item {
    text-align: center;
  }
}
.cid-tL8umSu7sL .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tL8umSu7sL .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tL8umSu7sL .mbr-section-subtitle,
.cid-tL8umSu7sL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tL8uryJjUW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tL8uryJjUW .mbr-section-subtitle {
  color: #767676;
}
.cid-tL8uryJjUW .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL8uryJjUW H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tL8uryJjUW .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tL8uryJjUW SPAN {
  color: #f9f9f9;
}
.cid-tLcvSTVTVe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLcvSTVTVe .mbr-section-subtitle {
  color: #232323;
}
.cid-tL8DXNUlHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tL8DXNUlHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL8DXNUlHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL8DXNUlHD .row {
  row-gap: 40px;
}
.cid-tL8DXNUlHD .text-wrap {
  width: 100%;
  padding: 0 12% 0 0;
}
@media (max-width: 1439px) {
  .cid-tL8DXNUlHD .text-wrap {
    padding: 0 10% 0 0;
  }
}
.cid-tL8DXNUlHD .mbr-section-title {
  color: #303030;
  text-align: left;
}
.cid-tL8DXNUlHD .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tL8DXNUlHD .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
}
.cid-tL8DXNUlHD .text-item {
  width: 100%;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-tL8DXNUlHD .text-item {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .cid-tL8DXNUlHD .text-item {
    width: 100%;
    padding-right: 0;
  }
}
.cid-tL8DXNUlHD .item-title {
  color: #303030;
}
.cid-tL8DXNUlHD .item-text {
  color: #303030;
  margin-top: 5px;
}
.cid-tL8Ejujhd1 {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tL8Ejujhd1 hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tL8Ejujhd1 hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tL8Ejujhd1 h2 {
  float: left;
}
.cid-tL8Ejujhd1 .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tL8Ejujhd1 H2 {
  color: #999999;
}
.cid-tL8Ejujhd1 .btn-warning-outline:hover,
.cid-tL8Ejujhd1 .btn-warning-outline:focus,
.cid-tL8Ejujhd1 .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tL8umUak2Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tL8umUak2Q .content {
    text-align: center;
  }
  .cid-tL8umUak2Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL8umUak2Q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL8umUak2Q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL8umUak2Q .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tL8umUak2Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL8umUak2Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL8umUak2Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tL8umUak2Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL8umUak2Q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL8umUak2Q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL8umUak2Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL8umUak2Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL8umUak2Q .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tL8umUak2Q .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tL8umUak2Q .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tL8umUak2Q .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tL8umUak2Q .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tL8umUak2Q H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tL8umUak2Q .links-title {
    margin-left: 5px;
  }
  .cid-tL8umUak2Q .links-title a::before {
    content: "➜ ";
  }
  .cid-tL8umUak2Q h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tL8umUak2Q .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tL8umUak2Q .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tL8umUwcB4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tL8umUwcB4 .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLece2qLhS .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLece2qLhS .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLece2qLhS a {
  font-style: normal;
}
.cid-tLece2qLhS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLece2qLhS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLece2qLhS .nav-item:focus,
.cid-tLece2qLhS .nav-link:focus {
  outline: none;
}
.cid-tLece2qLhS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLece2qLhS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLece2qLhS .menu-logo {
  margin-right: auto;
}
.cid-tLece2qLhS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLece2qLhS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLece2qLhS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLece2qLhS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLece2qLhS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLece2qLhS .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLece2qLhS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLece2qLhS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLece2qLhS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLece2qLhS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLece2qLhS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLece2qLhS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLece2qLhS .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLece2qLhS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLece2qLhS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLece2qLhS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLece2qLhS .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLece2qLhS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLece2qLhS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLece2qLhS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLece2qLhS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLece2qLhS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLece2qLhS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLece2qLhS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLece2qLhS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLece2qLhS button.navbar-toggler:focus {
  outline: none;
}
.cid-tLece2qLhS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLece2qLhS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLece2qLhS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLece2qLhS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLece2qLhS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLece2qLhS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLece2qLhS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLece2qLhS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLece2qLhS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLece2qLhS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLece2qLhS .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLece2qLhS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLece2qLhS .collapsed .navbar-collapse.collapsing,
.cid-tLece2qLhS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLece2qLhS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLece2qLhS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLece2qLhS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLece2qLhS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLece2qLhS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLece2qLhS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLece2qLhS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLece2qLhS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLece2qLhS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLece2qLhS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLece2qLhS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLece2qLhS .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLece2qLhS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLece2qLhS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLece2qLhS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLece2qLhS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLece2qLhS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLece2qLhS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLece2qLhS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLece2qLhS img {
    height: 3.8rem !important;
  }
  .cid-tLece2qLhS .btn {
    display: -webkit-flex;
  }
  .cid-tLece2qLhS button.navbar-toggler {
    display: block;
  }
  .cid-tLece2qLhS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLece2qLhS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLece2qLhS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLece2qLhS .navbar-collapse.collapsing,
  .cid-tLece2qLhS .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLece2qLhS .navbar-collapse.collapsing .navbar-nav,
  .cid-tLece2qLhS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLece2qLhS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLece2qLhS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLece2qLhS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLece2qLhS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLece2qLhS .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLece2qLhS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLece2qLhS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLece2qLhS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLece2qLhS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLece2qLhS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLece2qLhS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLece2qLhS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLece2qLhS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLece2qLhS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLece2qLhS .nav-link:hover,
.cid-tLece2qLhS .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLece2qLhS .nav-link,
  .cid-tLece2qLhS .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLece2qLhS .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLece2Iycv {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLece2Iycv {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLece2Iycv {
    padding-top: 6.6rem;
  }
}
.cid-tLece2Iycv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLece2Iycv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLece2Iycv .col-content {
    text-align: center;
  }
}
.cid-tLece2Iycv .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLece2Iycv .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLece2Iycv .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLece2Iycv .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLece2Iycv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLece2Iycv .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLece2Iycv .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLece2Iycv .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLece2Iycv .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLece2Iycv .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLece2Iycv .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLece2Iycv .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLece2Iycv .text-item {
    text-align: center;
  }
}
.cid-tLece2Iycv .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLece2Iycv .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLece2Iycv .mbr-section-subtitle,
.cid-tLece2Iycv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLece2Xq1o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLece2Xq1o .mbr-section-subtitle {
  color: #767676;
}
.cid-tLece2Xq1o .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLece2Xq1o H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLece2Xq1o .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLece2Xq1o SPAN {
  color: #f9f9f9;
}
.cid-tLece36wst {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLece36wst .mbr-section-subtitle {
  color: #232323;
}
.cid-tLeciDkCJT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tLeciDkCJT .mbr-section-subtitle {
  color: #5a0017;
}
.cid-tLece3lNaE {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tLece3lNaE hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tLece3lNaE hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tLece3lNaE h2 {
  float: left;
}
.cid-tLece3lNaE .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tLece3lNaE H2 {
  color: #999999;
}
.cid-tLece3lNaE .btn-warning-outline:hover,
.cid-tLece3lNaE .btn-warning-outline:focus,
.cid-tLece3lNaE .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tLece3sepG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLece3sepG .content {
    text-align: center;
  }
  .cid-tLece3sepG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLece3sepG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLece3sepG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLece3sepG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLece3sepG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLece3sepG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLece3sepG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLece3sepG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLece3sepG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLece3sepG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLece3sepG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLece3sepG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLece3sepG .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLece3sepG .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLece3sepG .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLece3sepG .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLece3sepG .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLece3sepG H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLece3sepG .links-title {
    margin-left: 5px;
  }
  .cid-tLece3sepG .links-title a::before {
    content: "➜ ";
  }
  .cid-tLece3sepG h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLece3sepG .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLece3sepG .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLece3IaZ2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLece3IaZ2 .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tLeellVMEE .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tLeellVMEE .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tLeellVMEE a {
  font-style: normal;
}
.cid-tLeellVMEE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLeellVMEE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLeellVMEE .nav-item:focus,
.cid-tLeellVMEE .nav-link:focus {
  outline: none;
}
.cid-tLeellVMEE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLeellVMEE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLeellVMEE .menu-logo {
  margin-right: auto;
}
.cid-tLeellVMEE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLeellVMEE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLeellVMEE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLeellVMEE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLeellVMEE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLeellVMEE .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tLeellVMEE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLeellVMEE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLeellVMEE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLeellVMEE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLeellVMEE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLeellVMEE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLeellVMEE .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLeellVMEE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLeellVMEE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLeellVMEE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLeellVMEE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLeellVMEE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLeellVMEE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLeellVMEE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLeellVMEE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLeellVMEE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLeellVMEE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLeellVMEE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLeellVMEE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLeellVMEE button.navbar-toggler:focus {
  outline: none;
}
.cid-tLeellVMEE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tLeellVMEE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLeellVMEE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLeellVMEE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLeellVMEE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLeellVMEE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLeellVMEE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLeellVMEE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLeellVMEE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLeellVMEE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLeellVMEE .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLeellVMEE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLeellVMEE .collapsed .navbar-collapse.collapsing,
.cid-tLeellVMEE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLeellVMEE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLeellVMEE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLeellVMEE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLeellVMEE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLeellVMEE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLeellVMEE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLeellVMEE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLeellVMEE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLeellVMEE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLeellVMEE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLeellVMEE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tLeellVMEE .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLeellVMEE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLeellVMEE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLeellVMEE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLeellVMEE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLeellVMEE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLeellVMEE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLeellVMEE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLeellVMEE img {
    height: 3.8rem !important;
  }
  .cid-tLeellVMEE .btn {
    display: -webkit-flex;
  }
  .cid-tLeellVMEE button.navbar-toggler {
    display: block;
  }
  .cid-tLeellVMEE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLeellVMEE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLeellVMEE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLeellVMEE .navbar-collapse.collapsing,
  .cid-tLeellVMEE .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLeellVMEE .navbar-collapse.collapsing .navbar-nav,
  .cid-tLeellVMEE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLeellVMEE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLeellVMEE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLeellVMEE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLeellVMEE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLeellVMEE .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLeellVMEE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLeellVMEE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLeellVMEE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLeellVMEE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLeellVMEE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLeellVMEE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLeellVMEE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLeellVMEE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLeellVMEE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLeellVMEE .nav-link:hover,
.cid-tLeellVMEE .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tLeellVMEE .nav-link,
  .cid-tLeellVMEE .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tLeellVMEE .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tLeelmdTxb {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tLeelmdTxb {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tLeelmdTxb {
    padding-top: 6.6rem;
  }
}
.cid-tLeelmdTxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLeelmdTxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLeelmdTxb .col-content {
    text-align: center;
  }
}
.cid-tLeelmdTxb .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLeelmdTxb .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tLeelmdTxb .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLeelmdTxb .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tLeelmdTxb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tLeelmdTxb .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tLeelmdTxb .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tLeelmdTxb .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tLeelmdTxb .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLeelmdTxb .mbr-section-btn {
  margin-top: 22px;
}
.cid-tLeelmdTxb .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tLeelmdTxb .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tLeelmdTxb .text-item {
    text-align: center;
  }
}
.cid-tLeelmdTxb .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLeelmdTxb .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tLeelmdTxb .mbr-section-subtitle,
.cid-tLeelmdTxb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLeelmucog {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tLeelmucog .mbr-section-subtitle {
  color: #767676;
}
.cid-tLeelmucog .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLeelmucog H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLeelmucog .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tLeelmucog SPAN {
  color: #f9f9f9;
}
.cid-tLeelmDlh0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLeelmDlh0 .mbr-section-subtitle {
  color: #232323;
}
.cid-tLei9Y1Igb {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tLei9Y1Igb .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tLei9Y1Igb .input {
  margin-bottom: 15px;
}
.cid-tLei9Y1Igb .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-tLei9Y1Igb .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-tLei9Y1Igb a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLei9Y1Igb .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tLei9Y1Igb .input-group-btn {
  display: block;
}
.cid-tLei9Y1Igb .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-tLei9Y1Igb .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tLei9Y1Igb .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tLei9Y1Igb .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLei9Y1Igb h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tLei9Y1Igb .block-content {
    padding: 0;
  }
  .cid-tLei9Y1Igb .form-block {
    padding: 1rem;
  }
}
.cid-tLei9Y1Igb .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-tLei483AnM {
  background-color: #fff !important;
}
.cid-tLei483AnM .google-map {
  height: 25rem;
  position: relative;
}
.cid-tLei483AnM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tLei483AnM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLei483AnM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLei483AnM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLei483AnM .anchor2 {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-tLeeln4Rmh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tLeeln4Rmh .content {
    text-align: center;
  }
  .cid-tLeeln4Rmh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLeeln4Rmh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLeeln4Rmh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLeeln4Rmh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLeeln4Rmh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLeeln4Rmh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLeeln4Rmh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLeeln4Rmh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLeeln4Rmh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLeeln4Rmh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLeeln4Rmh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLeeln4Rmh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLeeln4Rmh .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tLeeln4Rmh .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tLeeln4Rmh .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tLeeln4Rmh .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tLeeln4Rmh .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tLeeln4Rmh H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tLeeln4Rmh .links-title {
    margin-left: 5px;
  }
  .cid-tLeeln4Rmh .links-title a::before {
    content: "➜ ";
  }
  .cid-tLeeln4Rmh h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tLeeln4Rmh .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tLeeln4Rmh .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tLeelnl1NK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tLeelnl1NK .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tMj4vj1XJX .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tMj4vj1XJX .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tMj4vj1XJX a {
  font-style: normal;
}
.cid-tMj4vj1XJX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMj4vj1XJX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tMj4vj1XJX .nav-item:focus,
.cid-tMj4vj1XJX .nav-link:focus {
  outline: none;
}
.cid-tMj4vj1XJX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMj4vj1XJX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMj4vj1XJX .menu-logo {
  margin-right: auto;
}
.cid-tMj4vj1XJX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMj4vj1XJX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tMj4vj1XJX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMj4vj1XJX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMj4vj1XJX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tMj4vj1XJX .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tMj4vj1XJX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMj4vj1XJX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMj4vj1XJX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMj4vj1XJX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMj4vj1XJX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMj4vj1XJX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMj4vj1XJX .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tMj4vj1XJX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMj4vj1XJX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMj4vj1XJX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMj4vj1XJX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tMj4vj1XJX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tMj4vj1XJX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMj4vj1XJX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMj4vj1XJX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMj4vj1XJX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMj4vj1XJX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMj4vj1XJX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMj4vj1XJX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMj4vj1XJX button.navbar-toggler:focus {
  outline: none;
}
.cid-tMj4vj1XJX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tMj4vj1XJX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMj4vj1XJX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMj4vj1XJX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMj4vj1XJX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMj4vj1XJX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMj4vj1XJX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMj4vj1XJX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMj4vj1XJX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMj4vj1XJX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMj4vj1XJX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMj4vj1XJX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMj4vj1XJX .collapsed .navbar-collapse.collapsing,
.cid-tMj4vj1XJX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMj4vj1XJX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMj4vj1XJX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMj4vj1XJX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMj4vj1XJX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMj4vj1XJX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMj4vj1XJX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMj4vj1XJX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMj4vj1XJX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMj4vj1XJX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMj4vj1XJX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMj4vj1XJX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tMj4vj1XJX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMj4vj1XJX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tMj4vj1XJX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMj4vj1XJX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tMj4vj1XJX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMj4vj1XJX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMj4vj1XJX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tMj4vj1XJX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMj4vj1XJX img {
    height: 3.8rem !important;
  }
  .cid-tMj4vj1XJX .btn {
    display: -webkit-flex;
  }
  .cid-tMj4vj1XJX button.navbar-toggler {
    display: block;
  }
  .cid-tMj4vj1XJX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tMj4vj1XJX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMj4vj1XJX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMj4vj1XJX .navbar-collapse.collapsing,
  .cid-tMj4vj1XJX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMj4vj1XJX .navbar-collapse.collapsing .navbar-nav,
  .cid-tMj4vj1XJX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMj4vj1XJX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMj4vj1XJX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMj4vj1XJX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMj4vj1XJX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMj4vj1XJX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMj4vj1XJX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMj4vj1XJX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMj4vj1XJX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMj4vj1XJX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tMj4vj1XJX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMj4vj1XJX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMj4vj1XJX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tMj4vj1XJX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMj4vj1XJX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMj4vj1XJX .nav-link:hover,
.cid-tMj4vj1XJX .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tMj4vj1XJX .nav-link,
  .cid-tMj4vj1XJX .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tMj4vj1XJX .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tMj4vjindE {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tMj4vjindE {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tMj4vjindE {
    padding-top: 6.6rem;
  }
}
.cid-tMj4vjindE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMj4vjindE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMj4vjindE .col-content {
    text-align: center;
  }
}
.cid-tMj4vjindE .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMj4vjindE .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tMj4vjindE .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tMj4vjindE .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tMj4vjindE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tMj4vjindE .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tMj4vjindE .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tMj4vjindE .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tMj4vjindE .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tMj4vjindE .mbr-section-btn {
  margin-top: 22px;
}
.cid-tMj4vjindE .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tMj4vjindE .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tMj4vjindE .text-item {
    text-align: center;
  }
}
.cid-tMj4vjindE .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tMj4vjindE .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tMj4vjindE .mbr-section-subtitle,
.cid-tMj4vjindE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tMj4vjrBUv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tMj4vjrBUv .mbr-section-subtitle {
  color: #767676;
}
.cid-tMj4vjrBUv .btn {
  margin: 0 0 .5rem 0;
}
.cid-tMj4vjrBUv H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tMj4vjrBUv .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tMj4vjrBUv SPAN {
  color: #f9f9f9;
}
.cid-tMjHc3XthM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tMjHc3XthM .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tMjHc3XthM .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tMjHc3XthM .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tMjHc3XthM .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tMjHc3XthM .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tMjHc3XthM H1 {
  color: #232323;
}
.cid-tMjHc3XthM P {
  text-align: left;
  color: #232323;
}
.cid-tMjHc3XthM .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tMjHc3XthM .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tMjHc3XthM .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tMjHc3XthM .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tMjHc3XthM .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tMjHc3XthM .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tMjHc3XthM .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tMjHc3XthM .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tMjHc3XthM .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tMjHc3XthM .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tMjHc3XthM .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tMjHc3XthM .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tMjHc3XthM .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tMjHc3XthM H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tMjHc3XthM .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tMjHc3XthM H2 {
  text-align: center;
}
.cid-tQSQwaUJKa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tQSQwaUJKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQSQwaUJKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQSQwaUJKa .row {
  row-gap: 40px;
}
.cid-tQSQwaUJKa .text-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tQSQwaUJKa .text-wrap {
    padding: 0 3rem 0 0;
  }
}
.cid-tQSQwaUJKa .covcard {
  align-self: stretch;
}
.cid-tQSQwaUJKa .incard {
  height: 100%;
}
.cid-tQSQwaUJKa .mbr-section-title {
  color: #303030;
  text-align: left;
  font-weight: 500;
}
.cid-tQSQwaUJKa .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tQSQwaUJKa .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
  background: #5a0017;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}
.cid-tQSQwaUJKa .text-item {
  width: 100%;
}
.cid-tQSQwaUJKa .item-title {
  color: #e4a63a;
  margin-bottom: 1rem !important;
}
.cid-tQSQwaUJKa .item-text {
  color: #ffffff;
  margin-left: 1rem;
  line-height: 1.5rem !important;
}
.cid-tQSQwaUJKa .pastor {
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tQSQwaUJKa .pastor {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tQSQwaUJKa .pastor {
    max-width: 600px;
  }
}
.cid-tQSQwaUJKa .vertiliner {
  color: #e4a63a;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tQSQwaUJKa .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-tQSQwaUJKa .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-tQSQwaUJKa .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tQSQwaUJKa .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-tQSQwaUJKa .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-tQSQwaUJKa .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-tQSQwaUJKa .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tQSQwaUJKa .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tQSQwaUJKa .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tQSQwaUJKa .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tQSQwaUJKa .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tQSQwaUJKa .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQSQwaUJKa .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-tQSQwaUJKa .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-tQSQwaUJKa .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-tQSQwaUJKa .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tMj4vjzlsU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tMj4vjzlsU .mbr-section-subtitle {
  color: #232323;
}
.cid-tMj4vjF8vC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
  overflow: hidden;
}
.cid-tMj4vjF8vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMj4vjF8vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMj4vjF8vC .row {
  row-gap: 40px;
}
.cid-tMj4vjF8vC .text-wrap {
  width: 100%;
  padding: 0 12% 0 0;
}
@media (max-width: 1439px) {
  .cid-tMj4vjF8vC .text-wrap {
    padding: 0 10% 0 0;
  }
}
.cid-tMj4vjF8vC .mbr-section-title {
  color: #303030;
  text-align: left;
}
.cid-tMj4vjF8vC .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-tMj4vjF8vC .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
}
.cid-tMj4vjF8vC .text-item {
  width: 100%;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-tMj4vjF8vC .text-item {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .cid-tMj4vjF8vC .text-item {
    width: 100%;
    padding-right: 0;
  }
}
.cid-tMj4vjF8vC .item-title {
  color: #303030;
}
.cid-tMj4vjF8vC .item-text {
  color: #303030;
  margin-top: 5px;
}
.cid-tMj6gKH9rv {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMj6gKH9rv H2 {
  color: #7f993f;
  text-align: left;
}
.cid-tMj6gKH9rv .mbr-text,
.cid-tMj6gKH9rv .mbr-section-btn {
  color: #232323;
}
.cid-tMj6gKH9rv H3 {
  color: #767676;
  text-align: left;
}
.cid-tMj6gKH9rv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tMj6gKH9rv DIV {
  color: #232323;
}
.cid-tMj6gKH9rv .mbr-text,
.cid-tMj6gKH9rv .media-content {
  text-align: left;
}
.cid-tMj6gKH9rv .card-box > p,
.cid-tMj6gKH9rv .mbr-section-btn {
  text-align: center;
}
.cid-tMj6gKH9rv .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-tMj6gKH9rv .card {
  margin-bottom: 0.5rem;
}
.cid-tMj6gKH9rv .card-box {
  padding-top: 0rem;
  margin-top: 0px;
}
.cid-tMj6gKH9rv .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tMj6gKH9rv .btn {
  margin: .3rem;
}
.cid-tMj6gKH9rv .card-underline,
.cid-tMj6gKH9rv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tMj6gKH9rv .card-underline .line,
.cid-tMj6gKH9rv .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tMj6gKH9rv .card-underline {
  margin-bottom: 0rem;
  margin-top: 0 !important;
}
.cid-tMj6gKH9rv .card-underline .line {
  background: #ffbc00;
}
.cid-tMj6gKH9rv .mbr-section-title,
.cid-tMj6gKH9rv .underline {
  text-align: left;
}
.cid-tMj6gKH9rv .dharmi-photogal-thumb {
  max-width: 190px;
  cursor: zoom-in;
  border-style: solid;
  border-width: 4px;
  border-color: #F2F2F0;
  border-radius: 4px;
}
.cid-tMj6gKH9rv .card-img {
  margin-bottom: 0rem;
}
.cid-tMj4vjQQXM {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tMj4vjQQXM hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tMj4vjQQXM hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tMj4vjQQXM h2 {
  float: left;
}
.cid-tMj4vjQQXM .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tMj4vjQQXM H2 {
  color: #999999;
}
.cid-tMj4vjQQXM .btn-warning-outline:hover,
.cid-tMj4vjQQXM .btn-warning-outline:focus,
.cid-tMj4vjQQXM .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tMj4vjXpMu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tMj4vjXpMu .content {
    text-align: center;
  }
  .cid-tMj4vjXpMu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMj4vjXpMu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMj4vjXpMu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMj4vjXpMu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMj4vjXpMu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMj4vjXpMu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMj4vjXpMu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tMj4vjXpMu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMj4vjXpMu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMj4vjXpMu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMj4vjXpMu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMj4vjXpMu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMj4vjXpMu .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tMj4vjXpMu .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tMj4vjXpMu .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tMj4vjXpMu .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tMj4vjXpMu .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tMj4vjXpMu H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tMj4vjXpMu .links-title {
    margin-left: 5px;
  }
  .cid-tMj4vjXpMu .links-title a::before {
    content: "➜ ";
  }
  .cid-tMj4vjXpMu h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tMj4vjXpMu .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tMj4vjXpMu .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tMj4vkge6T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tMj4vkge6T .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tMj4yRzab3 .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tMj4yRzab3 .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tMj4yRzab3 a {
  font-style: normal;
}
.cid-tMj4yRzab3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMj4yRzab3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tMj4yRzab3 .nav-item:focus,
.cid-tMj4yRzab3 .nav-link:focus {
  outline: none;
}
.cid-tMj4yRzab3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMj4yRzab3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMj4yRzab3 .menu-logo {
  margin-right: auto;
}
.cid-tMj4yRzab3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMj4yRzab3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tMj4yRzab3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMj4yRzab3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMj4yRzab3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tMj4yRzab3 .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tMj4yRzab3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMj4yRzab3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMj4yRzab3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMj4yRzab3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMj4yRzab3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMj4yRzab3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMj4yRzab3 .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tMj4yRzab3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMj4yRzab3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMj4yRzab3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMj4yRzab3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tMj4yRzab3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tMj4yRzab3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMj4yRzab3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMj4yRzab3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMj4yRzab3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMj4yRzab3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMj4yRzab3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMj4yRzab3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMj4yRzab3 button.navbar-toggler:focus {
  outline: none;
}
.cid-tMj4yRzab3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tMj4yRzab3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMj4yRzab3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMj4yRzab3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMj4yRzab3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMj4yRzab3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMj4yRzab3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMj4yRzab3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMj4yRzab3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMj4yRzab3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMj4yRzab3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMj4yRzab3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMj4yRzab3 .collapsed .navbar-collapse.collapsing,
.cid-tMj4yRzab3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMj4yRzab3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMj4yRzab3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMj4yRzab3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMj4yRzab3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMj4yRzab3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMj4yRzab3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMj4yRzab3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMj4yRzab3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMj4yRzab3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMj4yRzab3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMj4yRzab3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tMj4yRzab3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMj4yRzab3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tMj4yRzab3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMj4yRzab3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tMj4yRzab3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMj4yRzab3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMj4yRzab3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tMj4yRzab3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMj4yRzab3 img {
    height: 3.8rem !important;
  }
  .cid-tMj4yRzab3 .btn {
    display: -webkit-flex;
  }
  .cid-tMj4yRzab3 button.navbar-toggler {
    display: block;
  }
  .cid-tMj4yRzab3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tMj4yRzab3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMj4yRzab3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMj4yRzab3 .navbar-collapse.collapsing,
  .cid-tMj4yRzab3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMj4yRzab3 .navbar-collapse.collapsing .navbar-nav,
  .cid-tMj4yRzab3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMj4yRzab3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMj4yRzab3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMj4yRzab3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMj4yRzab3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMj4yRzab3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMj4yRzab3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMj4yRzab3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMj4yRzab3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMj4yRzab3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tMj4yRzab3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMj4yRzab3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMj4yRzab3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tMj4yRzab3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMj4yRzab3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMj4yRzab3 .nav-link:hover,
.cid-tMj4yRzab3 .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tMj4yRzab3 .nav-link,
  .cid-tMj4yRzab3 .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tMj4yRzab3 .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tMj4yROhwP {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tMj4yROhwP {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tMj4yROhwP {
    padding-top: 6.6rem;
  }
}
.cid-tMj4yROhwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMj4yROhwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMj4yROhwP .col-content {
    text-align: center;
  }
}
.cid-tMj4yROhwP .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMj4yROhwP .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tMj4yROhwP .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tMj4yROhwP .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tMj4yROhwP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tMj4yROhwP .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tMj4yROhwP .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tMj4yROhwP .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tMj4yROhwP .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tMj4yROhwP .mbr-section-btn {
  margin-top: 22px;
}
.cid-tMj4yROhwP .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tMj4yROhwP .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tMj4yROhwP .text-item {
    text-align: center;
  }
}
.cid-tMj4yROhwP .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tMj4yROhwP .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tMj4yROhwP .mbr-section-subtitle,
.cid-tMj4yROhwP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tMj4yRXqvy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tMj4yRXqvy .mbr-section-subtitle {
  color: #767676;
}
.cid-tMj4yRXqvy .btn {
  margin: 0 0 .5rem 0;
}
.cid-tMj4yRXqvy H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tMj4yRXqvy .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tMj4yRXqvy SPAN {
  color: #f9f9f9;
}
.cid-tMj4yS430U {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tMj4yS430U .mbr-section-subtitle {
  color: #232323;
}
.cid-tMj82o7zVn {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f3f3f1;
}
.cid-tMj82o7zVn H2 {
  color: #7f993f;
  text-align: left;
}
.cid-tMj82o7zVn .mbr-text,
.cid-tMj82o7zVn .mbr-section-btn {
  color: #232323;
}
.cid-tMj82o7zVn H3 {
  color: #767676;
  text-align: left;
}
.cid-tMj82o7zVn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tMj82o7zVn DIV {
  color: #232323;
}
.cid-tMj82o7zVn .mbr-text,
.cid-tMj82o7zVn .media-content {
  text-align: left;
}
.cid-tMj82o7zVn .card-box > p,
.cid-tMj82o7zVn .mbr-section-btn {
  text-align: center;
}
.cid-tMj82o7zVn .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-tMj82o7zVn .card {
  margin-bottom: 0.5rem;
}
.cid-tMj82o7zVn .card-box {
  padding-top: 0rem;
  margin-top: 0px;
}
.cid-tMj82o7zVn .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tMj82o7zVn .btn {
  margin: .3rem;
}
.cid-tMj82o7zVn .card-underline,
.cid-tMj82o7zVn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tMj82o7zVn .card-underline .line,
.cid-tMj82o7zVn .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tMj82o7zVn .card-underline {
  margin-bottom: 0rem;
  margin-top: 0 !important;
}
.cid-tMj82o7zVn .card-underline .line {
  background: #ffbc00;
}
.cid-tMj82o7zVn .mbr-section-title,
.cid-tMj82o7zVn .underline {
  text-align: left;
}
.cid-tMj82o7zVn .dharmi-photogal-thumb {
  max-width: 190px;
  cursor: zoom-in;
  border-style: solid;
  border-width: 4px;
  border-color: #F2F2F0;
  border-radius: 4px;
}
.cid-tMj82o7zVn .card-img {
  margin-bottom: 0rem;
}
.cid-tMj4ySjQIt {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tMj4ySjQIt hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tMj4ySjQIt hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tMj4ySjQIt h2 {
  float: left;
}
.cid-tMj4ySjQIt .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tMj4ySjQIt H2 {
  color: #999999;
}
.cid-tMj4ySjQIt .btn-warning-outline:hover,
.cid-tMj4ySjQIt .btn-warning-outline:focus,
.cid-tMj4ySjQIt .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tMj4ySrTFS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tMj4ySrTFS .content {
    text-align: center;
  }
  .cid-tMj4ySrTFS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMj4ySrTFS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMj4ySrTFS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMj4ySrTFS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMj4ySrTFS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMj4ySrTFS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMj4ySrTFS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tMj4ySrTFS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMj4ySrTFS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMj4ySrTFS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMj4ySrTFS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMj4ySrTFS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMj4ySrTFS .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tMj4ySrTFS .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tMj4ySrTFS .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tMj4ySrTFS .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tMj4ySrTFS .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tMj4ySrTFS H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tMj4ySrTFS .links-title {
    margin-left: 5px;
  }
  .cid-tMj4ySrTFS .links-title a::before {
    content: "➜ ";
  }
  .cid-tMj4ySrTFS h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tMj4ySrTFS .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tMj4ySrTFS .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tMj4ySIHWB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tMj4ySIHWB .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tMj55Fddt7 .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tMj55Fddt7 .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tMj55Fddt7 a {
  font-style: normal;
}
.cid-tMj55Fddt7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMj55Fddt7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tMj55Fddt7 .nav-item:focus,
.cid-tMj55Fddt7 .nav-link:focus {
  outline: none;
}
.cid-tMj55Fddt7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMj55Fddt7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMj55Fddt7 .menu-logo {
  margin-right: auto;
}
.cid-tMj55Fddt7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMj55Fddt7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tMj55Fddt7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMj55Fddt7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMj55Fddt7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tMj55Fddt7 .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tMj55Fddt7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMj55Fddt7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMj55Fddt7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMj55Fddt7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMj55Fddt7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMj55Fddt7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMj55Fddt7 .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tMj55Fddt7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMj55Fddt7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMj55Fddt7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMj55Fddt7 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tMj55Fddt7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tMj55Fddt7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMj55Fddt7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMj55Fddt7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMj55Fddt7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMj55Fddt7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMj55Fddt7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMj55Fddt7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMj55Fddt7 button.navbar-toggler:focus {
  outline: none;
}
.cid-tMj55Fddt7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tMj55Fddt7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMj55Fddt7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMj55Fddt7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMj55Fddt7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMj55Fddt7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMj55Fddt7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMj55Fddt7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMj55Fddt7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMj55Fddt7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMj55Fddt7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMj55Fddt7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMj55Fddt7 .collapsed .navbar-collapse.collapsing,
.cid-tMj55Fddt7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMj55Fddt7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMj55Fddt7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMj55Fddt7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMj55Fddt7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMj55Fddt7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMj55Fddt7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMj55Fddt7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMj55Fddt7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMj55Fddt7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMj55Fddt7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMj55Fddt7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tMj55Fddt7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMj55Fddt7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tMj55Fddt7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMj55Fddt7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tMj55Fddt7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMj55Fddt7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMj55Fddt7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tMj55Fddt7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMj55Fddt7 img {
    height: 3.8rem !important;
  }
  .cid-tMj55Fddt7 .btn {
    display: -webkit-flex;
  }
  .cid-tMj55Fddt7 button.navbar-toggler {
    display: block;
  }
  .cid-tMj55Fddt7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tMj55Fddt7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMj55Fddt7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMj55Fddt7 .navbar-collapse.collapsing,
  .cid-tMj55Fddt7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMj55Fddt7 .navbar-collapse.collapsing .navbar-nav,
  .cid-tMj55Fddt7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMj55Fddt7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMj55Fddt7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMj55Fddt7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMj55Fddt7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMj55Fddt7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMj55Fddt7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMj55Fddt7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMj55Fddt7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMj55Fddt7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tMj55Fddt7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMj55Fddt7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMj55Fddt7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tMj55Fddt7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMj55Fddt7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMj55Fddt7 .nav-link:hover,
.cid-tMj55Fddt7 .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tMj55Fddt7 .nav-link,
  .cid-tMj55Fddt7 .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tMj55Fddt7 .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tMj55Fsq9Y {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tMj55Fsq9Y {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tMj55Fsq9Y {
    padding-top: 6.6rem;
  }
}
.cid-tMj55Fsq9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMj55Fsq9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMj55Fsq9Y .col-content {
    text-align: center;
  }
}
.cid-tMj55Fsq9Y .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMj55Fsq9Y .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tMj55Fsq9Y .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tMj55Fsq9Y .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tMj55Fsq9Y .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tMj55Fsq9Y .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tMj55Fsq9Y .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tMj55Fsq9Y .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tMj55Fsq9Y .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tMj55Fsq9Y .mbr-section-btn {
  margin-top: 22px;
}
.cid-tMj55Fsq9Y .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tMj55Fsq9Y .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tMj55Fsq9Y .text-item {
    text-align: center;
  }
}
.cid-tMj55Fsq9Y .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tMj55Fsq9Y .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tMj55Fsq9Y .mbr-section-subtitle,
.cid-tMj55Fsq9Y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tMj55FCQ6j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tMj55FCQ6j .mbr-section-subtitle {
  color: #767676;
}
.cid-tMj55FCQ6j .btn {
  margin: 0 0 .5rem 0;
}
.cid-tMj55FCQ6j H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tMj55FCQ6j .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tMj55FCQ6j SPAN {
  color: #f9f9f9;
}
.cid-tMj55FJXcO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tMj55FJXcO .mbr-section-subtitle {
  color: #232323;
}
.cid-uVEfJQw2L5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVEfJQw2L5 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uVEfJQw2L5 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uVEfJQw2L5 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uVEfJQw2L5 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uVEfJQw2L5 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uVEfJQw2L5 H1 {
  color: #232323;
}
.cid-uVEfJQw2L5 P {
  text-align: left;
  color: #232323;
}
.cid-uVEfJQw2L5 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uVEfJQw2L5 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uVEfJQw2L5 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uVEfJQw2L5 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uVEfJQw2L5 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uVEfJQw2L5 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVEfJQw2L5 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uVEfJQw2L5 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uVEfJQw2L5 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uVEfJQw2L5 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uVEfJQw2L5 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uVEfJQw2L5 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uVEfJQw2L5 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uVEfJQw2L5 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uVEfJQw2L5 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uVEfJQw2L5 H2 {
  text-align: center;
}
.cid-tMjHZX72sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMjHZX72sV .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tMjHZX72sV .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tMjHZX72sV .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tMjHZX72sV .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tMjHZX72sV .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tMjHZX72sV H1 {
  color: #232323;
}
.cid-tMjHZX72sV P {
  text-align: left;
  color: #232323;
}
.cid-tMjHZX72sV .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tMjHZX72sV .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tMjHZX72sV .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tMjHZX72sV .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tMjHZX72sV .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tMjHZX72sV .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tMjHZX72sV .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tMjHZX72sV .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tMjHZX72sV .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tMjHZX72sV .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tMjHZX72sV .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tMjHZX72sV .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tMjHZX72sV .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tMjHZX72sV H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tMjHZX72sV .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tMjHZX72sV H2 {
  text-align: center;
}
.cid-tXfRXYa06Q {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tXfRXYa06Q .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tXfRXYa06Q .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tXfRXYa06Q .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tXfRXYa06Q .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tXfRXYa06Q .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tXfRXYa06Q H1 {
  color: #232323;
}
.cid-tXfRXYa06Q P {
  text-align: left;
  color: #232323;
}
.cid-tXfRXYa06Q .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tXfRXYa06Q .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tXfRXYa06Q .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tXfRXYa06Q .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tXfRXYa06Q .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tXfRXYa06Q .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tXfRXYa06Q .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tXfRXYa06Q .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tXfRXYa06Q .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tXfRXYa06Q .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tXfRXYa06Q .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tXfRXYa06Q .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tXfRXYa06Q .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tXfRXYa06Q H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tXfRXYa06Q .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tXfRXYa06Q H2 {
  text-align: center;
}
.cid-tMj55G2mPh {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tMj55G2mPh hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tMj55G2mPh hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tMj55G2mPh h2 {
  float: left;
}
.cid-tMj55G2mPh .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tMj55G2mPh H2 {
  color: #999999;
}
.cid-tMj55G2mPh .btn-warning-outline:hover,
.cid-tMj55G2mPh .btn-warning-outline:focus,
.cid-tMj55G2mPh .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tMj55G9y1E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tMj55G9y1E .content {
    text-align: center;
  }
  .cid-tMj55G9y1E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMj55G9y1E .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMj55G9y1E .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMj55G9y1E .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMj55G9y1E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMj55G9y1E .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMj55G9y1E .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tMj55G9y1E .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMj55G9y1E .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMj55G9y1E .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMj55G9y1E .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMj55G9y1E .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMj55G9y1E .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tMj55G9y1E .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tMj55G9y1E .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tMj55G9y1E .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tMj55G9y1E .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tMj55G9y1E H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tMj55G9y1E .links-title {
    margin-left: 5px;
  }
  .cid-tMj55G9y1E .links-title a::before {
    content: "➜ ";
  }
  .cid-tMj55G9y1E h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tMj55G9y1E .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tMj55G9y1E .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tMj55Gu12m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tMj55Gu12m .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tMjIfyOPj5 .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tMjIfyOPj5 .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tMjIfyOPj5 a {
  font-style: normal;
}
.cid-tMjIfyOPj5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMjIfyOPj5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tMjIfyOPj5 .nav-item:focus,
.cid-tMjIfyOPj5 .nav-link:focus {
  outline: none;
}
.cid-tMjIfyOPj5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMjIfyOPj5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMjIfyOPj5 .menu-logo {
  margin-right: auto;
}
.cid-tMjIfyOPj5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMjIfyOPj5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tMjIfyOPj5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMjIfyOPj5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMjIfyOPj5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tMjIfyOPj5 .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tMjIfyOPj5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMjIfyOPj5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMjIfyOPj5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMjIfyOPj5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMjIfyOPj5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMjIfyOPj5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMjIfyOPj5 .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tMjIfyOPj5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMjIfyOPj5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMjIfyOPj5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMjIfyOPj5 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tMjIfyOPj5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tMjIfyOPj5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMjIfyOPj5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMjIfyOPj5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMjIfyOPj5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMjIfyOPj5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMjIfyOPj5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMjIfyOPj5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMjIfyOPj5 button.navbar-toggler:focus {
  outline: none;
}
.cid-tMjIfyOPj5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tMjIfyOPj5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMjIfyOPj5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMjIfyOPj5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMjIfyOPj5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMjIfyOPj5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMjIfyOPj5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMjIfyOPj5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMjIfyOPj5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMjIfyOPj5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMjIfyOPj5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMjIfyOPj5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.collapsing,
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMjIfyOPj5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMjIfyOPj5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tMjIfyOPj5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMjIfyOPj5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tMjIfyOPj5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMjIfyOPj5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tMjIfyOPj5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMjIfyOPj5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMjIfyOPj5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tMjIfyOPj5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMjIfyOPj5 img {
    height: 3.8rem !important;
  }
  .cid-tMjIfyOPj5 .btn {
    display: -webkit-flex;
  }
  .cid-tMjIfyOPj5 button.navbar-toggler {
    display: block;
  }
  .cid-tMjIfyOPj5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tMjIfyOPj5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMjIfyOPj5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMjIfyOPj5 .navbar-collapse.collapsing,
  .cid-tMjIfyOPj5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMjIfyOPj5 .navbar-collapse.collapsing .navbar-nav,
  .cid-tMjIfyOPj5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMjIfyOPj5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMjIfyOPj5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMjIfyOPj5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMjIfyOPj5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMjIfyOPj5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMjIfyOPj5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMjIfyOPj5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMjIfyOPj5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMjIfyOPj5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tMjIfyOPj5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMjIfyOPj5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMjIfyOPj5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tMjIfyOPj5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMjIfyOPj5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMjIfyOPj5 .nav-link:hover,
.cid-tMjIfyOPj5 .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tMjIfyOPj5 .nav-link,
  .cid-tMjIfyOPj5 .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tMjIfyOPj5 .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tMjIfz3b88 {
  padding-top: 11rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tMjIfz3b88 {
    padding-top: 11rem;
  }
}
@media (max-width: 991px) {
  .cid-tMjIfz3b88 {
    padding-top: 6.6rem;
  }
}
.cid-tMjIfz3b88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMjIfz3b88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMjIfz3b88 .col-content {
    text-align: center;
  }
}
.cid-tMjIfz3b88 .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMjIfz3b88 .label-text {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tMjIfz3b88 .label-text {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tMjIfz3b88 .label-text {
    font-size: 1.2rem !important;
  }
}
.cid-tMjIfz3b88 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tMjIfz3b88 .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tMjIfz3b88 .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tMjIfz3b88 .mbr-section-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}
.cid-tMjIfz3b88 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tMjIfz3b88 .mbr-section-btn {
  margin-top: 22px;
}
.cid-tMjIfz3b88 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tMjIfz3b88 .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tMjIfz3b88 .text-item {
    text-align: center;
  }
}
.cid-tMjIfz3b88 .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tMjIfz3b88 .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tMjIfz3b88 .mbr-section-subtitle,
.cid-tMjIfz3b88 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tMjIfzcIVe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tMjIfzcIVe .mbr-section-subtitle {
  color: #767676;
}
.cid-tMjIfzcIVe .btn {
  margin: 0 0 .5rem 0;
}
.cid-tMjIfzcIVe H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tMjIfzcIVe .bgok201head {
  padding-top: 40px;
  padding-bottom: 15px;
}
.cid-tMjIfzcIVe SPAN {
  color: #f9f9f9;
}
.cid-tMjIfzjqzQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tMjIfzjqzQ .mbr-section-subtitle {
  color: #232323;
}
.cid-tMjYMRjmV8 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMjYMRjmV8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tMjYMRjmV8 .input {
  margin-bottom: 15px;
}
.cid-tMjYMRjmV8 .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-tMjYMRjmV8 .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-tMjYMRjmV8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tMjYMRjmV8 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tMjYMRjmV8 .input-group-btn {
  display: block;
}
.cid-tMjYMRjmV8 .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-tMjYMRjmV8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tMjYMRjmV8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tMjYMRjmV8 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMjYMRjmV8 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tMjYMRjmV8 .block-content {
    padding: 0;
  }
  .cid-tMjYMRjmV8 .form-block {
    padding: 1rem;
  }
}
.cid-tMjYMRjmV8 .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-tMjIfzyns2 {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-tMjIfzyns2 hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-tMjIfzyns2 hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-tMjIfzyns2 h2 {
  float: left;
}
.cid-tMjIfzyns2 .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}
.cid-tMjIfzyns2 H2 {
  color: #999999;
}
.cid-tMjIfzyns2 .btn-warning-outline:hover,
.cid-tMjIfzyns2 .btn-warning-outline:focus,
.cid-tMjIfzyns2 .btn-warning-outline:active {
  background-color: #5a0017 !important;
  color: #ffffff !important;
}
.cid-tMjIfzGhL7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tMjIfzGhL7 .content {
    text-align: center;
  }
  .cid-tMjIfzGhL7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMjIfzGhL7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMjIfzGhL7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMjIfzGhL7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMjIfzGhL7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMjIfzGhL7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMjIfzGhL7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tMjIfzGhL7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMjIfzGhL7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMjIfzGhL7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMjIfzGhL7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMjIfzGhL7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMjIfzGhL7 .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tMjIfzGhL7 .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tMjIfzGhL7 .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tMjIfzGhL7 .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tMjIfzGhL7 .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tMjIfzGhL7 H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tMjIfzGhL7 .links-title {
    margin-left: 5px;
  }
  .cid-tMjIfzGhL7 .links-title a::before {
    content: "➜ ";
  }
  .cid-tMjIfzGhL7 h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tMjIfzGhL7 .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tMjIfzGhL7 .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tMjIfzXiUb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tMjIfzXiUb .mbr-white {
    padding-bottom: 2.2rem;
  }
}
.cid-tXPHByOkqu .navbar {
  background: #5a0017;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tXPHByOkqu .navbar-dropdown.bg-color.transparent.opened {
  background: #5a0017;
}
.cid-tXPHByOkqu a {
  font-style: normal;
}
.cid-tXPHByOkqu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tXPHByOkqu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tXPHByOkqu .nav-item:focus,
.cid-tXPHByOkqu .nav-link:focus {
  outline: none;
}
.cid-tXPHByOkqu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tXPHByOkqu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tXPHByOkqu .menu-logo {
  margin-right: auto;
}
.cid-tXPHByOkqu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXPHByOkqu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tXPHByOkqu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tXPHByOkqu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tXPHByOkqu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tXPHByOkqu .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-tXPHByOkqu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tXPHByOkqu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tXPHByOkqu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tXPHByOkqu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tXPHByOkqu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXPHByOkqu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tXPHByOkqu .dropdown .dropdown-menu {
  background: #5a0017;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tXPHByOkqu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tXPHByOkqu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXPHByOkqu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tXPHByOkqu .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tXPHByOkqu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tXPHByOkqu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tXPHByOkqu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tXPHByOkqu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tXPHByOkqu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tXPHByOkqu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tXPHByOkqu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tXPHByOkqu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tXPHByOkqu button.navbar-toggler:focus {
  outline: none;
}
.cid-tXPHByOkqu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tXPHByOkqu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXPHByOkqu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXPHByOkqu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXPHByOkqu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXPHByOkqu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXPHByOkqu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXPHByOkqu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXPHByOkqu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXPHByOkqu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tXPHByOkqu .collapsed .btn {
  display: -webkit-flex;
}
.cid-tXPHByOkqu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tXPHByOkqu .collapsed .navbar-collapse.collapsing,
.cid-tXPHByOkqu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tXPHByOkqu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tXPHByOkqu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tXPHByOkqu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tXPHByOkqu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tXPHByOkqu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tXPHByOkqu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tXPHByOkqu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tXPHByOkqu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tXPHByOkqu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tXPHByOkqu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tXPHByOkqu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-tXPHByOkqu .collapsed button.navbar-toggler {
  display: block;
}
.cid-tXPHByOkqu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tXPHByOkqu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tXPHByOkqu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tXPHByOkqu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tXPHByOkqu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tXPHByOkqu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tXPHByOkqu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tXPHByOkqu img {
    height: 3.8rem !important;
  }
  .cid-tXPHByOkqu .btn {
    display: -webkit-flex;
  }
  .cid-tXPHByOkqu button.navbar-toggler {
    display: block;
  }
  .cid-tXPHByOkqu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tXPHByOkqu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tXPHByOkqu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tXPHByOkqu .navbar-collapse.collapsing,
  .cid-tXPHByOkqu .navbar-collapse.show {
    display: block !important;
  }
  .cid-tXPHByOkqu .navbar-collapse.collapsing .navbar-nav,
  .cid-tXPHByOkqu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tXPHByOkqu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tXPHByOkqu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tXPHByOkqu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tXPHByOkqu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tXPHByOkqu .navbar-collapse.collapsing .navbar-buttons,
  .cid-tXPHByOkqu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tXPHByOkqu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tXPHByOkqu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tXPHByOkqu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tXPHByOkqu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tXPHByOkqu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tXPHByOkqu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tXPHByOkqu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tXPHByOkqu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tXPHByOkqu .nav-link:hover,
.cid-tXPHByOkqu .dropdown-item:hover {
  color: #e4a63a !important;
}
@media (max-width: 991px) {
  .cid-tXPHByOkqu .nav-link,
  .cid-tXPHByOkqu .dropdown-item {
    justify-content: start !important;
  }
}
@media (min-width: 992px) {
  .cid-tXPHByOkqu .dropdown-item {
    justify-content: start !important;
  }
}
.cid-tXPHBz6Hjy {
  padding-top: 13rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/prayer-image.jpg");
}
@media (min-width: 992px) {
  .cid-tXPHBz6Hjy {
    padding-top: 13rem;
  }
}
@media (max-width: 991px) {
  .cid-tXPHBz6Hjy {
    padding-top: 7.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tXPHBz6Hjy {
    background-size: 130% 130%;
    background-position: center center;
    animation: shrink 20s infinite alternate;
  }
}
@keyframes shrink {
  0% {
    background-size: 130% 130%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.cid-tXPHBz6Hjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPHBz6Hjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tXPHBz6Hjy .col-content {
    text-align: center;
  }
}
.cid-tXPHBz6Hjy .label-text {
  margin-bottom: 0px;
  color: #e4a63a;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXPHBz6Hjy .label-text {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPHBz6Hjy .label-text {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tXPHBz6Hjy .label-text {
    font-size: 1.6rem !important;
  }
}
.cid-tXPHBz6Hjy .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1201px) {
  .cid-tXPHBz6Hjy .mbr-section-title {
    font-size: 6rem !important;
    line-height: 6rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tXPHBz6Hjy .mbr-section-title {
    font-size: 4rem !important;
    line-height: 4rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tXPHBz6Hjy .mbr-section-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tXPHBz6Hjy .mbr-section-title {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
}
.cid-tXPHBz6Hjy .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tXPHBz6Hjy .mbr-section-btn {
  margin-top: 22px;
}
.cid-tXPHBz6Hjy .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tXPHBz6Hjy .text-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #f7ed4a;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .cid-tXPHBz6Hjy .text-item {
    text-align: center;
  }
}
.cid-tXPHBz6Hjy .mbr-text {
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tXPHBz6Hjy .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
  text-shadow: -0.5px 1px 1px rgba(0, 0, 0, 0.7);
}
.cid-tXPHBz6Hjy .mbr-section-subtitle,
.cid-tXPHBz6Hjy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tXPHBz6Hjy .card-title-name {
  color: #ffffff;
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  left: 25px;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  line-height: 1.3rem;
  font-size: 1.2rem !important;
  font-weight: 400;
  text-shadow: -0.5px 2px 2px rgba(0, 0, 0, 0.7);
}
.cid-tXPHBz6Hjy .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tXPHBz6Hjy .col-md-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .cid-tXPHBz6Hjy .wrapper-rightt {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.cid-tXPHBz6Hjy .carouselcl .leftcl > span,
.cid-tXPHBz6Hjy .carouselcl .rightcl > span {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.cid-tXPHBz6Hjy .carouselcl .rightcl > span {
  left: auto;
  right: 0px;
}
.cid-tXPHBz6Hjy .carouselcl a {
  transition: opacity .5s;
  font-size: 1.3rem;
}
.cid-tXPHBz6Hjy .carouselcl a span {
  padding: 10px !important;
  border-radius: 50%;
  color: #5b1818;
  opacity: 0.6;
}
.cid-tXPHBz6Hjy .carouselcl a:hover span {
  opacity: 0.4;
  color: #5b1818;
  border-radius: 50%;
  background: #ffffff;
}
.cid-tXPHBz6Hjy .carousel-indicators {
  margin: 0px;
  height: 0px;
}
.cid-tXPHBz6Hjy ol.carousel-indicators {
  position: absolute;
  bottom: 2rem;
  margin: 0;
  left: 0;
  right: 0;
}
.cid-tXPHBz6Hjy ol.carousel-indicators li,
.cid-tXPHBz6Hjy ol.carousel-indicators li.active {
  width: 0.4rem;
  height: 0.4rem;
  margin: 10px;
  border-radius: 50%;
  border: 0;
  background: transparent;
}
.cid-tXPHBz6Hjy ol.carousel-indicators li {
  background: rgba(255, 255, 255, 0.39);
  margin-left: .5rem;
  margin-right: .5rem;
  border: 1px solid #000000;
}
.cid-tXPHBz6Hjy ol.carousel-indicators li.active {
  background: #000000;
  border: 1px solid #ffffff;
}
@media (min-width: 769px) {
  .cid-tXPHBz6Hjy .concernsboximgborder {
    border-radius: 5px !important;
  }
}
@media (max-width: 768px) {
  .cid-tXPHBz6Hjy .concernsboximgborder {
    border-radius: 5px !important;
  }
}
.cid-tXPHBz6Hjy .captiontextsharon {
  min-height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px  0px 5px 5px;
  position: relative;
  bottom: 2.5rem;
  font-size: 0.85rem;
  color: #000000;
  text-align: center !important;
  padding-left: 3px;
  padding-right: 3px;
}
.cid-tXPHBz6Hjy .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .9s;
  transition-property: opacity;
}
.cid-tXPHBz6Hjy .carousel-fade .carousel-item.active,
.cid-tXPHBz6Hjy .carousel-fade .carousel-item-next.carousel-item-left,
.cid-tXPHBz6Hjy .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.cid-tXPHBz6Hjy .carousel-fade .active.carousel-item-left,
.cid-tXPHBz6Hjy .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.cid-tXPHBz6Hjy .carousel-fade .carousel-item-next,
.cid-tXPHBz6Hjy .carousel-fade .carousel-item-prev,
.cid-tXPHBz6Hjy .carousel-fade .carousel-item.active,
.cid-tXPHBz6Hjy .carousel-fade .active.carousel-item-left,
.cid-tXPHBz6Hjy .carousel-fade .active.carousel-item-prev {
  transform: translate3d(0, 0, 0);
}
.cid-tXPHBznVdZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0017;
}
.cid-tXPHBznVdZ .superupcode {
  position: absolute;
  top: -70px;
  background: linear-gradient(to right bottom, #5a0017, #3d0010);
  padding: 30px 0 30px 0;
  border-radius: 5px 20px 5px 10px !important;
}
@media (min-width: 300px) {
  .cid-tXPHBznVdZ .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 290px;
  }
}
@media (min-width: 380px) {
  .cid-tXPHBznVdZ .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 220px;
  }
}
@media (min-width: 768px) {
  .cid-tXPHBznVdZ .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 140px;
  }
}
@media (min-width: 990px) {
  .cid-tXPHBznVdZ .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .cid-tXPHBznVdZ .bgsizedcone {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.cid-tXPHBznVdZ .bgsizedcone {
  -webkit-box-shadow: 0px 0px 26px 0px rgba(184, 184, 184, 0.6);
  -moz-box-shadow: 0px 0px 26px 0px rgba(184, 184, 184, 0.6);
  box-shadow: 0px 0px 26px 0px rgba(184, 184, 184, 0.6);
}
.cid-tXPHBznVdZ .boxrounder {
  border-radius: 10px 5px 10px 5px !important;
}
.cid-tXPHBznVdZ .btn-whitener {
  background-color: #ffffff;
}
.cid-tXPHBznVdZ .btn-whitener:hover {
  background-color: #e4a63a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tXPHBznVdZ .mbr-section-btn {
    text-align: left;
    padding-right: 1.5rem;
  }
  .cid-tXPHBznVdZ .btn {
    width: 100%;
  }
}
.cid-tXPHBznVdZ .btn {
  font-size: 1rem !important;
}
.cid-tXPHBzuwsf.popup-builder {
  background-color: #ffffff;
}
.cid-tXPHBzuwsf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tXPHBzuwsf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tXPHBzuwsf .modal-content,
.cid-tXPHBzuwsf .modal-dialog {
  height: auto;
}
.cid-tXPHBzuwsf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXPHBzuwsf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tXPHBzuwsf .form-wrapper .mbr-form .form-group,
  .cid-tXPHBzuwsf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tXPHBzuwsf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tXPHBzuwsf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXPHBzuwsf .mbr-text {
  text-align: center;
  color: #981919;
}
.cid-tXPHBzuwsf .pt-0 {
  padding-top: 0 !important;
}
.cid-tXPHBzuwsf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tXPHBzuwsf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tXPHBzuwsf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tXPHBzuwsf .modal-open {
  overflow: hidden;
}
.cid-tXPHBzuwsf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tXPHBzuwsf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tXPHBzuwsf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tXPHBzuwsf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tXPHBzuwsf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tXPHBzuwsf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tXPHBzuwsf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tXPHBzuwsf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tXPHBzuwsf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tXPHBzuwsf .modal-backdrop.fade {
  opacity: 0;
}
.cid-tXPHBzuwsf .modal-backdrop.show {
  opacity: .5;
}
.cid-tXPHBzuwsf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tXPHBzuwsf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tXPHBzuwsf .modal-header .close:hover {
  opacity: 1;
}
.cid-tXPHBzuwsf .modal-header .close:focus {
  outline: none;
}
.cid-tXPHBzuwsf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tXPHBzuwsf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tXPHBzuwsf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tXPHBzuwsf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tXPHBzuwsf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tXPHBzuwsf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tXPHBzuwsf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tXPHBzuwsf .modal-sm {
    max-width: 300px;
  }
  .cid-tXPHBzuwsf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tXPHBzuwsf .modal-lg,
  .cid-tXPHBzuwsf .modal-xl {
    max-width: 800px;
  }
  .cid-tXPHBzuwsf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tXPHBzuwsf .modal-xl {
    max-width: 1140px;
  }
  .cid-tXPHBzuwsf .container {
    max-width: 1140px;
  }
}
.cid-tXPHBzuwsf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tXPHBzuwsf .container {
    max-width: 720px;
  }
}
.cid-tXPHBzuwsf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tXPHBzuwsf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tXPHBzuwsf .form-group {
  margin-bottom: 1rem;
}
.cid-tXPHBzuwsf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tXPHBzuwsf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXPHBzuwsf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tXPHBzuwsf .text-sizer {
  font-size: 1rem !important;
}
.cid-tXPHBzJk9N {
  padding-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/win-a-soul.jpg");
}
@media (max-width: 991px) {
  .cid-tXPHBzJk9N {
    background-position: -400px 0px;
  }
}
@media (max-width: 768px) {
  .cid-tXPHBzJk9N {
    background-position: -500px 0px;
  }
}
@media (max-width: 500px) {
  .cid-tXPHBzJk9N {
    background-position: -600px 0px;
  }
}
@media (max-width: 400px) {
  .cid-tXPHBzJk9N {
    background-position: -750px 0px;
  }
}
.cid-tXPHBzJk9N .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tXPHBzJk9N .subtitle__block,
.cid-tXPHBzJk9N .title__block,
.cid-tXPHBzJk9N .buttons__block {
  pointer-events: all;
}
.cid-tXPHBzJk9N .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tXPHBzJk9N .subtitle__block SPAN {
  color: #b1a374;
}
.cid-tXPHBzJk9N .mbr-section-subtitle {
  display: inline-block;
}
.cid-tXPHBzJk9N .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tXPHBzJk9N .mbr-text {
  margin-top: 35px;
  font-size: 1.2rem !important;
}
.cid-tXPHBzJk9N .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tXPHBzJk9N .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-tXPHBzJk9N .mbr-figure:hover {
  color: #82786e;
  cursor: pointer;
}
.cid-tXPHBzJk9N .mbr-figure:hover .mbr-media {
  border-color: #82786e;
  color: #82786e;
}
@media (max-width: 575px) {
  .cid-tXPHBzJk9N .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tXPHBzJk9N .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tXPHBzJk9N .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tXPHBzJk9N .mbr-section-title,
.cid-tXPHBzJk9N .subtitle__wrap {
  color: #073b4c;
}
.cid-tXPHBzJk9N .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tXPHBzJk9N .btn {
    padding: 5px 8px !important;
  }
}
.cid-tXPHBzJk9N .shadower {
  text-shadow: 0px 0px 4px rgba(192, 192, 192, 0.9);
}
.cid-tXPHBzUZxa {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f3f3f1;
}
.cid-tXPHBzUZxa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tXPHBzUZxa p {
  color: #767676;
  text-align: left;
}
.cid-tXPHBzUZxa .card-box {
  padding-top: 2rem;
}
.cid-tXPHBzUZxa .card-wrapper {
  height: 100%;
}
.cid-tXPHBzUZxa .side-cover-post {
  border-bottom: 1px dotted #B8C0C9;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px;
}
.cid-tXPHBzUZxa .side-cover-post:hover {
  background: #F2D5A2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.cid-tXPHBzUZxa .side-cover-post:hover .side-imgdh-overlay {
  width: 80px;
  height: 86px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(90, 0, 23, 0.8);
  border-radius: 50%;
  display: block;
}
.cid-tXPHBzUZxa .side-cover-post:hover .side-imgdh-icon {
  position: absolute;
  top: 40%;
  left: 40%;
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  transform: rotateY(0deg) rotate(135deg);
}
.cid-tXPHBzUZxa .icon-sizer-imgdh {
  max-width: 80px;
  width: 100%;
  border-radius: 50%;
}
.cid-tXPHBzUZxa .side-cover-imgdh {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0px 10px 0px 0px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.cid-tXPHBzUZxa .side-imgdh-overlay {
  display: none;
}
.cid-tXPHBzUZxa .side-imgdh-icon {
  display: none;
}
.cid-tXPHBzUZxa .side-post-topic {
  color: #5a0017;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.cid-tXPHBzUZxa .side-post-sub {
  color: #888888;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cid-tXPHBA7IIB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a0017;
}
.cid-tXPHBA7IIB .cloa {
  padding-right: 0px !important;
}
.cid-tXPHBA7IIB .clob {
  padding-left: 0px !important;
}
.cid-tXPHBA7IIB .cloc {
  padding-right: 0px !important;
}
.cid-tXPHBA7IIB .clod {
  padding-left: 0px !important;
}
.cid-tXPHBA7IIB .card-wrappera {
  background: #ffffff;
  border-radius: 5px 0px 0px 5px;
}
.cid-tXPHBA7IIB .card-wrapperb {
  background: #ffffff;
  border-radius: 0px 5px 5px 0px;
}
.cid-tXPHBA7IIB .card-wrapperb img {
  border-radius: 0px 5px 5px 0px;
}
.cid-tXPHBA7IIB .card-wrapperc {
  background: #e7d8d6;
  border-radius: 5px 0px 0px 5px;
}
.cid-tXPHBA7IIB .card-wrapperd {
  background: #bf5832;
  border-radius: 0px 5px 5px 0px;
}
.cid-tXPHBA7IIB .item-imgtwo {
  opacity: 0;
}
.cid-tXPHBA7IIB .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tXPHBA7IIB .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-tXPHBA7IIB .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXPHBA7IIB .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #ffffff;
}
.cid-tXPHBA7IIB img,
.cid-tXPHBA7IIB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tXPHBA7IIB .item:focus,
.cid-tXPHBA7IIB span:focus {
  outline: none;
}
.cid-tXPHBA7IIB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXPHBA7IIB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXPHBA7IIB .mbr-section-title {
  color: #232323;
}
.cid-tXPHBA7IIB .mbr-text,
.cid-tXPHBA7IIB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tXPHBA7IIB .item-title {
  text-align: left;
}
.cid-tXPHBA7IIB .item-subtitle {
  text-align: left;
}
.cid-tXPHBA7IIB .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tXPHBA7IIB .btn {
    padding: 5px 8px !important;
  }
}
.cid-tXPHBA7IIB .picbg {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
.cid-tXPHBA7IIB .texter-spreading {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cid-tXPHBA7IIB .texter-spreading {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 769px) {
  .cid-tXPHBA7IIB .texter-spreading {
    font-size: 1.65rem !important;
    line-height: 2.4rem !important;
  }
}
.cid-tXPHBA7IIB .textspanner {
  font-weight: 700 !important;
  font-size: 2rem !important;
}
@media (max-width: 768px) {
  .cid-tXPHBA7IIB .textspanner {
    line-height: 2.2rem !important;
  }
}
.cid-tXPHBAl8Y1 {
  background-color: #fff !important;
}
.cid-tXPHBAl8Y1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tXPHBAl8Y1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tXPHBAl8Y1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tXPHBAl8Y1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXPHBAl8Y1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXPHBAuzTm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4b0115;
}
@media (max-width: 991px) {
  .cid-tXPHBAuzTm .content {
    text-align: center;
  }
  .cid-tXPHBAuzTm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXPHBAuzTm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXPHBAuzTm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tXPHBAuzTm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tXPHBAuzTm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXPHBAuzTm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tXPHBAuzTm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tXPHBAuzTm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tXPHBAuzTm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tXPHBAuzTm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tXPHBAuzTm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXPHBAuzTm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXPHBAuzTm .overlay-bg-3 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.cid-tXPHBAuzTm .fi-icon-foot {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.cid-tXPHBAuzTm .btn {
  border-radius: 10px 5px 10px 5px !important;
}
@media (max-width: 768px) {
  .cid-tXPHBAuzTm .btn {
    font-size: 0.9rem !important;
  }
}
.cid-tXPHBAuzTm .textszr {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #e4d295 !important;
}
.cid-tXPHBAuzTm H5 {
  color: #e4a63a;
}
@media (min-width: 769px) {
  .cid-tXPHBAuzTm .links-title {
    margin-left: 5px;
  }
  .cid-tXPHBAuzTm .links-title a::before {
    content: "➜ ";
  }
  .cid-tXPHBAuzTm h3 a:hover {
    padding-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tXPHBAuzTm .anchor {
  display: block;
  height: 70px !important;
  margin-top: -70px !important;
  visibility: hidden;
}
.cid-tXPHBAuzTm .vertiliner {
  color: #e4d295;
  font-weight: 500;
  font-size: 1.2rem;
}
.cid-tXPHBAPEeG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0010;
}
@media (max-width: 991px) {
  .cid-tXPHBAPEeG .mbr-white {
    padding-bottom: 2.2rem;
  }
}
