:root {
  --custom-bg: #1DC6DF;
}

body {
font-family: 'Montserrat', sans-serif;
}
.custom-bg {
  background-color: var(--custom-bg);
}
.active-btn {
  color: var(--custom-bg);
  font-weight: 600;
}
.custom-txt {
  color: var(--custom-bg);
}
.feature-section:hover > .home-icon {
  background-color: var(--custom-bg);
  transform: scale(1.1);
  transition: transform 0.5s;
}
.feature-section:hover > .home-icon svg{
  color: #fff !important;
}
.custom-banner {
  background-image: url('../images/banner1.jpg');
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
/****slide start****/
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content--headings {
  text-align: center;
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/****slider end****/
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
            transform: scale3d(1, 1, 1);
  }
  to {
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
          animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
            transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
          animation-name: zoomOutImage;
}
.slick-track {
  height: 600px;
}
@media(max-width: 560px) {
  .slide .slide__content {
    top: 22%;
  }
  .slick-track {
    height: 300px;
  }
}
@media(max-width: 991px) {
    .slide .slide__content--headings h2 {
    font-size: 2rem;
  }
}
/*submenu css start*/
#mainnav ul li {
    position: relative;
}
#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 210px;
    text-align: left;
    background-color: #fff;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
#mainnav ul.submenu li:first-child {
    border-top: none;
}
#mainnav ul.submenu > li {
    border-top: 1px solid #cbd5e0;
}

#mainnav ul.submenu > li > a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 38px;
    transition: all 0.3s ease-in-out;
}
#mainnav ul li:hover > ul.submenu {
    top: 100%;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
/*submenu css end*/
/*.ministry-img:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}*/
.ministry-img {
  transition: background-color 1s;
  background: #1dc6dfad;
  top: 0;
}
.ministry-section:hover  .ministry-img  {
  visibility: visible;
}
.ministry-img  {
  visibility: hidden;
}
.ministry-image {
  transition: background-color 1s;
  background:#1dc6df6b;
  top: 0;
  visibility: visible;
}
.sermon-icons li:hover {
  transform: scale(1.3);
  transition: transform 0.5s;
}
.sermon-icons li:hover > a svg {
  color: var(--custom-bg);
}
/*owl carousel css start*/
.owl-prev,
.owl-next {
    font-size: 18px;
    background: rgb(72 209 229);
    color: white;
    border: 0;
    margin: 7px;
    width: 20px;
    height: 20px;
    line-height: 0;
}

.owl-prev:hover,
.owl-next:hover,
.owl-prev:focus,
.owl-next:focus {
  outline: none;
}
.owl-item {
  border-radius: 4px;
}
a.item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #f00;
  cursor: pointer;
  padding: 78px 30px;
}
.item:hover {
  text-decoration-line: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  margin-top: 10px;
  padding-bottom: 25px;
}
body .owl-carousel .owl-dots,
body .owl-carousel .owl-nav {
  display: block;
  margin-top: 10px;
  text-align: center;
}
body .owl-carousel .owl-dots.disabled,
body .owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-dot {
  display: none;
}

/*owl carousel css end*/

/*gallery filtercss start*/
.work {
  padding-bottom: 40px;
  margin-top: 60px;
}
.work * {
  box-sizing: border-box;
}
.work .category-buttons {
  text-align: center;
  margin: 0 0 60px 0;
}
@media (max-width: 610px) {
  .work .category-buttons {
    margin: 0 0 30px 0;
  }
  .work .category-buttons a {
    display: inline-block;
    width: 46%;
    padding: 12px 10px !important;
    margin: 1.5% 1% !important;
  }
  .work .category-buttons a:nth-child(even) {
    margin-right: 0;
  }
  .work .category-buttons a:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 611px) {
  .work .category-buttons a:first-child {
    margin-left: 0;
  }
  .work .category-buttons a:last-child {
    margin-right: 0;
  }
}
.work .category-buttons a {
  color: #9a9a9a;
  text-decoration: none;
  padding: 9px 15px;
  margin: 0 10px;
  cursor: pointer;
}
.work .category-buttons a.active {
  color: var(--custom-bg);
  font-weight: 500;
}
.work .grid {
  margin-top: 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  transition: all 750ms cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 960px) {
  .work .grid {
    width: 700px;
  }
}
@media (max-width: 720px) {
  .work .grid {
    width: 100%;
  }
}
.work .grid .animating {
  transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
.work .grid .setScale {
  transform: scale(1);
}
.work .grid .show {
  transform: scale(1);
  opacity: 1;
}
.work .card {
  background: #fff;
  display: block;
  text-decoration: none;
  color: #2b2b2b;
  width: 32%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.15);
  transform-origin: center center;
  transform: translateZ(0);
  transform: scale(0);
  opacity: 0;
}
@media (max-width: 700px) {
  .work .card {
    width: 49.25%;
  }
}
@media (max-width: 480px) {
  .work .card {
    width: 100%;
  }
}
.work .card img {
  display: block;
  width: 100%;
  height: 200px;
}
.work .category-buttons a:not(:last-child):after {
  content: "/";
  position: absolute;
  right: 0;
}
.work .category-buttons a {
  position: relative;
}
.work .guide {
  width: 32%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1000;
}
@media (max-width: 700px) {
  .work .guide {
    width: 49.25%;
  }
}
@media (max-width: 480px) {
  .work .guide {
    width: 100%;
  }
}

/*gallery filtercss end*/
/*progress bar start*/
.barra {
  height:10px; 
  background:#CCC; 
  margin:10px auto;
  border-radius: 5px;
}
.barra-nivel {
  height:10px; 
  background:var(--custom-bg);
  width:1px;
  transition: width 1s ease;
  border-radius: 5px;
}
.valor-nivel {
  line-height:17px; 
  color:#fff; 
  margin-left:10px; 
  font-size:12px;
}
/*progress bar end*/
/*video gallery start*/
.section-header {
  text-align: center;
  margin: 60px auto 20px auto;

  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
}

/*.section-header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}*/

.video-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
/*  float: left;*/
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 580px;
  max-height: 360px;
  width: 48%;
  background: #000;
  cursor: pointer;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: .45;
  width: 105%;
  height: 300px;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-23px, 0, 0);
  backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
}


.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: .3;
  transform: translate3d(0, 0, 0);

}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
  .video-gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

/*video gallery end*/
/*faq start*/

.faq-container {
/*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
/*  width: 800px;*/
  height: 600px;
  padding: 1px 50px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  overflow: auto;
  /*color: #d9d9d9;*/
}
.faq-container .tabs {
  float: left;
  width: 330px;
  height: 100%;
  border-right: 1px solid #cbd5e0;
  padding: 50px 0px;
}

.faq-container .tabs > div {
  height: 65px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  /*color: #d9d9d9;*/
  cursor: pointer;
  padding-left: 8px;
}
.faq-container .tabs > div:hover,
.faq-container .tabs > div.active {
  color: var(--custom-bg);
}
.faq-container .tabs div i {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}
.faq-container .tab-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.faq-container .tab-content > div {
  position: absolute;
  text-align: justify;
  line-height: 40px;
 /* text-indent: 30px;*/
  padding: 20px 35px;
  top: -200%;
  transition: all 500ms ease-in-out;
}
.faq-container .tab-content > div.active {
  top: 0px;
}

.faq-container .tab-border {
  position: absolute;
  width: 4px;
  height: 50px;
  background: #343840;
  left: 198px;
  top: 80px;
  transition: all 500ms ease-in-out;
}

/*faq end*/

@media(max-width: 570px) {
  .slide .slide__content {
    width: 100%;
    top: 30%;
  }
}