:root {
  --bluecolor: #0075BC;
  --pinkcolor: #883376;
  --blacklight: #1D1D1D;
  --multicolor: transparent linear-gradient(180deg, #0075BC 0%, #883376 100%) 0% 0% no-repeat padding-box;
  --white:#fff;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica';
  font-weight: 500;
  color: var(--blacklight);
}
.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
/* common style on website  */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
/* h1, h2, h3, h4, h5, h6 {
text-transform: lowercase;
} */
   
h1 {
  font-size: 70px;
  font-weight: bold;
}
h2 {
    font-size: 42px;
    color: var(--bluecolor);
    font-weight: bold;
    font-family: 'Helvetica Neue';

}
h4 {
  font-size: 20px;
  font-weight: bold;
}
h5 {
  font-size: 18px;
  font-weight: bold;
  color: var(--bluecolor);
  letter-spacing: .2px;
  font-family: 'Helvetica Neue';
}
p {
  font-size: 16px;
  line-height: 26px;
  color: var(--blacklight);
}
p.p {
  font-size: 18px;
  color: var(--blacklight);
  font-weight: 500;
  line-height: 34px;
}
img {
  max-width: 100%;
}
a, img, button, input {
  box-shadow: none;
  outline: none;
  transition: all .5s ease;
}
a {
  text-decoration: none;
  color: #000;
}
.btn-common {
  text-decoration: none;
  padding: 0;
  font-size: 21px;
  min-height: 62px;
  border-radius: 11px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  background: var(--bluecolor);
  color: #fff;
}
.btn-common:hover {
  background: transparent;
  border-color: var(--pinkcolor);
  color: var(--pinkcolor) !important;
}
input {
  box-shadow: none;
  font-size: 16px;
  border: 0;
  font-weight: 500;
}
input::placeholder {
  color: #262626;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  display: inline-block;
}
/* header style  */
body {
  padding-top: 138px;
}
.header-main {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  transition: .5s;
}
.header-main.header-sticky {
  box-shadow: 0 0 5px;
}
.header-main nav.navbar .header-flex {
  width: 100%;
  justify-content: space-between;
}
.header-main nav.navbar .header-flex a.navbar-brand {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 250px;
}
.header-main nav.navbar .header-flex .collapse {
  padding-left: 100px;
  width: 100%;
  max-width: 1000px;
  padding-right: 30px;
}
.header-main nav.navbar .header-flex .collapse ul {
  width: 100%;
}
.header-main nav.navbar .header-flex .collapse ul > li.nav-item > a {
  font-size: 19px;
  padding: 0;
  margin: 0 22px;
  letter-spacing: .25px;
  color: var(--bluecolor);
  font-weight: 500;
}
.header-main nav.navbar .header-flex .collapse ul > li.nav-item > a:hover {
  color: var(--pinkcolor);
}
.header-main nav.navbar .header-flex .collapse ul > li.nav-item:last-child > a {
  margin-right: 0;
}
.header-btn .btn-common:first-child {
  width: 100%;
  min-width: 150px;
  border: 2px solid var(--pinkcolor);
  background: transparent;
  color: var(--pinkcolor);
  margin-right: 15px;
}
.header-btn .btn-common:first-child:hover {
  background: var(--bluecolor);
  border-color: transparent;
  color: #fff !important;
}
.header-btn .btn-common:hover {
  border-color: var(--pinkcolor);
  background: transparent;
  color: var(--pinkcolor);
}
.header-btn .btn-common {
  min-width: 168px;
  background: var(--bluecolor);
  color: #fff;
}
.header-btn .btn-common span {
  padding-right: 12px;
}
/* banner style  */
.banner-main {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
  background-position: center;
}
.banner-main::after {
  position: absolute;
  content: "";
  background: #0000002b;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-content h1 {
  color: #fff;
  margin: 0 0 30px;
  letter-spacing: .8px;
}
.banner-content p {
  margin: 0;
  font-size: 21px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.banner-shape div {
  height: 100px !important;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: -43px;
}
/* donation sec style  */
.range-slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 2.5rem;
	margin-bottom: 25px;
}

#range {
	-webkit-appearance: none;
	width: 100%;
}

#range:focus {
	outline: none;
}

#range::before,
#range::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
}

#range::before {
	left: 0;
	content: attr(data-min);
}

#range::after {
	right: 0;
	content: attr(data-max);
}

#range::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	animate: 0.2s;
	background: linear-gradient(90deg, var(--bluecolor) var(--range-progress), #0075bc40 var(--range-progress));
	border-radius: 1rem;
}

#range::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid var(--bluecolor);
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	border-radius: 50%;
	background: var(--bluecolor);
	cursor: pointer;
	height: 25px;
	width: 25px;
	transform: translateY(calc(-50% + 2px)) ;
	opacity: 1;
}

#tooltip {
  position: absolute;
  top: -2.25rem;
}
#tooltip span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 0.125rem 0.25rem;
  color: #fff;
  border-radius: 0.125rem;
  background: var(--bluecolor);
  font-size: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#tooltip span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #6BA132;
}
.donation-sec {
  padding: 75px 0 70px;
}
.donataion-flex {
  border: 4px solid #dddddd6b;
  border-radius: 35px;
  padding: 70px 45px 65px;
}
.donataion-flex > div {
  width: 100%;
  max-width: calc(50% - 36px);
}
.left-donation {
  text-align: center;
}
.left-donation h2 {
  margin: 0 0 30px;
}
.right-donation .range-slider div#tooltip {
  top: -47px;
}
.right-donation .range-slider div#tooltip span {
  background: var(--pinkcolor);
  font-size: 20px;
  padding: 6px 25px;
  border-radius: 10px;
}
.right-donation .range-slider div#tooltip span::before {
  border-top-color: var(--pinkcolor);
}
.right-donation .range-slider input#range {
  padding: 0;
  background: #c4dbed;
  height: 8px;
}
.right-donation .range-slider input#range::-moz-range-thumb {
	background: #1471b7;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	border: none;
}
.right-donation .range-slider input#range::-moz-range-progress {
	background-color: #0075BC; 
	height: 8px;
}
.right-donation .range-slider input#range::before {
  opacity: 0;
}
.right-donation .range-slider input#range::after {
  opacity: 0;
}
.donation-btn a.btn-common {
  min-width: 200px;
  color: #fff;
}
.donation-btn a.btn-common span {
  padding-right: 12px;
}
.worship-main-sec {
  padding: 60px 0 55px;
}
.worship-main-sec > h2 {
  text-align: center;
  margin: 0 0 50px;
}
.worship-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.worship-flex .worship-data {
  width: 100%;
  max-width: calc(33.3% - 15px);
  margin: 0 0 30px;
  position: relative;
}
.worship-data img {
  width: 100%;
  height: 387px;
  object-fit: cover;
  border-radius: 35px;
}
.worship-inner-data {
  position: absolute;
  bottom: 15px; 
  background: #fff;
  z-index: 1; 
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(100% - 30px);
  border-radius: 30px;
  padding: 25px 35px;
  text-align: center;
  box-shadow: 0 0 26px #00000029;
  /*min-height: 142px;*/
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  transition: .7s;
  cursor: pointer;
}
.worship-flex .worship-data:hover .worship-inner-data {
  transform: translate(-50%, -10px);
}
.worship-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 21px;
  z-index: 1;
  cursor: pointer;
}
.worship-flex .worship-data::after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 35px;
  opacity: 30%;
}
/*.worship-inner-data h5 {
  margin: 0 0 10px;
}*/
.sign-slider-content img {
  width: 100%;
}
.sign-slider-section form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 750px;
  z-index: 1;
}
.sign-slider-content {
  position: relative;
}
.slick-next {
  right: 0;
}
.sign-slider-content form h2 {
    color: #fff;
    margin: 0 0 35px;
    justify-content: flex-start;
}
.sign-slider-content form input {
  width: 100%;
  min-height: 63px;
  border-radius: 11px;
  padding: 0 23px;
}
.sign-btn {
  margin: 20px 0 0;
  position: relative;
  max-width: 220px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background: var(--bluecolor);
  border-radius: 10px;
  padding: 0 25px;
  border: 2px solid transparent;
  min-height: 62px;
  justify-content: center;
}
.sign-btn i {
  color: #fff;
  font-size: 20px;
  padding-right: 15px;
}
.sign-btn input.btn-common {
  border: 0;
  padding: 0;
  width: auto;
  letter-spacing: .5px;
}
.sign-btn input.btn-common:hover {
  color: #fff !important;
}
.sign-slider-content::after {
  position: absolute;
  content: "";
  /* 	background-image: url(../wp-content/uploads/2023/08/slider0-over.png); */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
}
button.slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  display: block !important;
}
button.slick-arrow {
  background: #fff !important;
}
button.slick-arrow::before {
  content: "\f104" !important;
  color: #000 !important;
  position: absolute;
  opacity: 1;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}
button.slick-prev.slick-arrow {
  left: 0;
}
.sign-slider button.slick-prev.slick-arrow {
  left: 42px;
}
.sign-slider button.slick-next.slick-arrow {
  right: 42px;
}
.sign-slider button.slick-next.slick-arrow::before {
  content: "\f054" !important;
}
/* when-we-pray-sec style  */
.when-we-pray-sec {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.when-we-pray-sec > h2 {
  text-align: center;
  margin: 0 0 30px;
}
.when-we-flex .when-we-content {
  width: 100%;
  max-width: calc(33.3% - 15px);
  box-shadow: 0 0 26px #00000012;
  background: #fff;
  border-radius: 35px;
  padding: 37px 33px 50px;
}
.when-we-content-flex {
  justify-content: space-between;
  margin: 0 0 20px;
  align-items: center;
}
.when-we-content-flex > div:first-child {
  align-items: center;
}
.when-we-content-flex > div:first-child > div:first-child {
  width: 77px;
  height: 77px;
  background: #0075BC29;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 47px;
  color: var(--bluecolor);
  margin-right: 15px;
}
.when-we-content-flex > div:first-child div {
  font-size: 22px;
  color: var(--bluecolor);
}
.when-we-content-flex > div:first-child div span {
  display: block;
  color: var(--blacklight);
  font-size: 16px;
  padding: 5px 0 0;
}
.when-we-flex .when-we-content p {
  margin: 0 0 20px;
}
.when-we-flex .when-we-content .btn-common {
    max-width: 225px;
    width: 100%;
    padding: 0;
    min-height: 55px;
    text-transform: uppercase;
}
.when-we-flex .when-we-content a:last-child {
  padding-left: 20px;
  font-size: 17px;
  color: var(--blacklight);
}
.when-we-flex .when-we-content a:last-child i {
  color: var(--pinkcolor);
  font-size: 12px;
  padding-left: 6px;
}
.when-we-btn {
  text-align: center;
  margin: 40px 0 0;
}
.when-we-btn .btn-common {
  margin: 0 8px;
  width: 100%;
  max-width: 218px;
}
.when-we-btn .btn-common:first-child {
  background: transparent;
  color: var(--pinkcolor);
  border-color: var(--pinkcolor);
}
.when-we-btn .btn-common:first-child:hover {
  background: var(--bluecolor);
  color: #fff !important;
  border-color: transparent;
}
/* support-sec style  */
.support-sec {
	background-repeat: repeat;
	background-size: cover;
	padding: 100px 0 140px;
}
.support-content {
    max-width: 540px;
    margin-left: auto;
    text-align: center;
    padding-right: 70px;
}
.support-content h5 {
    margin: 0 0 35px;
}
.support-content h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 30px;
}
.support-content h2 img {
  width: 100%;
  max-width: 250px;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
.support-content .btn-common {
  width: 100%;
  max-width: 168px;
}
.btn-common span {
  padding-right: 12px;
}
.artical-stories-sec {
  padding: 73px 0 85px;
}
.artical-stories-sec > h2 {
    text-align: center;
    margin: 0 0 40px;
/*     text-transform: capitalize; */
}
.artical-stories-flex > div {
  width: 100%;
  max-width: calc(50% - 15px);
}
.artical-stories-flex > div img {
  width: 100%;
  border-radius: 35px;
}
.post-date {
  margin: 20px 0 15px;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  letter-spacing: .3px;
}
.post-date i {
    padding-right: 6px;
    position: relative;
    top: -2px;
}
.artical-stories-flex > div h4 {
    color: var(--bluecolor);
    text-transform: capitalize;
}
.artical-stories-flex > div p {
  font-size: 21px;
  margin: 15px 0 20px;
}
.artical-stories-flex > div a {
  color: var(--pinkcolor);
  font-size: 21px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  border-bottom: 1px solid;
  padding: 0 0 10px;
  display: inline-flex;
  align-items: center;
}
.artical-stories-flex > div a.link-remove {
    border: 0;
    padding: 0;
    display: block;
}

.artical-stories-left a span {
  background: var(--multicolor);
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  margin-left: 15px;
}
.artical-stories-right {
  flex-wrap: wrap;
}
.artical-stories-right .artical-stories-right-data {
  width: 100%;
  max-width: calc(50% - 15px);
  margin: 0 0 30px;
}
.verse-content {
  width: 100%;
  padding: 68px;
  box-shadow: 0 0 16px #0000001A;
  border-radius: 52px;
  max-width: 790px;
  margin: 0 auto 90px;
  text-align: center;
}
.verse-content h2 {
    margin: 0 0 37px;
}
.verse-content p {
  font-size: 21px;
}
.verse-content p.para-blue {
  margin: 25px 0 20px;
  color: var(--bluecolor);
  font-family: 'Helvetica Neue';
}
.verse-content ul li {
  margin: 0 10px;
}
.downlord-free-sec {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 0;
}
.downlord-free-content {
  text-align: center;
}
.downlord-free-content h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 45px;
}
.downlord-free-content h2 span {
  padding: 0 15px;
}
.downlord-free-content h2 span img {
  max-width: 250px;
  position: relative;
  top: -2px;
}
.downlord-free-content ul {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}
.downlord-free-content ul a img {
  width: 100%;
  height: 76px;
  border-radius: 10px;
}
.downlord-free-content ul li {
  width: 100%;
  max-width: 230px;
  margin: 0 10px;
}
.downlord-free-content > img {
  width: 100%;
  max-width: 1050px;
}
.footer-sec {
  background: var(--bluecolor);
  padding: 85px 0 0;
}
.footer-content {
  text-align: center;
}
.footer-content > img {
  width: 100%;
  max-width: 350px;
}
.footer-content ul.navbar {
  padding: 0;
  margin: 55px 0;
  justify-content: center;
}
.footer-content ul.navbar li {
  padding: 0 20px;
  margin: 0 20px;
  position: relative;
	    text-transform: uppercase;
}
.footer-content ul.navbar li::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 17px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-content ul.navbar li a {
  color: #fff;
  font-size: 18px;
}
.footer-content ul.navbar li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-content ul.navbar li:last-child::after {
  display: none;
}
.footer-content ul.social-icon li a {
  width: 60px;
  height: 60px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 3px;
}
.footer-content ul.footer-img {
  padding: 50px 0;
}
.footer-content ul.footer-img li {
  margin: 0 14px;
}
.copy-right {
  background: var(--pinkcolor);
}
.copy-right p {
  color: #fff;
  text-align: center;
  padding: 10px;
}
.footer-content ul.navbar li a:hover {
  opacity: .6;
}
.footer-content ul.social-icon li a:hover {
  box-shadow: 2px 4px 5px var(--pinkcolor);
}
.footer-content ul.social-icon li a:hover img {
  transform: scale(.8);
}
.verse-content ul li a:hover img {
  transform: translateY(6px);
}
.artical-stories-flex > div a:hover {
  color: var(--bluecolor);
}
.error404page {
  margin: 100px 0;
}
.post.error404, .search-page .not-found {
  text-align: center;
  max-width: 900px;
  box-shadow: 0 0 5px #ddd;
  padding: 60px;
  margin: 0 auto;
  border-radius: 15px;
}
.post.error404 .entry-content a.go-to-home {
  text-decoration: none;
  padding: 0;
  font-size: 21px;
  min-height: 62px;
  border-radius: 11px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  border: 2px solid var(--pinkcolor);
  background: transparent;
  color: var(--pinkcolor);
  margin: 25px 0 0;
}
.post.error404 .entry-content a.go-to-home:hover {
  background: var(--bluecolor);
  color: #fff;
  border-color: transparent;
}
.post.error404 .entry-content h2 {
  color: #212529;
}
.post.error404 h1 {
  color: var(--bluecolor);
}
.blackbaud-donation-form iframe {
  max-width: 100% !important;
}
.sign-btn input.btn-common {
  color: #fff;
}
/* default page design  */
.page-template-default .header-main, .search .header-main, .archive .header-main, .single-post .header-main, .single .header-main {
  border-bottom: 1px solid #ddd;
}
div#content {
  margin: 0 auto;
}
.search-page {
  padding: 80px 0;
}
.search-page #content h1.page-title, .search-page #content h1.page-title span {
  font-size: 40px;
}
.search-page #content h1.page-title span, .search-page #content h1.page-title span a {
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.search-page .hentry {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 40px;
}
.search-page .hentry h2 a {
  color: var(--blacklight);
}
.search-page .hentry h2 {
  line-height: normal !important;
  font-size: 28px;
  margin: 0 0 15px !important;
}
.search-page #content > h1.page-title {
  background: var(--bluecolor);
  padding: 0 25px;
  color: #fff;
  margin: 0 0 40px;
}
.search-page .hentry .entry-meta, .search-page .hentry .entry-utility {
  font-size: 16px;
  color: var(--blacklight);
}
.search-page .hentry .entry-meta a, .search-page .hentry .entry-utility a {
  font-weight: bold;
  color: var(--blackcolor);
}
.search-page .hentry .entry-meta a:hover, .search-page .hentry .entry-utility a:hover {
  color: var(--pinkcolor);
}
.search-page .hentry p a {
  font-weight: bold;
  color: var(--blacklight);
  /*     display: block; */
  padding: 0 0 15px;
}
.search-page .navigation {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-page .navigation > div {
  float: unset;
  width: auto;
}
.search-page .navigation > div a {
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--pinkcolor);
  padding: 7px 21px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: var(--pinkcolor);
}
.search-page .navigation > div a span.meta-nav {
  padding-right: 10px;
}
div#nav-above {
  display: none !important;
}
.search-page .navigation .nav-next span.meta-nav {
  padding: 0;
  padding-left: 10px;
}
.search-page .hentry > h1.entry-title {
  font-size: 50px;
  margin: 0 0 15px !important;
}
.search-page .navigation > div a:hover {
  background: var(--bluecolor);
  color: #fff;
  border-color: transparent;
}
.search-page .entry-content p {
  margin: 0 !important;
}
.search-page .not-found .entry-content > p {
  padding: 0 0 15px;
}
.search-page .not-found .entry-content form > div {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.search-page .not-found .entry-content form > div input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 15px;
  min-height: 45px;
  margin: 0;
}
.search-page .not-found .entry-content form > div input[type="submit"] {
  max-width: 160px;
  border: 0;
  background: var(--bluecolor);
  color: #fff !important;
  font-size: 19px !important;
}
.search-page .entry-content p.has-background {
  padding: 0;
  text-align: inherit;
}
/* 09 Aug 23 */
.default-template-common .entry-content h4:first-child {
  margin-top: 0 !important;
}
.search-page .entry-content ul {
  padding-left: 0px;
  margin-top: 15px;
}
.search-page .entry-content ul li {
  display: block;
  padding-left: 25px;
  margin-bottom: 8px;
  text-align: left;
  position: relative;
}
.search-page .entry-content ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000;
  display: inline-block;
  border-radius: 50px;
  left: 0px;
  top: 8px;
}
.default-template-common hr {
  display: none;
}
.default-template-common .hentry {
  padding: 0;
  margin: 0;
  border: 0;
}
.default-template-common .hentry h4 {
  margin: 35px 0 10px !important;
}
.allworship-mobile .entry-content p:nth-child(2) {
  margin-bottom: 30px !important;
}
/* table */
.christian-artist-concert-dates table tr:first-child td {
  background: #000 !important;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  min-height: 45px;
  text-align: start;
  padding: 13px 15px !important;
}
.christian-artist-concert-dates table tr:nth-child(2) td {
  background: #f3f3f3;
}
.christian-artist-concert-dates table tr:nth-child(2) td form.form-sectionn .row {
  flex-wrap: nowrap;
  align-items: center !important;
}
.christian-artist-concert-dates table tr:nth-child(2) td form.form-sectionn .row p {
  width: auto;
}
.christian-artist-concert-dates table tr:nth-child(2) td form.form-sectionn .row > div input.news {
  margin-bottom: 0;
}
.christian-artist-concert-dates table tr:nth-child(2) td form.form-sectionn .row > div select.news, .christian-artist-concert-dates table tr:nth-child(2) td input {
  margin-bottom: 0 !important;
  border: 1px solid;
  width: 100%;
  border: 1px solid #d6d5d5;
  height: 45px;
  border-radius: 40px;
  padding: 0 20px;
  outline: none !important;
  font-family: 'Helvetica';
  font-weight: 500;
}
.christian-artist-concert-dates table tr:nth-child(2) td {
  padding: 40px 15px !important;
}
.christian-artist-concert-dates table tr:nth-child(2) td input[type="submit"] {
  width: 100%;
  display: block;
  margin: 0 auto;
  background: var(--bluecolor);
  border-color: var(--bluecolor);
  line-height: 1;
  padding: 10px;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: center;
  border-radius: 40px;
  height: 45px;
  transition: .3s all linear;
  color: #fff !important;
  opacity: 1;
}
.christian-artist-concert-dates table tr:nth-child(2) td input[type="submit"]:hover {
  background: #fff !important;
  color: #527bae !important;
}
.christian-artist-concert-dates table {
  max-width: 1150px;
  width: 100%;
}
.search-page.beliefs p strong {
  margin: 50px 0 10px !important;
  display: inline-block;
}
.search-page.beliefs .entry-content h4 + p strong {
  margin-top: 10px !important;
}
.search-page.stream-login-help-frequently-asked-questions p a {
  margin: 10px 0;
}
.search-page.allworship-story .entry-content h3 {
  margin: 40px 0 10px !important;
}
.allworship-mobile .entry-content .allworship-img-sec {
  width: 100% !important;
  max-width: 150px;
  margin-right: 10px;
}
.allworship-mobile .entry-content .allworship-img-sec + .allworship-img-sec {
  float: left !important;
}
.default-template-common .entry-content p:not(:last-child) {
  padding: 0 0 15px;
}
.search-page .entry-content ul li ul li::before {
  border: 1px solid #000;
  background: transparent;
}
.beliefs .entry-content p strong {
  margin: 25px 0 6px !important;
}
.beliefs .entry-content p em {
  text-transform: capitalize;
}
.languages-sormat-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.worship-in-other-languages-formats .languages-sormat-sec > h2 {
  width: 100%;
  margin: 0 15px 20px !important;
}
.languages-sormat-sec .cls-content-page {
  width: 100%;
  max-width: calc(33.3% - 30px);
  border: 1px solid #ddd;
  margin: 0 15px 30px;
  padding: 30px;
}
.languages-sormat-sec .cls-content-page + h2 {
  padding: 40px 0 0;
}
.languages-sormat-sec .cls-content-page .cls-content-section {
  margin: 0 0 15px;
}
.christian-movie-reviews .entry-content center {
  text-align: inherit;
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
  margin: 0 0 50px;
}
.christian-movie-reviews .entry-content > p {
  padding: 0 !important;
}
.img-flexxx-sec {
  display: grid;
  margin: 20px 0;
  align-items: flex-start;
  max-width: 250px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  float: left;
}
.background-color {
  background: var(--bluecolor);
  width: 100%;
  padding: 10px 25px;
  color: #fff;
  font-size: 35px;
  line-height: normal;
  clear: both;
}
/*  .img-flexxx-sec a {
    margin-right: 10px;
}  */
.allworship-store .store-box .image-box {
  padding: 10px 0;
  text-align: center;
  max-width: 1000px;
}
.allworship-store .store-box .image-box br {
  display: none;
}
.allworship-store .store-box .image-box + .row {
  margin: 30px 0;
  justify-content: space-between;
  width: 100%;
  max-width: 1010px;
}
.allworship-store .store-box .image-box + .row > div {
  border: 1px solid #ddd;
  padding: 20px;
  flex: 0 0 49%;
  border-radius: 10px;
}
.allworship-store .store-box .image-box + .row > div .box {
  text-align: center;
}
.allworship-store .store-box .image-box + .row > div .box > a {
  background: var(--bluecolor);
  display: block;
  width: 100%;
  max-width: 300px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
.allworship-store .store-box .image-box + .row > div .box br {
  display: none;
}
.img-flexxx-sec a img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.christian-movie-reviews form {
  max-width: 900px;
  padding: 20px;
  background: #0075bc;
  margin: 0 0 15px;
}
.christian-movie-reviews form input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin: 0 0 20px;
}
.christian-movie-reviews form input[type="image"] {
  margin: 0;
}
.letters-from-our-listeners .hentry > h1.entry-title {
  text-align: center;
}
.flex-sectionn-location {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 41px;
}
.flex-sectionn-location .flex-sectionn-inner {
  width: 100%;
  max-width: calc(33.3% - 30px);
  border: 1px solid #ddd;
  margin: 50px 15px 30px;
  padding: 70px 30px 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: .4s;
}
.flex-sectionn-location .flex-sectionn-inner i {
  position: absolute;
  top: -30px;
  background: var(--pinkcolor);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid transparent;
  transition: .4s;
}
.flex-sectionn-location .flex-sectionn-inner:hover {
  background: var(--bluecolor);
  color: #fff;
  border-color: transparent;
  transform: translateY(10px);
}
.flex-sectionn-location .flex-sectionn-inner:hover :where(strong, p) {
  color: #fff !important;
}
.flex-sectionn-location .flex-sectionn-inner:hover i {
  box-shadow: 4px 3px 5px #000;
}
.flex-sectionn-location .flex-sectionn-inner strong {
  display: block;
  margin: 0 0 15px;
  font-size: 21px;
}
.flex-sectionn-location .flex-sectionn-inner br {
  display: none;
}
.search-page .flex-sectionn-location > p {
  margin: 0 15px !important;
}
.make-a-secure-donation {
  background: #dddddd40;
}
.donation-inner {
  background: #fff;
  padding: 25px;
  margin: 25px 0 0;
  box-shadow: 0 0 5px #ddd;
}
.christian-movie-reviews .hentry > h1.entry-title {
  text-align: center;
}
.img-flexxx-sec a:nth-child(1) {
  grid-column: 1 / 3;
}
.img-flexxx-sec a:nth-child(2) {
  grid-column: 3 /5;
}
.img-flexxx-sec a:nth-child(3) {
  grid-row: 5 / 5;
  grid-column: 3 / 5;
}
.img-flexxx-sec a:nth-child(4) {
  grid-column: 1 / 5;
  grid-row: 2 / 5;
}
.img-flexxx-sec a:nth-child(5) {
  grid-column: 1 / 3;
}
.img-flexxx-sec + ul {
  float: left;
  width: 100%;
  max-width: 50%;
  padding-left: 60px !important;
  margin: 20px 0 30px !important;
}
/* New Section */
.sign-slider-content img {
  min-height: 600px;
  object-fit: cover;
}
.sign-slider-content .dataCenter {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}
.sign-slider-content .dataCenter h2 {
  color: #FFF;
  margin-bottom: 25px;
}
.sign-slider-content .dataCenter p {
  color: #FFF;
  margin-bottom: 35px;
}
.sign-slider-content .dataCenter .boxData ul {
  display: flex;
  justify-content: space-between;
}
.sign-slider-content .dataCenter .boxData ul li {
  background: url(../../images/1img.jpg) #eee;
  width: 100%;
  max-width: calc(100%/3 - 15px);
  padding: 20px;
  border-radius: 25px;
  background-size: cover;
}
.sign-slider-content .dataCenter .boxData ul li:nth-child(2) {
  background: url(../../images/2img.jpg) #eee;
  background-size: cover;
}
.sign-slider-content .dataCenter .boxData ul li:last-child {
  background: url(../../images/3img.jpg) #eee;
  background-size: cover;
}
.sign-slider-content .dataCenter .boxData ul li .content-center {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 15px;
  text-align: center;
}
.sign-slider-content .dataCenter .boxData ul li .content-center p {
  color: #000;
  font-weight: 500;
  font-family: 'Helvetica Neue';
  margin-bottom: 10px;
}
.sign-slider-content .dataCenter .boxData ul li .content-center .date-area {
  font-size: 14px;
}
.both-image-slide img:first-child {
  max-width: 48%;
}
.both-image-slide img:last-child {
  max-width: calc(52% - 5px);
  margin-left: 5px;
}
.both-image-slide img{
	max-height: 746px;
}
.contact-form form{
	padding-left: 90px;
}
.contact-form label {
  width: 100%;
  font-size: 17px;
}
#content .contact-form input, #content .contact-form textarea {
  width: 100%;
  border: 1px solid #eee;
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 10px;
  -webkit-appearance: textfield;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  margin-bottom: 25px;
}
#content .contact-form textarea {
  height: 110px;
  resize: none;
  font-weight: normal;
  padding: 5px 15px;
}
#content .contact-form form p input[type="submit"] {
  background: var(--bluecolor);
  border: 2px solid var(--bluecolor);
  width: auto;
  padding: 5px 50px;
  color: #FFF;
}
#content .contact-form form p input[type="submit"]:hover {
  background: none;
  border-color: var(--pinkcolor);
  color: var(--pinkcolor);
}
.contact-form label span {
  display: block;
  margin-top: 5px;
}
#content .contact-form p:not(:last-child) {
  padding: 0;
}
#content .contact-form input::placeholder {
    color: #6d6d6d;
}
.contact-form label input + span {
  font-size: 13px;
  font-weight: normal;
  font-family: 'Helvetica Neue';
  position: absolute;
  bottom: 0;
}
.slideContent .btn-common.listen-slider {
  margin-top: 25px;
  padding: 10px 25px;
}
.slideContent .btn-common.listen-slider i {
  margin-right: 10px;
}
.copy-right p a {
    color: #fff;
}

.artical-stories-flex > div h4 a {
    color: var(--bluecolor);
    font-size: 29px;
    text-decoration: none;
    border: 0;
    padding: 0;
}

/* common pagination style  start */
.pagenation_blog {
    text-align: center;
    margin: 50px 0 20px;
}

.pagenation_blog .page-numbers {
    border: 1px solid var(--bluecolor);
    padding: 9px 20px;
    border-radius: 6px;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
	margin-bottom:10px;
    transition: .5s;
}

.pagenation_blog .page-numbers:hover {
    background: var(--bluecolor);
    border-color: transparent;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: -2px 0 5px var(--pinkcolor);
}
/* common pagination style  end */

.single-post-custom-data {
    padding: 80px 0;
    clear: both;
    display: inline-block;
}

.single-post-custom-data .single-post-img >img {
    width: 100%;
    max-width: 300px;
    height: 300px;
    border-radius: 30px;
    object-fit: cover;
    float: left;
    margin-right: 25px;
}
.single-post-custom-data div#respond {
    background: #fafafa;
    padding: 30px;
    border: 1px solid #e7e7e7;
	float: left;
    width: 100%;
}
.single-post-custom-data h4 {
    margin: 0 0 15px;
}

.artical-stories-flex > div.artical-stories-right .artical-stories-right-data a img {
    height: 245px;
    object-fit: cover;
}

.artical-stories-flex > div.artical-stories-left a img {
    height: 525px;
    object-fit: cover;
}
 .single-post-custom-data #comments ol.commentlist {
    padding: 0;
}
.single-post-custom-data #comments ol.commentlist li {
    width: 100%;
}


.single-post-img ol {padding-left: 15px;list-style: none; padding:0;}

.single-post-img ol li {
    display: list-item;
    list-style: number;
    margin: 14px 0 0;
	list-style-position: inside;
}

.single-post-img ul {padding-left: 20px;}

.single-post-img ul li {
    width: 100%;
    display: list-item;
    list-style: disc;
    padding: 10px 0 0;
	list-style-position: inside;
}

.single-post-img ul li::marker {
    font-size: 22px;
    line-height: normal;
}

.comment-respond form p input {
    border-bottom: 1px solid #ddd;
    width: 100% !important;
}

.comment-respond form p textarea {
    resize: none;
    border: 1px solid #dddd;
    width: 100% !important;
}

.comment-respond form p input#submit {
    width: auto !important;
    padding: 5px 15px;
}

.comment-respond form p input[type="checkbox"] {
    width: auto !important;
}

.when-we-content-flex>div:last-child h6 ,
.when-we-btn a{
    text-transform: uppercase;   
}

.when-we-content-flex>div:last-child h6 {  
    background: var(--pinkcolor);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.single-post-img p {
	font-weight:500 !important;
    text-align: initial;
    padding-left: 0;
	margin-bottom:15px;
	width: 100%;
}
.single-post-img p br{
	display:none;
}
.single-post-custom-data blockquote {
    padding: 10px 0;
    margin: 0;
}
/* client changes on 07-09-23 */
.allworrship-logo ,
.allworship-posts{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.allworrship-logo span ,
.allworship-posts span{
    padding-right: 10px;
}
.allworrship-logo span img, .allworship-posts span img {
    width: 100%;
    max-width: 220px;
    position: relative;
    top: -4px;
}

.default-template-common .hentry h4 {
    justify-content: inherit;
/*     text-transform: lowercase; */
}

.default-template-common .hentry h4.allworship-posts img {
    top: -4px !important;
    max-width: 120px;
    margin-left: 5px;
}

.banner-sec h2.allworrship-logo span {
    padding: 0 10px;
}

.banner-sec h2.allworrship-logo span img {
    top: -4px;
}

sup {
    text-transform: uppercase;
}

.sign-btn p {
    display: flex;
    align-items: center;
}

.sign-btn p span.wpcf7-spinner {
    position: absolute;
}

.sign-btn p i {
    padding: 0 0 0 14px;
}

.sponsors-logos {
    padding: 40px 0;
    background: var(--pinkcolor);
}

.sponsors-logos .sponsors h2 {
    color: #fff;
}

.sponsors-logos .sponsors {
    text-align: center;
}

.sponsors-logos .sponsors .inner-sponsors-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

.sponsors-logos .sponsors .inner-sponsors-logo .sponsor-single-logo {
    margin: 0px 15px;
}

.sign-slider-section form h2.allworrship-logo img {
	min-height: auto;
/* 	max-width: 170px; */
}

.sign-slider-section form h2.allworrship-logo span {
    padding: 0 10px;
}


.sign-slider-section form p span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    bottom: -42px;
	left:0;
}
.sign-slider-section form p{position: relative;}

.banner-sec h2.allworrship-logo {
    position: relative;
    z-index: 1;
}
.banner-sec {
    position: relative;
}
.banner-sec::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
}


/* 09-11-23 redesign contact page style  */

.contact-us .hentry .contact-form .wpcf7 {
    border-radius: 24px;
    background: linear-gradient(223deg,#f0f8ff 0%,#fef4f2 73.31%);
    box-shadow: 0 0 20px #3375b626;
    padding: 48px;
}

.contact-us .hentry .contact-form .wpcf7 form {
    padding: 0;
    position: relative;
}
.contact-us .hentry .contact-form .wpcf7 form p input ,
.contact-us .hentry .contact-form .wpcf7 form p textarea{
    border: 0 !important;
}
.contact-us .hentry .contact-form .wpcf7 form p input.wpcf7-submit.has-spinner {
    margin: 32px 0 0 !important;
    width: 100% !IMPORTANT;
    border: 2px solid #0075bc !important;
}
.contact-us .hentry .contact-form .wpcf7 form p input.wpcf7-submit.has-spinner:hover {
    border-color: var(--pinkcolor) !important;
}
.contact-us .hentry .contact-form .wpcf7 form p input.wpcf7-submit.has-spinner + span.wpcf7-spinner {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !IMPORTANT;
}

.sign-slider-section form h2.allworrship-logo + p {
    display: flex;
}
.sign-slider-section form h2.allworrship-logo + p >span:not(:last-child) {
    margin-right: 10px;
}

.contact-us .hentry .contact-form .wpcf7 label {
    color: #0075bc;
    text-transform: uppercase;
    font-size: 16px;
}

.contact-us .hentry .contact-form .wpcf7 form p select {
	width: 100%;
	border: 0;
	padding: 12px 15px;
	font-size: 15px;
	border-radius: 10px;
	-webkit-appearance: textfield;
	font-family: 'Helvetica Neue';
	font-weight: 400;
	outline: none;
	box-shadow: none;
	color: #333333bf;
	text-overflow: ellipsis;
	background: #fff !important;
}


.contact-us .hentry .contact-form .wpcf7 form p:nth-child(6) {
    width: 100%;
    max-width: calc(50% - 8px);
    float: left;
}

.contact-us .hentry .contact-form .wpcf7 form p:nth-child(7) {
    width: 100%;
    max-width: calc(50% - 8px);
    float: right;
}

.contact-us .hentry .contact-form .wpcf7 form p:nth-child(8) {
    clear: both;
}

.contact-us .hentry .contact-form .wpcf7 label {
    color: #0075bc;
    text-transform: uppercase;
    font-size: 16px;
}


.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item-label {
    position: unset;
}

.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item.first {display: flex;margin: 0;line-height: normal !important;}

.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item.first label {
    display: flex;
    align-items: center;
    line-height: normal;
    margin: 0 0 24px;
}

.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item.first label input[type="checkbox"] {
    margin: 0 0 0 !important;
    width: auto !IMPORTANT;
    height: auto !important;
}

.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item.first label span.wpcf7-list-item-label {
    margin: 0;
/*     margin-left: 10px; */
    color: #333;
}

.contact-us .hentry .contact-form .wpcf7 form label input+span {
    position: unset;
    bottom: 0;
    text-transform: capitalize;
    padding: 0 0;
    margin-top: -20px;
}

.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item.first label input[type="checkbox"] {
	position: relative;display: block;appearance: none !IMPORTANT;line-height: normal !important;
	cursor:pointer;
}

.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item.first label input[type="checkbox"]::after {
    position: absolute;
    content: "";
    background: transparent;
    width: 18px;
    height: 18px;
    left: 0;
    top: -9px;
    display: block;
    border: 1px solid #0075bc;
    border-radius: 2px;
}

.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item.first label input[type="checkbox"]::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 5px;
    transform: rotate(-45deg);
    border: solid #0075bc;
    border-width: 0px 0px 2px 2px;
    left: 4px;
    top: -4px;
    opacity: 0;
    transition: all .3s ease;
}

.contact-us .hentry .contact-form .wpcf7 form p span.wpcf7-list-item.first label input[type="checkbox"]:checked::before {
    opacity: 1;
}

.when-we-pray-sec .swiper-slide-active .slider-image {
    padding: 45px 80px;
}
.when-we-pray-sec .slider-image {
    background: #fff;
    padding: 45px 50px;
    border-radius: 34px;
    background-color: #fff;
    box-shadow: 0 0 9px #ddd;
}
.when-we-pray-sec .swiper-container {
    padding: 5px 10px;
    max-width: 1060px;
}


.when-we-pray-sec .slider-image .when-we-content-second div {
    width: 60px;
    height: 60px;
    background: #d6e9f4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0075bc;
    font-size: 30px;
    margin: 0 0 15px;
}

.when-we-pray-sec .slider-image a {
    height: 47px;
    border-radius: 10px;
    background-color: #883376;
    padding: 10px 25px;
    display: flex;
    color: #fff;
/*     text-transform: uppercase; */
    margin: 30px 0 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 160px;
    justify-content: center;
}

.when-we-pray-sec .slider-image p {
    padding: 0;
    text-align: start;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.when-we-pray-sec .swiper-container .swiper-pagination {
	position: unset;
	margin: 35px 0 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.when-we-pray-sec .swiper-slide-active .slider-image {
    min-width: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.when-we-pray-sec .swiper-slide-prev .slider-image {
    position: relative;
    left: -110px;
}

.when-we-pray-sec .swiper-slide-next .slider-image {
    position: relative;
    right: -110px;
}
.when-we-pray-sec .swiper-container .swiper-wrapper {
    align-items: center;
}
.when-we-pray-sec .slider-image h3 {
    font-size: 20px;
    color: #0075bc;
}

.when-we-pray-sec .slider-image li.icon-date {
    margin: 0 0 20px;
}


.when-we-pray-sec .swiper-container .swiper-button-prev, 
.when-we-pray-sec .swiper-container .swiper-button-next {
	position: absolute;
	bottom: 108px;
	top: auto;
	width: 20px;
	height: 20px;
	background-size: contain;
	left: calc(50% - 110px);
	transform: translateX(-50%);
	background-image: url("https://www.allworship.com/wp-content/uploads/2023/11/Layer-14.png");
	z-index: 6;
}
.when-we-pray-sec .swiper-container .swiper-button-next {
	right: calc(50% - 130px);
	left: auto;
	transform: translateX(-50%);
	background-image: url("https://www.allworship.com/wp-content/uploads/2023/11/Layer-14-copy.png");
}
.when-we-pray-sec.mobile-slider {
    display: none;
}

#content .contact-form textarea + span {
    display: block;
    margin-top: -25px;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    text-transform: capitalize;
    font-size: 13px;
	margin-bottom:10px;
}


body .swiper-pagination-bullet {
	width: 8.5px;
	height: 8.5px;
	display: inline-block;
	border-radius: 100%;
	background: #007aff;
	opacity: 1;
}

body .swiper-pagination-bullet-active {
	opacity: 1;
	background: #883376;
	width: 10.5px;
	height: 10.5px;
}
/* 29-nov-2023 */
.header-main nav.navbar .header-flex .mobile-toogle {
	display: none !important;
}
.navbar-light .navbar-toggler {
  box-shadow: none;
}

@media(max-width:991px){
	.navbar-light .navbar-toggler.close .navbar-toggler-icon {
  background: none;
  position: relative;
}
.navbar-light .navbar-toggler.close .navbar-toggler-icon::after {
  content: "\f00d";
  position: absolute;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  left: 8px;
  font-size: 24px;
}
	
.header-main nav.navbar .header-flex .navbar-collapse.desktop-menu {
  display: none;
}
	html body .header-main nav.navbar .header-flex .mobile-toogle.show {
	display: block !important;
}
}