@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/* CSS Document */

/*
Theme Name: Catholic Bulletin Program Church Website Template
Version: 1.0
Author: Surjith SM
Author URI: http://themeforest.net/user/surjithctly
*/

/******************  Table of Contents  *****************************/

/*

1. GLOBAL STYLES
2. NAVIGATION BAR
3. CAROUSEL
4. UPCOMING EVENT
5. FEATURE BLOCK
6. EVENT LIST
7. CAROUSEL
8. LATEST BLOG
9. LATEST SERMONS
10. IMAGE GALLERY
11. BIBLE QUOTES
12. SUBSCRIBE
13. FOOTER
14. SUB PAGES
15. BLOG
16. SHORTCODES
17. CONTACT US

If you having trouble in editing css, see documentation or please email me on support@surjithctly.in 

*/

/*========== 1. GLOBAL STYLES ==============*/

body {
  /* font-family: "Droid Serif", Arial, sans-serif; */
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: #fff;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #6f6a66;
}
a {
  color: #2c2c2a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #e95d00;
  text-decoration: none;
}
.link-reverse {
  color: #e95d00;
}
.link-reverse:hover,
.link-reverse:focus {
  color: #ca5100;
}
strong,
b {
  font-weight: 600;
}
p {
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 65px;
  line-height: 1;
  margin: 18px 0 45px;
  word-spacing: -5px;
}
h2 {
  font-size: 60px;
  margin: 15px 0;
  word-spacing: -3px;
}
h3 {
  font-size: 45px;
  margin: 15px 0;
  word-spacing: -3px;
}
h4 {
  font-size: 20px;
  margin: 10px 0;
}
h5 {
  font-size: 18px;
  margin: 20px 0 13px;
  color: #384047;
}
h6 {
  font-size: 16px;
  margin: 10px 0;
  color: #384047;
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 25px;
  }
}
.caret {
  margin-top: -3px;
}
.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-giant {
  padding: 18px 30px;
  font-size: 32px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 25px;
  font-size: 17px;
  line-height: 1.3;
  border-radius: 4px;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 52px;
  border-radius: 3px;
}
.form-control {
  border-radius: 3px;
}
.form-control:focus {
  border-color: #bbb4a7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 3px;
}
.btn-primary {
  color: #483f34;
  background-color: #ffc55f;
  border-color: #e7ad47;
}

.btn-primary-out {
  color: #483f34;
  background-color: #fff0;
  border-color: #483f34;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #483f34;
  background-color: #fdbf51;
  border-color: #e7ad47;
}
.well {
  background: #f9f1e6;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.highlight-bg {
  background: #f9f1e6;
  padding: 24px 0;
}
.has-margin-top {
  margin-top: 50px;
}
.has-margin-bottom {
  margin-bottom: 50px;
}
.has-margin-xs-top {
  margin-top: 10px;
}

.has-margin-xs-bottom {
  margin-bottom: 30px;
}
.has-margin-xs-right {
  margin-right: 20px;
}
.has-no-margin {
  margin: 0;
}
.has-padding {
  padding: 20px;
}
.has-padding-xs {
  padding: 10px;
}
.has-padding-vertical {
  padding: 20px 0;
}
.has-padding-bottom {
  padding-bottom: 20px;
}
.has-padding-xs-vertical {
  padding: 10px 0;
}
.has-padding-xs-bottom {
  padding-bottom: 10px;
}
.has-padding-xs-top {
  padding-top: 10px;
}
.has-padding-top {
  padding-top: 50px;
}

.has-border {
  border: 1px solid #eadeda;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.has-border-bottom {
  border-bottom: 1px solid #eadeda;
}
.section-title {
  text-align: center;
  color: #53504c;
  min-height: 40px;
  margin-bottom: 40px;
}
.section-title h4 {
  position: relative;
}
.section-title h4:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -12px;
  width: 30px;
  height: 4px;
  background: #919191;
  margin-left: -15px;
}
.section-title.left-align {
  text-align: left;
}
.section-title.left-align h4:after {
  left: 0;
  margin-left: 0;
}
.well .section-title {
  margin-bottom: 20px;
}

.badge {
  color: #918677;
  background-color: #e7e0d7;
}

@media (min-width: 768px) {
  .section-title.left-align-desktop {
    text-align: left;
  }
  .section-title.left-align-desktop h4:after {
    left: 0;
    margin-left: 0;
  }
}

/*========== 2. NAVIGATION BAR ==============*/

@media (min-width: 768px) {
  .navbar-header {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    max-width: 280px;
  }
}
.navbar-default {
  background-color: #fff; /*IE Fix*/
  background-color: rgba(255, 255, 255);
  border: 0;
}
.navbar-default .navbar-nav > li > a {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
}
/*On scroll Transition*/
.navbar-brand,
.navbar-brand img,
.navbar,
.navbar-nav,
.nav > li > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-brand {
  height: 85px;
}
.navbar-brand img {
  max-height: 100%;
}
.navbar {
  min-height: 85px;
}
.navbar-nav {
  margin: 25px 0;
}
.nav > li > a {
  padding: 7px 18px;
}
.navbar-default .navbar-nav > li > a {
  color: #2c2c2a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
  color: #e95d00;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #e95d00;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #483f34;
  background-color: #ffc55f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px !important;
  margin-right: 5px;
  margin-bottom: 15px;
  background-color: transparent !important;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 4px;
}

/*== NAVBAR ON SCROLL ==*/

@media (min-width: 992px) {
  .navbar-brand img {
    height: 60px;
  }
  .navbar-default.shrink {
    background-color: rgba(255, 255, 255);
    border-bottom: solid 1px #f7f7f7;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  }
  .shrink .navbar-brand {
    height: 75px;
  }
  .shrink .navbar-brand img {
    height: 45px;
  }
  .navbar.shrink {
    min-height: 50px;
  }
  .shrink .navbar-nav {
    margin: 20px 0;
  }
  .shrink .nav > li > a {
    padding: 7px 15px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    height: 70px;
  }
  .navbar {
    min-height: 50px;
  }
  .navbar-nav {
    margin: 17px 0;
  }
  .nav > li > a {
    padding: 7px 12px;
  }
}
@media (max-width: 991px) {
  .navbar-default {
    background-color: rgba(255, 255, 255);
  }
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu-left {
    left: 18px;
  }
  .navbar-right .active .dropdown-menu-left {
    left: 0;
  }
}

/*========== 3. CAROUSEL ==============*/

/* Carousel base class */
.carousel {
  height: 650px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top: 33%;
  bottom: 0;
}
@media (max-width: 480px) {
  .carousel-caption {
    top: 25%;
  }
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 650px;
  background-color: #e2beae;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 55%;
}
.slide-promise {
  background: url(../images/2026_Promise_web.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slide-one {
  background: url(../images/church-mountain2-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slide-two {
  background: url(../images/church-man-sea.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slide-three {
  background: url(../images/church-man-hope.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

/*========== 4. UPCOMING EVENT ==============*/

.event-cta {
  text-align: center;
}
.event-cta p {
  font-size: 23px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  color: #393939;
}
.event-cta span {
  color: #9f978c;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .event-cta {
    text-align: left;
  }
  .ec-txt {
    float: left;
  }
  .event-cta p {
    margin-bottom: 0;
  }
  .event-cta .btn {
    float: right;
  }
}

.event-details .ed-title {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}

.event-details .ed-content {
  line-height: 2;
  color: #53504c;
}

/*========== 5. FEATURE BLOCK ==============*/

@media (max-width: 767px) {
  .feature-block {
    text-align: center;
  }
  .feature-block .img-responsive {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .center-this {
    text-align: center;
  }
  .center-this .img-responsive {
    margin: 0 auto;
  }
}
/*========== 6. EVENT LIST ==============*/

.el-block {
  text-align: center;
}
.el-block h4 {
  position: relative;
  color: #53504c;
}
.el-block h4:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -12px;
  width: 20px;
  height: 4px;
  background: #919191;
  margin-left: -10px;
}
.el-head {
  color: #53504c;
  font-size: 18px;
  margin: 20px 0 5px;
}
.el-cta {
  margin: 15px 0;
}
/*========== 7. CAROUSEL ==============*/

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav {
  display: none;
}
@media (min-width: 1200px) {
  .owl-theme .owl-controls .owl-nav {
    display: block;
  }
  .owl-theme .owl-controls .owl-nav div {
    position: absolute;
  }
  .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -10px;
    top: 55px;
  }
  .owl-theme .owl-controls .owl-nav .owl-next {
    right: -10px;
    top: 55px;
  }
}
.owl-theme .owl-controls .nav-arrow {
  width: 16px;
  height: 30px;
  background: url(../images/arrows.png) no-repeat;
  display: block;
}
.owl-theme .owl-controls .nav-arrow.left {
  background-position: 0 0;
}
.owl-theme .owl-controls .nav-arrow.right {
  background-position: 100% 0;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ddcbab;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ac7f62;
}
/*========== 8. LATEST BLOG ==============*/

.media-heading {
  color: #53504c;
}
.media-content {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .media-heading {
    margin-top: 20px;
  }
  .bulletin {
    text-align: center;
  }
}
/*========== 9. LATEST SERMONS ==============*/

.list-group {
  margin-bottom: 0;
}
.list-group-item {
  background: url(../images/play.png) no-repeat 0 15px transparent;
  border: 0;
  border-top: 1px solid #e7e1df;
  padding-left: 20px;
}
.list-group-item:first-child {
  border-top: 0;
}
a.list-group-item-text {
  color: #9e9e9e;
}
a.list-group-item:hover,
a.list-group-item:focus {
  background-color: transparent;
}
/*========== 10. IMAGE GALLERY ==============*/

.img-gallery .fancybox img {
  margin: 0 auto;
  margin-bottom: 30px;
}
/*========== 11. BIBLE QUOTES ==============*/

.blockquote-centered {
  text-align: center;
  color: #393939;
  border: 0;
  line-height: 1.6;
  position: relative;
  cursor: hand;
}

.item blockquote.blockquote-centered {
  padding: 0 50px !important;
  font-size: 26px !important;
  background: #f9f9f900 !important;
  font-weight: 300 !important;
}

@media (min-width: 767px) {
  .blockquote-centered {
    padding: 0 50px;
    font-size: 26px;
  }
}
.blockquote-centered:before,
.blockquote-centered:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
}
.blockquote-centered:before {
  background: url(../images/quote-1.png) no-repeat;
  left: 0;
  top: 0;
}
.blockquote-centered:after {
  background: url(../images/quote-2.png) no-repeat;
  right: 0;
  bottom: 0;
}
.blockquote-centered small {
  padding: 15px 0;
}
/*========== 12. SUBSCRIBE ==============*/

.susbcribe-head {
  margin: 0;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
.susbcribe-head span {
  color: #999085;
  font-weight: normal;
}
.ketchup-error {
  display: none !important;
}
@media (min-width: 767px) {
  .subscribe-form .form-group {
    margin-bottom: 0;
  }
  .susbcribe-head {
    margin: 0;
    text-align: left;
  }
  .susbcribe-head span {
    display: block;
  }
}
/*========== 13. FOOTER ==============*/

footer {
  background: #53504c;
  color: #f9f1e6;
  padding-top: 5px;
}
footer h5 {
  color: #f9f1e6;
}
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li {
  border-bottom: 1px solid #666462;
  padding: 5px;
}
footer p {
  color: #ccc0c0;
}
footer a {
  color: #ccc0c0;
}
footer a:hover,
footer a:focus {
  color: #ffb483;
}
.copyright {
  background: #494743;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 35px;
}
.social-icons a {
  opacity: 0.5;
}
.social-icons a:hover,
.social-icons a:focus {
  opacity: 0.8;
}

.border-top-foot {
  border-top: 1px solid;
  padding-top: 10px;
  margin-top: 20px;
}
/*========== 14. SUB PAGES ==============*/

.subpage-head {
  background-color: #f9f1e6;
  padding-top: 80px;
  padding-bottom: 20px;
}
.subpage-head h3 {
  color: #53504c;
}
@media (min-width: 992px) {
  .subpage-head {
    padding-top: 110px;
  }
}
/*========== 15. BLOG ==============*/

.pagination > li > a,
.pagination > li > span {
  color: #483f34;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #917e68;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #fdbf51;
  border-color: #e7ad47;
  color: #483f34;
}
.vertical-links li {
  border-bottom: 1px solid #e6ddd4;
  padding: 8px 0;
}
.tag-cloud a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 2px 8px;
  border: 1px solid #eceae4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f8f7f3;
  font-size: 12px;
}
.comments-block > .media {
  border-bottom: 1px solid #eadeda;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-block > .media .media {
  border-top: 1px solid #eadeda;
  padding-top: 20px;
}
.media-object {
  width: 40px;
}
.comments-head {
  font-size: 35px;
  color: #53504c;
  border-bottom: 1px solid #eadeda;
  margin: 40px 0 20px;
  padding-bottom: 10px;
}
/*========== 16. SHORTCODES ==============*/

.theme-showcase {
  margin-bottom: 50px;
}
.theme-showcase h1 {
  font-size: 35px;
  color: #53504c;
  margin-bottom: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #483f34;
  background-color: #ffc55f;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #483f34;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: transparent;
  color: #483f34;
}
.panel-primary {
  border-color: #dbba80;
}
.panel-primary > .panel-heading {
  color: #483f34;
  background-color: #ffc55f;
  border-color: #dbba80;
}
.progress {
  background-color: #d3cfcc;
}
/*========== 17. CONTACT US ==============*/

.location-map {
  height: 260px;
  background-color: #f9f1e6;
}
.location-map iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

/*========== 18. CHARITY DONATION ==============*/

.charity-box {
  background: #f9f1e6;
  overflow: hidden;
}

.charity-image {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.charity-image img {
  min-width: 100%;
}

.charity-desc {
  padding: 15px;
}

.charity-desc h3 {
  font-size: 28px;
  color: #53504c;
  margin: 0 0 5px 0;
}

.pledged-amount {
  font-size: 40px;
  color: #53504c;
  margin: 15px 0 5px 0;
}

.pledged-amount.has-no-margin {
  margin: 0 0 5px;
}

.donate-now {
  text-align: center;
  padding: 10px 0;
  width: 100%;
  float: left;
}

@media (min-width: 992px) {
  .charity-image {
    width: 420px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .donate-now {
    text-align: right;
    padding: 0;
    float: right;
    width: auto;
  }
}

/*========== 19. EVENT CALENDAR ==============*/

.event-cal-wrap h2 {
  font-size: 18px;
  color: #2c2c2a;
}

/*
  NEW VERSION
*/

/*========== FLEXSLIDER ==============*/

.flexslider {
  height: 700px;
}

.flexslider .slides li {
  height: 700px;
}

.flexslider-caption {
  margin: 250px auto 100px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.flexslider-caption h1,
.flexslider-caption h2,
.flexslider-caption h3,
.flexslider-caption p,
.flexslider-caption .btn {
  opacity: 0;
}

.flexslider-caption .btn {
  text-shadow: none;
}

.flex-active-slide .flexslider-caption {
  opacity: 0;
  -webkit-transform: translateX(3em);
  -moz-transform: translateX(3em);
  -ms-transform: translateX(3em);
  -o-transform: translateX(3em);
  transform: translateX(3em);
  -webkit-animation: photocaption 0.65s ease forwards;
  -moz-animation: photocaption 0.65s ease forwards;
  animation: photocaption 0.65s ease forwards;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.flex-active-slide .flexslider-caption h3 {
  opacity: 0;
  -webkit-animation: fade 0.65s ease forwards;
  -moz-animation: fade 0.65s ease forwards;
  animation: fade 0.65s ease forwards;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.flex-active-slide .flexslider-caption h1 {
  opacity: 0;
  -webkit-animation: fade 0.65s ease forwards;
  -moz-animation: fade 0.65s ease forwards;
  animation: fade 0.65s ease forwards;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.flex-active-slide .flexslider-caption h2 {
  opacity: 0;
  -webkit-animation: fade 0.65s ease forwards;
  -moz-animation: fade 0.65s ease forwards;
  animation: fade 0.65s ease forwards;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.flex-active-slide .flexslider-caption p {
  opacity: 0;
  -webkit-animation: fade 0.65s ease forwards;
  -moz-animation: fade 0.65s ease forwards;
  animation: fade 0.65s ease forwards;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.flex-active-slide .flexslider-caption .btn {
  opacity: 0;
  -webkit-animation: fade 0.65s ease forwards;
  -moz-animation: fade 0.65s ease forwards;
  animation: fade 0.65s ease forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* UTILITIES */

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}

.fs-7p {
  font-size: 16px !important;
}

.fs-20p {
  font-size: 20px !important;
}

.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}

.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}

.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }

  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }

  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }

  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }

  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
}

.align-items-center {
  align-items: center !important;
}

.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}

.h-60p {
  height: 40px !important;
}

.h-90p {
  height: 90px !important;
}

.border-right {
  border-right: 1px solid #eadeda !important;
}

.border-bottom {
  border-bottom: 1px solid #eadeda !important;
}

.footer-i {
  font-size: 2em !important;
  margin: 0px 5px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.row-alt {
  margin-right: -15px;
  margin-left: -15px;
  display: flex !important;
  flex-wrap: wrap !important;
}
/* UTILITIES */

#serviceTiming .p-4.pb-5.highlight-bg {
  height: 325px;
  /* display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between; */
}

.masonry-container {
  column-count: 3;
  column-gap: 1.5rem;
  padding: 1rem;
}

.one-line-masonry {
  display: flex;
}

.masonry-card {
  display: inline-block;
  /* background: #f9f1e6; */
  border-radius: 0px;
  margin: 0 0 1.5rem;
  width: 100%;
  padding: 1rem 1.2rem;
  vertical-align: top;
  transition: all 0.3s ease;
  background: #dbccba;
  color: #384047;
  font-weight: 500;
}

.card-text {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  margin-bottom: 1rem;
}

.masonry-card.expanded .card-text {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.read-more-btn {
  margin-top: 1rem;
  background: #007bff;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}

.read-more-btn:hover {
  background: #0056b3;
}

#about-top-text .p-4.highlight-bg {
  height: 160px;
  font-size: 16px;
  line-height: 3 !important;
}

.embed-responsive {
  z-index: 99;
}

.about-row-bg {
  background-image: url(../images/pic_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 90px;
}

.payer-row-bg {
  background-image: url(../images/prayer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 90px;
}

.location-row-bg {
  background-image: url(../images/church-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 95px;
}

.loc-margin {
  margin: 100px auto;
}

.white-text {
  color: #ffffff !important;
}

.img-div {
  padding: 20px;
  background-color: #f9f1e6;
}

.img-container {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

/* .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
} */

/* .img-container:hover .image {
  opacity: 0.3;
}

.img-container:hover .middle {
  opacity: 1;
} */

.text {
  background-color: #04aa6d;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.logo-text {
  display: none;
}

@media (max-width: 992px) {
  .masonry-container {
    column-count: 2;
  }

  .one-line-masonry {
    display: flex;
  }
}

@media (max-width: 576px) {
  .masonry-container {
    column-count: 1;
  }

  .one-line-masonry {
    display: inherit;
  }

  .location-row-bg {
    padding: 50px 25px !important;
  }

  .about-row-bg {
    padding: 30px 20px;
  }

  li a.btn.btn-lg.btn-primary.ms-3 {
    margin-top: 50px !important;
  }

  .navbar-brand {
    padding: 15px 5px !important;
  }

  .logo-text {
    display: block !important;
    font-size: 16px;
    margin-left: 10px;
    color: #861119;
    font-weight: 500 !important;
  }

  .service-border,
  .service-border:nth-child(2) {
    border-right: 0px solid #dbccba !important;
    border: 0px solid #dbccba !important;
    border-bottom: 2px solid #dbccba !important;
  }
}

@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  to {
    opacity: 1;
  }
}

@keyframes fade {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes photocaption {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes photocaption {
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes photocaption {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RIPPLE EFFECT */
.span-ef {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
}

.span-ef::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  animation: ripple 1.5s ease-out infinite;
}

.span-ef:first-child {
  background-color: #ff414d;
}

.span-ef:first-child::before {
  animation-delay: 0.2s;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}

.stream-div {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.stream-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.stream-pos {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.stream-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#church-details .ed-title {
  background: #dbccba;
  color: #6f6a66;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.bg-dark-theme {
  background: #f9f1e6 !important;
  /* background: #861119; */
}

.service-border:nth-child(2) {
  border-right: 2px solid #dbccba;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 60s linear infinite;
}

.marquee:hover span {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.service-clock {
  background: #fdbf51;
}
.service-time {
  font-size: 1.5em;
  font-weight: 600;
}

.service-messages {
  display: flex;
}
.service-messages p {
  margin: 0px !important;
  padding: 5px 40px;
  /* color: #ffffff; */
}
/* .service-messages p:nth-child(odd) {
  background: #fdbf51;
  margin: 0px !important;
  padding: 5px 50px;
  color: #2c2c2a;
} */

.service-service-text {
  padding: 10px;
  line-height: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  border-right: 0px solid;
  /* background: #861119; */
  background: #dbccba;
  color: #000000;
}

blockquote {
  font-size: 16px !important;
  font-weight: 600;
  padding: 30px 20px;
  background: #f9f9f9;
}

#section-empty {
  background-image: url(../images/section-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 95px;
}

.image-cross {
  height: 810px !important;
}

.parallax-img {
  background-image: url(../images/parellex-img.jpg);
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-white {
  color: #ffffff;
}
.link-white:hover,
.link-white:focus {
  color: #e95d00;
  text-decoration: none;
}

.dark-plate {
  padding: 30px;
  background: #ffc56936;
}
