/* [Master Stylesheet v1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(animate.min.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(classy-nav.min.css);
@import url(prettyPhoto.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px; 
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
  line-height: 1.3;
  font-weight: 500; }

p {
  color: #404040;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400; }

a,
a:hover, 
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none !important;
  outline: 0 solid transparent;
  /*color: #1b1b1b;*/
  color: #F2C12C;
  font-weight: 500;
  font-size: 14px; }

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

.artikel ul,
.artikel ol {
  margin: 0; }
  .artikel ul li,
  .artikel ol li {
    list-style: disc;
    padding-left: 5px;
    margin-left: 20px;
    }
.artikel a:link {
  color: #3697c7;
  font-size: 16px;
}

/* visited link */
.artikel a:visited {
  color: #3697c7;
}

/* mouse over link */
.artikel a:hover {
  color: blue;
}

/* selected link */
.artikel a:active {
  color: #3697c7;
}

section {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
  .media { 
   min-width: 0;
   margin: 5px;
  }

  img {
   width: 450px;
   max-width: 100%; 
   max-height: 450px; 
 }
}

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


/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */

.section-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-padding-30-0 {
  padding-top: 30px;
  padding-bottom: 0px; }

.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-padding-50-0 {
  padding-top: 50px;
  padding-bottom: 0; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* Preloader */
#preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #preloader .circle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 65px;
    border-bottom: 6px double;
    border-color: rgba(172, 138, 116, 0.1);
    animation: spin 4s infinite linear; }
@-webkit-keyframes spin {
  0% {
    border-color: rgba(172, 138, 116, 0.1); }
  50% {
    border-color: #3697c7; }
  100% {
    border-color: rgba(172, 138, 116, 0.1); } }
@keyframes spin {
  0% {
    border-color: rgba(172, 138, 116, 0.1); }
  50% {
    border-color: #3697c7; }
  100% {
    border-color: rgba(172, 138, 116, 0.1); } }
/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1; 
  max-width: 800px;
  margin-bottom: 30px; }
  .section-heading h1 {
    font-size: 1.75rem;
  }
  .section-heading img {
    margin-bottom: 15px; }
  .section-heading h3 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .section-heading h3 {
        font-size: 24px; } }
  .section-heading p {
    margin-bottom: 0;
    font-size: 16px;
    color: #a6a6a6; }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white h3 {
    color: #ffffff; }

/* Miscellaneous */
.bg-img {
  background-position: 25% 75%;
  background-size: cover;
  background-repeat: no-repeat; }

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

.bg-default {
  background-color: #0066b3 /*#006699*/ !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

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

.font-light {
  font-weight: 300; }

.bg-overlay,
.foo-bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after,
  .foo-bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.foo-bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.91); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #3697c7;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/* ScrollUp */
#scrollUp {
  background-color: #3697c7;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 100px;
  text-align: center;
  width: 40px;
  border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #1b1b1b; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.theme-btn {
  display: inline-block;
  min-width: 0px;
  height: 40px;
  background-color: #3697c7;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 0px;
  font-size: 14px;
  line-height: 60px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  font-weight: 400;
  text-transform: capitalize; }
  .theme-btn.active, .theme-btn:hover, .theme-btn:focus {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #1b1b1b; }
  .theme-btn.active:hover, .theme-btn.active:focus {
    color: #ffffff;
    background-color: #3697c7; }
  .theme-btn.btn-2 {
    border: 2px solid #1b1b1b;
    color: #1b1b1b;
    background-color: transparent;
    line-height: 56px; }
    .theme-btn.btn-2:hover, .theme-btn.btn-2:focus {
      border: 2px solid #3697c7;
      background-color: #3697c7;
      color: #ffffff; }
  .theme-btn.btn-3 {
    border: 2px solid #3697c7;
    color: #3697c7;
    background-color: transparent;
    line-height: 56px; }
    .theme-btn.btn-3:hover, .theme-btn.btn-3:focus {
      border: 2px solid #1b1b1b;
      background-color: #1b1b1b;
      color: #ffffff; }

/* :: 4.0 Search Wrapper Area CSS */
.search-wrapper {
  position: fixed;
  width: 570px;
  height: 100%;
  z-index: 1500;
  top: 0;
  right: -600px;
  background-color: #1b1b1b;
  padding: 0 60px;
  box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
  -webkit-transition: 1000ms;
  transition: 1000ms; }
  @media only screen and (max-width: 767px) {
    .search-wrapper {
      width: 320px;
      right: -350px;
      padding: 0 20px; } }
  .search-wrapper .close--icon {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #3697c7;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px; }
  .search-wrapper .search-logo {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    z-index: 10; }
  .search-wrapper .search-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
    .search-wrapper .search-form form {
      position: relative;
      z-index: 1; }
    .search-wrapper .search-form input {
      width: 100%;
      height: 50px;
      background-color: #3697c7;
      border: none;
      border-radius: 30px;
      padding: 0 30px; }
    .search-wrapper .search-form button {
      position: absolute;
      width: 80px;
      height: 50px;
      background-color: #3697c7;
      color: #ffffff;
      top: 0;
      right: 0;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      outline: none; }
  .search-wrapper .copywrite-text {
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 100%;
    text-align: center; }
    .search-wrapper .copywrite-text p {
      margin-bottom: 0;
      color: #ffffff;
      font-size: 14px; }
      .search-wrapper .copywrite-text p a {
        font-size: 14px;
        color: #3697c7; }
  .search-wrapper.on {
    right: 0; }

/* :: 5.0 Header Area CSS */
.header-area {
  position: fixed;
  z-index: 100;
  width: 100%; }
  .header-area .top-header {
    width: 100%;
    height: 40px;
    background-color: #0066b3;  /*#006699;*/ }
    .header-area .top-header .next-events-countdown p {
      margin-bottom: 0;
      color: #fff;
      font-size: 14px;
      margin-right: 20px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .header-area .top-header .next-events-countdown p {
          font-size: 12px; } }
    .header-area .top-header .next-events-countdown .events-cd {
      color: #ffffff;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .header-area .top-header .next-events-countdown .events-cd {
          font-size: 12px; } }
      .header-area .top-header .next-events-countdown .events-cd span {
        color: #d4d2d2; }
  .header-area .theme-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    /*height: 80px;*/
    background-color: #ffffff; }
    .header-area .theme-main-menu .classy-nav-container {
      background-color: transparent;
      border-bottom: 7px solid #f7941d; /*#FFC928;*/ }
    .header-area .theme-main-menu .classy-navbar {
      height: 80px;
      padding: 0; }
      .header-area .theme-main-menu .classy-navbar .classynav ul li a {
        padding: 0 15px;
        display: block;
        height: 80px;
        font-size: 14px;
        line-height: 80px;
        font-weight: 500; }
        @media only screen and (min-width: 768px) and (max-width: 1400px) {
          .header-area .theme-main-menu .classy-navbar .classynav ul li a {
            height: 38px;
            line-height: 38px;} }
        @media only screen and (max-width: 767px) {
          .header-area .theme-main-menu .classy-navbar .classynav ul li a {
            height: 38px;
            line-height: 38px;  } }
        .header-area .theme-main-menu .classy-navbar .classynav ul li a:hover, .header-area .theme-main-menu .classy-navbar .classynav ul li a:focus {
          color: #ffffff;
          background-color: #0066b3; /*#3697c7;*/}
          .header-area .theme-main-menu .classy-navbar .classynav ul li a:hover::after, .header-area .theme-main-menu .classy-navbar .classynav ul li a:focus::after {
            color: #ffffff; }
    .header-area .theme-main-menu .classynav ul li .dropdown li a,
    .header-area .theme-main-menu .classynav ul li .megamenu li a {
      font-size: 14px;
      height: 38px;
      /*line-height: 38px;*/ line-height: inherit; }
      .header-area .theme-main-menu .classynav ul li .dropdown li a::after,
      .header-area .theme-main-menu .classynav ul li .megamenu li a::after {
        top: 3px; }
    .header-area .theme-main-menu .classynav .search-btn {
      width: 100px;
      text-align: center;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      cursor: pointer;
      -webkit-transition: all 500ms;
      transition: all 500ms; }
      .header-area .theme-main-menu .classynav .search-btn:hover {
        color: #ffffff;
        background-color: #0066b3; /*#3697c7;*/ }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .theme-main-menu .classynav .search-btn {
          width: 100%;
          background-color: #333;
          color: #ffffff; } }
      @media only screen and (max-width: 767px) {
        .header-area .theme-main-menu .classynav .search-btn {
          width: 100%;
          background-color: #333;
          color: #ffffff; } }
    .header-area .theme-main-menu .classynav .donate-btn a {
      text-align: center;
      width: 160px;
      display: inline-block;
      padding: 0 15px;
      height: 80px;
      line-height: 80px;
      color: #ffffff;
      background-color: #0066b3 ; /*#3697c7;*/ }
      .header-area .theme-main-menu .classynav .donate-btn a:hover {
        color: #ffffff;
        background-color: #1b1b1b; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .theme-main-menu .classynav .donate-btn a {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .header-area .theme-main-menu .classynav .donate-btn a {
          width: 100%; } }
  .header-area .is-sticky .theme-main-menu {
    z-index: 3000 !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); }

    .breakpoint-off .classynav ul li .dropdown,
    .breakpoint-off .classynav ul li .megamenu {
      width: 290px;
      -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
      box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
      border-radius: 6px; 
    }
    .breakpoint-off .classynav ul li .megamenu {
      width: 100%; 
    }

/* :: 6.0 Welcome Area CSS */
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 555px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1920px) { /* 1199*/
      .hero-slides .single-hero-slide {
        height: 840px; background-size: contain; } }
    @media only screen and (min-width: 1366px) { /* 1199*/
      .hero-slides .single-hero-slide {
        height: 600px; background-size: contain; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) { /* 1199*/
      .hero-slides .single-hero-slide {
        height: 400px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 350px; } }
    .hero-slides .single-hero-slide .hero-slides-content .date {
      min-width: 100px;
      padding: 0 15px;
      height: 35px;
      line-height: 35px;
      background-color: #0066b3 /*#3697c7*/;
      display: inline-block;
      color: #ffffff;
      margin-bottom: 30px; }
    .hero-slides .single-hero-slide .hero-slides-content h3 {
      font-weight: 500;
      font-size: 30px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide .hero-slides-content h3 {
          font-size: 24px; } }
    .hero-slides .single-hero-slide .hero-slides-content h2 {
      font-size: 72px;
      font-weight: 700;
      color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide .hero-slides-content h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide .hero-slides-content h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide .hero-slides-content h2 {
          font-size: 30px; } }
    .hero-slides .single-hero-slide .hero-slides-content p {
      color: #ffffff;
      margin-bottom: 0; }
    .hero-slides .single-hero-slide .next-event-btn {
      width: 100%;
      position: absolute;
      z-index: 10;
      top: 50px;
      right: 0;
      height: auto; }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    background-color: #3697c7 ;
    width: 40px ;
    height: 66px ;
    line-height: 65px ;
    color: #ffffff ;
    top: 50% ;
    margin-top: -48px ;
    left: 0 ;
    position: absolute ;
    z-index: 1 ;
    text-align: center ;
    font-size: 26px ;
    border-top-left-radius: 3px ;
    border-top-right-radius: 3px ;
    border-bottom-left-radius: 3px ;
    border-bottom-right-radius: 3px ;
    -webkit-transition-duration: 500ms ;
    transition-duration: 500ms ; 
    cursor: pointer;
    cursor: hand;}
    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
    .hero-slides .owl-next:hover,
    .hero-slides .owl-next:focus {
      background-color: #f7941d ; /*#1b1b1b;*/
      color: #3697c7; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        opacity: 0;
        visibility: hidden; } }
  .hero-slides .owl-next {
    left: auto;
    right: 0; }

  .hero-slides .owl-dots {
    position: absolute;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 1000px;
    z-index: 10; }

  .hero-slides .owl-dots div{
    width:15px;height:15px;
    background:transparent;
    display:block;margin:13px 0;
    border-radius:50%;
    border:2px solid #fff
  }
  .hero-slides .owl-dots div .active{
    background:#3697c7}
  .hero-slides .owl-dots div.active{
    background:#3697c7}

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .owl-dots {
        width: 930px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .owl-dots {
        width: 700px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-dots {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .hero-slides .owl-dots {
        width: 440px; } }
    .hero-slides .owl-dots .owl-dot {
      color: #ffffff;
      font-size: 14px;
      margin: 0 2px; }
      .hero-slides .owl-dots .owl-dot.active {
        color: #3697c7; }
  @media only screen and (max-width: 767px) {
    .hero-slides:hover .owl-prev,
    .hero-slides:hover .owl-next {
      opacity: 1;
      visibility: visible; } }

/* :: 7.0 Call to Action CSS */
.theme-cta-area {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  background-color: #0066b3; /*#006699;*/
   }
  @media only screen and (max-width: 767px) {
    .theme-cta-area .cta-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .theme-cta-area .cta-text h5 {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 22px; }
    @media only screen and (max-width: 767px) {
      .theme-cta-area .cta-text h5 {
        margin-bottom: 30px; } }
  .theme-cta-area .theme-btn:hover, .theme-cta-area .theme-btn:focus {
    box-shadow: 0 5px 40px rgba(255, 255, 255, 0.2); }
  .theme-cta-area.style-2 {
    background-color: #3697c7; }
    .theme-cta-area.style-2 .theme-btn:hover, .theme-cta-area.style-2 .theme-btn:focus {
      box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); }

/* :: 8.0 About Us Area CSS */
.theme-about-area {
  position: relative;
  z-index: 1; }
  .theme-about-area .about-content {
    text-align: center;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 100px; }
    .theme-about-area .about-content img {
      margin-bottom: 15px; }
    .theme-about-area .about-content h2 {
      font-size: 36px;
      margin-bottom: 30px;
      font-style: italic;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .theme-about-area .about-content h2 {
          font-size: 24px; } }
    .theme-about-area .about-content h6 {
      color: #404040;
      font-weight: 500;
      line-height: 2;
      margin-bottom: 0; }

/* :: 9.0 Upcoming Events Area CSS */
.upcoming-events {
  position: relative;
  z-index: 1; }
  .upcoming-events .headline {
    margin-bottom: 80px; }
    .upcoming-events .headline h5 {
      font-size: 18px;
      margin-bottom: 0; }

.single-upcoming-events {
  position: relative;
  z-index: 1;
  background-color: #eff4f6;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .single-upcoming-events {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-upcoming-events .event-date-thumbnail {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 214px;
    flex: 0 0 214px;
    max-width: 214px;
    width: 214px;
    background-color: #3697c7; }
    @media only screen and (max-width: 767px) {
      .single-upcoming-events .event-date-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single-upcoming-events .event-date-thumbnail .event-date {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 107px;
      flex: 0 0 107px;
      max-width: 107px;
      width: 107px;
      height: 107px;
      text-align: center;
      padding: 18px 0; }
      @media only screen and (max-width: 767px) {
        .single-upcoming-events .event-date-thumbnail .event-date {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          width: 50%; } }
      .single-upcoming-events .event-date-thumbnail .event-date h6 {
        color: #ffffff;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.7; }
    .single-upcoming-events .event-date-thumbnail .event-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 107px;
      flex: 0 0 107px;
      max-width: 107px;
      width: 107px;
      height: 107px; }
      @media only screen and (max-width: 767px) {
        .single-upcoming-events .event-date-thumbnail .event-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          width: 50%;
          height: 107px; } }
  .single-upcoming-events .events-content {
    padding: 15px 20px; }
    .single-upcoming-events .events-content a {
      display: block; }
      .single-upcoming-events .events-content a h6 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .single-upcoming-events .events-content a h6:hover, .single-upcoming-events .events-content a h6:focus {
          color: #3697c7; }
    .single-upcoming-events .events-content p {
      margin-bottom: 0;
      font-size: 13px; }
  .single-upcoming-events:hover .event-date-thumbnail, .single-upcoming-events:focus .event-date-thumbnail {
    background-color: #1b1b1b; }

/* :: 10.0 Latest Sermons Area CSS */
.latest-sermons {
  position: relative;
  z-index: 1; }
  .latest-sermons .headline {
    margin-bottom: 80px; }
    .latest-sermons .headline h5 {
      font-size: 18px;
      margin-bottom: 0; }

.single-sermons {
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .single-sermons:last-of-type {
    margin-bottom: 0; }
  .single-sermons .sermons-content {
    background-color: #eff4f6; }
    @media only screen and (max-width: 767px) {
      .single-sermons .sermons-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .single-sermons .sermons-content .sermons-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
      flex: 0 0 195px;
      max-width: 195px;
      width: 195px;
      height: 137px; }
      @media only screen and (max-width: 767px) {
        .single-sermons .sermons-content .sermons-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          width: 100%; } }
    .single-sermons .sermons-content .sermons-text {
      padding: 15px 30px; }
      .single-sermons .sermons-content .sermons-text h6 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        font-size: 16px; }
        .single-sermons .sermons-content .sermons-text h6:hover, .single-sermons .sermons-content .sermons-text h6:focus {
          color: #3697c7; }
      .single-sermons .sermons-content .sermons-text p {
        font-size: 13px;
        margin-bottom: 0; }
        .single-sermons .sermons-content .sermons-text p:last-child {
          color: #3697c7; }
  .single-sermons .sermons-audio-player .audioplayer {
    margin: 0;
    padding: 0;
    height: 40px;
    border: none;
    border-radius: 0; }
  .single-sermons .sermons-audio-player .audioplayer-playpause {
    width: 20px;
    height: auto;
    border-radius: 0; }
  .single-sermons .sermons-audio-player .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left: 12px solid #3697c7; }
  .single-sermons .sermons-audio-player .audioplayer-bar-played,
  .single-sermons .sermons-audio-player .audioplayer-volume-adjust div div {
    background: #333333; }
  .single-sermons .sermons-audio-player .audioplayer-bar-played::after {
    display: none; }
  .single-sermons .sermons-audio-player .see-more-btn {
    text-align: right;
    width: 95px; }
    .single-sermons .sermons-audio-player .see-more-btn a {
      display: inline-block;
      font-size: 11px;
      color: #3697c7;
      border-bottom: 1px solid #3697c7; }
      .single-sermons .sermons-audio-player .see-more-btn a:hover, .single-sermons .sermons-audio-player .see-more-btn a:focus {
        color: #1b1b1b;
        border-bottom: 1px solid #1b1b1b; }
  .single-sermons.style-2 .sermons-content {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-sermons.style-2 .sermons-content .sermons-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      height: 323px; }
    .single-sermons.style-2 .sermons-content .sermons-text {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      padding: 40px 50px;
      border-bottom: 2px solid transparent;
      border-right: 2px solid transparent;
      border-left: 2px solid transparent; }
      .single-sermons.style-2 .sermons-content .sermons-text p.date {
        color: #3697c7; }
      .single-sermons.style-2 .sermons-content .sermons-text p:last-child {
        font-size: 14px;
        font-weight: 500;
        margin-top: 45px;
        margin-bottom: 0;
        color: #404040; }
  .single-sermons.style-2 .sermons-audio-player {
    padding: 20px 0; }
  .single-sermons.style-2:hover .sermons-content .sermons-text, .single-sermons.style-2:focus .sermons-content .sermons-text {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #3697c7;
    border-right: 2px solid #3697c7;
    border-left: 2px solid #3697c7; }
  .single-sermons.style-3 {
    margin-bottom: 0; }
    .single-sermons.style-3 .sermons-content {
      position: relative;
      z-index: 1;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-sermons.style-3 .sermons-content {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .single-sermons.style-3 .sermons-content .sermons-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        height: 550px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-sermons.style-3 .sermons-content .sermons-thumbnail {
            height: 600px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-sermons.style-3 .sermons-content .sermons-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          .single-sermons.style-3 .sermons-content .sermons-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            height: 300px; } }
      .single-sermons.style-3 .sermons-content .sermons-text {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        padding: 90px 5%;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .single-sermons.style-3 .sermons-content .sermons-text {
            padding: 90px 15px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%; } }
        .single-sermons.style-3 .sermons-content .sermons-text p.date {
          color: #3697c7; }
        .single-sermons.style-3 .sermons-content .sermons-text p.text {
          font-size: 14px;
          font-weight: 500;
          margin-top: 45px;
          margin-bottom: 0;
          color: #404040; }
        .single-sermons.style-3 .sermons-content .sermons-text .sermons-audio-player .audioplayer {
          background: transparent; }

/* :: 11.0 Donate Area CSS */
.donate-slides {
  position: relative;
  z-index: 1; }
  .donate-slides .owl-prev,
  .donate-slides .owl-next {
    background-color: #3697c7;
    width: 40px;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    top: 50%;
    margin-top: -48px;
    left: -20px;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 26px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; 
    cursor: pointer;
    cursor: hand; }


    @media only screen and (max-width: 767px) {
      .donate-slides .owl-prev,
      .donate-slides .owl-next {
        left: 0; 
        opacity:0.4;
        color: #000;
        background-color: #3697c7;
        width: 20px;
        height: 55px;
        line-height: 55px;
      } }
    .donate-slides .owl-prev:hover, .donate-slides .owl-prev:focus,
    .donate-slides .owl-next:hover,
    .donate-slides .owl-next:focus {
      background-color: #f7941d; /*#1b1b1b;*/
      color: #3697c7; }
  .donate-slides .owl-next {
    left: auto;
    right: -20px; }
    @media only screen and (max-width: 767px) {
      .donate-slides .owl-next {
        right: 0; } }

.galeri-slides {
  position: relative;
  z-index: 1; 
  padding-left: 30px;
  padding-right: 30px;
}
  .galeri-slides .owl-prev,
  .galeri-slides .owl-next {
    width: 20px;
    height: 35px;
    line-height: 35px;
    color: #3697c7;
    top: 70%;
    margin-top: -48px;
    left:5px;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 26px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;}
  @media only screen and (max-width: 767px) {
      .galeri-slides .owl-prev,
      .galeri-slides .owl-next {
        left: 0; } }
    .galeri-slides .owl-prev:hover, .galeri-slides .owl-prev:focus,
    .galeri-slides .owl-next:hover,
    .galeri-slides .owl-next:focus {
      background-color: #3697c7;
      color: #fff; }
  .galeri-slides .owl-next {
    left: auto;
    right: 5px; }
    @media only screen and (max-width: 767px) {
      .galeri-slides .owl-next {
        right: 0; } }

.single-donate-slide {
  position: relative;
  z-index: 1;
 }
  .single-donate-slide::after {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    content: '';
    position: absolute; }
  .single-donate-slide img {
    width: 100%; }
  .single-donate-slide .donate-content {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    z-index: 10; }
    .single-donate-slide .donate-content h4 {
      color: #ffffff;
      margin-bottom: 5px;
      font-weight: 400; }
    .single-donate-slide .donate-content p {
      color: #ffffff; }
  .single-donate-slide .donate-btn {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 30; }
    .single-donate-slide .donate-btn .theme-btn {
      border: 2px solid #3697c7;
      line-height: 56px; }

/* :: 12.0 Blog Area CSS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-blog-sidebar-area {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .theme-blog-sidebar-area {
    margin-top: 100px; } }

.single-blog-area {
  position: relative;
  z-index: 1;
  background-color: #eff4f6;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;}
  .single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-thumbnail img {
      /*width: 100%;*/
      margin-right: auto;
      margin-left: auto;
      width: auto;
      height: 185px; 
      text-align: center}

    .single-blog-area .blog-thumbnail-infografis img {
      /*width: 100%;*/
      margin-right: auto;
      margin-left: auto;
      width: auto;
      height: 335px; 
      text-align: center}

      .single-blog-area .blog-thumbnail .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
      }

    .single-blog-area .blog-thumbnail .post-date a {
      position: absolute;
      width: 195px;
      height: 35px;
      top:0;
      background-color: #3697c7;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      line-height: 35px;
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .single-blog-area .blog-thumbnail .post-date a:hover, .single-blog-area .blog-thumbnail .post-date a:focus {
        background-color: #1b1b1b; }
  .single-blog-area .blog-content {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 10px 15px;
    border-bottom: 2px solid transparent;
    border-right: 11px solid transparent;
    border-left: 2px solid transparent; }
    .single-blog-area .blog-content .blog-title {
      font-size: 14px;
      display: block;
      margin-bottom: 15px; }
      .single-blog-area .blog-content .blog-title:hover {
        color: #3697c7;  }
    .single-blog-area .blog-content p {
      font-weight: 500;
      margin-bottom: 30px; 
      font-size: 12px;
    }
    .single-blog-area .blog-content .tanggal{
      font-size: 10px;
      margin-bottom:10px;
      }
    .single-blog-area .blog-content .readmore-btn {
      display: inline-block;
      font-size: 11px;
      font-weight: 500;
      color: #3697c7;
      border-bottom: 1px solid #3697c7; }
      .single-blog-area .blog-content .readmore-btn:hover {
        color: #1b1b1b;
        border-bottom: 1px solid #1b1b1b; }
  .single-blog-area:hover, .single-blog-area:focus {
    box-shadow: 5px 5px 5px 0 rgba(0.1, 0.1, 0.1, 0.1) !important; }
    .single-blog-area:hover .blog-content, .single-blog-area:focus .blog-content {
      border-bottom-color: #3697c7 !important;
      border-right-color: #3697c7 !important;
      border-left-color: #3697c7 !important; }

  .berita-area {
  position: relative;
  z-index: 1;
  background-color: #eff4f6;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .berita-area .blog-thumbnail {
    position: relative;
    z-index: 1; }
    .berita-area .blog-thumbnail img {
      /*width: 100%;*/
      margin-right: auto;
      margin-left: auto;
      width: auto;
      height: 150px; 
      text-align: center}

   .berita-area .nama-balai {
      position: absolute;
      bottom: 10px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      color: #fff;
      z-index: 30; }

    .berita-area .blog-thumbnail-infografis img {
      /*width: 100%;*/
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      height: 335px; 
      text-align: center}

      .berita-area .blog-thumbnail .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
      }

 @media only screen and (max-width: 767px) {
      .berita-area .blog-thumbnail img {
        width: 100%;
        max-width: 400px;
        height: auto;
      }
      .berita-area .nama-balai {
        position: absolute;
        bottom: 10px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        z-index: 30; }
       }

    .berita-area .blog-thumbnail .post-date a {
      position: absolute;
      width: 195px;
      height: 35px;
      top:0;
      background-color: #3697c7;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      line-height: 35px;
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .berita-area .blog-thumbnail .post-date a:hover, .berita-area .blog-thumbnail .post-date a:focus {
        background-color: #1b1b1b; }
  .berita-area .blog-content {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 10px 10px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent; }
    .berita-area .blog-content .blog-title {
      font-size: 14px;
      display: block;
      margin-bottom: 8px; }
      .berita-area .blog-content .blog-title:hover {
        color: #3697c7; }
    .berita-area .blog-content p {
      font-weight: 500;
      margin-bottom: 30px; 
      font-size: 12px;
    }
    .berita-area .blog-content .readmore-btn {
      display: inline-block;
      font-size: 11px;
      font-weight: 500;
      color: #3697c7;
      border-bottom: 1px solid #3697c7; }
    .berita-area .blog-content .tanggal{
      font-size: 10px;
      margin-bottom:10px;
      }
      .berita-area .blog-content .readmore-btn:hover {
        color: #1b1b1b;
        border-bottom: 1px solid #1b1b1b; }
  .berita-area:hover, .berita-area:focus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); }
    .berita-area:hover .blog-content, .berita-area:focus .blog-content {
      border-bottom-color: #3697c7;
      border-right-color: #3697c7;
      border-left-color: #3697c7; }


.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-item {
    border-radius: 0; }
    .pagination .page-item .page-link {
      background-color: #3697c7;
      width: 34px;
      height: 34px;
      color: #ffffff;
      padding: 0;
      line-height: 34px;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      border: none;
      margin-right: 7px; }
      .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
        background-color: #3697c7; }
    .pagination .page-item:first-child .page-link {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .pagination .page-item:last-child .page-link {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: 0; }



.blog-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 0px;
  display: block; 
  border: 1px solid #3697c7;
  padding-bottom: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;

}

  .blog-widget-area h5
   {
    padding-left: 10px;
    padding-top: 15px;
    background-color: #0066b3; /*#3697c7;*/
    line-height: 15px;
    height: 43px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin-bottom: 15px; 
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-left: 15px solid #f7941d; /*#ffad33;*/

}
  .blog-widget-area ul {
    padding-left: 30px; 
    margin-bottom: -15px; 
  }
    .blog-widget-area ul li a {
      margin-bottom: 20px;
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      border-bottom: 1px solid transparent;
      line-height: 1; }
      .blog-widget-area ul li a:hover, .blog-widget-area ul li a:focus {
        color: #0066b3;/*#3697c7;*/
        border-bottom: 1px solid #0066b3 /*#3697c7*/; }
    .blog-widget-area ul li:last-child a {
      margin-bottom: 0; }

.single-latest-blog-post {
  position: relative;
  z-index: 1; }
  .single-latest-blog-post .latest-blog-post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    height: 90px;
    margin-right: 8px; }
  .single-latest-blog-post .latest-blog-post-content a {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
     }
    .single-latest-blog-post .latest-blog-post-content a.post-title {
      font-size: 12px;
      font-weight: 500;
      color: #0066b3 /*#3697c7*/; }
      .single-latest-blog-post .latest-blog-post-content a.post-title:hover {
        color: #1b1b1b; }
    .single-latest-blog-post .latest-blog-post-content a.post-date {
      font-size: 12px; }

/* :: 13.0 Footer Area CSS */
.main-footer-area{
  background-color: #0066b3 /*#3697c7*/;
  position: relative;
  z-index: 1; 
  border-bottom: 7px solid #f7941d; /*#FFC928;*/
}
@media (min-width: 997px) {
  .main-footer-area {
    position: relative;
    z-index: 1; 
    background-image: url("images/footer4.png");
    background-size: cover;
    background-blend-mode: lighten;
  }
}  .main-footer-area .footer-widget .widget-title {
    margin-bottom: 30px; text-decoration: none !important }
    .main-footer-area .footer-widget .widget-title h6 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0;
      color: #ffffff;
      margin-top: 20px;
      text-transform: capitalize; }
  .main-footer-area .footer-widget p {
    color: #c9c9c9;
    line-height: 2;  text-decoration: none !important;
    }
  
   .main-footer-area .footer-widget a:hover {
    color: #F2C12C;
    line-height: 2;  text-decoration: none !important;
    }

  .main-footer-area .footer-widget .footer-social-info {
    margin-top: 55px;
    display: block;
    margin-bottom: 20px;
     }
    @media only screen and (max-width: 767px) {
      .main-footer-area .footer-widget .footer-social-info {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .main-footer-area .footer-widget .footer-social-info {
        margin-bottom: 20px; 
        } }
    .main-footer-area .footer-widget .footer-social-info a {
      display: inline-block;
      color: #0066b3; /*#3697c7;*/
      margin-right: 20px;
      font-size: 15px; 
    }
      .main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus {
        color: #F2C12C !important; text-decoration: none; }
  .main-footer-area .footer-widget .single-contact-area p {
    margin-bottom: 10px;
    color: #0066b3; /*#3697c7;*/
    border-bottom: 1px solid #0066b3; /*#3697c7;*/
    display: inline-block; }
  .main-footer-area .footer-widget .single-contact-area span {
    color: #c9c9c9;
    display: block; }
  .main-footer-area .footer-widget .useful-links li {
    display: block; }
    .main-footer-area .footer-widget .useful-links li a {
      font-size: 14px;line-height: 20px;
      color: #c9c9c9;
      display: inline-block;
      margin-bottom: 15px;
      border-bottom: 1px solid transparent; line-height: normal; }
      .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
        color: #F2C12C !important; /*#3697c7*/
        border-bottom: 1px solid #0066b3; /*#3697c7;*/
        display: inline-block; text-decoration: none; }
  .main-footer-area .copywrite-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
    .main-footer-area .copywrite-text p {
      font-size: 12px;
      color: #0066b3; /*#3697c7;*/ }
      .main-footer-area .copywrite-text p a {
        color: #0066b3; /*#3697c7;*/
        font-size: 12px; }
        .main-footer-area .copywrite-text p a:hover, .main-footer-area .copywrite-text p a:focus {
          color: #ffffff; }

/* :: 14.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 250px; }
  .breadcumb-area::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    position: absolute;
    z-index: -5; }
  .breadcumb-area .breadcumb-text h5 {
    font-size: 22px;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-text h5 {
        font-size: 18px; } }

  .breadcumb-area .breadcumb-text h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff; }
  .breadcumb-area .breadcumb-text h2 a {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff; }
  
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-text h2 {
        font-size: 36px; } }
  .breadcumb-area .breadcumb-text p {
    color: #ffffff;
    margin-bottom: 0; }

/* :: 15.0 Ministry Area CSS */
.single-ministry {
  position: relative;
  z-index: 1;
  background-color: #eff4f6;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-ministry .ministry-content {
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 50px 30px 110px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent; }
    .single-ministry .ministry-content h6 {
      display: block;
      font-size: 18px;
      margin-bottom: 5px; }
    .single-ministry .ministry-content span {
      font-size: 13px;
      margin-bottom: 40px;
      display: block;
      color: #404040; }
    .single-ministry .ministry-content p {
      margin-bottom: 0; }
    .single-ministry .ministry-content .ministry-btn {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -15px; }
  .single-ministry:hover, .single-ministry:focus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); }
    .single-ministry:hover .ministry-content, .single-ministry:focus .ministry-content {
      border-bottom-color: #3697c7;
      border-right-color: #3697c7;
      border-left-color: #3697c7; }

/* :: 16.0 Single Pastor Area CSS */
.single-pastor-area {
  position: relative;
  z-index: 1; }
  .single-pastor-area img {
    border-bottom: 4px solid #3697c7; }
  .single-pastor-area .pastor-content {
    text-align: center;
    padding: 30px 30px 0; }
    .single-pastor-area .pastor-content h5 {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 5px; }
    .single-pastor-area .pastor-content h6 {
      font-size: 14px;
      color: #8f8f8f;
      margin-bottom: 35px; }
    .single-pastor-area .pastor-content .pastor-meta {
      width: 100%; }
      .single-pastor-area .pastor-content .pastor-meta a {
        display: inline-block;
        border-bottom: 1px solid #3697c7;
        color: #3697c7;
        font-weight: 400;
        font-size: 12px; }
        .single-pastor-area .pastor-content .pastor-meta a:hover, .single-pastor-area .pastor-content .pastor-meta a:focus {
          border-bottom: 1px solid #ffffff;
          color: #ffffff; }

/* :: 17.0 Contact Area CSS */
.map-area {
  position: relative;
  z-index: 2; }
  .map-area #googleMap {
    width: 100%;
    height: 680px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .map-area #googleMap {
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .map-area #googleMap {
        height: 350px; } }

.contact-info-area {
  position: relative;
  z-index: 10;
  padding: 100px 60px;
  background-color: #eff4f6;
  top: 100px; }
  @media only screen and (max-width: 767px) {
    .contact-info-area {
      padding: 100px 15px; } }

.contact-information h5 {
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: 400; }
.contact-information .single-contact-area p {
  margin-bottom: 30px;
  color: #3697c7;
  border-bottom: 1px solid #3697c7;
  display: inline-block; }
.contact-information .single-contact-area span {
  color: #404040;
  display: block; }

.contact-form-area {
  position: relative;
  z-index: 1; }
  .contact-form-area h5 {
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 400; }
  .contact-form-area .form-control {
    height: 52px;
    width: 100%;
    background-color: #eff4f6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-bottom: 3px solid #eff4f6;
    border-radius: 0;
    padding: 15px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff; }
    .contact-form-area .form-control:focus {
      border-bottom: 3px solid #3697c7;
      box-shadow: none; }
  .contact-form-area textarea.form-control {
    height: 200px; }

/* :: 18.0 Elements Area CSS */
.elements-title {
  margin-bottom: 80px; }
  .elements-title h2 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .elements-title h2 {
        font-size: 30px; } }

.single-pie-bar h6 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #404040; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact h3 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #3697c7; }
  .single-cool-fact h6 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    border-radius: 0;
    background-color: #eff4f6;
    color: #1b1b1b;
    border: 2px solid #3697c7;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #eff4f6;
      color: #404040;
      border: 2px solid #eff4f6; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.theme-tabs-content {
  position: relative;
  z-index: 1; }
  .theme-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .theme-tabs-content .nav-tabs .nav-link {
      background-color: #eff4f6;
      color: #404040;
      border: 2px solid #eff4f6;
      padding: 0 15px;
      height: 50px;
      line-height: 50px;
      margin: 0 2px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 600;
      line-height: 46px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .theme-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .theme-tabs-content .nav-tabs .nav-link {
          padding: 0 10px;
          margin-bottom: 5px; } }
      .theme-tabs-content .nav-tabs .nav-link.active {
        background-color: transparent;
        color: #1b1b1b;
        border: 2px solid #3697c7; }
  .theme-tabs-content .tab-content h6 {
    font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .theme-tabs-content .theme-tab-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .theme-tabs-content .theme-tab-text .tab-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    width: 170px;
    margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      .theme-tabs-content .theme-tab-text .tab-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px; } }
    .theme-tabs-content .theme-tab-text .tab-thumb img {
      width: 100%; }

/* Single Feature Area */
.single-feature-area .title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-feature-area .title img {
    margin-right: 15px; }
  .single-feature-area .title h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0; }

.panel-info{
  border-color:#fff !important;
  border: 1px solid #3697c7 !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  height: 412px;
}

@media only screen and (max-width: 767px) {
      .panel-info {
        border-color:#fff;
        border: 1px solid #3697c7;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        height: 412px; } }

.panel-info>.panel-heading{
  color:#fff !important;
  background-color:#0066b3 /*#3697c7*/ !important;
  border-left:15px solid #f7941d /*#ffad33*/ !important;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body{
  border-top-color:#bce8f1 !important;
}
.panel-info>.panel-heading .badge{
  color:#d9edf7 !important;
  background-color:#31708f !important;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body{
  border-bottom-color:#bce8f1 !important;
}

.panel-heading {
  padding: 5px 10px !important;
  border-bottom: 1px solid transparent !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.panel-heading h5{
  color: #fff;
  padding-top: 5px;
  font-size: 16px;
}

  .ppanel{
    height: 700px;
  }

footer #copyright .container {
  background-color: #0066b3; /*#006699;*/
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
     flex-wrap: wrap;
     padding: 5px;
     /*justify-content: space-evenly;*/
  /*border-top: 3px solid #FFC928;*/

}
footer #copyright p {
  font-weight: 400;
  text-align: center;
}

.get-it {
    background: #f7941d; /*#F2C12C;*/
    padding: 5px 0 5px;
    color: black;
    text-align: left;

  }

  .get-it .row {
    width: 100%;

  }header-area

  .get-it h1,
  .get-it h2,
  .get-it h3,
  .get-it h4,
  .get-it h5,
  .get-it h6,
  .get-it a,
  .get-it p {
    color: black;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
  }

.carousel-pe{
  margin-top: -20px;
}
.carousel-inner-pe{
  height: 50px;
}
.carousel-caption-pe{
  color: #fff;
  top: 30%;
  text-align: left;
  right: 15%;
  bottom: 20px;
  left: 4%;
  z-index: 10;
  padding-top: 26px;
}

.post-container {
    margin: 10px 0 15px 0;
    height: 140px;
    overflow: hidden;
}

.post-container-search {
    margin: 10px 0 15px 0;
    height: 100px;
    overflow: hidden;
}

.post-container-infografis {
    margin: 10px 0 0 0;
    height: 100px;
    overflow: hidden;
}

.clear {
    clear: both;
}

.youtube-responsive { position: relative; padding-top: 50%; height: 0; overflow: hidden; }
.youtube-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*# sourceMappingURL=style.css.map */


/*PAGE NOT FOUND */
#notfound {
  position: relative;
  height: 50vh;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#notfound .notfound:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  width: 100%;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
  z-index: -1;
}

.notfound {
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 30px;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
}

.notfound .notfound-404 h1 {
  font-family: 'Passion One', cursive;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 220px;
  margin: 0px;
  color: #222225;
  text-transform: uppercase;
}

.notfound h2 {
  font-family: 'Muli', sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222225;
  margin-top: 26px;
  margin-bottom: 20px;
}
.notfound a {
  font-family: 'Muli', sans-serif;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  color: #222225;
  text-transform: uppercase;
  font-size: 14px;
}

.notfound-social {
  margin-bottom: 15px;
}
.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #222225;
  margin: 3px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  color: #fff;
  background-color: #3697c7;
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 146px;
  }

  .notfound .notfound-404 h1 {
    font-size: 146px;
  }

  .notfound h2 {
    font-size: 22px;
  }
}

.box {

  padding: 1em;
  border: 16px solid transparent;
  border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em,
                #58a 0, #58a 3em, transparent 0, transparent 4em);
  min-height: 200px;
  width:100% ;
}


.container-footer{
display: flex;
flex-wrap: wrap;
justify-content: center;
}