a {
  text-decoration-color: none !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration-color: none !important;
  text-decoration: none !important;
}

::placeholder {
  font-size: 14px !important;
}

select,
option {
  font-size: 14px !important;
}

/*NAVIGATION BAR STARTS*/

.erc_navbar {
  background: transparent;
  padding: 32px;
  color: #fff;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#sticky2.stick2 {
  z-index: 999;
  position: sticky;
  padding: 32px;
  top: 128px;
  left: 128px;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#sticky.stick {
  background: #fff !important;
  display: block;
  z-index: 1000;
  position: fixed;
  padding: 8px;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.nav-item {
  padding-left: 16px;
}

.nav-item .nav-link {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #aaaaaa !important;
}

.nav-item .active {
  color: #1550e5 !important;
}

.navbar-toggler {
  border: none;
}

.btn_nav {
  background: #1550e5;
  border: 2px solid #1550e5;
  color: #ffffff;
  font-weight: 600;
  border-radius: 56px;
  padding: 12px 36px;
  font-size: 14px;
}
.btn_nav:hover {
  background: transparent;
  border: 2px solid #1550e5;
  color: #1550e5;
  font-weight: 600;
  border-radius: 56px;
  padding: 12px 36px;
  font-size: 14px;
}

.btn_nav_2 {
  background: transparent;
  border: 2px solid #1550e5;
  color: #1550e5;
  font-weight: 600;
  border-radius: 56px;
  padding: 12px 36px;
  font-size: 14px;
}

.btn_nav_2:hover {
  background: transparent;
  border: 2px solid #1550e5;
  color: #1550e5;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/*NAVIGATION BAR ENDS*/

/****** SECTION LANDING PAGE START*****/

#section_landing {
  padding: 240px 16px 100px 16px;
  /*min-height: calc(100vh *3/4  + 80px);*/
  min-height: 100vh !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: top !important;
}

.btn_watch {
  padding: 12px 64px;
  background: #eb4034;
  border-radius: 56px;
  color: #ffffff;
  font-weight: 900;
}
.btn_watch:hover {
  padding: 12px 64px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 56px;
  color: #eb4034;
  font-weight: 900;
}

/****** SECTION LANDING PAGE ENDS*****/

#section_commissions {
  padding: 100px 16px;
}

/*.stats{
    margin-top: -180px;
}*/

@media (max-width: 767px) {
  /*.stats{
        margin-top:0px;
        margin-bottom: 0px;
        background: #f4f5f6;
    } */
  .stat {
    text-align: center;
    border-right: 0.5px solid #eee;
    border-left: 0.5px solid #eee;
    padding: 32px;
  }
  .border_event {
    border-left: none !important;
    padding: 32px;
  }
  .collapse {
    text-align: center;
    background: rgba(255, 255, 255, 0.99);
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    margin-top: 24px;
    padding: 98px 32px;
  }
  .dropdown-menu {
    text-align: center;
    border: none;
  }
}

/******** SECTION SERMONS STARTS***************/

#section_sermons {
  padding: 0px 16px;
}

.sermon_list {
  padding: 40px 0;
}

.sermon_timetable {
  padding: 100px 64px;
}

.sermons_icons {
  width: 32px;
  height: 32px;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  text-align: center;
  padding: 8px 7px;
  color: #8e8e8e;
  margin-right: 8px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.sermons_icons:hover {
  background: #1550e5;
  border: 1px solid #1550e5;
  color: #ffffff;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/******** SECTION SERMONS ENDS***************/

/************* SECTION EVENTS STARTS **********/

#section_events {
  padding: 100px 16px;
}

.card-large-white {
  border: 0px;
  background-color: #fff;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}

.card-large-white:hover {
  -webkit-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
}

.txt_calendar {
  font-size: 36px;
  font-family: "Bebas Neue", cursive;
  line-height: 40px;
}

.border_event {
  border-left: 1px solid #dbdbdb;
  padding: 32px;
}

/************* SECTION EVENTS ENDS **********/

/************* SECTION ABOUT  *******/

#section_about {
  padding: 0px 16px 0px 16px;
}

/************* SECTION FOOTER *******/

#section_footer {
  padding: 100px 16px;
}

#section_footer_copy {
  padding: 32px 16px;
}

.my_input {
  border-radius: 2px;
  height: 42px;
  border: 0px solid #ededed;
  background: #ffffff;
  font-family: "AvenirBook";
}

.social_icons {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding: 8px 7px;
  color: #1550e5;
  margin-right: 8px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.social_icons:hover {
  background: transparent;
  color: #1550e5;
  border: 1px solid #1550e5;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.erc_subfooter {
  background: #122351;
}

/*********SECTION BANNER COMMISSION *********/

#section_banner_commissions {
  padding: 200px 16px 180px 16px;
  /* padding: 160px 16px 80px 16px; */
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/daddy.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

#section_content {
  padding: 64px 16px !important;
}

.erc_subnavbar {
  background: #dbdbdb;
  height: 60px;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}

.card_large {
  border: 0px;
  background: #fff !important;
  border-radius: 0px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
}

@media (max-width: 767px) {
  .img_departement {
    background-image: url("../images/event2.jpg");
    height: 330px;
    background-size: cover;
    border-radius: 0px !important;
  }
  .card_large {
    border: 0px;
    background: #fff !important;
    border-radius: 0px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.13);
  }
}

/******* SECTION BANNER SERMONS************/

#section_banner_sermons {
  padding: 91px 16px;
  max-height: 120vh;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/sermon_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

#section_content_sermons {
  padding: 100px 16px;
}

.filter_input {
  border-radius: 2px;
  height: 42px;
  border: 1px solid #ededed;
  background: #ffffff;
}

.input-group ::placeholder {
  font-family: "Chivo", sans-serif;
  font-size: 14px !important;
}

.card_sermons {
  border: 0px;
  padding: 0px;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 32px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}

.btn_outline_grey {
  background: transparent;
  color: #333;
  font-weight: 400;
  border: 1px solid #333;
  border-radius: 56px;
  padding: 16px 32px;
  font-size: 14px;
}

.btn_outline_grey:hover {
  background: #1550e5;
  color: #fff;
  font-weight: 400;
  border: 1px solid #1550e5;
  border-radius: 56px;
  padding: 16px 32px;
  font-size: 14px;
}

#section_banner_event {
  padding: 280px 16px 180px 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/banner_event.jpg);
  background-attachment: fixed;
  background-size: cover;
}

#section_banner_about {
  padding: 280px 16px 180px 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/home.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#section_content_about {
  padding: 100px 16px;
}

#section_about_vision {
  padding: 100px 16px;
}

#section_banner_new {
  padding: 180px 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/home.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#section_content_new {
  padding: 100px 16px;
}

#section_programs {
  padding: 16px;
}

.card_new {
  border: 0px;
  background-color: #fff;
  margin-bottom: 16px;
}

.icons_new {
  padding: 16px;
  border: 1px solid #1550e5;
  border-radius: 50%;
  font-size: 24px;
}

.fnt_permanent {
  font-family: "Permanent Marker", cursive;
}

.underline {
  border-bottom: 2px solid #fff;
  text-decoration-color: none !important;
  text-decoration: none !important;
}

.underline:hover {
  color: #1550e5;
  border-bottom: 2px solid #1550e5;
}

.dropdown-menu .dropdown-item {
  text-transform: none !important;
  font-size: 14px !important;
  color: #666 !important;
}

.dropdown-item:hover {
  background-color: #1550e5 !important;
  color: #fff !important;
}

/******* REGISTER FORM CSS STYLE******/

#section_banner_register {
  padding: 100px 16px 80px 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/home.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.banner_social_icons {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  text-align: center;
  padding: 8px 7px;
  color: #8e8e8e;
  margin-right: 8px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.banner_social_icons:hover {
  background: transparent;
  color: #1550e5;
  border: 1px solid #1550e5;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#section_content_register {
  padding: 36px 16px;
}

.card_register {
  border: 0px;
  padding: 0px;
  height: 280px;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 32px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}

/******* DONATION FORM CSS STYLE******/

#donation_form {
  background-color: #fff;
}

#section_donation {
  padding: 150px 16px 0 16px;
  /* min-height: calc(100vh *3/4  + 80px);*/
  min-height: 100vh;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/home.jpg);
}

.btn_small_grey {
  background: #f4f5f6;
  color: #000;
  border-radius: 2px;
  padding-left: 16px;
  padding-right: 16px;
  height: 42px;
  font-size: 14px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/******** ADMINISTRATION PAGE********/

#section_banner_admin {
  padding: 280px 16px 180px 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/admin.photo.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.down_arrow {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.down_arrow a {
  text-decoration: none !important;
  text-decoration-color: none !important;
  color: #fff;
}

.down_arrow i {
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 16px;
}

.card_transparent {
  border: 0px solid #8e8e8e !important;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #8e8e8e !important;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}

/*********************************************/

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

.footer_item {
  padding-left: 0px;
  list-style-type: none;
}

.footer_item li {
  margin-bottom: 16px !important;
  padding-left: 0px;
}

.event_highlight {
  border-radius: 8px !important;
}

.event_highlight .details {
  padding: 64px 32px;
  height: 200px;
  overflow-y: hidden;
}

.event_highlight .pic {
  border-radius: 0 8px 8px 0 !important;
}

.btn_back {
  background: transparent;
  border: 2px solid #f4f5f6;
  color: #f4f5f6;
  font-weight: 600;
  border-radius: 56px;
  font-size: 14px;
}

#section_banner_parishes {
  padding: 280px 16px 180px 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/home.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.nav-pills .nav-link.active {
  font-size: 18px;
  background-color: transparent;
  color: #000 !important;
  font-weight: bolder;
  border-radius: 0px;
}
.nav-pills .nav-link {
  padding: 10px;
}
.nav_fixed {
  height: calc(100vh - 86px);
  overflow-y: auto;
  padding: 32px;
  background-color: #ffffff;
}
.nav_notFixed {
  height: calc(100vh - 86px);
  overflow-y: auto;
  padding: 0px;
  background-color: #ffffff;
}
/* PUBLICATIONS**/
.card_publications {
  border: 0px;
  padding: 16px;
  height: auto;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 32px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}
#section_content_publications {
  padding: 72px;
}

/*FOR MOBILE PHONES*/

@media (max-width: 767px) {
  .event_highlight .pic {
    display: none;
  }
}
