:root {
  --custom-bg: #B0FC38; /*#91c652.........#B0FC38.........#A4DE02*/ 
  --custom-dark :#555555;
}

body {
font-family: 'Vollkorn', serif;
}
.custom-bg {
  background-color: var(--custom-bg);
}
.custom-dark {
  background-color: var(--custom-dark);
}
.custom-dark-txt {
  color: var(--custom-dark);
}
.custom-txt {
  color: var(--custom-bg);
}
.homebanner-wrapper {
  background-image: url('/church-template/template1/img2.jpg');
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center;
}
.custombanner-wrapper {
  background-image: url('../images/about-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
.sticky .dropbtn {
  color: #000 !important;
}
#mainnav li a {
  color: #fff;
}
.sticky#mainnav li a {
  color: #000;
}
.active-btn {
  color: #B0FC38 !important;
  font-weight: 600;
}
/*banner sec start*/
.txt-animation {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
/*banner sec end*/
/*ministry sec start*/
.ministry-sec img {
   transition: transform .8s ease-in-out;
}
.ministry-sec {
  position: relative;
}
.ministry-sec .ministry-content, .ministry-sec .ministry-content-2 {
  content:'';
  background-color: #333;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.ministry-sec:hover >  img {
  transform: rotateY(-180deg);
}
.ministry-sec:hover  .ministry-content {
  visibility: hidden;
}
.ministry-content-2 {
  visibility: hidden;
   transform: rotateY(-180deg);
    transition: transform .8s ease-in-out;
}
.ministry-sec:hover .ministry-content-2 {
  visibility: visible;
   transform: rotateY(0deg);
}
/*ministry sec end*/
/*about us start*/
main {
  position: relative;
}

.img-slider {
  border-radius: 10px;
  width: 350px;
  height: 350px;
  background-color: coral;
  overflow: hidden;
  position: relative;
  margin: 10px;
}
.img-slider__item {
  border-radius: 10px;
  width: inherit;
  height: inherit;
  position: absolute;
/*  transform: translateX(100%);
  will-change: transform;*/
}
.img-slider__item img {
  width: 100%;
  height: 100%;
}
.img-slider__item.visible {
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
          transform: translateX(0);
}

#slider-b {
  width: 150px;
  height: 150px;
  background-color: cyan;
  position: absolute;
  top: 230px;
  left: 370px;
}

#slider-c {
  width: 200px;
  height: 200px;
  background-color: seagreen;
  position: relative;
  left: 100px;
}

#slider-d {
  width: 120px;
  height: 120px;
  background-color: plum;
  position: absolute;
  top: 400px;
  left: 320px;
}
.header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}
/*about us end*/
/*gallery start*/
.gallery-sec ul {
  width: 1000px;
  margin: 80px auto;
  list-style: none;
  /*float: left;*/
  padding: 10px;
}

.gallery-sec ul li {
  width: 300px;
  float: left;
  margin: 0 10px 10px 0;
  -webkit-filter: sepia(0.7);
  position: relative;
  -webkit-transition: 0.8s;
}

.gallery-sec ul li:hover {
  -webkit-filter: sepia(0);
  z-index: 1;
}

.gallery-sec ul li:nth-child(3n) {
  margin-right: 0;
}

.gallery-sec ul li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.gallery-sec img {
  -webkit-transition: 0.8s;
  max-width: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  float: left;
  border: 8px solid white;
  border-bottom-width: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-sec ul li:nth-child(1) img {
  -webkit-transform: translate(-10px, 20px) rotate(-10deg);
}

.gallery-sec ul li:nth-child(2) img {
  -webkit-transform: translate(-20px, 70px) rotate(10deg);
}

.gallery-sec ul li:nth-child(3) img {
  -webkit-transform: translate(-40px, 5px) rotate(13deg);
}

.gallery-sec ul li:nth-child(4) img {
  -webkit-transform: translate(-20px, -15px) rotate(5deg);
}

.gallery-sec ul li:nth-child(5) img {
  -webkit-transform: translate(-30px, 50px) rotate(-10deg);
}

.gallery-sec ul li:nth-child(6) img {
  -webkit-transform: translate(-40px) rotate(5deg);
}
.gallery-sec ul li:nth-child(7) img {
  -webkit-transform: translate(-50px) rotate(20deg);
}
.gallery-sec ul li:nth-child(8) img {
  -webkit-transform: translate(-42px, -156px) rotate(-8deg);
}
.gallery-sec ul li:nth-child(9) img {
  -webkit-transform: translate(-116px, -117px) rotate(14deg);
}
.gallery-sec ul li:nth-child(10) img {
  -webkit-transform: translate(-117px, -30px) rotate(-2deg);
}
.gallery-sec ul li img:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(2);
}
/*gallery end*/
/*donation processbar start*/
.progress-tooltip {
  position: relative;
  padding-top: 50px;
}
.progress-tooltip .progress-tooltip-info {
  align-items: center;
  background: #f7fafc;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px #ccc;
  color: var(--custom-dark);
  display: inline-flex;
  font-family: sans-serif;
  font-weight: 500;
  justify-content: center;
  height: 27px;
  position: absolute;
  top: 11px;
  left: 0;
  text-align: center;
  transform: translateX(calc(-50% - 5px));
  width: 55px;
  font-size: 12px;
}
.progress-tooltip .progress-tooltip-info::before, .progress-tooltip .progress-tooltip-info::after {
  content: "";
  display: inline-block;
  border: 7px solid transparent;
  border-top-color: #f7fafc;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.progress-tooltip .progress-tooltip-info::before {
  border-width: 8px;
  border-top-color: #ccc;
  bottom: -16px;
  left: 50%;
}
.progress-tooltip .progress-tooltip-info::after {
  z-index: 1;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  display: block;
  font-family: sans-serif;
  height: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #ccc;
}
.progress::-webkit-progress-value {
  border-radius: 5px;
  background-color: #555555;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.progress::-moz-progress-bar {
  border-radius: 5px;
  background-color: #555555;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.progress::-ms-fill {
  border-radius: 5px;
  background-color: #555555;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
  border: none;
}
.progress:indeterminate {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #ccc;
  background-image: linear-gradient(to right, #7856ff 30%, #ccc 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.wrapper {
  max-width: 500px;
  margin: 0 auto;
}

/*donation processbar end*/

/*sermons start*/
.sermon-sec {
  background-size: cover;
  background-position: center;
  z-index: 99;
}
.sermon-sec-bg {
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
/*audio css start*/
.audio-player {
  height: 50px;
  width: 100%;
  background: #444444bf;
 /* box-shadow: 0 0 20px 0 #000a;
  font-family: arial;*/
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #0008;
  height: 3px
}
.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100% !important;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid #0000;
  border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: .25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

/*audio css end*/
/*sermons end*/
/*submenu start*/
/*.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--custom-dark);
  min-width: 178px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  margin-top: 1px;
  border-radius: 5px;
}

.dropdown-content a {
  color: #fff !important;
  padding: 8px 18px;
  text-decoration: none;
  display: block;
}

/*.dropdown-content a:hover {background-color: #ddd;}*/

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

/*submenu start*/
/*blog start*/
.blog-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #444444bf;
}

.blog-sec:hover .blog-overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/*blog end*/
/*faq css start*/
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
  margin-bottom: unset;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: var(--custom-dark);
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  /*line-height: 1.5rem;*/
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
/*faq css end*/