@import url(flat-icon/flaticon.css);

@import url(font-awesome.min.css);

#formError{
  color: red;
  font-weight: bold;
  text-align: center;
}
#archive_results{
  padding-top: 5%;
  text-align: center;
  font-weight: lighter;
}
#archive_results strong{
  /*color: #1d2cb7;*/
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/logo.jpg");
  animation: spin 1s linear infinite;
}
 @-webkit-keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);
            /* IE 9 */
            transform: rotate(360deg);
            /* Firefox 16+, IE 10+, Opera */
        }
 }
.vc_column-inner{
margin-top: 5%;
}
.wpb_wrapper h4{
  color: #ffffff;
  text-align: left;
  font-family:Arimo;
  font-weight:700;
  font-style:normal
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: #1d2cb7;
  border: 0;
  color: #fff;
  box-shadow: none;
  z-index: 999;
}
.scroll-top:hover, .scroll-top:focus {
  background:  #fdc900;
}
.scroll-top i:before {
  color: #fff;
  font-size: 24px;
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation: TopToBottom 0.3s forwards;
  -moz-animation: TopToBottom 0.3s forwards;
  animation: TopToBottom 0.3s forwards;
}
.scroll-top:hover, .scroll-top:focus {
  color: #2b00f7;
}
.scroll-top:hover i:before, .scroll-top:focus i:before {
  -webkit-animation: BottomToTop 0.3s forwards;
  -moz-animation: BottomToTop 0.3s forwards;
  animation: BottomToTop 0.3s forwards;
}

/* Header Area */


.header_top_area {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #1d2cb7;
}
.header_top_area .header_top_inner li {
  display: inline-block;
  padding-right: 15px;
}
.header_top_area .header_top_inner li:last-child {
  padding: 0;
}
.header_top_area .header_top_inner li a {
  /*font: 400 15px/70px "Lato", sans-serif;*/
  padding-top: 13%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.header_top_area .header_top_inner li a:hover, .header_top_area .header_top_inner li a:focus {
  color: #fdc900;
}
.header_top_area .header_social li {
  display: inline-block;
  padding-top: 3%;
}
.header_top_area .header_social li a {
  color: #fff;
  font-size: 16px;
  padding-left: 26px;
}
.header_top_area .header_social li a i {
  padding: 0;
}
.header_top_area .header_social li a i:before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation: TopToBottom 0.3s forwards;
  -moz-animation: TopToBottom 0.3s forwards;
  animation: TopToBottom 0.3s forwards;
}
.header_top_area .header_social li a:hover, .header_top_area .header_social li a:focus {
  color: #fdc900;
}
.header_top_area .header_social li a:hover i:before, .header_top_area .header_social li a:focus i:before {
  -webkit-animation: BottomToTop 0.3s forwards;
  -moz-animation: BottomToTop 0.3s forwards;
  animation: BottomToTop 0.3s forwards;
}
.header_top_area .header_social li .shop_btn {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  position: relative;
  margin-left: 20px;
  margin-right: 15px;
  display: inline-block;
}
.header_top_area .header_social li .shop_btn span {
  color: #fff;
  background: #2b00f7;
  font: 400 12px/20px "Lato", sans-serif;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 35px;
  right: -12px;
  text-align: center;
}
.header_top_area .header_social li .shop_btn i:before {
  font-size: 20px;
}
.header_top_area .header_social li .quote_btn {
  font: 400 16px/70px "Poppins", sans-serif;
  color: #fff;
}
.header_top_area .header_social li .quote_btn i {
  font-size: 14px;
  left: 5px;
  top: -2px;
  position: relative;
  transition: all 300ms linear 0s;
}
.header_top_area .header_social li .quote_btn:hover i, .header_top_area .header_social li .quote_btn:focus i {
  left: 10px;
}

/* Min header area */
.main_header_area {
  display: block;
  background: #fff;
  width: 100%;
  z-index: 9999;
  position: relative;
  /*padding: 55px 0 40px;*/
  padding: 15px 0 15px;
}
.main_header_area .header_menu .navbar {
  padding: 0;
}
.main_header_area .header_menu .navbar .navbar-brand {
  margin: 0;
  margin-right: 32px;
  padding: 0;
}
.main_header_area .header_menu .navbar .navbar_supported ul {
  width: 100%;
  text-align: right;
  margin-right: 12%;
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul {
    display: block;
  }
}
.main_header_area .header_menu .navbar .navbar_supported ul li {
  display: inline-block;
    font-size: 15px;
}
.main_header_area .header_menu .navbar .navbar_supported ul li a {
  margin: 0 26px;
  padding: 0;
  color: #1d2224;
  font-weight: medium;
  font-family: "Poppins", sans-serif;
  /*font: 600 16px/58px "Poppins", sans-serif;*/
  position: relative;
  text-transform: uppercase;
  /*background-color: red;*/
}
.main_header_area .header_menu .navbar .navbar_supported ul li a:hover, .main_header_area .header_menu .navbar .navbar_supported ul li a:focus, .main_header_area .header_menu .navbar .navbar_supported ul li a.active {
  color: #1d2cb7;
}
.main_header_area .header_menu .navbar .navbar_supported ul li a:after {
  display: none;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown {
  position: relative;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  font-size: 14px;
  border-radius: 0;
  border-radius: 5px;
  letter-spacing: 1px;
  /*box-shadow: 0px 10px 30px 0px rgba(164, 164, 164, 0.52);*/
  /*box-shadow: 0px 10px 30px 0px rgba(164, 164, 164, 0.52);*/

  /* Sub dropdown */
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 180%;
    left: -50px;
    min-width: 230px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.52);
    background: #1d2cb7;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu li {
  display: block;
  text-align: left;
  font-size: 14px;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
  background-color: transparent;
  color: #fff;
  margin: 0;
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:before {
  display: none;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active {
  color: #fdc900;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown {
  position: relative;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:after {
  content: "\f103";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 15px/48px FontAwesome;
  color: #cdcccc;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
  display: block;
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
    transform: translateZ(0);
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0px;
  }
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:hover .dropdown-menu, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:focus .dropdown-menu {
    transform: scale(1, 1);
  }
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown:hover .dropdown-menu, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown:focus .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
.main_header_area .header_menu .navbar .navbar_supported ul .search_box {
  margin-left: 32px;
}
@media (max-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul .search_box {
    display: none !important;
  }
}
.main_header_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  padding: 5px 0;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transform: translateY(70px);
  transition: transform 500ms ease, background 900ms ease;
  -webkit-transition: transform 500ms ease, background 900ms ease;
}
.main_header_area.navbar_fixed .navbar #navbar_supported ul li a {
  line-height: 68px;
}

/* Search bar */
.search_box .input-group {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.search_box .input-group input {
  font: 400 16px/56px "Poppins", sans-serif;
  color: #999;
  display: inline-block;
  border: 0;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  background: #f1f1f1;
}
.search_box .input-group input.placeholder {
  color: #999;
}
.search_box .input-group input:-moz-placeholder {
  color: #999;
}
.search_box .input-group input::-moz-placeholder {
  color: #999;
}
.search_box .input-group input::-webkit-input-placeholder {
  color: #999;
}
.search_box .input-group input:focus.placeholder {
  color: transparent;
}
.search_box .input-group input:focus:-moz-placeholder {
  color: transparent;
}
.search_box .input-group input:focus::-moz-placeholder {
  color: transparent;
}
.search_box .input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search_box .input-group .input-group-text {
  border: 0;
  background: #f1f1f1;
  font-size: 18px;
  cursor: pointer;
  transition: all 300ms linear 0s;
  color: #b3b3b3;
  padding: 0 15px;
}
.search_box .input-group:hover, .search_box .input-group:focus {
  border: 1px solid deepskyblue;
}
.search_box .input-group:hover .input-group-text, .search_box .input-group:focus .input-group-text {
  background: deepskyblue;
  color: #fff;
}

/* Search bar */
.search_dropbown {
  position: absolute;
  top: -2px;
  right: 50px;
}
@media (min-width: 991px) {
  .search_dropbown {
    display: none;
  }
}
.search_dropbown a {
  font-size: 25px;
  color: #1d2cb7;
  padding: 0;
}
.search_dropbown a:after {
  display: none;
}
.search_dropbown .dropdown-menu {
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: #1d2cb7;
  margin-left: -196px;
}
.search_dropbown .dropdown-menu li {
  position: relative;
  z-index: 439;
}
.search_dropbown .dropdown-menu li input {
  font: 400 16px/40px "Poppins", sans-serif;
  background: #fff;
  display: inline-block;
  border: 0;
  padding: 0 15px;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.search_dropbown .dropdown-menu li span {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 40;
  line-height: 40px;
  width: 40px;
  text-align: center;
  transition: all 300ms linear 0s;
}
.search_dropbown .dropdown-menu li:hover span, .search_dropbown .dropdown-menu li:focus span {
  background: #2b00f7;
  color: #fff;
}



@media (max-width: 1199px) {
  .main_header_area .header_menu .navbar .navbar_supported ul .search_box {
    margin-left: 0;
    width: 190px;
  }

  .magazine li {
    padding-right: 15px;
  }
  .magazine li:nth-child(2) {
    padding: 0 15px;
  }
  .magazine li:last-child {
    padding: 0 15px;
  }

  .news_post_2 .belarus_items .belarus_content {
    bottom: 60px;
  }

  .full_width_single .nd_2 .angle_bg {
    font-size: 14px;
    line-height: 26px;
  }

}
@media (max-width: 991px) {
  .header_top_area .header_social li .quote_btn {
    display: none;
  }

  .main_header_area {
    padding: 15px 0;
  }
  .main_header_area .header_menu {
    position: relative;
  }
  .main_header_area .header_menu .navbar {
    display: inline-block;
    width: 100%;
  }
  .main_header_area .header_menu .navbar .navbar-toggler {
    font-size: 25px;
    margin-top: 3px;
    cursor: pointer;
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    margin: 0;
    color: #1d2cb7;
  }
  .main_header_area .header_menu .navbar .navbar-toggler:hover, .main_header_area .header_menu .navbar .navbar-toggler:focus {
    color: #1d2cb7;
  }
  .main_header_area .header_menu .navbar .navbar-nav {
    margin: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    max-height: 300px;
    overflow-y: auto;
    text-align: left !important;
  }
  .main_header_area .header_menu .navbar .navbar-nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: block !important;
  }
  .main_header_area .header_menu .navbar .navbar-nav li:last-child {
    border: 0;
  }
  .main_header_area .header_menu .navbar .navbar-nav li a {
    line-height: 45px !important;
    margin: 0 20px !important;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown {
    position: relative;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown:after {
    content: "\f103";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: rgba(0, 0, 0, 0.6);
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a {
    border: 0;
    color: #1d2224;
  }

  .main_header_area.navbar_fixed {
    padding: 15px 0;
  }

  @media (max-width: 767px) {
    .header_top_area .header_social {
      display: block;
      width: 100%;
      text-align: center;
    }
    .header_top_area .left_info {
      display: none;
    }
  }
}





/*HOMEPAGE SLIDER*/
.pogoSlider{
  height: 50vh !important;
}

.pogoSlider-slide{
  background-size: cover !important;
  background-position: center;
  /* background-attachment: fixed; */
}
.slider_element {
  position: inherit;
  z-index: 60;
  color: #fff;
  padding-top: 20%;
  padding-left: 5%;
  padding-right: 5%;
}
#pogoelement{
  font-size: 25px;
  font-weight: lighter;
  /*padding-right: 30% !important;*/
}
.slider_element button{
  background-color: #fdc900;
  padding: 2px 20px !important;
  border-radius: 1px;
  font-size: 18px !important;
}
.slider_element button a{
  text-decoration: none;
  color: #1d2cb7;
}
.pogoSlider-slide::after{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.5);
}
.pogoSlider-dir-btn,
.pogoSlider-nav-btn {
  display: none;
}


/*HERO SECTION*/

.hero_section .col-md-4 .hero_div{
  background-color: aliceblue;
  height: auto;
  width: 100%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.52);
  padding: 17px 30px;
  /*text-align: center;*/
  margin: 4px;
  transition: .4s;
}
.hero_section .col-md-4 .hero_div:hover{
  background-color: #fdc900;
  color: #1d2cb7;
}
.hero_section .col-md-4 .hero_div:hover #hero_desc{
  opacity: 1;
  color: #1d2cb7;
}
.hero_section .col-md-4 .hero_div .fa-2x{
  color: #1d2cb7;
  font-size: 35px;
}
.hero_section .col-md-4 .hero_div h3{
  padding-top: 6%;
  /*color: #1d2cb7;*/
  font-size: 22px;
}
.hero_section .col-md-4 .hero_div #line{
  height: 1.4px;
  width: 15%;
  background-color: #1d2cb7;
}
.hero_section .col-md-4 .hero_div #hero_desc{
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 400;
  transition: .4s;
  margin-bottom: 28px;
}
.hero_section .col-md-4 .hero_div p:last-child a{
  color: #1d2cb7;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}


/*WORSHIP WITH US SECTION*/
.worship{
  margin-top: 10%;
  margin-bottom: 0;
  background-image:url('../img/service_2.jpg');
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 5% 0;
  position: relative;
}
.worship::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
}
.worship .row{
  position: relative;
  z-index: 5;
}
.worship .worship_img{
  width: 100%;
}
.worship .worship_img #slider, .worship_img #slider{
  position: relative !important;
  z-index: 90 !important;
  transition:.5s;
  /*transform: scale(1) perspective(640px) rotateY(-15deg) rotateX(2deg) rotate(2deg);*/
   transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
   box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
 }
 .worship_img #slider:hover{
  transform: none;
 }

.worship .worship_text{
  text-align: center;
  color:#fff;
  padding-left: 0%;
  padding-top: 5%;
  text-transform: uppercase;
}
.worship .worship_text h3{
  font-size: 40px;
  padding-bottom: 1%;
  font-weight: lighter;
}
.worship .worship_text h4{
  font-weight: lighter;
  font-size: 24px;
  padding-top: 2%;
}
.worship .worship_text p{
  font-weight: lighter;
  /*font-size: 20px;*/
  text-transform: none;
}
.worship .worship_text button{
  background-color: #fdc900;
  color: #1d2cb7;
  padding:6px 30px;
  font-weight: 600;
  border-radius: 0;
  outline: none;
  transition: .2s;
}
.worship .worship_text button a{
  color: #1d2cb7;
  text-decoration: none;
}
.worship .worship_text button:hover{
  transform: translateY(-2px);
 box-shadow:0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
}
#countholder a{
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: lighter !important;
  padding: 20px;
  text-decoration: none;
}
#countholder{
 text-align: left;
 color: #fff;
 display: inline-block;
 text-align: center;
 font-size: 56px;
 /*padding:20px;*/
 font-weight: lighter;
 margin-bottom:30px;
 line-height: 1.4;
}
#countholder > div{
 padding: 4px 10px;
 display: inline-block;
}
#countholder div > span{
 display: inline-block;
}
#countholder .smalltext{
 padding-top: 5px;
 font-size: 16px;
 text-align: left;
}


/*NEWS & EVENTS SECTION*/
.events_section{
  margin-bottom: 5%;
    margin-top: 20%;
}
.events_section h3{
  font-weight: lighter;
}
.events_section .plug_in{
  padding-top: 3%;
  padding-bottom: 4%;
} 
.events_section .plug_in .col-md-8 h5{
  font-weight: lighter;
}
.events_section .plug_in .col-md-8 h5 span{
  font-weight: 600;
}
.events_section .plug_in .col-md-4{
  text-align: center;
  margin-top: 3%;
}
.events_section .plug_in .col-md-4 p button{
  background: transparent;
  transition: .4s;
  border: 1px solid #1d2cb7;
  border-radius: 50px;
  padding:5px 20px;
  font-weight: 600;
}
.events_section .plug_in .col-md-4 p button a{
  color: #1d2cb7;
  text-decoration: none;
}
.events_section .plug_in .col-md-4 p button:hover{
  background: #fdc900;
  color: #1d2cb7;
  border: 1px solid #fdc900;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .2);
}
.event_cards .card .card-body{
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.event_cards .card figure{
  overflow: hidden;
  position: relative;
  transition: .4s;
}
.event_cards .card figure img{
  transition: .5s;
  transform: scale(1.2);
  height: 40vh;
}
.event_cards .card figure:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.5);
}
.swiper-wrapper{
  margin-bottom: 5%;
}
 .swiper-slide{
  transition: .4s;
  border-radius: 0;
  overflow: hidden;
  margin:0px;
  background-color: transparent;
  padding: 0;
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,.1) !important;
  border:none;
}
/*.swiper-slide{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1) !important;
}*/
.event_cards .card:hover figure img{
  transform: scale(1);
}
.event_cards .card:hover figure::after{
  opacity: 0;
}
.swiper-slide .card .card-body{
  padding: 10px;
}
.event_cards .card{
  padding-bottom: 5%;
}

.event_cards .card .card-body h5{
  font-weight: lighter;
}
.event_cards .card .card-body #card_event_detail{
  font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    transition: .4s;
    margin-bottom: 20px;
}
.event_cards .card .card-body p:last-child{
  text-align: left;
  padding-left: 20px;
}
.event_cards .card .card-body p:last-child a{
  color: #1d2cb7;
  text-decoration: none;
  transition: .4s;
  font-size: 16px;
  font-weight: 600;
}
.event_cards .card .card-body p:last-child a:hover{
  color: #fdc900;
}
.swiper-pagination{
  text-align: center !important;
  position: absolute !important;
  left: 40% !important;
}
.swiper-button-next{
  display: none;
}
.swiper-button-prev{
  display: none;
}
.event_cards .row .col-md-4{
  /*text-align: center;*/
  padding-left: 5%;
}
.event_cards .row .col-md-4 h2{
  font-weight: lighter;
}
.event_cards .row .col-md-4 #announcement_header{
  font-weight: medium;
  font-size: 17px;
  padding-top: 10%;
  text-transform: uppercase;
}
.event_cards .row .col-md-4 p:last-child{
  text-align: left;
}
.event_cards .row .col-md-4 button{
  padding: 3px 30px;
  background-color: transparent;
  border: 1px solid #1d2cb7;
  transition: .4s;
}
.event_cards .row .col-md-4 button a{
  color: #1d2cb7;
  text-decoration: none !important;
}
.event_cards .row .col-md-4 button:hover{
  background: #fdc900;
  color: #1d2cb7;
  border: 1px solid #fdc900;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .2);
}



/*SERMONS AND STUFF*/
.services .row {
  padding-top: 5%;
}
.media-wrapper #player2{
  width: 50% !important;
}
.services .row .col-md-4 h4{
  padding: 15px 40px;
  color: #fff;
  cursor: pointer;
  transition: .4s;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .2);
}
.services .row .col-md-4 h4:hover{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .6);
}
.services .row .col-md-4 h4 .fa-lg{
  margin-right: 5%;
  color: #fff;
}
.services .row .col-md-4 h4 a{
  text-decoration: none;
}
.services .row .col-md-4:first-child h4{
  background-color: #1d2cb7;
}
.services .row .col-md-4:first-child h4 a{
  color: #fff;
}
.services .row .col-md-4:nth-child(2) h4{
  background-color: #fdc900;
}
.services .row .col-md-4:nth-child(2) h4 a{
  color: #1d2cb7;
}
.services .row .col-md-4:nth-child(2) h4 .fa-lg{
  color: #1d2cb7;
}
.services .row .col-md-4:nth-child(3) h4{
  background-color: aliceblue;
}
.services .row .col-md-4:nth-child(3) h4 a{
  color: #1d2cb7;
}
.services .row .col-md-4:nth-child(3) h4 .fa-lg{
  color: #1d2cb7;
}
.services h1{
  padding-top: 10%;
  /*font-weight: 400;*/
}

/*OTHER STUFF SECTION*/
.other_stuff_card{
  margin-bottom: 5%;
}
.other_stuff_card .card{
  margin:15px;
   box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .2);
}
.other_stuff_card .card .other_stuff_desc{
  padding: 12px 10px;
} 
.other_stuff_card .card .other_stuff_desc h4{
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 1%;
}
.other_stuff_card .card .other_stuff_desc #line{
  height: 1px;
  width: 100%;
  background-color: #fdc900;
  /*border-radius: 50%;*/
}
.other_stuff_card .card .other_stuff_desc p{
  /*color: red;*/
  font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    transition: .4s;
}
.other_stuff_card .card .other_stuff_desc p a{
      color: #1d2cb7;
    font-weight: 600;
    font-size: 14px;
    transition: .4s;
    text-decoration: none;
}
.other_stuff_card .card .other_stuff_desc p a:hover{
  color: #fdc900;
}
.other_stuff_card .card .other_stuff_desc p a .fa-sm{
  transition: .4s;
}
.other_stuff_card .card .other_stuff_desc p a:hover .fa-sm{
  transform:translateX(9px);
}


/*FOOTER*/
.footer{
  background: url(../img/service_3.jpg);
  /*height: 50vh;*/
  background-size: cover;
  background-position: center;
  position: relative;
}
.footer::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
}
.footer .conclusion{
  position: relative;
  z-index: 6;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 3%;
}
.footer .conclusion h1{
  color: #fff;
  font-size: 50px;
  padding-top: 3%;
  font-weight: lighter;
}
.footer .conclusion h3{
  padding: 30px 0;
  font-size: 50px;
  color: #fff;
  font-weight: lighter;

}
.footer .conclusion .conclusion_logo img{
animation: spin 5s linear infinite;
margin-top: 3%;
}
@-webkit-keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);
            /* IE 9 */
            transform: rotate(360deg);
            /* Firefox 16+, IE 10+, Opera */
        }
    }
.footer .conclusion .row .col-md-4 div{
  height: 30vh;
  transition: .5s;
  margin:20px;
  border-radius: 10px;
  position: relative;
  /*z-index: 40;*/
}
.footer .conclusion .row .col-md-4:first-child div{
 background:url(../img/service/emma_2.jpg);
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .conclusion .row .col-md-4:nth-child(2) div{
   background:url(../img/service_2.jpg);
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .conclusion .row .col-md-4:nth-child(3) div{
   background:url(../img/service_3.jpg);
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .conclusion .row .col-md-4 div::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
}
.footer .conclusion .row .col-md-4 div:hover::after{
  background:rgba(0,0,0,.7);
}
.footer .conclusion .row .col-md-4 div:hover h1 a{
  color: #fdc900;
}
.footer .conclusion .row .col-md-4 div h1{
 padding-top: 20%;
}
.footer .conclusion .row .col-md-4 div h1 a{
  color: #fff;
  position: relative;
  z-index: 5;
  font-size: 40px;
  text-decoration: none;
}
.contact_with_socail {
    padding: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .contact_with_socail li {
    display: inline-block;
    padding-right: 20px;
  }
  .contact_with_socail li:last-child {
    padding: 0;
  }
  .contact_with_socail li a {
    font-size: 24px;
    height: 57px;
    color: #af8192;
    background: #fff;
    width: 57px;
    display: block;
    text-align: center;
    border-radius: 50%;
  }
  .contact_with_socail li a .icon {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 57px;
  }
  .contact_with_socail li a:hover, .contact_with_socail li a:focus {
    background: #2b00f7;
    color: #fff;
  }
  .contact_with_socail li:first-child a{
    background-color: #dc4e41;
    color: #fff;
  }
  .contact_with_socail li:nth-child(2) a{
    background-color: #3b5998;
    color: #fff;
  }
  .contact_with_socail li:nth-child(3) a{
    background-color: #517fa4;
    color: #fff;
  }
  .contact_with_socail li:nth-child(4) a{
    background-color: #55acee;
    color: #fff;
  }

   .contact_with_socail li:nth-child(5) a{
    background-color: #b31217;
    color: #fff;
  }
.footer .conclusion #copyright{
  color: #fff;
  opacity: .8;
  padding-top: 3%;
}







/*===================
===============OUR THEME PAGE=======================
====================*/
#previous_year_theme{
  margin-bottom: 10%;
}
.themepic{
  padding: 0;
  position: relative;
}
.themepic img{
  height: 50vh;
  width: 100%;

}
.themepic::after{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
}
.themeDesc{
  padding-top: 4%;
}
.themeDesc h3{
  text-align: center;
  font-weight: lighter;
  padding-bottom: 3%;
}
.themeDesc h3 span{
  font-weight: bold;
}
.themeDesc h6{
  text-align: center;
  padding-bottom: 3%;
}









.themeDesc .sidebar{
  padding:10px;
}
.themeDesc .sidebar .sidebar_announcement h2{
  text-align: center;
  font-weight: lighter;
  padding-bottom: 3%;
}
.themeDesc .sidebar .sidebar_announcement #line{
  width: 30%;
  height: 1px;
  background-color: #1d2cb7;
  text-align: center;
  margin-left: 22%;
}
.themeDesc .sidebar .card{
  overflow: hidden;
  transition: .4s;
  color: #fff;
}
.themeDesc .sidebar .card:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  background:#000;
  opacity: .2;
}
.themeDesc .sidebar .card .card-body{
  padding-bottom: 0;
  border:none;
  position: absolute;
  transition: .4s;
  width: 100%;
  z-index: 30;
  top: 75%;
  color: #fff;
  padding-bottom: 15%;
  background-color: rgba(0,0,0,.8);
}
.themeDesc .sidebar .card .card_img img{
  height: 35vh;
}
.themeDesc .sidebar .card .card_img span{
  background-color: #fdc900;
  position: absolute;
  padding: 4px 10px;
  transition: .4s;
  font-weight: bolder;
  z-index: 30;
  border-bottom-right-radius: 3px;
  transform: translateY(-100%);
}
.themeDesc .sidebar .card:hover .card_img span{
  transform: translateY(0%);
}
.themeDesc .sidebar .card:hover .card-body{
  top: 70%;
}

.themeDesc .sidebar .card{
  margin-top: 4%;
}
.themeDesc .sidebar .card .card-body h5{
  font-weight: lighter;
  font-size: 20px;
}
.themeDesc .sidebar .card .card-body h5 a{
  color: #fff;
  text-decoration: none;
}
.themeDesc .sidebar .card .card-body:hover h5 a{
  color: #fdc900;
}
.themeDesc .sidebar .card .card-body #card_event_detail{
  font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    transition: .4s;
    /*margin-bottom: 20px;*/
}






/*==================================
CHURCH BOARD PAGE===========================*/
.board_intro_pic{
  padding: 0;
  position: relative;
  background: url(../img/nec-2017-2021.jpg);
  width:100%;
  height: 70vh;
  padding-top: 12%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-position: center;*/
  background-size: cover;
}
.board_intro_pic::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.3);
}
.board_intro_pic .board_intro_desc{
  padding:0 8%;
  position: relative;
  z-index: 5;
  color: #fff;
}
.board_intro_pic .board_intro_desc h1{
  font-weight: lighter;
  font-size: 30px;
}
.board_intro_pic .board_intro_desc button{
  background-color: #fdc900;
  color: #1d2cb7;
  transition:.4s;
}
.board_intro_pic .board_intro_desc button:hover{
  transform: translateY(-3px);
}
.board_intro_pic .board_intro_desc p{
  width: 100%;
  text-align: left;
  opacity: .9;
  font-weight: lighter;
}
.church_board {
  margin-bottom: 5%;
  background-color: transparent;
}
.church_board h1{
  font-weight: lighter;
  padding-top: 5%;
  font-size: 50px;
  text-align: center;
}
.church_board #board_header_desc{
  text-align: center;
  padding: 2% 2%;
}


.team-section-one{
  position:relative;
  padding:100px 0px 60px;
}

.team-member-one{
  position:relative;
  margin-bottom:40px; 
}

.team-member-one .image-box{
  position:relative;
  overflow:hidden;
}

.team-member-one .image-box img{
  display:block;
  width:100%; 
  height: 30%;
}

.team-member-one .image-box .overlay{
  position:absolute;
  left:-100%;
  top:0px;
  width:100%;
  height:100%;
  color:#ffffff;
  text-align:center;
  background:rgba(0,0,0,0.65);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease; 
}

.team-member-one:hover .image-box .overlay{
  left:0px; 
}

.team-member-one .image-box .overlay .social-links{
  position:absolute;
  left:0px;
  top:50%;
  width:100%;
  margin-top:-20px; 
}

.team-member-one .image-box .overlay .social-links li{
  display:inline-block;
  margin:0px 5px; 
}

.team-member-one .image-box .overlay .social-links a{
  position:relative;
  width:40px;
  height:40px;
  display:inline-block;
  line-height:24px;
  padding:7px 0px;
  color:#ffffff;
  border:1px solid #ffffff;
  border-radius:50%;  
}

.team-member-one .image-box .overlay .social-links a:hover{
  color:#1d2cb7;
  background:#ffffff; 
}

.team-member-one .lower-content{
  position:relative;
  padding:25px 0px 0px 0px;
}

.team-member-one .lower-content h3{
  font-size:20px;
  font-weight:600;
  color:#272727;
  text-transform:capitalize;
  line-height:1.4em;  
}

.team-member-one .lower-content h3 a{
  color:#fdc900;  
  text-decoration: none;
}

.team-member-one .lower-content h3 a:hover{
  color:#1d2cb7;  
}

.team-member-one .lower-content .designation{
  font-size:16px;
  font-style:italic;
  color:#1d2cb7;
  text-transform:capitalize;
  margin-bottom:20px;
}

.team-member-one .lower-content .desc-text{
  font-size:15px;
  color:#9e9e9e;
  line-height:1.8em;
  margin-bottom:20px;
}

.team-member-one .lower-content .read-more{
  font-size:14px;
  color:#333333;
  text-transform:capitalize;
  font-family:'Montserrat',sans-serif;
  line-height:1.6em;
  text-decoration: none;
}

.team-member-one .lower-content .read-more .fa{
  padding-left:5px;
}

.team-member-one .lower-content .read-more:hover{
  color:#1d2cb7;  
}








.service-card {
     border:solid 1px #e6e6e6;
     background:#fff;
     padding:30px;
     margin-bottom: 30px;
     transition: all 0.5s ease;
}
 .service-card .service_icon i::before{
     margin: 0px;
     display: block;
     line-height:1;
     font-size: 50px;
}
 .service-card:hover .service_icon i::before{
     color: #fff;
     transition: all 0.5s ease;
}
 .service-card .service_icon {
     margin-bottom:20px;
}
 .service-card .service_detail h5{
     margin:0 0 10px 0;
     display:block;
}
 .service-card .service_detail h5 a{
     color:#262626;
     transition:none;
}
 .service-card:hover .service_detail h5 a{
     color:#fff;
}
 .service-card:hover .service_detail h5{
     color:#fff;
}
 .service-card:hover .service_detail p{
     color:#fff;
}





/*==================== PROJECTS PAGE ===============*/

.projects{
  margin-top: 5%;
}
.projects #projectsHeader{
  text-align: center;
  padding-bottom: 5%;
  font-size: 50px;
  font-weight: lighter;
}
.projects #line{
  height: 1px;
  width: 10%;
  position: absolute;
  left: 38%;
  bottom: -25px;
  background-color: #1d2cb7;
}
.projects .row .col-md-3{
  text-align: center;
}
.projects .row .col-md-3 h3{
  font-size: 40px;
  font-weight: lighter;
  padding-top: 23%;
}
.projects .row .col-md-9 p{
  padding:0 20px;
  padding-bottom: 2%;
  line-height: 27px;
  text-align: justify;
}
.projects .row .col-md-9 p a{
  text-decoration: none;
  font-weight: bolder;
  color: #1d2cb7;
}
.projects #projectsHeader2{
  text-align: center;
  padding-bottom: 5%;
  font-size: 45px;
  font-weight: lighter;
  padding-top: 5%;
}
.building_project{
  margin-bottom:10%;
}
.building_project .col-md-6:first-child h4{
  font-weight: lighter;
  text-align: center;
  font-size: 40px;
}
.building_project .col-md-6:first-child p{
  text-align: justify;
  padding-top: 5%;
}





/*=============================
RHEMA CHOIR PAGE =================*/

.board_intro_pic_2{
  padding: 0;
  position: relative;
  background: url(../img/service/choir_sing.jpg);
  width:100%;
  height: 75vh;
  padding-top: 12%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-bottom: 12%;
}
.board_intro_pic_2::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.6);
}
.board_intro_pic_2 .board_intro_desc{
  padding:0 8%;
  position: relative;
  z-index: 5;
  color: #fff;
}
.board_intro_pic_2 .board_intro_desc h1{
  font-weight: lighter;
  font-size: 4rtrrr0px;
}
.board_intro_pic_2 .board_intro_desc p{
  width: 80%;
  text-align: left;
  opacity: .9;
  font-size: 19px;
  font-weight: lighter;
}
.choir_hero{
  margin-top: 10%;
  margin-bottom: 10%;
}
.choir_hero .row .col-md-6:first-child h3{
  font-weight: lighter;
  font-size: 40px;
  margin-top: 5%;
  padding-bottom: 5%;
}
.choir_hero .row .col-md-6:first-child p{
  text-align: justify;
  padding-right: 30px;
  line-height: 30px;
}
.choir_hero .row .col-md-6:last-child div img{
  transition: .5s;
  transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
}
.choir_hero .row .col-md-6:last-child div img:hover{
  transform: none;
  border-radius: 10px;
}
.choir_members{
  margin-bottom: 5%;
}
.choir_members h2{
  font-weight: lighter;
  font-size: 40px;
  margin-bottom: 7%;
}
.choir_members .event_cards .card_img img{
  height: 300px;
  /*display: none;*/
}




.board_intro_pic_3{
  padding: 0;
  position: relative;
  background: url(../img/theme.jpg);
  width:100%;
  height: 70vh;
  padding-top: 12%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-position: center;*/
  background-size: cover;
}
.board_intro_pic_3::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.3);
}
.board_intro_pic_3 .board_intro_desc{
  padding:0 8%;
  position: relative;
  z-index: 5;
  color: #fff;
}
.board_intro_pic_3 .board_intro_desc h1{
  font-weight: lighter;
  font-size: 30px;
}
.board_intro_pic_3 .board_intro_desc button{
  background-color: #fdc900;
  color: #1d2cb7;
  transition:.4s;
}
.board_intro_pic_3 .board_intro_desc button:hover{
  transform: translateY(-3px);
}
.board_intro_pic_3 .board_intro_desc p{
  width: 100%;
  text-align: left;
  opacity: .9;
  font-weight: lighter;
}
/*CHILDREN'S MINISTRY*/

.children_intro{
  margin: 5% auto;
}
.children_intro .row .col-md-6:first-child, .children_intro .row .second_child{
  padding-top: 5%;
}
.children_intro .row .col-md-6:first-child h1, .children_intro .row .second_child h1{
  font-weight: lighter;
  /*color: #1d2cb7;*/
  padding-bottom: 2%;
}

.children_intro .row .col-md-6:first-child p, .children_intro .row .second_child p{
  padding-right: 5%;
  line-height: 27px;
  text-align: justify;
}
.children_intro .row .col-md-6:last-child div img, .children_intro .row .first_child div img{
  border-radius: 5px;
  transition:.4s;
  transform: scale(1.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.children_intro .row .col-md-6:last-child, .children_intro .row .first_child{
  overflow: hidden;
  padding: 0;
}
.children_intro .row .col-md-6:last-child div, .children_intro .row .first_child div{
  overflow: hidden;
  padding: 0;
  border-radius: 5px;
  transition: .4s;
}
.children_intro .row .col-md-6:last-child div:hover img, .children_intro .row .first_child div:hover img{
  transform: scale(1);
}
.children_hero{
  background: url('../img/children_min.jpg');
  height: auto;
  padding-bottom: 4%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.children_hero::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.8);
}
.children_hero_desc{
  position: relative;
  z-index: 4;
  color: #fff;
}
.children_hero_desc h2{
  text-align: center;
  padding-top: 4%;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: lighter;
}
.children_hero_desc h5{
  font-weight: lighter;
  text-align: center;
  padding-bottom: 1%;
}
.children_hero_desc p{
  /*color:red;*/
  line-height: 25px;
  /*opacity: .9;*/
  font-weight: lighter;
  font-size: 17px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;
}
.children_hero_desc p a{
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  color: #fdc900;
}
.children_events{
  margin-top: 5%;
  margin-bottom: 5%;
}
.children_events h3{
  font-weight: lighter;
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 5%;
  padding-top: 5%;
}



    /*======== OUR TEAM SECTION ===========*/
    .team-section {
        margin-top: 8%;
        margin-bottom: 5%
    }
    .team-section .plug_in h5{
      font-weight: lighter;
      font-size: 30px;
    }
    .team-section .plug_in h5 span{
      font-weight: 600;
    }
    .team-member {
        padding-bottom: 20px;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease-in-out 0s;
        z-index: 2;
        background: #fff;
        border-top: 10px solid #fff;
    }

    .team-member::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: all 0.4s ease 0s;
        top: 0px;
        left: 0;
        /*background: #fab909;*/
        background: #fdc900;
        transform: skewY(50deg);
    }

    .team-secion .sec-title {
        margin: 0 0px 60px;
        text-align: left;
    }

    .team-member:hover.team-member::before {
        width: 100%;
        transition: all 0.4s ease-in-out 0s;
    }

    .team-thumb {
        position: relative;
        overflow: hidden;
    }

    .team-thumb img {
        transform: scale(1);
        transition: all 0.9s ease-in-out 0s;
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all 0.9s ease-in-out 0s;
        -moz-transition: all 0.9s ease-in-out 0s;
        -ms-transition: all 0.9s ease-in-out 0s;
        -o-transition: all 0.9s ease-in-out 0s;
}

    .team-member:hover .team-thumb img {
        transform: scale(1.08);
        transition: all 0.9s ease-in-out 0s;
    }

    .team-member:hover.team-member::before {
        transform: skewY(0deg);
        transition: all 0.4s ease-in-out 0s;
    }

    .team-member:hover .team-overlay ul {
        bottom: -16px;
        visibility: visible;
        opacity: 1;
        transition: all 0.4s ease-in-out 0s;
    }

    .team-overlay ul {
        position: absolute;
        bottom: -100px;
        /*background: #fab909;*/
        background:#fdc900;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        padding: 10px;
    }

    .team-member h2 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        text-transform: uppercase;
        transition: all 0.4s ease-in-out 0s;
    }

    .team-member h3 {
        font-size: 14px;
        font-weight: lighter;
        text-transform: capitalize;
        transition: all 0.4s ease-in-out 0s;
        margin-bottom: 0px;
    }
    .team-member:hover h2, .team-member:hover h3{
      color: #1d2cb7;
    }

    .team-overlay li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        background: #1d2cb7;
        border-radius: 100%;
        color: #fdc900;
        text-align: center;
        line-height: 30px;
    }

    .team-overlay li {
        transition: 0.4s;
        -webkit-transition: 0.3s;
        -khtml-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        text-align: left;
        padding: 5px 0;
    }

    .team-member:hover .team-overlay li {
        transform: translateY(0px);
    }

    .team-overlay li:nth-child(1) {
        transform: translateY(20px);
        transition-delay: .1s;
    }

    .team-overlay li:nth-child(2) {
        transform: translateY(40px);
        transition-delay: .2s;
    }

    .team-overlay li:nth-child(3) {
        transform: translateY(60px);
        transition-delay: .3s;
    }

    .team-overlay li:nth-child(4) {
        transform: translateY(80px);
        transition-delay: .4s;
    }

    .team-overlay li:nth-child(5) {
        transform: translateY(100px);
        transition-delay: .5s;
    }

    .team-member li i {
        color: #fff
    }

    .testimonial-text.expert-team {
        position: relative;
        padding-bottom: 70px;
    }


/*================================================
MENS FELLOWSHIP =================================*/
.themeDesc .row .col-md-8 h2{
  font-weight: lighter;
  padding-bottom: 2%;
}






/*===================================================
================   MISSION  ========================*/
.mission_intro_pic{
  padding: 0;
  position: relative;
  background: url(../admin/assets/uploads/theme/2025-theme-banner-web.jpg);
  width:100%;
  height: 40vh;
  padding-top: 12%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-position: center;*/
  background-size: cover;
}
.mission_intro_pic::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.5);
}
.mission_intro_pic .board_intro_desc{
  padding:0 8%;
  position: relative;
  z-index: 5;
  color: #fff;
}
.mission_intro_pic .board_intro_desc h1{
  font-weight: lighter;
  font-size: 40px;
}
.mission_intro_pic .board_intro_desc p{
  width: 70%;
  text-align: left;
  opacity: .9;
  font-weight: lighter;
  font-size: 17px;
}
.second_child{
  margin-top: 10%;
  padding-left: 4% !important;
}
.serve_opportunities{
  margin-top: 10%;
  margin-bottom: 5%;
}
.serve_opportunities h2{
  text-align: center;
  font-weight: lighter;
  font-size: 45px;
  padding-bottom: 10%;
}
.mission_calendar{
  padding-top: 5%;
  text-align: center;
}
.mission_calendar button{
  background-color: transparent;
  transition: .4s;
  border-radius: 50px;
  padding: 8px 30px;
  font-weight: bold;
  border:1px solid #1d2cb7;
}
.mission_calendar button a{
  text-decoration: none;
  color: #1d2cb7;
}
.mission_calendar button:hover{
  background-color: #fdc900;
  border: 1px solid #fdc900;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}



/*======================================
NEWS AND EVENTS SECTION ====================*/
.news_intro_pic{
  position: relative;
  background: url(../admin/assets/uploads/news/2025-theme-banner-web.jpg);
  width:100%;
  height: 30vh;
  padding-top: 7%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.news_intro_pic::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.5);
}
.news_intro_pic .board_intro_desc{
  padding:0 8%;
  position: relative;
  z-index: 5;
  color: #fff;
}
.news_intro_pic .board_intro_desc h1{
  font-size: 20px;
  font-weight: lighter;
  /*text-align: center;*/
}
.news_intro_pic .board_intro_desc p{
  width: 80%;
  font-size: 18px;
  text-align: left;
  opacity: .9;
  font-weight: lighter;
  padding-bottom: 5%;
}
.blog_section{
  margin-bottom: 5%;
}
.grid{
  margin-bottom: 30px;
}
.entry-media img {
  border-radius: 5px;
}
.entry-details {
  padding: 0px 30px;
  border: 1px solid #e8e8e8;
}
 .entry-meta ul{
  list-style: none;
}
 .entry-meta ul li {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #9a9a9a;
  float: left;
  margin-left: -40px;
}

@media (max-width: 1199px) {
  .entry-meta ul li {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

@media (max-width: 767px) {
  .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
 .entry-meta ul li a {
  color: #9a9a9a;
}
 .entry-meta ul li .icon {
  display: inline-block;
  color: #fdc900;
  padding-right: 4px;
}

.entry-meta ul > li + li {
  margin-left: 15px;
}
.entry-body{
  padding-top: 8%;
}
 .entry-body h3 {
  margin-top: 5%;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: lighter;
  /*margin: 0.72em 0 0.83em;*/
}
@media (max-width: 1199px) {
   .entry-body h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
   .entry-body h3 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

 .entry-body h3 a {
  color: #051829;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

 .entry-body h3 a:hover {
  color: #fdc900;
}

 .entry-body p {
  font-size: 14.5px;
  line-height: 1.57em;
}
.news-grid{
  padding-top: 8%;
  overflow: hidden;
}


/*** blog-sidebar ***/
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 70px;
  }
}

.blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget ul {
  list-style: none;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}
.blog-sidebar{
  /*margin: 0;*/
  padding: 5px;
  margin-top: 7%;
}
.blog-sidebar h3 {
  font-size: 30px;
  font-size: 1.33333rem;
  color: #0d0d0d;
  margin: 0 0 1.25em;
  text-align: center;
  color: #fdc900;
  /*font-weight: lighter;*/
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.blog-sidebar .category-widget{
  width: 100%;
}
.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li > a,
.blog-sidebar .archive-widget ul li > a {
  padding: 10px 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.blog-sidebar ul li {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
}

.blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
  text-decoration: none;
}

.blog-sidebar ul li:first-child a {
  padding-top: 10px;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 10px;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li > a:hover {
  color: #1d2cb7;
  background-color: #fdc900;
}
.blog-sidebar ul li > a:hover .badge{
  color: #1d2cb7;
}

.blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  font-size: 1rem;
  color: #404040;
  position: absolute;
  right: 10px;
}

.blog-sidebar ul li > a .badge:before,
.blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  font-size: 0.93333rem;
  position: absolute;
  top: 3px;
}

.blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

.blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  margin-left: 20px;
  width: 90%;
  padding: 8px 12px;
  height: auto;
}

.blog-sidebar .search-widget input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #051829;
}

.blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: gray;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .tag-widget .all-tags a:hover {
  color: #1d2cb7;
  background-color: #fdc900;
  border-radius: 0;
}









/*========================================
GALLERY PAGE====================================*/
.gallery_section{
  margin-top: 5%;
  margin-bottom: 5%;
}
.gallery_section h1{
  text-align: center;
  padding-bottom: 5%;
  font-weight: lighter;
}
.gallery_section .row .col-md-4 h3{
  font-weight: lighter;
  text-align: center;
  padding-bottom: 2%;
}
.gallery_section .row .col-md-4 a{
  position: relative;
}
.gallery_section .row .col-md-4 a img{
  border-radius: 5px;
  transition: .4s;
  border: 2px solid #1d2cb7;
}
.gallery_section .row .col-md-4 a img:hover{
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}




/*============================================
SERMON SECTION ==================================*/
.current_series{
  padding-top: 5%;
  padding-bottom: 5%;
}
.current_series h2{
  padding-top: 3%;
  font-weight: 350;
}
iframe{
  width: 100% !important;
}
.current_series .current_series_video{
  margin-top: 10%;
}
.current_series .current_series_video img{
  width: 100%;
  height: 350px;
}
.sermon_sidebars{
  padding-top: 5%;
}
.sermon_sidebars h4{
  text-align: center;
  font-weight: 450;
}
.current_series .current_series_desc h2 a{
  text-decoration: none;
  color: #1d2cb7;
}
.current_series .current_series_desc h2 a:hover{
  color: #fdc900;
}
.current_series .current_series_desc p{
  padding-top: 3%;
}
.current_series .current_series_desc span strong{
  font-size: 17px;
  font-weight: 550;
}
.recent_series_cards h2{
  font-weight: 350;
  padding-bottom: 3%;
  font-size: 40px;
}
.recent_series_cards{
  margin-bottom: 5%;
}
.sermon_cards{
  margin-top: 2%;
  padding-top: 5%;
  padding-bottom: 2%;
  border-bottom: 1px solid rgba(0,0,0,.5);
}
.sermon_cards .col-md-5 img{
  width: 95%;
  height: 220px;
}
.sermon_cards .sermon_card_btn p button{
  padding:3px 20px;
}

.sermon_cards .sermon_card_btn p:first-child button{
  background-color: transparent;
  border:1px solid #1d2cb7;
  font-weight: 600;
  transition: .4s;
}
.sermon_cards .sermon_card_btn p:first-child button a{
  color: #1d2cb7;
  text-decoration: none;
}
.sermon_cards .sermon_card_btn p:first-child button:hover{
  background-color: #fdc900;
  color: #1d2cb7;
  border:1px solid #fdc900;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.4)
}
.sermon_cards .sermon_card_btn p:last-child button{
  background-color: transparent;
  border:1px solid #fdc900;
  font-weight: 600;
  transition: .4s;
}
.sermon_cards .sermon_card_btn p:last-child button a{
  color: #fdc900;
  text-decoration: none;
}
.sermon_cards .sermon_card_btn p:last-child button:hover{
  background-color: #1d2cb7;
  color: #fdc900;
  border:1px solid #1d2cb7;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.4)
}
.sermon_cards .col-md-7 h3{
  font-size: 22px;
  font-weight: 450;
}
.sermon_cards .col-md-7 p{
  font-size: 14px;
}
.past_sermon{
  padding-top: 4%;
  padding-bottom: 5%;
}
.past_sermon h2{
  font-weight: 900;
  padding-bottom: 4%;
  font-size: 40px;
}
.past_sermon button{
  background-color: transparent;
  border: 1px solid #1d2cb7;
  border-radius: 50px;
  transition: .4s;
}
.past_sermon button a{
  color: #1d2cb7;
  text-decoration: none !important;
}
.past_sermon button:hover{
  background-color: #fdc900;
  box-shadow: 0px 10px 30px 0 rgba(0,0,0,.2);
  border: 1px solid #fdc900;
}
.past_sermon button:hover a{
  color: #1d2cb7;
}





/*=============================================
============= NEW MEMBERS SECTION ==============*/
.member_intro_pic{
  padding: 0;
  position: relative;
  background: url(../img/service/members.jpg);
  width:100%;
  height: 60vh;
  padding-top: 12%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.member_intro_pic::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.8);
}
.member_intro_pic .member_intro_desc{
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: -4%;
  padding: 80px 0px;
}
.member_intro_pic .member_intro_desc h1{
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 2em;
}
.member_intro_pic .member_intro_desc h3{
  text-transform: uppercase;
  font-size: 2em;
}
.member_hero{
  margin-top: 5%;
  margin-bottom: 13%;
  text-align: center;
}
.member_hero h1{
  font-weight: 450;
  font-size: 2em;
}
.member_hero h2{
  font-size: 3em;
}
.member_hero p{
  padding: 10px 20px;
  font-size: 22px;
  font-weight: lighter;
}
.children_intro .row .col-md-6 h1 span{
  font-weight: bolder;
}
#new_members_note{
  background: url('../img/service_8.jpg');
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative !important;
  margin-bottom: 5%;
}
#new_members_note::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.9);
}
#new_members_note .children_intro{
  position: relative;
  z-index: 5;
}
#new_members_note .children_intro .row .col-md-6{
  color: #fff;
}
.expectations{
  margin-top: 8%;
  margin-bottom: 5%;
  text-align: center;
}
.expectations .row .col-md-4{
  margin: 10px;
}
.expectations .row .col-md-4{
  padding: 30px 20px;
  /*box-shadow: 0px 10px 30px 0px rgba(0,0,0,.4);*/
  transition: .4s;
  border-radius: 3px;
}
.expectations .row .col-md-4:hover{
   box-shadow: 0px 10px 30px 0px rgba(0,0,0,.2);
}
.expectations .row .col-md-4 h4{
  font-weight: 900;
  font-size: 28px;
}
.expectations .row .col-md-4 p{
  padding-top: 5%;
  line-height: 24px;
}
.service_times{
  text-align: center;
  margin-bottom: 5%;
}
.service_times h1{
  font-weight: 900;
  font-size: 35px;
  padding-bottom: 3%;
}
.service_times h3{
  padding-bottom: 6%;
  font-size: 25px;
}
.service_times .row .service_address{
  padding: 50px 10px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.2);
}
.service_times .row .service_address h2{
  text-transform: uppercase;
  padding-bottom: 9%;
  letter-spacing: 2px;
}
.service_times .row .service_address p{
  font-size: 25px;
  letter-spacing: 2px;
  /*padding-top: 3%;*/
}
.service_time_card .row .col-md-4{
  padding: 50px 20px;
  transition: .4s;
  margin: 10px;
}
.service_time_card .row .col-md-4:hover{
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.2);
}
.service_time_card .row .col-md-4:first-child h4{
  margin-top: 10%;
  font-size: 30px;
  padding-bottom: 9%;
}
.service_time_card .row .col-md-4:first-child h6{
  padding-bottom: 10px;
  font-size: 20px;
}
.service_time_card .row .col-md-4 h6{
  font-size: 20px;
}
.our_location {
  margin-top: 10%;
  margin-bottom: 5%;
}
.our_location h1{
  font-weight: 450;
}




/*=========================================== 
CONTACT PAGE =================================*/
.contact_form_overall{
  margin-top: 5%;
  margin-bottom: 5%;
}
textarea{
  resize: none;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 20px 20px;
}
.credential_form .input-group-prepend .input-group-text{
  background-color: #1d2cb7;
  color: #fff;
}
.credential_form
{
    transition: box-shadow .15s ease; 
    border: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}
.credential_form .form-control,
.credential_form .input-group-text
{
    border: 0;
    box-shadow: none;
}

.focused .credential_form
{
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
}
.contact_form .row .col-md-6{
  margin-top: 3%;
}
.contact_form .row .col-md-12{
  margin-top: 3%;
}
 #contact_form_submit button{
  padding: 8px 23px;
  margin-top: 20px;
  margin-left: 15px;
  background-color: #1d2cb7;
  color: #fff;
  border-radius: 50px;
  transition: .4s;
}
 #contact_form_submit button:hover{
  background-color: #fdc900;
  color: #1d2cb7;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.5);
 }
 .other_contact_info{
  padding-top: 5%;
  text-align: center;
 }
 .other_contact_info .fa-2x{
  font-size: 50px;
  margin-bottom: 5%;
  color: #1d2cb7;
 }
 .other_contact_info div{
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,.2);
  padding: 20px 0;
  margin-bottom: 10%;
 }
.other_contact_info div p{
  font-size: 20px;
  padding: 0 !important;
}
.mapouter{
  width: 100% !important;
  display: none;
}









/*============================ MEMBERSHIP PAGE=====================*/
.join_interest{
  margin-top: 10%;
  margin-bottom: 5%;
  text-align: center;
}
.join_interest h1{
  font-size: 30px;
  color: #1d2cb7;
  font-weight: 900;
}
.join_interest p{
  font-size: 17px;
  /*padding: 30px 20%;*/
}
.join_interest p a{
  color: #1d2cb7;
  text-decoration: none;
  font-weight: 800;
  font-size: 17px;
}





/* ================================= BAPTISM PAGE ========================*/
.baptism_intro{
  margin-top: 5%;
  margin-bottom: 5%;
  padding:0px 10%;
  text-align: center;
}
.baptism_intro p{
  font-size: 20px;
}
.accordion_intro h1{
  text-align: center;
  padding-top: 5%;
  font-weight: 400;
}
#accordion_intro_desc{
  padding: 30px 10%;
  text-align: center;
  padding-bottom: 5%;
}
#accordion_intro_desc a{
  color: #1d2cb7;
  font-weight: bolder;
  text-decoration: none;
}
.accordion{
  border:none;
  background-color: transparent;
  width: 100%;
  padding: 0;
}
.accordion .card-header h2{
  width: 90%;
}
.accordion_intro{
  padding: 0px;
  margin-bottom: 5%;
}
.accordion .card-header .btn-link{
  text-decoration: none;
  color: #1d2cb7;
  font-weight: 500;
  font-size: 17px;
}
.accordion .card-header{
  padding: 5px;
  border-bottom: none;
  background-color: transparent;
}
.accordion .card-header h2{
}
.accordion .card-header button .fa-plus{
  position:absolute;
  right: 0%;
  font-size: 14px;
  display: none;
  margin-top: 0px;
}
.accordion .card-header button .fa-minus{
  position:absolute;
  right: 0;
  display: none;
  font-size: 14px;
}
.accordion .card .card-body ul{
  list-style: circle;
}
.accordion .card .card-body ul li p{
  font-weight: bold;
}
.accordion .card .card-body ul{
 padding: 0 10%;
}
.baptism_pic img{
  overflow: none;
  /*padding:0;*/
  width: 100%;
  transition: .5s;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.5);
}
.baptism_pic img:hover{
   transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  border-radius: 10px;
}











/*===============================================
SALVATION PAGE ===================================*/
.salvation_intro{
  margin-top: 5%;
  margin-bottom: 5%;
}
.salvation_intro h1{
  text-align: center;
  padding-bottom: 3%;
  font-size: 50px;
  font-weight: 450;
}
.salvation_intro p {
  font-size: 17px;
}
.salvation_intro p span{
  font-weight: bolder;
}
.salvation_intro ul{
  list-style: circle;
}
.salvation_know_jesus{
  padding: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  background: url(../img/service/service_2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 5%;
}
.salvation_know_jesus::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}
.salvation_know_jesus .know_jesus_desc{
  position: relative;
  z-index: 5;
  color: #fff;
}
.salvation_know_jesus .know_jesus_desc h1{
  text-align: center;
  font-size: 50px;
  font-weight: 450;
}
.salvation_know_jesus .know_jesus_desc #know_jesus_intro{
  padding: 10px 10%;
  font-size: 18px;
  text-align: center;
}
.salvation_know_jesus .know_jesus_desc .container{
  padding-top: 5%;
  text-align: justify;
}
.salvation_know_jesus .know_jesus_desc .container .sin_seperation .col-md-5{
  padding: 30px;
  margin: 10px;
  background-color: rgba(251,251,251,.2);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.5);
}
.salvation_know_jesus .know_jesus_desc .container .sin_seperation h3{
  font-weight: lighter;
  font-size: 30px;
  padding-bottom: 3%;
}
.salvation_know_jesus .know_jesus_desc .container .sin_seperation h6{
  font-weight: medium;
  font-size: 20px;
  padding-bottom: 10px;
}
.salvation_know_jesus .know_jesus_desc .container .sin_seperation p{
  font-size: 18px;
}
.salvation_know_jesus .know_jesus_desc .container .sin_seperation p span{
  font-style: italic;
}





/* ======================= REASONS TO SERVE PAGE ======================*/
.why_serve{
  margin-top: 8%;
  margin-bottom: 5%;
}
.why_serve h1{
  font-weight: lighter;
  padding-bottom: 2%;
  font-size: 50px;
}
.why_serve p{
  text-align: justify;
  font-size: 17px;
  line-height: 30px;
}
.serve_container{
  background: url(../img/service/worship.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.serve_container::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.5);
}
.serve_container .serve_options{
  position: relative;
  z-index: 50;
  color: #fff;
  padding: 20px 5px;
}
.serve_container .serve_options .row .col-md-6 h2{
  text-align: center;
  padding-bottom: 4%;
  font-weight: lighter;
}
.serve_container .serve_options .row .col-md-6{
  font-weight: lighter;
  margin-top: 5%;
  margin-bottom: 5%;
}
.serve_container .serve_options .row .volunteering{
  padding: 4%;
  /*background: rgba(251,251,251,.2);*/
  background: rgba(0,0,0,.8);
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}
.serve_container .serve_options .row .volunteering p{
  font-size: 20px;
  padding-bottom: 5%;
}
.serve_container .serve_options .row .volunteering button{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 30px;
  transition:0.5s;
  outline: none;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -ms-transition:0.5s;
  -o-transition:0.5s;
}
.serve_container .serve_options .row .volunteering button:hover{
  background: #fdc900;
  border:1px solid #fdc900;
  color: #1d2cb7;
  font-weight: bold;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.5);
}
.btn:focus, .btn.focus{
  outline: none;
  box-shadow: none;
}
.serve_analysis{
  margin-top: 6%;
  margin-bottom: 6%;
  text-align: center;
}
.serve_analysis h2{
  font-size: 50px;
  font-weight: lighter;
  padding-bottom: 2%;
}
.serve_analysis p{
  padding: 0 5%;
  font-size: 20px;
  font-weight: 400;
}
.serve_analysis p a{
  text-decoration: none;
  transition: .4s;
  color: #1d2cb7;
  font-weight: bold;
}



/* ======================== MODALS ================*/
#volunteerModal .modal-title h3, #serviceModal .modal-title h3, #staff_request_form .modal-title h3, #membershipModal .modal-title h3{
  text-align: center;
  padding-top: 4%;
  color: #1d2cb7;
  font-weight: bolder;
}
#volunteerModal .modal-title span, #serviceModal .modal-title span, #staff_request_form .modal-title span, #membershipModal .modal-title span{
  position: absolute;
  top: 1%;
  right: 5%;
  font-size: 25px;
  font-weight: bolder;
  transition: .4s;
}
#volunteerModal .modal-title span:hover, #serviceModal .modal-title span:hover, #staff_request_form .modal-title span:hover, #membershipModal .modal-title span:hover{
  color: red;
}
#modal_error, #service_error{
  margin-top: -5%;
  padding-bottom: 1%;
  text-align: center;
  font-weight: 500;
}

/* ============================ CHURCH CALENDAR SECTION ==============*/
.themeDesc .event_table{
  padding-top: 5%;
}
.themeDesc .event_table h2{
  text-align: center;
}
.themeDesc .event_table table{
  margin-top: 4%;
}
.themeDesc .event_table table tbody a{
  text-decoration: none;
  color: #1d2cb7;
}
a {
  text-decoration: none;
}











/* EVENT DETAIL SECTION*/
.event_detail_section{
  margin-top: 5%;
  margin-bottom: 5%;
}
.event_picture img{
   transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
   box-shadow: 0 15px 35px rgba(50, 50, 93, .2), 0 5px 15px rgba(0, 0, 0, .4) !important;
   padding: 0;
   height: 40vh;
   width:100%;
   margin-top: 15%;
   margin-bottom: 15%;
   border-radius: 5px;
}
.event_detail_section .col-md-6:first-child h3{
  font-size: 50px;
  font-weight: lighter;
  padding-top: 20%;
}
.event_detail_section .col-md-6:first-child h5{
  font-size: 30px;
  padding-top: 10px;
  font-weight: bold;
  font-family: sans-serif;
}
.event_detail_section .event_detail{
  margin-top: 9%;
}
.event_detail_section .event_detail .col-md-7 h1{
  font-weight: lighter;
}
.event_detail_section .event_detail .col-md-7 p{
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: justify;
}
.event_detail_section .event_detail .event_stats{
  padding-top: 5%;
  padding-left: 8%;
}
.event_detail_section .event_detail .event_stats p{
  padding-bottom: 2%;
  font-size: 18px;
}
.event_detail_section .event_detail p span{
  font-weight: bolder;
}







/*============================== NEWS DETAIL==================*/
.super-news-detail{
  margin-top: 5%;
  margin-bottom: 5%;
}
.super-news-detail .row .col-md-12{
  padding: 10px 2%;
}
.super-news-detail .row .col-md-12 .news_detail_image{
  position: relative;
  z-index: -1;
}
.super-news-detail .row .col-md-12 .news_detail_image img{
  width: 100%;
}
.super-news-detail .row .col-md-12 .news_detail_image:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
}
.super-news-detail .row .col-md-12 .news_detail_desc{
  padding: 10px 3%;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0 rgba(0,0,0,.2);
}
.super-news-detail .row .col-md-12 .news_detail_desc h1{
  padding-bottom: 3%;
  color: #1d2cb7;
  font-weight: lighter;
}
.super-news-detail .row .col-md-12 .news_detail_desc .news_detail_stats ul{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.super-news-detail .row .col-md-12 .news_detail_desc .news_detail_stats ul li{
  margin-right: 17%;
  font-weight: 600;
  /*opacity: .8;*/
  text-align: center;
}
.super-news-detail .row .col-md-12 .news_detail_desc .news_detail_stats ul li #icon{
  color: #1d2cb7;
}
.super-news-detail .row .col-md-12 .tags_section ul{
  list-style: none;
  display:inline-block;
  margin-top: 4%;
}
.super-news-detail .row .col-md-12 .tags_section ul li{
  margin-right: 5%;
  margin-top: 5%;
  /*background-color: red;*/
  padding: 5px 20px;
  border-radius: 50px;
  border:1px solid #1d2cb7;
  transition: .4s;
}
.super-news-detail .row .col-md-12 .tags_section ul li:hover{
  background-color: #fdc900;
  border: 1px solid #fdc900;
  box-shadow: 0px 10px 30px rgba(0,0,0,.2);
}
.super-news-detail .row .col-md-12 .tags_section ul li a{
  color: #1d2cb7;
  font-weight: bold;
  text-decoration: none;
}
.super-news-detail .row .col-md-12 .tags_section ul li:first-child{
  border:none;
  background-color: transparent;
  font-weight: bold;
  font-size: 20px;
}
.nextPrevBtns{
  margin-top: 8%;
  padding-bottom: 17%;
}
.nextPrevBtns button:first-child, .nextPrevBtns button:last-child{
  background-color: #1d2cb7;
  transition: .4s;
  border-radius: 50px;
  padding: 7px 30px;
}
.nextPrevBtns button:first-child a, .nextPrevBtns button:last-child a{
  color: #fff;
  text-decoration: none;
}
.nextPrevBtns button:first-child:hover, .nextPrevBtns button:last-child:hover{
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,.3);
}
#download_sermon_file button{
  transition: .4s;
  padding: 4px 30px;
  background-color: #fdc900;
  border-radius: 50px;
}
#download_sermon_file button a{
  text-decoration: none;
  color: #1d2cb7;
  font-weight: 600;
}
#download_sermon_file button:hover{
  box-shadow: 0 10px 30px 0px rgba(0,0,0,.3);
}


/*=================================
   DONATIONS SECTION ==============*/
.accordion_intro .give_btn{
  text-align: center;
  margin-top: 3%;
  margin-bottom: 5%;
}
.accordion_intro .give_btn button{
  background: #fdc900;
  text-align: center;
  border-radius: 50px;
  padding: 5px 20px;
  transition: .4s;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
}
.accordion_intro .give_btn button a{
  color: #1d2cb7;
  font-weight: bold;
  text-decoration: none;
}
.accordion_intro .give_btn button:hover{
  background: #fff;
  border: 1px solid #1d2cb9;
}
.tithe_and_offering{
  background:url(../img/service/preacher.jpg);
  text-align: center;
  padding: 5% 10px;
  position: relative;
  margin-bottom: 5%;
}
.tithe_and_offering::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
}
.t_a_o_section{
  position: relative;
  z-index: 9;
  color: #fff;
}
.tithe_and_offering h2{
  font-weight: lighter;
  padding-bottom: 5%;
}
.t_a_o_section h3{
  font-size: 40px;
  font-weight: lighter;
}
.t_a_o_section #tithe_desc, .t_a_o_section #offering_desc{
  padding: 20px 3%;
  font-size: 18px;
}



/*==================================
==== PAYMENT PAGE===================*/
.give_amount input{
  border: none;
  font-size:90px;
}
.give_amount input::-webkit-outer-spin-button, .give_amount input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.give_amount label{
  color:#fff;
  font-size: 30px;
  font-weight: lighter;
}
.give_amount input{

  text-align: center;
  background-color: #1d2cb7;
  color: #fff;
  width: 50%;
}
.give_amount input:focus{
  border:none !important;
  outline: none;
}
.give_amount{
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  background-color: #1d2cb7;
}
.give_form_card{
 box-shadow: 0 15px 35px rgba(50, 50, 93, .2), 0 5px 15px rgba(0, 0, 0, .4) !important;
 border-radius: 5px;
 padding: 10px 20px;
 text-align: center;
 transform: translateY(0%);
 border-bottom: 5px solid #1d2cb7;
}
.give_form_card #gift_help{
  padding: 5%;
  text-align: right;
}
.give_form_card #gift_help a{
  color: #000;
}
.give_form_card .form-group{
  padding:5px 0%;
}
.give_form_card .form-group .input-group-text{
  width:50px;
}
.give_form_card .form_section_1 #gift_help{
  padding: 5% !important;
  text-align: right !important;
}
.give_form_card button:hover{
  color: #fff;
  box-shadow: 0 15px 35px rgba(50, 50, 93, .2), 0 5px 15px rgba(0, 0, 0, .4) !important;
}
.give_form_card #gift_help a{
  color: #000;
}
.give_form_card .form-group{
  padding:5px 10%;
}
.give_form_card .form-group .input-group-text{
  width:45px;
}
.give_form_card .form_section_2{
  display: none;
}
.payment_buttons{
  margin-top: 8%;
  margin-bottom: 5%;
  text-align: right;
}
.payment_buttons .proceed_btn{
  background: #1d2cb7;
  color: #fff;
  font-weight: 500;
  padding: 5px 40px;
}
.payment_buttons .previous_btn{
  background: #1d2cb7;
  color: #fff;
  font-weight: 500;
  padding: 5px 40px;
}
.form_section_2{
  padding-top: 5%;
}
.form_section_2 .section_2_intro h5{
  text-transform: uppercase;
  padding-bottom: 4%;
}
.form_section_2 .section_2_intro p a{
  text-decoration: none;
  font-size: 18px;
  color:#000;
}
.form_section_2 button{
  background-color: #1d2cb7;
  color: #fff;
  width:50%;
  margin-bottom: 5%;
  margin-top: 8%;
}




/*===================================
MEMBERSHIP FORM =====================*/


#heading {
    text-transform: uppercase;
    color: #1d2cb7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
.member-select,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /*font-family: montserrat;*/
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
.member-select:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #1d2cb7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #1d2cb7;
}

#msform .action-button-previous {
    width: 100px;
    background: #1d2cb7;
    font-weight: bold;
    color: #fdc900;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #1d2cb7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #1d2cb7;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
    color: #1d2cb7;
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #1d2cb7;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: 'FontAwesome';
    content: "\f007"
}

#progressbar #personal:before {
    font-family: 'FontAwesome';
    content: "\f015"
}

#progressbar #payment:before {
    font-family: 'FontAwesome';
    content: "\f2b9"
}

#progressbar #image:before {
    font-family: 'FontAwesome';
    content: "\f1c5"
}
#progressbar #confirm:before {
    font-family: 'FontAwesome';
    content: "\f00c"
}


#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1d2cb7;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #1d2cb7;
}

.fit-image {
    width: 100%;
    object-fit: cover
}


/*====================== VERIFY ADMIN SECTION
==============================*/
.admin_verify_card{
  text-align: center;
  margin-top: 5%;
  border-radius: 20px;
  box-shadow: inset 0 10px 20px 0 rgba(0,0,0,.1), 0px 10px 30px 0px rgba(0,0,0,.2);
}
.admin_verify_card img{
  padding-top: 6%;
  padding-bottom: 7%;
  animation: spin 10s linear infinite;
}
.admin_verify_card h3{
  color: #1d2cb7;
  font-weight: 400;
}
.admin_verify_card .card-body #verify_intro{
  text-align: left;
  font-weight: 350;
  font-size: 15px;
}
.verify_admin_btn{
  margin-top: 4%;
  background-color: #1d2cb7;
  border: 1px solid #1d2cb7;
  transition: .5s;
  border-radius: 3px;
}
.verify_admin_btn:hover{
  background-color: #1d2cb7;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
}
.loader {
    position: absolute;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: none;
    left: 20%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .show_hide_btn{
    color: #fff;
    background-color: #1d2cb7;
  }
  .input-group-append .input-group-text{
    background-color: #1d2cb7;
  }
  #lightBoxImg{
    margin-bottom: 5%;
  }

  .counter-class > div{
    display: inline-block;
      margin: 0px 36px;
      color: #ffffff;
      padding-bottom: 1px;
  }
  .counter-class .counter-days,
  .counter-class .counter-hours,
  .counter-class .counter-minutes,
  .counter-class .counter-seconds,
  .counter-class .counter-left{
    font-weight: 100;
    font-size: 50px;
    width: 100%;
    display: block;
  }
  .counter-class .counter-days{ color: #fff; }
  .counter-class .counter-hours{ color: #fff; }
  .counter-class .counter-minutes{ color: #fff; }
  .counter-class .counter-seconds{ color: #fff; }
  .annual-harvest-container{
    margin-bottom:5%;
    background-color: #1d2cb7;
  }
  .annual-harvest-container .row .col-md-5{
    color:#fff; 
    margin-left: 10%;
    text-align: center;
    border-right: none;
    transform: skewX(0deg);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.7);
  }
  .annual-harvest-container .row .col-md-5 div{
    transform: skewX(0deg) !important;
    padding-right: 50px;
  }
  .annual-harvest-container .row .col-md-5 div h1{
    margin-top: 5%; 
    font-weight: lighter;
  }
  .annual-harvest-container .row .col-md-5 div p{
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    color: #1d2cb7;
    font-weight: bold;
    padding: 5px;
  }
  .annual-harvest-container .row .col-md-7{
    padding: 10px;
    display: none;
  }
   #counter-left span{
    font-size: 50px !important; 
    position: absolute !important; 
    top: 50% !important; 
    font-weight: lighter !important;
    color: #fff !important;
  }
