@font-face {
  font-family: "Acumin Pro";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Acumin Pro"), url("fonts/Acumin-RPro.woff") format("woff");
}

@font-face {
  font-family: "Acumin Pro Italic";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Acumin Pro Italic"),
    url("fonts/Acumin-ItPro.woff") format("woff");
}

@font-face {
  font-family: "Acumin Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Acumin Pro Bold"),
    url("fonts/Acumin-BdPro.woff") format("woff");
}

@font-face {
  font-family: "Acumin Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Acumin Pro Bold Italic"),
    url("fonts/Acumin-BdItPro.woff") format("woff");
}

@font-face {
  font-family: "Acumin Pro";
  src: url("fonts/AcuminPro-Medium.eot");
  src: url("fonts/AcuminPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/AcuminPro-Medium.woff2") format("woff2"),
    url("fonts/AcuminPro-Medium.woff") format("woff"),
    url("fonts/AcuminPro-Medium.ttf") format("truetype"),
    url("fonts/AcuminPro-Medium.svg#AcuminPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "kampsiteregular";
  src: url("fonts/kampsite.eot");
  src: url("fonts/kampsite.eot?#iefix") format("embedded-opentype"),
    url("fonts/kampsite.woff2") format("woff2"),
    url("fonts/kampsite.woff") format("woff"),
    url("fonts/kampsite.ttf") format("truetype"),
    url("fonts/kampsite.svg#kampsiteregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  overflow-x: hidden;
}

/* body, html {
  overflow-x: hidden;
}
*/
/* body,html{
  width: 100%;
}
*/
body {
  margin: 0;
  padding: 0;
  font-family: "Acumin Pro";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: #424242;
  font-size: 18px;
  line-height: 1.5;
  background-color: #f5f6f8;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 11px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 27px 0;
  padding: 0;
  color: #424242;
  font-family: "Acumin Pro Bold";
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}

h2 {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.67px;
}

h3 {
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: -0.43px;
}

h4 {
  font-size: 27px;
  line-height: 1.2;
}

h5 {
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.34px;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #424242;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #f1ba17;
}

img {
  max-width: 100%;
}

form {
  font-size: 16px;
  color: #4e4e4e;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #424242;
  border: none;
  border-bottom: 1px solid #8e8e8e;
  height: 48px;
  padding: 0;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #4e4e4e;
  padding: 12px 0;
  width: 100%;
  color: #424242;
  height: 106px;
  outline: none !important;
  resize: none;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #424242;
}

select::-ms-expand {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="submit"] {
  background: #eab71e;
  color: #4e4e4e;
  height: 48px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #502b6f;
  color: #fff;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */
.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
}
*/
.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */
.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 26px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  border: 1px solid #402b53;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #f1ba17;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
}
*/
/* custom radio end */
/* back to top */
#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/
.navbar-brand {
  padding: 0;
  margin: 0;
  width: 142px;
  padding: 3px 4px;
  display: inline-block;
}

.navbar-brand img {
  width: 100%;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 7px;
  border: 1px dotted transparent;
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  padding: 3px;
  line-height: 1.2;
  position: relative;
  border: 1px dotted transparent;
  font-family: "Acumin Pro Bold";
  font-size: 16px;
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b61dc;
  /* opacity: 0;
  */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  opacity: 1;
}

/*.navbar-nav>li.current-menu-item>a:after, .navbar-nav>li>a:hover:after, .navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}
*/
/* navbar submenu*/
.sub-menu {
  background: transparent !important;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  z-index: 1000;
  display: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 200px !important;
  padding: 0;
  box-shadow: 0px 10px 30px #9191911c;
  -webkit-box-shadow: 0px 10px 30px #9191911c;
  -moz-box-shadow: 0px 10px 30px #9191911c;
  overflow: hidden;
  padding-top: 23px;
}

.sub-menu>li>a {
  color: #424242;
  display: block;
  width: 100%;
  padding: 10px 10px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow: hidden;
}

.sub-menu>li:first-child {
  border-radius: 4px 4px 0 0 !important;
}

.sub-menu>li:last-child {
  border-radius: 0 0 4px 4px !important;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/
/*--Megamenu----*/
.navbar-nav>li .sub-menu.megamenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  min-width: 860px;
  border: none;
  top: 130%;
  display: block;
  opacity: 0;
  box-sizing: border-box;
}

/*08/09/2023*/
body .navbar-nav>li .megamenu.ministrymegamenu {
  background: #ffffff !important;
  left: initial;
  right: 50%;
  transform: translateX(50%);
}

/*08/09/2023*/
.hdr_rgt>li {
  position: static;
}

/* 24.05.22 */
.podcasts .modal-header {
  padding: 0;
  border: none;
}

.podcasts .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
  border-radius: 50%;
}

.podcasts .modal-content {
  background: transparent;
  border: none;
}

.podcasts .modal-body {
  padding: 0;
}

.podcasts .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

/* 21/06/2022 d */

.heateor_sss_sharing_container .heateor_sss_facebook .heateor_sss_svg,
.heateor_sss_sharing_container .heateor_sss_button_twitter .heateor_sss_svg {
  background: #502b6f !important;
}

/* 21/06/2022 d */

/* 22/08/2024 dm */

.custom-home-banner .bannerimg img {
  position: relative;
  z-index: 1;
}

.home-custom-iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-custom-iframe-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
}

.custom-home-banner .banner-btngroup .common-btn {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 187px;
}

/* 22/08/2024 dm */

@media (min-width: 991px) {
  .navbar-nav>li:hover>.sub-menu.megamenu {
    display: block;
    max-height: 565px;
    opacity: 1;
  }

}

.innermenu {
  padding: 27px;
}

/*End Megamenu----*/
.common-btn {
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 18px 31px 15px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}

.main-head .common-btn {
  padding-bottom: 15px;
}

.common-btn:hover {
  background: #502b6f;
  color: #fff;
}

.main-head {
  padding: 12px 0;
  box-shadow: 0px 10px 30px #0000001c;
  -webkit-box-shadow: 0px 10px 30px #0000001c;
  -moz-box-shadow: 0px 10px 30px #0000001c;
  background: #fff;
}

.banner {
  text-align: center;
  padding-top: 21px;
}

.banner-inner {
  position: relative;
  box-shadow: 0px 10px 30px #dbd8ea80;
  -webkit-box-shadow: 0px 10px 30px #dbd8ea80;
  -moz-box-shadow: 0px 10px 30px #dbd8ea80;
  border-radius: 11px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 605px;
}

.bannerimg video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-inner:hover .bannerimg video {
  display: block;
}

.banner-inner:hover .bannerimg img {
  display: none;
}

.bannerimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-info {
  padding: 18px 20px 64px;
  display: flex;
  display: -ms-flexbox;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bannerimg {
  width: 100%;
  height: 100%;
}

.banner-info>* {
  z-index: 9;
  position: relative;
}

.banner-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(80, 43, 111);
  background: linear-gradient(180deg,
      rgba(80, 43, 111, 1) 0%,
      rgba(40, 22, 56, 1) 100%);
  opacity: 0.5;
  z-index: 1;
}

.banner-logo {
  max-width: 464px;
  margin: 0 auto 21px;
}

.banner-btngroup {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.bannercon {
  max-width: 625px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}

.banner-btngroup {
  margin-top: 42px;
}

.banner-btngroup .common-btn {
  padding: 18px 50px 15px;
  margin: 0 10px;
}

.common-btn.white-btn,
.banner-btngroup .common-btn:hover {
  background: #ffffff;
  color: #1f1f1f;
}

.banner-btngroup .common-btn.white-btn:hover {
  color: #151515;
  background: #f1ba17;
}

.bannercon h1 {
  color: #fff;
}

.common-gap {
  padding: 33px 0;
}

.location-resource-sec {
  padding: 21px 0;
}

.location-list {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #9191911c;
  -webkit-box-shadow: 0px 10px 30px #9191911c;
  -moz-box-shadow: 0px 10px 30px #9191911c;
  border-radius: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 21px;
}

.location-list a {
  display: block;
  padding: 15px 27px 12px 64px;
}

.location-list:last-child {
  margin-bottom: 0;
}

.location-list h5 {
  margin-bottom: 0;
  padding-top: 4px;
}

.location-list:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27px;
  background: url(images/location-ic.svg) no-repeat center;
  width: 26px;
  height: 28px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.view-btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.52px;
  color: #424242;
}

.location-list:hover .view-btn {
  color: #f1ba17;
}

.resources-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #9191911c;
  -webkit-box-shadow: 0px 10px 30px #9191911c;
  -moz-box-shadow: 0px 10px 30px #9191911c;
  border-radius: 11px;
  padding: 27px 21px 33px 21px;
  font-size: 16px;
}

.agage-differ-block,
.enlighted-block {
  font-size: 16px;
}

.resources-listing li {
  list-style-type: none;
  border-top: 1px solid rgb(145 145 145 / 27%);
}

.resources-listing li:last-child {
  border-bottom: 1px solid rgb(145 145 145 / 27%);
}

.resources-listing {
  padding: 0;
  margin: 0;
}

.resources-listing li a {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  text-transform: capitalize;
  padding: 20px 8px;
}

.resources-listing li span {
  display: inline-flex;
  display: -ms-flexbox;
  margin-right: 11px;
  width: 30px;
  align-items: center;
  justify-content: center;
}

.resources-listing li h5 {
  margin-bottom: 0;
  padding-top: 6px;
}

.resources-listing li a:hover h5 {
  color: #f1ba17;
}

.resources-listing li a:hover svg path {
  fill: #f1ba17;
}

.resources-box h3 {
  margin-bottom: 9px;
}

.location-block {
  padding-top: 30px;
}

.enlighted-block {
  background: #fafafa;
}

.borderimg figure {
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 0;
}

.common-mainimg {
  line-height: 1.6;
}

.common-mainimg .colspan:first-child {
  width: 55%;
}

.common-mainimg .colspan:last-child {
  width: 45%;
}

.common-mainimg .colspan {
  padding: 26px;
}

.common-mainimg .rowspan {
  margin: -26px;
}

/*----custom sidebar----*/
.hdr_rgt {
  margin-right: 33px;
}

.logowhite {
  display: none;
}

.custom_sidebar {
  background: #001e46;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  right: 0;
  -webkit-transition: transform 0.6s ease-in-out !important;
  transition: transform 0.6s ease-in-out !important;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  flex-direction: column;
}

.sidebarmenuheader {
  position: absolute !important;
  top: 12px;
  left: 0;
  width: 100%;
}

.custom_sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(80, 43, 111);
  background: linear-gradient(180deg,
      rgba(80, 43, 111, 1) 0%,
      rgba(40, 22, 56, 1) 100%);
  opacity: 0.65;
}

.custom_sidebar>* {
  position: relative;
  z-index: 1;
}

.custom_sidebar ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  width: 100%;
  max-height: calc(100vh - 50px);
  overflow: auto;
}

.custom_sidebar ul li {
  list-style-type: none;
  text-align: center;
  padding: 15px 0;
}

.custom_sidebar ul li:first-child {
  padding-top: 0;
}

.custom_sidebar ul li:last-child {
  padding-bottom: 0;
}

.custom_sidebar ul li a {
  color: #fff;
  font-size: 27px;
  letter-spacing: -0.43px;
  font-family: "Acumin Pro Bold";
  opacity: 0.81;
  line-height: 1.4;
}

.custom_sidebar ul li.current-menu-item a,
.custom_sidebar ul li a:hover {
  opacity: 1;
}

.custom_sidebar.active_sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.6s ease-in-out !important;
  transition: transform 0.6s ease-in-out !important;
}

.no_scroll {
  overflow-y: hidden;
}

.no_scroll .hdr_rgt {
  position: absolute;
  right: 0;
  top: 12px;
}

.no_scroll .main-head {
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  background: transparent;
  box-shadow: none;
}

.no_scroll .main-head .navbar-collapse {
  display: none !important;
}

.no_scroll .main-head .common-btn {
  display: none;
}

.no_scroll .main-head .navbar {
  justify-content: space-between;
}

.open_ham {
  position: relative;
  width: 35px;
  margin-left: auto;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.open_ham .stick,
.open_ham .stick:after,
.open_ham .stick:before {
  width: 25px;
  height: 2px;
  background: #919191;
  position: absolute;
  left: 50%;
  top: auto;
  transition: all 0.6s;
  border-radius: 5px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

.open_ham .stick {
  height: 2.5px;
}

.open_ham .stick:before {
  content: "";
  top: -10px;
}

.open_ham .stick:after {
  content: "";
  top: 10px;
}

.open_ham.sidebar_toggle .stick,
.open_ham.sidebar_toggle .stick:after,
.open_ham.sidebar_toggle .stick:before {
  background: #fff;
}

.no_scroll .logoblack {
  opacity: 0;
}

.no_scroll .logowhite {
  display: inline-block;
}

/*----custom sidebar----*/
.eventbox {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #9191911c;
  -webkit-box-shadow: 0px 10px 30px #9191911c;
  -moz-box-shadow: 0px 10px 30px #9191911c;
  padding: 33px 21px 33px 33px;
  text-align: left;
  border-radius: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px dotted transparent;
  font-size: 16px;
}

footer {
  font-size: 16px;
}

.eventbox h4 {
  margin-bottom: 21px;
}

.eventbox h4 a:hover {
  color: #f1ba17;
}

.upcoming-eventblock .colspan {
  padding-top: 15px;
  padding-bottom: 15px;
}

.upcoming-eventblock .rowspan {
  margin-top: -15px;
  margin-bottom: -15px;
}

.download-storebtn {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.downloadinner {
  padding: 57px 79px;
  color: #fff;
  font-size: 21px;
  border-radius: 11px;
}

.downloadinner h2 {
  color: #fff;
  margin-bottom: 21px;
}

.download-storebtn a {
  padding: 0 8px;
}

.download-storebtn {
  margin: 0 -8px;
}

.downloadbox {
  position: relative;
}

.downloadbox:after {
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #fafafa;
  z-index: -1;
  position: absolute;
}

.map {
  height: 222px;
  border-radius: 11px;
  overflow: hidden;
  width: 100%;
  border: 1px dotted transparent;
}

.map iframe {
  width: 100%;
  height: 100%;
}

footer {
  background: #fafafa;
}

.quicklink ul {
  margin: 0;
  padding: 0;
}

.quicklink ul li:first-child {
  padding-top: 0;
}

.quicklink ul li:last-child {
  padding-bottom: 0;
}

.quicklink ul li {
  list-style-type: none;
  padding: 11px 0;
}

.quicklink ul li a {
  color: #424242;
  letter-spacing: -0.32px;
  padding: 3px;
  text-transform: capitalize;
  border: 1px dotted transparent;
}

.quicklink ul li a:hover {
  color: #f1ba17;
}

.footer-top h5 {
  margin-bottom: 42px;
  margin-top: 16px;
}

.footerlogo img {
  width: 181px;
}

.footerlogo {
  margin-bottom: 27px;
}

.footerlogo a {
  padding: 4px;
  border: 1px dotted transparent;
}

.footerlogo a:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.sociallist {
  padding: 0;
  margin: 0;
}

.sociallist a,
.footerlogo a {
  display: inline-block;
}

.sociallist a:hover svg rect {
  fill: #f1ba17;
}

.sociallist li {
  list-style-type: none;
  display: inline-block;
  padding: 0 8px;
}

.sociallist li:first-child {
  padding-left: 0;
}

.sociallist li:last-child {
  padding-right: 0;
}

.footer-top .sociallist {
  margin-top: 42px;
}

.footerlft:nth-child(1) {
  width: 40%;
}

.footerlft:nth-child(2) {
  width: 25%;
}

.footerlft:nth-child(3) {
  width: 35%;
}

.footerlft p {
  max-width: 371px;
}

.copyrightbox {
  font-size: 14px;
  color: #424242;
  font-family: "Acumin Pro Bold";
}

.copyrightbox a {
  color: #424242;
  padding: 3px;
  border: 1px dotted transparent;
}

.copyrightbox a:hover {
  color: #f1ba17;
}

.footermenulist {
  text-align: right;
}

.footermenulist a {
  padding: 2px 21px;
  border: 1px dotted transparent;
}

.copyrightbox {
  padding: 29px 0;
  border-top: 1px solid rgb(145 145 145 / 40%);
}

.navbar-brand:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.navbar-nav li a:focus {
  outline: none !important;
  border: 1px dotted #502b6f;
  color: #f1ba17;
}

.hdr_rgt .open_ham:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.common-btn:focus {
  background: #502b6f;
  color: #fff;
}

.resources-listing li a:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.location-list:hover a {
  color: #be8e00;
  font-weight: 700;
}

.resources-listing li:focus h5 {
  color: #f1ba17;
}

.resources-listing li:focus svg path {
  fill: #f1ba17;
}

.eventbox:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.location-list:hover {
  -webkit-box-shadow: 0px 20px 30px #0000001c;
  box-shadow: 0px 20px 30px #0000001c;
  -moz-box-shadow: 0px 20px 30px #0000001c;
}

.location-list a:focus {
  -webkit-box-shadow: 0px 10px 20px #0000001c;
  box-shadow: 0px 10px 20px #0000001c;
  -moz-box-shadow: 0px 10px 20px #0000001c;
  outline: none;
  border-radius: 11px;
}

.eventbox:hover {
  -webkit-box-shadow: 0px 30px 40px #0f0f0f1c;
  box-shadow: 0px 30px 40px #0f0f0f1c;
  -moz-box-shadow: 0px 30px 40px #0f0f0f1c;
}

.ministriesblock {
  text-align: center;
}

.ministriesblock figure {
  padding: 0 10px;
  margin-bottom: 10px;
  mix-blend-mode: multiply;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ministrymegamenu .row {
  margin-top: -15px;
  margin-bottom: -15px;
  border: 1px solid #502b6f;
  border-radius: 10px;
}

.ministrymegamenu .colspan {
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 1px solid #502b6f;
  /* border-bottom: 1px solid #502B6F;
  */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .ministrymegamenu .colspan:hover{
  background: #F1BA17;
}
*/
.ministrymegamenu .colspan:hover h6 {
  color: #f1ba17;
}

.ministrymegamenu .colspan:nth-last-child(-n + 4) {
  border-bottom: none;
}

.ministrymegamenu .colspan:nth-child(4n + 1) {
  border-left: none;
}

.download-storebtn a:focus img {
  border: 1px dotted #fff;
}

.sociallist li a:focus {
  outline: none;
}

.sociallist li a:focus svg rect {
  fill: #f1ba17;
}

.quicklink li a:focus {
  outline: none;
}

.quicklink li a:focus {
  color: #f1ba17;
  border: 1px dotted #502b6f;
}

.map:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.footermenulist a:focus {
  border: 1px dotted #502b6f;
  color: #f1ba17;
}

.copyrighttxt a:focus {
  color: #f1ba17;
  border: 1px dotted #502b6f;
  outline: none;
}

.containit:focus {
  border: 1px dotted #502b6f;
  outline: none;
  /* padding: 8px;
  */
  border-radius: 11px;
}

.purpose-con .section-con {
  max-width: 850px;
  margin: 0 auto;
}

.purpose-box {
  margin-top: 82px;
}

.purpose-box .nav-pills .nav-link.active,
.purpose-box .nav-pills .show>.nav-link,
.purpose-box .nav-pills .nav-link:hover {
  color: #52326e;
  background-color: transparent;
}

.purpose-box .nav-pills .nav-link:focus {
  border: 1px dotted #502b6f;
  outline: none;
  border-bottom: 1px dotted #502b6f !important;
}

.purpose-box .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  font-size: 42px;
  color: #424242;
  font-family: "Acumin Pro Bold";
  text-align: left;
  border: 1px dashed transparent;
  border-bottom: 1px solid rgb(66 66 66 / 40%);
  padding: 20px 5px;
  line-height: 1.2;
}

.purpose-box .nav-pills .nav-link:last-child {
  border-bottom: none;
}

.purpose-box .nav {
  width: 320px;
  margin-right: 0 !important;
}

.purpose-box .tab-content {
  width: calc(100% - 320px);
  padding-left: 120px;
}

.purpose-box .tab-content ul {
  margin-bottom: 0;
}

.purpose-box ul li {
  margin-bottom: 20px;
  margin-left: -30px;
}

.purpose-box ul li:last-child {
  margin-bottom: 0;
}

.common-maingap {
  padding: 80px 0;
}

.about-img {
  position: relative;
  max-width: 990px;
  margin: 37px auto 0;
}

.about-con h2 {
  max-width: 1065px;
  margin: 0 auto 22px;
}

.about-img img {
  width: 100%;
  border-radius: 11px;
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border: 1px dotted transparent;
}

.play_btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.play_btn:focus {
  border: 2.5px dotted #f1ba17;
  border-radius: 50%;
}

.tab-pane li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.tab-pane li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/tickmark.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.posterbox {
  background: #efefef;
}

.banner-meet-btngroup {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  margin-top: 32px;
}

.banner-meet-btngroup .common-btn {
  padding: 18px 22px 15px;
  margin: 0 10px;
}

.common-btn.purple-btn {
  background: #52326e;
  color: #fff;
}

.common-btn.purple-btn:hover {
  color: #151515;
  background: #f1ba17;
}

.banner-meet-btngroup .common-btn:first-child {
  margin-left: 0;
}

.banner-meet-btngroup .common-btn.purple-btn {
  padding: 18px 40px 15px;
}

.meet-pastor-img img {
  width: 100%;
  border-radius: 11px;
}

.postercon {
  padding-right: 70px;
}

.morebtn {
  text-decoration: underline !important;
  color: #52326e;
  padding: 3px;
}

.morebtn:hover {
  color: #f1ba17;
}

.small-para {
  margin-bottom: 15px;
  max-width: 420px;
  font-size: 16px;
}

.small-para p {
  max-width: inherit;
}

.postercon p {
  max-width: 471px;
}

.itembox {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 25px #766f6f29;
  -webkit-box-shadow: 0px 5px 25px #766f6f29;
  -moz-box-shadow: 0px 5px 25px #766f6f29;
  border-radius: 5px;
  padding: 41px 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.itembox figure {
  width: 141px;
  height: 141px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 11px;
}

.itembox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.itembox figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #52326e;
  border-radius: 50%;
}

.ass-team {
  text-transform: uppercase;
  color: #424242;
  margin-bottom: 11px;
  font-size: 16px;
}

.mailtxt a,
.mailtxt {
  color: #52326e;
  text-decoration: underline !important;
}

.itembox h4 {
  font-size: 24px;
  margin-bottom: 12px;
}

.mailtxt a:hover {
  color: #f1ba17;
}

.team-slider .item {
  margin: 22px;
}

.slick-arrow:before {
  display: none;
}

.slick-arrow {
  opacity: 1;
  height: 32px;
}

.slick-prev {
  background: url(images/left-arrow.svg) no-repeat;
}

.slick-prev:hover,
.slick-prev:focus {
  background: url(images/left-arrow-yellow.svg) no-repeat;
  opacity: 1;
}

.slick-next {
  background: url(images/right-arrow.svg) no-repeat;
}

.slick-next:hover,
.slick-next:focus {
  background: url(images/right-arrow-yellow.svg) no-repeat;
  opacity: 1;
}

.team-slider {
  margin: 21px 0 44px;
}

.ministries-slider {
  margin: 21px 0 44px;
}

.team-box .section-con p {
  max-width: 790px;
  margin: 0 auto 12px;
}

.team-box .section-con {
  max-width: 980px;
  margin: 0 auto;
}

/*----Card swipping----*/
.carditem {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  font-size: 16px;
}

.carditemouter {
  perspective: 1000px;
  height: 370px;
}

.carditemouter:hover .carditem {
  transform: rotateY(180deg);
}

.itembox,
.carditem-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.carditem-back {
  background: #684b7f;
  color: white;
  transform: rotateY(180deg);
  padding: 16px;
  box-shadow: 0px 5px 25px #766f6f29;
  -webkit-box-shadow: 0px 5px 25px #766f6f29;
  -moz-box-shadow: 0px 5px 25px #766f6f29;
  border-radius: 5px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carditem-back h5 {
  color: #fff;
  margin-bottom: 6px;
}

.carditem-back h6 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: "Acumin Pro";
}

.carditem-back .mailtxt {
  margin-bottom: 20px;
}

.carditem-back .mailtxt a,
.carditem-back .mailtxt {
  color: #fff;
}

.carditem-back .mailtxt a:hover {
  color: #f1ba17;
}

/*----Card swipping----*/
.team-box {
  background: #fff;
}

.team-box .section-con h3 {
  max-width: 930px;
  margin: 0 auto 27px;
}

.downloadbox.white-box {
  background: #fff;
}

.downloadbox.white-box:after {
  z-index: 1;
}

.downloadbox.white-box .container {
  position: relative;
  z-index: 9;
}

/*.team-box .common-btn{
  border: 1px solid transparent;
}
*/
.team-box .common-btn:focus {
  -webkit-box-shadow: 0px 3px 30px #00000060;
  box-shadow: 0px 3px 30px #00000060;
  -moz-box-shadow: 0px 3px 30px #00000060;
  /*border: 1px dotted #502B6F;
  */
}

.article .morebtn:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.common-btn.purple-btn:focus {
  color: #151515 !important;
  background: #f1ba17 !important;
}

.banner-meet-btngroup .common-btn:focus {
  background: #502b6f;
  color: #fff;
}

.current-menu-item a {
  color: #f1ba17;
}

.philosophy-block p {
  max-width: 900px;
  margin: 0 auto 15px;
}

.philosophy-block .common-btn {
  margin-top: 45px;
}

.ministries-inner {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 36px 30px 31px 38px;
  height: 100%;
}

.ministries-inner p {
  min-height: 220px;
}

.ministries-item {
  border: 1px dotted transparent;
}

.ministry-more {
  color: #52326e;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 16px;
}

.ministry-more:hover {
  color: #f1ba17;
}

.ministries-item {
  margin: 0 24px;
  height: auto;
  border-radius: 11px;
}

.ministries-inner figure {
  margin-bottom: 21px;
  height: 60px;
  display: inline-flex;
  align-items: center;
}

.ministries-inner h5 {
  margin-bottom: 18px;
}

.ministries-slider {
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 63px;
}

.ministries-slider .slick-track {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.slick-dots button:before {
  display: none;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #424242;
  border-radius: 50%;
  opacity: 0.5;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.ministries-item:focus {
  outline: none;
  border: 1px dotted #52326e;
}

.team-slider .item {
  border: 1px dotted transparent;
  border-radius: 5px;
}

.team-slider .item:focus {
  outline: none;
  border: 1px dotted #52326e;
}

.common-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #5c3e76;
  letter-spacing: -0.01px;
  border: 1px dotted transparent;
  border-radius: 11px !important;
  line-height: 1.2;
  padding-right: 38px;
  font-size: 30px;
  padding-right: 60px;
}

.common-accordion .accordion-item {
  margin-bottom: 35px;
  border: 1px solid #e9ecf2;
  border-radius: 11px;
}

.common-accordion .accordion-button:focus {
  outline: none;
  border: 1px dotted #5c3e76;
}

.common-accordion .accordion-body {
  padding-bottom: 40px;
}

.locations-list .common-accordion .accordion-button {
  font-size: 16px;
  padding-right: 45px;
}

.locations-list .common-accordion .accordion-item {
  margin-bottom: 11px;
}

.locations-list .common-accordion .accordion-item,
.locations-list .common-accordion .accordion-button {
  border-radius: 4px !important;
}

.common-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.contact-box {
  background: #ffffff;
  padding: 49px;
}

.contact-box h3 {
  color: #5c3e76;
}

.contact-box .form-group {
  margin-bottom: 41px;
}

.contact-box .colspan {
  padding: 0 10px;
}

.contact-box .rowspan {
  margin: 0 -10px;
}

.contact-box label {
  text-transform: uppercase;
}

.contact-box h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Acumin Pro";
}

.form_input_radio label {
  text-transform: inherit;
  padding-bottom: 29px;
  width: 50%;
}

.form_input_radioinner {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin-bottom: -29px;
}

.contact-ref .col-lg-5 {
  width: 40%;
}

.contact-ref .col-lg-7 {
  width: 60%;
}

h6 {
  font-size: 16px;
}

.contact-ref {
  margin-top: 71px;
}

.common-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(images/downarrow.svg);
  transform: rotate(0deg);
}

.common-accordion .accordion-button::after {
  background-image: url(images/downarrow.svg);
  transform: rotate(-180deg);
  background-position: center;
  top: 30px;
  position: absolute;
  right: 40px;
}

.locations-list .common-accordion .accordion-button::after {
  top: 16px;
  right: 15px;
}

.form_btn .common-btn {
  width: 100%;
}

.contact-ref .banner-meet-btngroup .common-btn.purple-btn {
  padding: 18px 23px 15px;
}

.contact-ref .banner-meet-btngroup {
  margin-top: 52px;
}

.contact-lft h3 {
  margin-top: 15px;
}

.contacct-block .section-con h2 {
  margin-bottom: 20px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-bottom: 1px solid #f1ba17;
}

.form_input_radio label span {
  padding: 4px;
  border: 1px dotted transparent;
}

.form_input_radio label span:focus {
  border: 1px dotted #52326e;
  outline: none;
}

.blogbox {
  text-align: left;
}

.blogbox figure {
  height: 254px;
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}

.blogbox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-index {
  padding: 20px 25px 20px 14px;
  font-size: 16px;
}

.blog-index h6 {
  font-size: 20px;
  max-width: 320px;
}

.blog-con .colspan {
  margin-top: 21px;
  margin-bottom: 21px;
}

.blog-con .rowspan {
  margin-top: -21px;
  margin-bottom: -21px;
}

.blogbox {
  border: 1px dotted transparent;
  border-radius: 10px;
}

.blogbox:focus {
  border: 1px dotted #52326e;
  outline: none;
}

.teammember-row .rowspan {
  margin: -25px;
}

.teammember-row .colspan {
  padding: 25px;
}

.teammember-row .carditemouter {
  width: 100%;
}

.teammember-row .teamtab {
  border: 1px dotted transparent;
  border-radius: 5px;
  display: block;
}

.teammember-row .teamtab:focus {
  outline: none !important;
  border: 1px dotted #502b6f;
}

.resources-info {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 30px #7b7b7b0d;
  -webkit-box-shadow: 0px 20px 30px #7b7b7b0d;
  -moz-box-shadow: 0px 20px 30px #7b7b7b0d;
  border: 1px solid #ededed;
  border-radius: 11px;
  padding: 55px 52px;
}

.resources-info h4 {
  font-size: 30px;
}

.resource-info {
  box-shadow: 0px 20px 30px #7b7b7b0d;
  -webkit-box-shadow: 0px 20px 30px #7b7b7b0d;
  -moz-box-shadow: 0px 20px 30px #7b7b7b0d;
  border-radius: 11px;
  background: #eaebed 0% 0% no-repeat padding-box;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resource-info h2 {
  margin-bottom: 12px;
  color: #50306c;
}

.resource-info a {
  display: inline-block;
  padding: 30px 38px;
  border-radius: 11px;
}

.resource-info:hover,
.resource-info a:focus {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.resource-info a:hover {
  color: #424242;
}

.resources-info .row .col-md-4:nth-child(3n + 1) .resource-info {
  background: #50306c;
  color: #fff;
}

.resources-info .row .col-md-4:nth-child(3n + 1) .resource-info h2,
.resources-info .row .col-md-4:nth-child(3n + 1) .resource-info a {
  color: #fff;
}

.resources-info .row .col-md-4:nth-child(3n + 1) .resource-info a:hover {
  color: #fff;
}

.resources-info .row .col-md-4:nth-child(3n + 3) .resource-info {
  background: #fbb539;
}

.resources-info .row .col-md-4:nth-child(3n + 3) .resource-info h2 {
  color: #424242;
}

.resources-info .row .col-md-4:nth-child(3n + 3) .resource-info a:hover {
  color: #424242;
}

.register-btn {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1.5px;
  font-style: italic;
  margin-top: 62px;
  display: inline-block;
}

.register-btn:focus {
  color: #f1ba17;
}

.resources-info .rowspan {
  margin-top: -15px;
  margin-bottom: -15px;
}

.resources-info .colspan {
  padding-top: 15px;
  padding-bottom: 15px;
}

.giving-box a:hover {
  border: 1px solid #50306c;
}

.giving-box a:focus {
  border: 1px dotted #50306c;
}

.giving-box a {
  display: block;
  padding: 41px 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ebe1e1;
  border-radius: 5px;
  min-height: 193px;
}

.giving-box h5 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
  color: #50306c;
}

.giving-box a:hover h5 {
  color: #f1ba17;
}

.online-txt {
  font-size: 17px;
  color: #424242;
}

.givingrow .rowspan {
  margin: -16px -23px;
}

.givingrow .colspan {
  padding: 16px 23px;
}

.baby-givenform .section-con {
  margin-bottom: 33px;
}

.thanksgivingrow {
  display: flex;
  display: -ms-flexbox;
}

.thanksbox {
  width: 20%;
}

.thanksgivingrow.rowspan {
  margin: -15px -12px;
}

.thanksbox.colspan {
  padding: 15px 12px;
}

.thanksbox a {
  display: block;
  padding: 41px 12px 29px;
}

.affliciatesbox {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.affliciatesbox>* {
  width: 33.33%;
}

.affliciatesitem a {
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ebe1e1;
  border-radius: 5px;
  padding: 37px 34px;
  min-height: 180px;
}

.affliciatesitem a:focus {
  outline: none !important;
  border: 1px dotted #502b6f;
}

.affliciatesitem h5 {
  font-size: 20px;
  font-family: "Acumin Pro";
}

.affliciatesitem figure {
  margin-bottom: 10px;
  filter: grayscale(100%);
}

.affliciatesitem a:hover figure,
.affliciatesitem a:focus figure {
  filter: grayscale(0);
}

.ways-serve-block .section-con {
  margin-bottom: 93px;
}

.ways-blockitem:nth-child(even) .col-lg-6:first-child {
  order: 2;
}

.ways-blockitem {
  margin-bottom: 113px;
}

.ways-blockitem:last-child {
  margin-bottom: 0;
}

.ways-blockitem .colspan {
  padding-right: 35px;
  padding-left: 35px;
}

.ways-blockitem .row {
  margin-right: -35px;
  margin-left: -35px;
}

.ways-blockitem figure {
  margin-bottom: 0;
}

.ways-blockitem figure img {
  border-radius: 11px;
}

.ways-blockitem h2 {
  line-height: 1.2;
}

.servedetails h2 {
  font-family: "Acumin Pro";
  margin-bottom: 20px;
  text-align: center;
}

.ways-serve-blockdetails .accordion-button {
  font-size: 30px;
  padding-top: 33px;
  padding-bottom: 30px;
}

.ways-serve-blockdetails .common-accordion .accordion-button::after {
  top: 40px;
}

.ways-serve-blockdetails .common-accordion .accordion-body {
  padding: 10px 36px 31px 30px;
}

.ways-serve-blockdetails .common-accordion .accordion-body a {
  color: #513c64;
}

.ways-serve-blockdetails .common-accordion .accordion-body a:hover,
.ways-serve-blockdetails .common-accordion .accordion-body a:focus {
  color: #f1ba17;
}

.audiobox {
  text-align: center;
  margin-bottom: 27px;
}

.audiobox p {
  max-width: 940px;
  margin: 0 auto 11px;
}

.ways-serve-blockdetails .common-accordion .accordion-body h6 {
  line-height: 1.4;
  font-size: 18px;
}

.ways-serve-blockdetails .common-accordion .accordion-body p {
  margin-bottom: 21px;
}

.ways-serve-blockdetails .common-accordion .accordion-item {
  margin-bottom: 31px;
}

.ways-serve-blockdetails .common-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.ways-serve-blockdetails .common-accordion .accordion-body figure {
  margin-bottom: 33px;
}

.ways-serve-blockdetails .common-accordion .accordion-body img {
  border-radius: 11px;
}

.ways-serve-blockdetails .common-accordion .accordion-body figure img {
  width: 100%;
}

.serve-listing {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin: -8px;
}

.serve-items {
  width: 33.33%;
  padding: 8px;
}

.serve-items a {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding: 25px 25px 25px 30px;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 11px;
}

.serve-items a:hover {
  background: rgb(241 186 23 / 50%);
}

.serve-items a:focus {
  outline: none;
  border: 1px dotted #5c3e76;
}

.serve-items figure {
  width: 129px;
  height: 84px;
  margin-bottom: 0;
}

.serve-items figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 11px;
}

.serve-items h5 {
  font-size: 18px;
  color: #4f2f6b;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.serveinfo {
  padding-left: 21px;
  width: calc(100% - 129px);
}

.moreinfo-txt {
  letter-spacing: -0.01px;
  color: #424242;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 16px;
}

.treaser-bg {
  max-width: 1021px;
  margin: 25px auto 0;
}

.treaser-bg img {
  border-radius: 80px;
}

.date-listing {
  display: inline-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  max-width: 1021px;
  margin: 37px auto 0;
  justify-content: center;
  padding: 0;
}

.date-listing li {
  font-size: 22px;
  list-style-type: none;
  padding-right: 23px;
  border-right: 1px solid #adadad;
  padding-left: 23px;
}

.date-listing li:last-child {
  padding-right: 0;
  border-right: none;
}

.date-listing li:first-child {
  padding-left: 0;
}

.date-listing li span {
  color: #705485;
}

.reg-txt {
  text-align: center;
  padding: 60px 0;
}

.reg-txt h3 {
  font-size: 30px;
  color: #e93d31;
}

.purpose-statementcon .section-con p {
  max-width: 804px;
  margin: 0 auto;
}

.purpose-statementcon .purpose-box .nav {
  width: 340px;
}

.purpose-statementcon .purpose-box .tab-content {
  width: calc(100% - 370px);
  margin-left: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e2dada;
  border-radius: 11px;
  padding: 60px;
}

.purpose-statementcon .purpose-box .tab-content h3 {
  font-size: 30px;
  font-family: "Acumin Pro";
}

.purpose-statementcon .purpose-box .tab-content h3 span {
  display: block;
}

.purpose-statementcon .purpose-box .tab-content p {
  margin-bottom: 20px;
}

.childrenarea {
  margin-top: 44px;
}

.registerboxes {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dbdbdb;
  border-radius: 11px;
  padding: 30px 30px 30px 37px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: column;
  align-items: baseline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.registerboxes:hover {
  -webkit-box-shadow: 0px 30px 40px #0f0f0f1c;
  box-shadow: 0px 30px 40px #0f0f0f1c;
  -moz-box-shadow: 0px 30px 40px #0f0f0f1c;
}

.registerboxes:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.registerboxes h3 {
  font-size: 30px;
  color: #52326e;
}

.registerboxes h3 span {
  font-size: 20px;
}

.quote-block {
  margin-top: 63px;
}

.quote-block h3 {
  max-width: 913px;
  margin: 0 auto 25px;
  font-size: 30px;
}

.quote-block p {
  color: #705485;
  font-size: 22px;
}

.register-itemlist .rowspan {
  margin: -25px;
}

.register-itemlist .colspan {
  padding: 25px;
}

.team-member-detailsbox .colspan:last-child {
  padding-left: 50px;
}

.team-member-detailsbox p {
  margin-bottom: 20px;
}

.team-member-detailsbox p:last-child {
  margin-bottom: 0;
}

.team-member-detailsbox h5 {
  font-size: 20px;
  font-family: "Acumin Pro";
  margin-bottom: 19px;
}

.team-member-detailsbox h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.team-member-detailsbox .mailtxtit {
  margin-bottom: 32px;
}

.team-member-detailsbox figure img {
  border-radius: 11px;
}

.mailtxtit span {
  color: #553570;
}

.mailtxtit a {
  font-size: 20px;
}

.mailtxtit a:focus {
  color: #f1ba17;
}

.other-teammemberit {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ebe1e1;
  border-radius: 11px;
  padding: 19px 20px 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.other-teammemberit:hover {
  -webkit-box-shadow: 0px 30px 40px #0f0f0f1c;
  box-shadow: 0px 30px 40px #0f0f0f1c;
  -moz-box-shadow: 0px 30px 40px #0f0f0f1c;
}

.other-teammemberit:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.other-teammemberit figure {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 5px;
  margin-bottom: 0;
}

.other-teammemberit figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #52326e;
  border-radius: 50%;
}

.other-teammemberit figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.other-teamcon {
  width: calc(100% - 80px);
  padding-left: 25px;
}

.other-teamcon p {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2;
}

.other-teamcon h4 {
  font-size: 25px;
}

.other-teambox .colspan {
  padding-top: 13px;
  padding-bottom: 13px;
}

.other-teambox .rowspan {
  margin-top: -13px;
  margin-bottom: -13px;
}

.other-teambox h2 {
  margin-bottom: 26px;
}

.singledetails-block p {
  max-width: 831px;
  margin: 0 auto;
}

.singledetails-block figure img {
  border-radius: 11px;
}

.common-accordion .accordion-body li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/tickmark.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.common-accordion .accordion-body li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.common-accordion .accordion-body li:last-child {
  margin-bottom: 0;
}

.common-accordion .accordion-body ul {
  padding: 0;
  max-width: 98%;
}

.youth-reachingbox .accordion-body {
  padding: 10px 43px 86px 50px;
}

.youth-reachingbox .accordion-body p {
  margin-bottom: 30px;
}

.youth-reachingbox .accordion-body p:last-child {
  margin-bottom: 0;
}

.youth-reachingbox .accordion-body h4 {
  font-size: 30px;
  font-family: "Acumin Pro";
}

.singledetails-block .treaser-bg {
  max-width: inherit;
}

.youth-reachingbox {
  margin-top: 40px;
}

.teammember-row .itembox {
  box-shadow: none;
  border: 1px solid #ebe1e1;
}

.eventsbg {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin: -12px;
}

.eventsbg>* {
  margin: 12px;
  background: #eaebed 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 30px #7b7b7b0d;
  -webkit-box-shadow: 0px 20px 30px #7b7b7b0d;
  -moz-box-shadow: 0px 20px 30px #7b7b7b0d;
  border: 1px solid #ededed;
  border-radius: 11px;
  padding: 29px 34px;
  width: calc(50% - 24px);
}

.eventit h2 {
  color: #50306c;
  margin-bottom: 17px;
}

.meeting-row {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.meeting-row:last-child {
  margin-bottom: 0;
}

.meeting-col strong {
  font-family: "Acumin Pro Bold";
  color: #50306c;
}

.meeting-col:first-child {
  width: 21%;
}

.meeting-table {
  margin-top: 46px;
}

.meeting-col a {
  color: #50306c;
  text-decoration: underline !important;
}

.meeting-col a:hover,
.meeting-col a:focus {
  color: #f1ba17;
}

.youth-reachingbox .common-accordion .accordion-button {
  padding-left: 45px;
  padding-top: 40px;
  padding-bottom: 35px;
}

.youth-reachingbox .common-accordion .accordion-button::after {
  top: 46px;
  right: 40px;
}

.ahow-block .section-con p {
  font-size: 22px;
}

.locations-list .accordion-body {
  font-size: 17px;
}

/***************************************/
.copyrighttxt {
  display: flex;
}

#menu-privacy-policy li {
  display: inline-block;
}

.for-mobile-menu-only {
  display: none;
}

.copyrighttxt p:nth-child(2) {
  margin-left: -6px;
}

/* update 13/05/2022 start */
.contact-form-custom .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px !important;
  grid-column-gap: 20px !important;
}

.contact-form-custom .gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.contact-form-custom .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}

.contact-form-custom .gfield_radio .gchoice {
  width: 50%;
  padding-bottom: 29px;
  padding-left: 26px;
}

.contact-form-custom .gfield_radio .gchoice label {
  text-transform: none;
  font-size: 16px !important;
}

.contact-form-custom .gfield_label {
  margin-bottom: 27px !important;
}

/* custom radio */
.contact-form-custom .gfield_radio .gchoice {
  position: relative;
  margin: 0;
  padding-left: 30px;
}

.contact-form-custom .gfield_radio .gchoice label {
  margin: 0;
  padding: 0;
}

.contact-form-custom .gfield_radio .gchoice input[type="radio"] {
  visibility: hidden;
  display: none;
}

.contact-form-custom .gfield_radio .gchoice input[type="radio"]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  border: 1px solid #402b53;
  border-radius: 100%;
  background: #fff;
}

.contact-form-custom .gfield_radio .gchoice input[type="radio"]+label::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #f1ba17;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact-form-custom .gfield_radio .gchoice input[type="radio"]:not(:checked)+label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
}
*/
.contact-form-custom .gfield_radio .gchoice input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */
.contact-form-custom .gfield {
  margin-bottom: 41px !important;
}

.contact-form-custom .gfield.custom-radio-button {
  margin-bottom: 12px !important;
}

.contact-form-custom .gfield.custom-radio-button .gfield_label {
  margin-bottom: 27px !important;
}

.contact-form-custom .gform_footer {
  padding: 0 !important;
  margin-top: 0 !important;
}

.contact-form-custom .gform_footer input[type="submit"] {
  width: 100%;
  margin-bottom: 0 !important;
  font-family: "Acumin Pro Bold";
}

/* update 13/05/2022 end */
/*---Start 16-05-22----*/
.slick-dots li {
  list-style-type: none;
}

/* Modification CSS 18.05.22 */
.baby-thanks-custom-blocks .serve-listing {
  margin: -16px -23px;
}

.baby-thanks-custom-blocks .serve-items {
  padding: 16px 23px;
}

.baby-thanks-custom-blocks .section-con {
  margin-bottom: 33px;
}

.new_video_cont.about-img {
  line-height: 1;
}

.new_video_cont.about-img .video {
  line-height: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.new_video_cont.about-img video {
  width: 100%;
}

.b_hide {
  display: none;
}

.play-bt {
  cursor: pointer;
}

.pause-bt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  background: url(images/pause_btn.svg) center no-repeat;
  background-size: 40px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.b_show {
  display: block;
}

.video-thumbs-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px !important;
}

.tv_video.active+.video-thumbs-img {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* Modification CSS 18.05.22 */
.agape_house_secd_heading h3 {
  font-size: 26px;
  line-height: 1.3;
}

.agape_house_secd_heading p,
.agape_house_secd_col_rght p {
  font-size: 16px;
  line-height: 1.6;
}

.agape_house_secd_heading {
  margin-bottom: 40px;
}

.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="color"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="date"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="datetime-local"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="datetime"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="email"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="month"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="number"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="password"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="search"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="tel"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="text"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="time"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="url"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="week"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme select,
.agape_house_secd_col_lft .gform_wrapper.gravity-theme textarea {
  border: 0;
  border-bottom: 1px solid #8e8e8e;
  color: #424242;
  height: 52px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  padding: 8px;
  width: 100%;
}

.agape_house_secd_col_lft .gform_wrapper.gravity-theme textarea {
  height: 96px !important;
  padding: 15px;
}

.agape_house_secd_col_lft .gform_wrapper.gravity-theme select {
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 14px;
  padding-right: 40px;
}

.agape_house_secd_col_lft .gform_wrapper.gravity-theme .gform_fields>.gfield {
  margin-bottom: 31px;
}

.agape_house_secd_col_lft .gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="submit"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="button"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme button[type="submit"],
.agape_house_secd_col_lft .gform_wrapper.gravity-theme button[type="button"] {
  background: #eab71e;
  color: #4e4e4e;
  height: auto;
  font-family: "Acumin Pro Bold";
  min-width: 162px;
  padding: 13px 20px;
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  min-height: inherit !important;
  font-size: 16px;
  line-height: 1.2 !important;
  margin: 0;
  text-align: center;
}

.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="submit"]:hover,
.agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="button"]:hover,
.agape_house_secd_col_lft .gform_wrapper.gravity-theme button[type="submit"]:hover,
.agape_house_secd_col_lft .gform_wrapper.gravity-theme button[type="button"]:hover {
  background: #502b6f;
  color: #fff;
}

.agape_house_secd_col_lft .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.video_part_aprd_rt {
  line-height: 0;
  margin-bottom: 40px;
}

.video_part_aprd_rt iframe {
  width: 100%;
  height: 310px;
}

/*****************support***********/
/*********30.05.2022***********/
.woocommerce ul.products li.product .price {
  color: #502b6f;
  padding: 0 15px;
}

.woocommerce ul.products li.product .button {
  margin-top: 15px;
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 15px 25px 11px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 0 15px 15px 15px;
  transition: all 0.5s ease;
}

.woocommerce ul.products li.product .button:hover {
  background: #502b6f;
  color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 10px 15px;
  margin: 0;
  font-size: 15px;
  min-height: 55px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  min-width: 1em;
  display: block;
  background: #f1ba17;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #502b6f;
  color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  box-shadow: 4px 8px 20px #1f1f1f1a;
  border: 1px solid #efefef;
}

.woocommerce div.product .product_title {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.67px;
  margin-bottom: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 20px;
  color: #502b6f;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  -webkit-font-smoothing: antialiased;
  margin-top: 15px;
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 15px 25px 11px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 0 0 0 15px;
  transition: all 0.5s ease;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #502b6f;
  color: #fff;
}

div#google_ads_iframe_\/15188745\,22440292294\/Lipsum-Unit4_0__container__ {
  margin-bottom: 20px;
}

.woocommerce .quantity .qty {
  width: 50px;
  text-align: center;
  font-size: 14px;
  padding: 5px 5px;
  line-height: 1;
  height: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 30px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  color: #000;
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
  transition: all 0.5s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0 0 0 -5px;
  padding: 10px 15px;
  background: #f1ba17;
  transition: all 0.5s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #502b6f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  z-index: 100;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #d3ced2;
}

.woocommerce a.added_to_cart {
  padding-top: 0;
  font-size: 14px;
  color: #f1ba17;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  margin-left: 0;
  top: 51%;
  position: absolute;
  right: 7px;
  transform: translateY(-50%);
  font-size: 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  font-weight: 700;
  left: auto;
  border: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  margin-top: 15px;
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 15px 25px 11px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 0 0 0 15px;
  transition: all 0.5s ease;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #502b6f;
  color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  font-weight: 700;
  left: auto;
  border: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  margin-top: 15px;
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 15px 25px 11px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 0 0 0 15px;
  transition: all 0.5s ease;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background: #502b6f;
  color: #fff;
}

.woocommerce a.remove {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 20px;
  width: 20px;
  line-height: 1.5;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 10px 10px 8px 10px;
  width: 150px;
  margin: 0;
  height: 40px;
  background: #fff;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 7px 10px;
  background: #f1ba17;
  transition: all 0.3s ease;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
  background: #502b6f;
  cursor: pointer;
}

nav.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  font-size: 15px;
  display: inline-block;
  transition: all 0.5s ease;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active,
nav.woocommerce-MyAccount-navigation ul li.is-active {
  border-left: 4px solid #502b6f;
}

span.posted_in {
  font-weight: 700;
  color: #000;
}

span.posted_in a {
  font-weight: 400;
}

button.plus,
button.minus {
  border: none;
  background: #f1ba17;
  color: #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 10px;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  position: relative;
  bottom: -14px;
}

p.woocommerce-form-row.form-row button {
  margin: 10px 0 0 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-right: 15px;
  margin-left: 0;
}

/*********30.05.2022***********/
/* Modification CSS 31.05.22 */
.home .banner .banner-inner .banner-btngroup .common-btn {
  padding-left: 20px;
  padding-right: 20px;
}

button.plus,
button.minus {
  color: #000;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: #502b6f;
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: #502b6f;
}

.woocommerce ul.products li.product .button {
  margin: 0 10px 15px 10px;
}

.woocommerce a.added_to_cart {
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 15px 12px 11px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 0 0 15px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #502b6f;
  color: #fff;
  min-height: 40px;
}

.woocommerce a.added_to_cart:hover {
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #151515;
}

/* Modification CSS 31.05.22 */
/* Modification CSS 03.06.22 start*/
.ccbpress-event-calendar {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgb(145 145 145 / 11%);
  box-shadow: 0px 10px 30px rgb(145 145 145 / 11%);
}

.ccbpress-event-calendar .ccbpress-event-calendar-header {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-month {
  font-size: 26px;
  font-weight: 700;
  color: #502b6f;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-campus {
  margin-left: auto;
  z-index: 2;
  position: relative;
}

.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-campus .chosen-single {
  padding: 8px;
  line-height: 27px;
  height: 40px;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0px 6px 18px rgb(145 145 145 / 20%);
  box-shadow: 0px 6px 18px rgb(145 145 145 / 20%);
}

.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-campus .chosen-container-single .chosen-drop {
  border: 0 !important;
}

.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-campus .chosen-container-single .chosen-single div,
.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-campus .chosen-container-single.chosen-container-active .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div b {
  line-height: 40px;
}

.chosen-container-single .chosen-single div b {
  background: url(chosen-sprite.png) no-repeat center 2px;
}

.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-next-month,
.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-prev-month {
  position: relative;
  z-index: 2;
}

.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-next-month a,
.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-prev-month a {
  background: #502b6f;
  color: #fff;
  border: 0 !important;
  padding: 7px 10px;
}

.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-next-month a:hover,
.ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-prev-month a:hover {
  background: #f1ba17;
  color: #fff;
}

.ccbpress-event-calendar .ccbpress-event-calendar-table tbody tr:first-of-type th {
  background: #502b6f;
  color: #fff;
  padding: 10px;
  line-height: normal;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
}

.ccbpress-event-calendar .ccbpress-event-calendar-table tbody tr:first-of-type th:nth-child(1) {
  border-left: 0 !important;
}

.ccbpress-event-calendar .ccbpress-event-calendar-table .ccbpress-event-calendar-days .ccbpress-event-calendar-date {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.ccbpress-event-calendar .ccbpress-event-calendar-table .ccbpress-event-calendar-days td.ccbpress-event-calendar-today {
  background-color: rgba(241, 186, 23, 0.15);
}

.ccbpress-event-calendar .ccbpress-event-calendar-table .ccbpress-event-calendar-days .ccbpress-event-calendar-cell-container ul li {
  margin-bottom: 3px;
}

.ccbpress-event-calendar .ccbpress-event-calendar-table .ccbpress-event-calendar-days .ccbpress-event-calendar-cell-container ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #502b6f;
  border-radius: 3px;
  padding: 2px 5px;
  line-height: 1.2 !important;
  display: block;
  text-align: right;
}

.ccbpress-event-calendar .ccbpress-event-calendar-table .ccbpress-event-calendar-days .ccbpress-event-calendar-cell-container ul li a.ccbpress-event-calendar-all-day-event {
  background-color: #f1ba17;
  color: #000;
}

.ccbpress-event-calendar .ccbpress-event-calendar-table .ccbpress-event-calendar-days .ccbpress-event-calendar-cell-container ul li a span.ccbpress-event-time {
  color: #fff;
}

.ccbpress-event-calendar .ccbpress-event-calendar-table .ccbpress-event-calendar-days td {
  border: 1px solid #dfdfdf !important;
}

.ccbpress-event-calendar .ccbpress-event-calendar-footer {
  display: none !important;
}

.ccbpress-event-details {
  display: block;
  /*margin: 0 -15px;
 */
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgb(145 145 145 / 11%);
  box-shadow: 0px 10px 30px rgb(145 145 145 / 11%);
}

.ccbpress-event-details::before,
.ccbpress-event-details::after {
  content: "";
  display: table;
}

.ccbpress-event-details::after {
  clear: both;
}

.ccbpress-event-details .ccbpress-event-location {
  /*flex: 0 0 auto;
 */
  width: 50%;
  float: left;
  padding-left: 15px;
  /*padding: 0 15px;
 */
}

.ccbpress-event-details .ccbpress-event-details-header,
.ccbpress-event-details .ccbpress-event-description {
  padding-right: 15px;
  width: 50%;
  float: left;
}

.ccbpress-event-details .ccbpress-event-name {
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  margin: 0 0 10px;
}

.ccbpress-event-details .ccbpress-event-details-header {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.ccbpress-event-details .ccbpress-event-organizer {
  padding: 0;
}

.ccbpress-event-details .ccbpress-event-location .ccbpress-event-location-header {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}

/* Modification CSS 03.06.22 end*/
.woman-ministry.common-ministry {
  margin-top: 0;
}

.common-ministry {
  margin-top: 40px;
}

.common-ministry h3 {
  color: #5c3e76;
}

.common-ministry .common-blocks {
  margin-bottom: 20px;
}

.common-ministry h4 {
  font-size: 30px;
  font-family: "Acumin Pro";
}

.common-ministry ul {
  padding: 0;
  max-width: 98%;
}

.common-ministry li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.common-ministry li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/tickmark.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.common-ministry .slick-dots li {
  padding-left: 0;
  margin-bottom: 0;
}

.common-ministry .slick-dots li:before {
  display: none;
}

.woman-ministries-slider .slick-track {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.woman-ministries-slider-item {
  height: auto;
}

.woman-ministries-slider-inner {
  height: 100%;
}

.woman-ministries-slider-inner figure {
  width: 100%;
  height: 100%;
}

.woman-ministries-slider-inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.common-ministry-blocks li {
  padding-left: 0;
}

.common-ministry-blocks li:before {
  display: none;
}

.common-ministry-blocks {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.men-ministry-quote h3 {
  margin-bottom: 8px;
}

.men-ministry-quote h4 {
  font-size: 20px;
}

/* update 09/06/2022 start */
.shop-listing-wrapper .contact-ref {
  margin-top: 0;
}

.shop-listing-wrapper .page-title {
  margin-bottom: 71px;
}

.shop-listing-wrapper .woof_list_checkbox {
  padding-left: 0;
}

.shop-listing-wrapper .woof_container_inner_productcategories {
  padding-top: 12px;
}

.shop-listing-wrapper .woof_products_top_panel_ul li {
  float: none;
}

.shop-listing-wrapper .woof_products_top_panel_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shop-listing-wrapper .woof_products_top_panel_ul li:last-child ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop-listing-wrapper .woof_products_top_panel_ul li:last-child {
  order: 1;
}

.shop-listing-wrapper .woof_products_top_panel_ul li:first-child {
  order: 2;
  margin-right: 0 !important;
}

.shop-listing-wrapper .woof_products_top_panel_ul li:last-child ul li:first-child {
  order: 1;
  margin-right: 5px !important;
}

.shop-listing-wrapper .woof_products_top_panel_ul li:last-child ul li:not(:first-child) {
  order: 2;
  margin-right: 8px !important;
}

.shop-listing-wrapper .woof_products_top_panel_ul li:last-child ul li:not(:first-child) a {
  display: block;
}

.shop-listing-wrapper .woof_products_top_panel_ul li:last-child ul li:not(:first-child) a span {
  display: block;
  padding-right: 24px;
  background-size: 18px 18px;
  background-position: right top 4px;
}

.woof_products_top_panel_ul .woof_reset_button_2 {
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 14px 24px 13px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.woof_products_top_panel_ul .woof_reset_button_2:hover {
  background: #502b6f;
  color: #fff;
}

.woof_products_top_panel_ul+li {
  width: calc(100% - 50px);
}

.woof_products_top_panel {
  display: none !important;
}

.woof_redraw_zone .woof_submit_search_form_container .button.woof_reset_search_form {
  margin-left: 0;
}

/* update 09/06/2022 end */
/* update 10/06/2022 start */
.ccb-form-wrapper .first-user-name {
  font-weight: 600;
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}

.ccb-form-wrapper .ccb-form-wrap {
  background: #fff;
  padding: 50px 40px;
  width: 80%;
  margin: 0 auto;
}

.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 4% !important;
  grid-row-gap: 20px !important;
}

.ccb-form-wrap .ginput_container_select select {
  border-bottom: 1px solid #8e8e8e;
}

.connect-page-form-top {
  margin-bottom: 45px;
}

.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields input[type="text"],
.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields input[type="tel"],
.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields input[type="password"],
.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields input[type="email"],
.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields select {
  height: 40px;
}

.ccb-form-wrap .gfield_radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ccb-form-wrap .gfield_radio .gchoice input[type="radio"],
.ccb-form-wrap .gfield_checkbox .gchoice input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.ccb-form-wrap .gform_wrapper.gravity-theme .gfield-choice-input+label {
  width: auto;
  max-width: 100%;
  padding-left: 30px;
  position: relative;
}

.ccb-form-wrap .gfield_radio .gchoice {
  margin-right: 30px;
}

.ccb-form-wrap .gfield_radio .gchoice:last-child {
  margin-right: 0;
}

.ccb-form-wrap .gform_wrapper.gravity-theme .gfield-choice-input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 19px;
  height: 19px;
  border: 1px solid #402b53;
  border-radius: 100%;
  background: #fff;
}

.ccb-form-wrap .gform_wrapper.gravity-theme .gfield-choice-input+label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #f1ba17;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ccb-form-wrap .gform_wrapper.gravity-theme .gfield-choice-input:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.ccb-form-wrap .gform_wrapper.gravity-theme .gfield-choice-input:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.ccb-top-section .checkbox-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.gfield_checkbox .gchoice {
  margin-bottom: 8px;
}

.ccb-top-section .checkbox-wrapper input[type="radio"] {
  display: none;
  visibility: hidden;
}

.ccb-top-section .checkbox-wrapper label {
  padding-left: 30px;
  position: relative;
}

.ccb-top-section .checkbox-wrapper input[type="radio"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 19px;
  height: 19px;
  border: 1px solid #402b53;
  border-radius: 100%;
  background: #fff;
}

.ccb-top-section .checkbox-wrapper input[type="radio"]+label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #f1ba17;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ccb-top-section .checkbox-wrapper input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.ccb-top-section .checkbox-wrapper input[type="radio"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.ccb-top-section {
  margin-bottom: 45px;
}

.ccb-top-section-wrap {
  padding: 30px;
  border: 1px solid #f1ba17;
}

.ccb-top-section-wrap #first-user-form {
  text-align: center;
  max-width: 40%;
  margin: 0 auto;
  padding: 25px 15px;
  background: #fff;
}

/* update 10/06/2022 end */
/*13.6.22*/
.ccb-form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input+label:before,
.ccb-form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input+label:after {
  border-radius: 0px;
}

.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields input[type="text"],
.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields input[type="tel"],
.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields input[type="password"],
.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields input[type="email"],
.ccb-form-wrap .gform_wrapper.gravity-theme .gform_fields select {
  width: 100%;
}

::-webkit-input-placeholder {
  opacity: 0.2;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.2;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.2;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.2;
  color: #000;
}

.ccb-form-wrapper h4 {
  color: #424242;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.ccb-form-wrapper li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/tickmark.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.ccb-form-wrapper li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.ccb-form-wrapper ol,
.ccb-form-wrapper ul {
  padding-left: 0px;
  padding-bottom: 23px;
}

/* MOD 140622 */

/*.upcoming-product-wrap{
  padding:40px 0;  
}*/
.upcoming-product-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px !important;
}

.upcoming-product-wrap ul li {
  flex: 0 0 auto;
  width: 100%;
  max-width: calc(33.33% - 24px);
  margin-left: 24px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #9191911c;
  -webkit-box-shadow: 0px 10px 30px #9191911c;
  -moz-box-shadow: 0px 10px 30px #9191911c;
  padding: 33px 21px 33px 33px;
  text-align: left;
  border-radius: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px dotted transparent;
  font-size: 16px;
}

.upcoming-product-wrap ul li:hover {
  -webkit-box-shadow: 0px 30px 40px #0f0f0f1c;
  box-shadow: 0px 30px 40px #0f0f0f1c;
  -moz-box-shadow: 0px 30px 40px #0f0f0f1c;
}

.upcoming-product-wrap ul li:last-child {
  margin-right: 0;
}

.upcoming-product-wrap .ccbpress_upcoming_events_graphical_name a {
  color: #424242;
  font-size: 27px;
  line-height: 1.2;
  font-family: "Acumin Pro Bold";
  opacity: 1;
}

.upcoming-product-wrap .ccbpress_upcoming_events_graphical_name a:hover {
  color: #f1ba17;
}

.upcoming-product-wrap .ccbpress_upcoming_events_graphical_date {
  float: none;
  background-color: transparent;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #424242;
}

.upcoming-product-wrap .ccbpress_upcoming_events_graphical_date>div {
  display: inline;
  font-size: 16px;
  text-transform: unset;
}

.upcoming-product-wrap .ccbpress_upcoming_events_graphical_detail {
  font-size: 16px;
}

.upcoming-product-wrap .common-btn {
  margin-top: 30px;
}

.blog-featured-content h6 {
  margin-bottom: 15px;
  color: #402b53;
  font-size: 18px;
  font-weight: 400;
  font-family: "Acumin Pro";
}

.blog-featured-content p a {
  color: #402b53;
  font-weight: bold;
}

.blog-featured-content p a:hover {
  color: #f1ba17;
}

input[type="submit"]:focus {
  border: 2px solid black;
}

.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_19_1+label,
.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_18_1+label {
  width: auto;
  max-width: 100%;
  padding-left: 30px;
  position: relative;
}

.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_19_1+label:before,
.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_18_1+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 19px;
  height: 19px;
  border: 1px solid #402b53;
  border-radius: 0;
  background: #fff;
}

.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_19_1+label:after,
.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_18_1+label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #f1ba17;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_19_1:not(:checked)+label:after,
.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_18_1:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_19_1:checked+label:after,
.ccb-form-wrap .gform_wrapper.gravity-theme #input_19_18_1:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.ccb-top-section .checkbox-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

input#input_19_19_1,
input#input_19_18_1 {
  display: none;
}

label.gfield_consent_label {
  font-size: 14px;
}

.ccb-form-wrap {
  position: relative;
}

.gfield_list_icons {
  position: absolute;
  right: 0;
}

.blog-featured-img figure {
  border-radius: 20px;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.gfield_header_item:nth-child(2) {
  position: relative;
  right: -7px;
}

.gfield_header_item:nth-child(3) {
  position: relative;
  right: -14px;
}

.gfield_header_item:nth-child(4) {
  position: relative;
  right: -21px;
}

.gfield_header_item:nth-child(5) {
  position: relative;
  right: -28px;
}

.gfield_header_item:nth-child(6) {
  position: relative;
  right: -35px;
}

body.single-video-dark {
  background-color: #000;
  color: #fff;
}

.recent_sirmons_sec .video_blog_section_otr_btm h5,
.recent_sirmons_sec .video_blog_section_otr_btm p {
  color: #424242;
}

.single-video-dark .recent_sirmons_sec .video_blog_section_otr_btm h5,
.single-video-dark .recent_sirmons_sec .video_blog_section_otr_btm p {
  color: #fff;
}

.single-video-dark .txt_whitrr h1,
.single-video-dark .txt_whitrr h2,
.single-video-dark .txt_whitrr h3,
.single-video-dark .txt_whitrr h4,
.single-video-dark .txt_whitrr h5,
.single-video-dark .txt_whitrr {
  color: #fff;
}

.popular_video_secp .txt_whitrr h2 {
  color: #fff;
}

.single-video-dark .video-pages-innr h2 {
  color: #fff;
}

.txt_whitrr h1,
.txt_whitrr h2,
.txt_whitrr h3,
.txt_whitrr h4,
.txt_whitrr h5,
.txt_whitrr {
  color: #424242;
}

.video-pages-innr-subc {
  margin-top: 33px;
}

.video-pages-innr-subc h3 {
  font-size: 33px;
  margin-bottom: 2px;
}

.video-pages-innr-subc ul {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}

.video-pages-innr-subc ul:last-child {
  margin-bottom: 0;
}

.video-pages-innr-subc ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
  margin-right: 5px;
  padding-right: 14px;
  color: rgba(255, 255, 255, 0.6);
  color: #424242;
  margin-bottom: 10px;
}

.single-video-dark .video-pages-innr-subc ul li {
  color: rgba(255, 255, 255, 0.6);
}

.video-pages-innr-subc ul li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.video-pages-innr-subc ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.video-pages-innr-subc ul li:last-child:after {
  display: none;
}

.popular_video_secp_heading {
  margin-bottom: 30px;
}

.popular_video_secp_slider .slick-slide {
  padding: 0 20px;
}

.popular_video_secp_slider .slick-list {
  margin: 0 -20px;
}

.video_blog_section_otr {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.video_blog_section_otr .main_img {
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 15px;
  position: relative;
  padding-bottom: 76%;
}

.video_blog_section_otr .main_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
}

.video_blog_section_otr:hover .main_img img {
  transform: scale(1.1);
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
}

.video_blog_section_otr_btm h5 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 3px;
  color: #fff;
}

.video_blog_section_otr_btm p {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
}

.video_blog_section_otr:hover,
.video_blog_section_otr:hover h5 {
  color: #f1ba17;
}

.arrow_cmn_ptr .slick-arrow {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  z-index: 1;
  top: 40%;
}

.arrow_cmn_ptr .slick-arrow.slick-prev {
  left: -2%;
}

.arrow_cmn_ptr .slick-arrow.slick-next {
  right: -2%;
}

.popular_video_secp_slider {
  padding: 0 0;
}

.back_lt_blbk {
  background: #1c1c1e;
}

/*20.6.22*/
.main-video-tag-info {
  position: absolute;
  bottom: 0;
  padding-left: 2.8ex;
  padding-bottom: 2.1ex;
  z-index: 3;
}

.main-video-tag-info h6 {
  font-size: 23px;
  line-height: 1.1;
  color: #fff;
}

.main-video-tag-info .main-video-tag {
  background-color: rgba(244, 245, 247, 0.5);
  border-radius: 50px;
  width: auto;
  display: inline-block;
  padding: 7px 10px 3px;
  margin-bottom: 10px;
  z-index: 3;
}

.main-video-tag-info .main-video-tag p {
  font-size: 14px;
  color: #fff;
}

/*.banner-inner .main-video-tag-info{display: none;}
.banner-inner:hover .main-video-tag-info{display: block;}*/

.single-video {
  background: #000;
}

.single-video .video-pages-innr-subc h3,
.single-video .video-pages-innr-subc ul li,
.single-video .video-pages-innr-subc p,
.single-video .give-now-wrap ul li span,
.single-video .recent_sirmons_sec .video_blog_section_otr_btm h5,
.single-video .recent_sirmons_sec .video_blog_section_otr_btm p,
.popular_video_secp_heading h2,
.video_blog_section_otr_btm p {
  color: #fff;
}

.recent_sirmons_sec .video_blog_section_otr_btm h5:hover {
  color: #f1ba17;
}

.single-video .give-now-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.single-video .give-now-wrap ul li span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.single-video .give-now-wrap ul li {
  text-align: center;
  list-style: none;
  margin: 0px 25px;
}

.single-video .give-now-wrap ul li img {
  width: 21px;
  margin: 0 auto 7px;
}

.single-video .give-now-wrap {
  margin-top: 30px;
}

.single-video .share-section-wrap {
  background: #1c1c1e;
  width: 250px;
  padding: 16px;
  height: fit-content;
  border-radius: 16px;
  margin-top: 33px;
  margin-left: auto;
}

.single-video a.share-button {
  font-size: 14px;
  line-height: 17px;
  padding: 15px 18px 12px;
  width: 100%;
  background-color: #f1ba17;
  border-radius: 8px;
  color: #151515;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.single-video .give-now-wrap ul li span:hover {
  color: #f1ba17;
}

.single-video a.share-button img {
  width: 20px;
  margin-right: 8px;
  filter: invert(1);
  transition: all 0.3s ease-in-out;
}

.single-video a.share-button:hover {
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.single-video a.share-button:hover img {
  filter: invert(0);
}

.single-video .video-pages-innr-subc ul li {
  opacity: 0.6;
  font-weight: 700;
  font-size: 15px;
}

.single-video .share-section-wrap p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

.single-video .share-now-section {
  margin-top: 20px;
  text-align: center;
}

.video-play-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.video-play-con img {
  width: 40px;
}

.banner-inner:hover {
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.banner-inner {
  z-index: 1;
}

.banner-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  /* background: rgba(0, 0, 0, 0.5); */
  content: "";
  z-index: 0;
  pointer-events: none;
}

.pagination-section span {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  min-width: 1em;
  display: block;
  background: #f1ba17;
  border-right: 1px solid #d3ced2;
}

.pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.pagination-section span.current {
  background: #502b6f;
  color: #fff;
}

.pagination-section span:hover {
  background: #502b6f;
  color: #fff;
}

.pagination-section span:hover a {
  color: #fff;
}

.pagination-section a {
  display: block;
}

.blog-featured-content img {
  width: auto !important;
}

.single-video a.share-button:hover {
  background: #502b6f;
  color: #fff;
}

.single-video .give-now-wrap ul {
  margin-bottom: 0px;
}

.recent_sirmons_sec h2 {
  color: #424242;
}

.single-video .popular_video_secp_heading h2 {
  color: #fff;
}

.heateor_sss_sharing_ul a {
  margin-right: 10px !important;
}

/* 06.07.22 */

.main-video-live img {
  border-radius: 3px;
  width: 70px;
  margin-bottom: 10px;
}

.banner-inner:hover .main-video-live img {
  display: block;
}

/**********18.07.2022***********/
.location-on-top ul {
  padding: 0;
  margin: 0;
}

.location-on-top ul li {
  list-style: none;
  line-height: 1;
}

.location-on-top ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-area {
  text-transform: capitalize;
  font-weight: 600;
  color: #181818;
  margin-right: 15px;
  line-height: 1.5;
  padding-left: 20px;
  background: url(images/marker.png) no-repeat top 0px left;
  background-size: 15px;
}

.location-area-submenu {
  padding-left: 15px !important;
  border-left: 1px solid #000;
}

.location-area-submenu li a {
  font-size: 14px;
  color: #181818;
  text-transform: capitalize;
  font-weight: 500;
}

.location-area-submenu li a:hover {
  color: #f1ba17;
}

.location-area a {
  color: #f1ba17;
}

.location-area a:hover {
  color: #181818;
}

.location-on-top {
  padding: 20px 0;
}

.location-banner-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 230px 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.location-banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(80, 43, 111);
  background: linear-gradient(180deg,
      rgba(80, 43, 111, 1) 0%,
      rgba(40, 22, 56, 1) 100%);
  opacity: 0.65;
  z-index: 1;
}

.location-banner-bottom {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
  background-color: rgba(244, 245, 247, 0.5);
  border-radius: 50px;
  width: auto;
  display: inline-block;
  padding: 11px 14px 7px;
  margin-bottom: 0;
}

.location-banner-bottom h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}

.location-banner-button {
  position: relative;
  z-index: 9;
}

.location-sign-button {
  margin: 30px 0;
}

/***********19.07.2022**********/
.location-bottom-wrap ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.location-bottom-wrap ul li {
  list-style: none;
}

.location-bottom-wrap ul li a {
  color: #52326e;
  text-decoration: underline !important;
  font-weight: 500;
}

.location-bottom-wrap ul li a:hover {
  color: #f1ba17;
}

.location-bottom-wrap ul li span {
  display: inline-block;
  font-weight: 700;
}

.location-bottom-wrap p {
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: -0.43px;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 30px 0;
}

/*------09-08-22---------------*/
.upcoming-evts {
  background: #fff;
}

.upcoming-evts .blogbox {
  border: 1px solid #502b6f;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 5px 25px #766f6f29;
  -webkit-box-shadow: 0px 5px 25px #766f6f29;
  -moz-box-shadow: 0px 5px 25px #766f6f29;
  text-align: center;
  /* min-height: 570px;*/
}

.upcoming-evts .blogbox .common-btn {
  margin-bottom: 20px;
}

.upcoming-evts .blogbox h6 a {
  color: #52326e;
}

.upcoming-evts .blogbox h6 a:hover {
  color: #f1ba17;
}

.upcoming-evts .blogbox figure {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.upcoming-evts .rowspan {
  --bs-gutter-y: 30px;
}

.upcoming-evts .blog-index {
  padding-bottom: 0;
}

/* 10.8.22 */

nav.pagination-cmn.nav_custm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.pagination-cmn.nav_custm .page-numbers li a {
  margin: 0 10px;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  color: #000;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #f1ba17;
  line-height: 0.8;
  transition: all 0.4s;
  padding-top: 3px;
}

.pagination-cmn.nav_custm .page-numbers.next,
.pagination-cmn.nav_custm .page-numbers.prev {
  height: auto;
  width: 100%;
  border-radius: 4px;
  background-color: #f1ba17;
  padding: 10px 20px 7px;
  margin: 0;
}

.pagination-cmn.nav_custm .page-numbers:hover {
  background: #502b6f;
  color: #fff;
}

.pagination-cmn.nav_custm .page-numbers.current {
  background: #502b6f;
  color: #fff !important;
  margin: 0 10px;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  color: #000;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 0.8;
  transition: all 0.4s;
  padding-top: 3px;
}

.nav_custm ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav_custm ul li {
  list-style: none;
}

.evnts_outer .ev_date {
  background-image: url(images/date.png);
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  background-size: 16px;
  display: inline-block;
}

.evnts_outer .ev_time {
  background-image: url(images/clock.png);
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  background-size: 16px;
  display: inline-block;
}

.nav_custm ul.page-numbers:hover {
  background: transparent !important;
}

.evnts_outer figure {
  float: left;
  width: 550px;
  height: 310px;
  margin-right: 35px;
}

.evnts_outer figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*support 11/08/2022 ss*/
.evnts_outer {
  display: flex;
  flex-wrap: wrap;
}

.evnts_outer figure {
  float: inherit;
  width: 100%;
  height: 600px;
  margin-right: 0;
  margin-bottom: 3rem;
  border-radius: 15px;
  overflow: hidden;
}

.blog-featured-content {
  width: 50%;
}

.time_dt {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.time_dt h6 {
  margin-bottom: 0 !important;
}

.evts_details_outer {
  display: flex;
  flex-wrap: wrap;
}

.evts_content {
  width: calc(50% - 20px);
  margin-left: 20px;
}

.address_details,
.evts_content {
  padding: 1rem;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  height: max-content;
}

.time_dt:nth-child(1) {
  border-radius: 10px 10px 0 0;
}

.time_dt:nth-child(2) {
  border-radius: 0 0 10px 10px;
  border-bottom: 0;
  margin-bottom: 15px;
  justify-content: flex-start;
}

.date_dtls h5 {
  margin-bottom: 5px;
  padding-left: 25px;
}

.time_dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time_dt .button-btn {
  height: 40px;
  width: 100px;
  border: none;
  background-color: #f4f5f7;
  border-radius: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}

.time_dt .button-btn:hover {
  background-color: #f1ba17;
}

.time_dt .button-btn img {
  width: 16px !important;
  margin-right: 5px;
}

.address_details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.address_details span {
  width: 50px;
  margin-right: 15px;
}

.address_details .button-btn {
  border: 0;
  margin: 0;
  min-width: 50px;
  text-align: center;
  color: #ff671f;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.evts_title .button-btn {
  border: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0875b7;
  min-width: 50px;
  margin-left: 20px;
}

.address_details .button-btn img {
  width: 20px !important;
  margin-bottom: 5px;
}

.evts_title .button-btn img {
  width: 25px !important;
  margin-bottom: 5px;
}

.address_details .button-btn:hover,
.evts_title .button-btn:hover {
  color: #000;
}

.address_details p {
  margin-right: auto;
  margin-bottom: 0;
}

.evts_content h5 {
  margin-bottom: 10px;
}

.evts_content p a {
  color: #ff671f;
  margin-top: 10px;
  display: inline-block;
}

.evts_content p a:hover {
  color: #000;
}

.evts_title h2 {
  margin-bottom: 0;
}

.evts_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.share-modal .btn-close {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 9;
}

.share-modal .modal-body {
  text-align: center;
  padding: 2em;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pop-social {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 30px;
}

.pop-social li {
  padding: 0 10px;
}

.pop-social li a {
  font-size: 26px;
  background-color: #f5f6f8;
  color: #000;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.pop-social li a:hover {
  background-color: #f1ba17;
}

.st_dt_icon {
  width: 16px;
  margin-right: 10px;
}

.st_end {
  width: 30%;
}

.st_end h5 {
  margin-bottom: 10px;
}

.event_heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.event_heading h2 {
  margin: 0;
}

.evts_search {
  height: 56px;
  width: 225px;
  position: relative;
  border-radius: 100px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.evts_search input[type="search"] {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1.3em 1em 1.1em 3em;
  position: relative;
  border-radius: 100px;
  border: 0;
  color: #000;
}

.evts_search form {
  width: 100%;
  height: 100%;
}

.evts_search input[type="search"]::placeholder {
  opacity: 1;
  color: #000;
}

.evts_search input[type="submit"] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: url(images/search.png) center no-repeat;
  background-size: 100%;
}

.filter_box {
  padding: 18px;
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.filter_box h4 {
  margin-bottom: 15px;
}

.filter_box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.filter_box ul li {
  margin-bottom: 10px;
}

.blogbox {
  border: 0 !important;
  transition: all 0.3s ease-in-out;
}

.blogbox:hover {
  transform: scale(1.05);
}

.blogbox .blog-index {
  text-align: left;
  position: relative;
  padding: 20px 20px 20px 20px !important;
}

.blogbox .blog-index h6 {
  margin-bottom: 15px;
}

.blogbox .blog-index h5 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #424242c3;
}

.blogbox .blog-index p {
  color: #000;
}

.blogbox .blog-index .st_dt_icon {
  width: auto;
  position: absolute;
  right: 12%;
  bottom: 30px;
  margin: 0;
}

.blogbox .blog-index .st_dt_icon img {
  width: 16px;
  margin-right: 5px;
}

.search_err {
  margin-top: 8vw;
}

/* 30082022  */
.evts_content li a {
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 18px 31px 15px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}

.evts_content li a:hover {
  background: #502b6f;
  color: #fff;
}

.evts_content li {
  list-style: none;
}

.evts_content a {
  color: #ff671f;
  margin-top: 10px;
  display: inline-block;
}

.evts_content a:hover {
  color: #000;
}

.ccb-top-section {
  text-align: center;
}

.ccb-top-section ul {
  display: inline-block;
  margin: 16px auto 0;
}

.ccb-top-section ul li::before {
  left: 0;
}

.ccb-top-section ul li {
  margin: 0;
  display: inline-block;
}

/* update 01/09/2022 start */
.purpose-con .section-con {
  margin-bottom: 80px;
}

.location-banner-image.cta_outer {
  border-radius: 0;
}

.accord_vision_value {
  margin: 60px 0;
}

.posterbox.buyer_outer .banner-meet-btngroup {
  align-items: center;
  justify-content: space-between;
}

.posterbox.buyer_outer .banner-meet-btngroup .mailtxtit {
  max-width: 45%;
  width: 100%;
}

.outer_new video {
  display: block;
}

.page-template-location-landing .location-banner-image.outer_new {
  padding: 0;
}

/* accordion section */
.accord_vision_value .accordion-button {
  background: transparent;
  /*border-radius: 0;*/
}

.accord_vision_value .accordion-item {
  background: transparent;
  /*border: none;
  border-radius: 0;*/
}

.accord_vision_value .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accord_vision_value .accordion-button.collapsed {
  box-shadow: none;
}

.accord_vision_value .accordion-button.collapsed {
  padding: 0;
  font-size: 42px;
  color: #424242;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.accord_vision_value .accordion-button:not(.collapsed) {
  color: #52326e;
  font-size: 42px;
  line-height: 1;
  padding: 0;
}

.accord_vision_value .accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.accord_vision_value .accordion-body {
  padding: 0;
  margin: 20px 0 0 0;
}

.accord_vision_value .accordion-body ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.accord_vision_value .accordion-body ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/tickmark.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.accord_vision_value .accordion-item {
  margin-bottom: 40px;
  padding: 20px 20px 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.accord_vision_value .accordion-item:last-child {
  margin-bottom: 0;
}

.accord_vision_value .accordion-button::after {
  background-image: url(images/acr_dwn_arw.png);
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
  background-size: 20px;
}

.accordion-button:not(.collapsed)::after {
  transform: rotateX(-180deg);
  top: 0;
  right: 0;
  line-height: 1;
}

.accord_vision_value .accordion-button {
  position: relative;
}

.location-banner-image.cta_outer {
  padding: 120px 0;
}

/* update 01/09/2022 end */

/* update 02/09/2022 start */

.cta_outer .location-banner-button h4 {
  font-size: 42px;
}

.buyer_outer .meet-pastor-img {
  /*max-width: 270px;*/
  width: 100%;
  margin-left: auto;
}

.buyer_outer .meet-pastor-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
}

.buyer_outer .container .buyer_inner {
  margin-bottom: 60px;
}

.buyer_outer .container .buyer_inner:last-child {
  margin-bottom: 0;
}

.buyer_outer .container .buyer_inner .buyer_details {
  order: 2;
}

.buyer_outer .container .buyer_inner .buyer_pic {
  order: 1;
}

.buyer_outer .container .buyer_inner .buyer_pic .meet-pastor-img {
  margin-left: inherit;
}

.buyer_outer .postercon {
  padding-right: 0;
}

.buyer_outer .small-para {
  max-width: 100%;
}

.buyer_outer .postercon p {
  max-width: 100%;
  width: 100%;
}

.posterbox.buyer_outer .buyer_inner:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}

/*02-09-support*/

.page-template-location-landing .location-banner-image.outer_new .houston_video_inner {
  max-width: 100% !important;
  margin: 0 !important;
  position: relative;
}

.location-banner-image.outer_new::after {
  display: none !important;
}

.page-template-location-landing .location-banner-image.outer_new .houston_video_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(80, 43, 111);
  background: linear-gradient(180deg,
      rgba(80, 43, 111, 1) 0%,
      rgba(40, 22, 56, 1) 100%);
  opacity: 0.65;
  z-index: 2;
}

.houston_video_inner .play_btn {
  z-index: 3 !important;
}

/* update 02/09/2022 end */

/* new-support-new-page-details-26-09-2022 */
.new-details-page-main-sec {
  position: relative;
  padding: 30px 0 180px 0;
  background: #eaf2f5;
}

.top-loc-nw-dtls {
  position: relative;
  margin-bottom: 26px;
}

.top-loc-nw-dtls span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 16px;
}

.top-loc-nw-dtls span i {
  display: flex;
  padding-right: 12px;
}

.nw-dtls-page-bannr-nw-sec {
  position: relative;
  padding: 300px 0 30px 0;
  border-radius: 8px;
}

.nw-dtls-page-bannr-wrap-bttm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
  padding: 0 40px;
}

.nw-dtls-page-banr-lft-txt {
  position: relative;
}

.nw-dtls-page-banr-lft-txt h4 {
  color: #f5af2c;
  font-size: 16px;
  margin: 0;
}

.nw-dtls-page-banr-lft-txt h3 {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
}

.nw-dtls-page-banr-rght-txt {
  display: flex;
  align-items: center;
}

.nw-dtls-page-banr-rght-txt p {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  padding-right: 20px;
}

.nw-dtls-page-banr-rght-invold {
  position: relative;
  display: flex;
  align-items: center;
  border-left: 1px solid #ffffff;
  padding-left: 12px;
}

.nw-dtls-page-banr-rght-invold .totl {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e7a52e;
  color: #000202;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 8px;
}

.nw-dtls-page-banr-rght-invold-bar {
  position: relative;
  padding-left: 12px;
  padding-right: 25px;
}

.nw-dtls-page-banr-rght-invold-bar label {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 4px;
  width: 100%;
}

.nw-dtls-page-banr-rght-invold-bar-outer {
  position: relative;
  width: 172px;
  height: 16px;
  border: 2px solid #ffffff;
  background: #ffffff;
  border-radius: 10px;
}

.nw-dtls-page-banr-rght-invold-bar-outer span {
  background: #412a56;
  height: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nw-dtls-page-banr-rght-txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  padding: 16px 41px;
  transition: 0.5s;
}

.nw-dtls-page-banr-rght-txt a:hover {
  background: #ffffff;
  color: #000000;
}

.new-details-page-innr-part-nw {
  padding-top: 30px;
  position: relative;
}

.new-details-page-innr-part-nw-lft-frst {
  position: relative;
  border-radius: 5px;
  background: #ffffff;
}

.new-details-page-innr-part-nw-lft-frst h4 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  background: #412a56;
  border-radius: 5px 5px 0 0;
  padding: 19px;
  text-align: center;
}

.page-innr-part-nw-lft-frst-dts-adds-wrp {
  padding: 16px 24px 26px 24px;
}

.page-innr-part-nw-lft-frst-dts-adds {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.page-innr-part-nw-lft-frst-dts-adds i {
  background: #f5af2c;
  width: 55px;
  flex-basis: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-innr-part-nw-lft-frst-dts-adds p {
  width: calc(100% - 55px);
  flex-basis: calc(100% - 55px);
  color: #707070;
  font-size: 16px;
  padding-left: 10px;
}

.new-details-page-innr-part-nw-lft-clm {
  width: 28%;
}

.new-details-page-innr-part-nw-right-clm {
  width: 72%;
}

.page-innr-part-nw-lft-frst-dts-adds-wrp a {
  width: 145px;
  height: 44px;
  border: 1px solid #412a56;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #412a56;
  font-size: 16px;
  margin: 0 auto;
}

.page-innr-part-nw-lft-frst-dts-adds-wrp a:hover {
  background: #412a56;
  color: #ffffff;
}

/*support 26/9/2022*/
.nws-itemimgbox {
  height: 400px;
}

.nws-itemimgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nws-contimgbx {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.nws-contimgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50px;
}

.nws-contact-itm {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-top: 25px;
}

.news-itemwrap {
  display: flex;
  margin: 0 -5px;
}

.nws-maincard {
  width: 50%;
  flex-basis: 50%;
  padding: 0 5px;
  margin-bottom: 30px;
}

.nws-itm-cont {
  background-color: #ffffff;
  padding: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  position: relative;
  margin-top: -90px;
  border-radius: 5px;
}

.news-contnm {
  color: #120a1a;
  font-size: 18px;
  margin-bottom: 5px;
}

.news-contdesig {
  color: #707070;
  font-size: 15px;
}

.nws-itm-cont h4 {
  font-size: 18px;
  color: #120a1a;
  margin-bottom: 5px;
}

.nws-itm-cont p {
  color: #707070;
  font-size: 15px;
}

.news-timelftpart {
  position: relative;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 25px;
}

.news-timelftpart h4 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  background: #412a56;
  border-radius: 5px 5px 0 0;
  padding: 19px;
  text-align: center;
}

.news-timelist-cont ul {
  padding-left: 0;
  margin-bottom: 0;
}

.news-timelist-wrap {
  background-color: rgba(245, 175, 44, 0.28);
  padding: 10px;
  transition: 0.5s;
  position: relative;
  font-size: 15px;
  color: #120a1a;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 5px;
  padding-right: 25px;
  list-style: none;
  /* text-transform: capitalize; */
}

.news-timelist-cont {
  padding: 5px;
}

.news-timelist-wrap:hover {
  background-color: rgba(245, 175, 44, 1);
}

.news-time-plusicon {
  position: absolute;
  right: 10px;
}

.news-connectbox {
  background-image: url(images/nwsconnectimg.png);
  background-size: cover;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}

.nws-conect-lfttxt h4 {
  color: #ffffff;
}

.nws-conect-lfttxt p {
  color: #ffffff;
}

.nwsconnextbtn {
  min-height: 44px;
  border: 1px solid #412a56;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  justify-content: center;
  color: #412a56;
  font-size: 16px;
  margin: 0 auto;
  background-color: #ffffff;
}

.nwsconnextbtn:hover {
  background-color: rgba(245, 175, 44, 1);
  color: #ffffff;
}

.news-connect-topdiv {
  padding: 80px 30px 70px 30px;
}

.news-connect-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  text-align: left;
  padding: 0 20px;
  bottom: 30px;
  padding: 30px;
}

.news-connect-text h4 {
  margin-bottom: 5px;
}

/*location page*/

.gm-style .gm-style-iw-c {
  text-align: center;
}

.gm-style .gm-style-iw-c strong a {
  background-color: #412a56;
  color: #f5af2c;
  width: 96%;
  padding: 3px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
}

.gm-style .gm-style-iw-c a.wpsl-directions {
  color: #412a56;
  float: none;
  font-weight: 500;
  margin: auto;
}

.gm-style .gm-style-iw-c a.wpsl-directions:hover {
  color: #f5af2c;
}

.wpsl-search {
  float: right;
  width: 66.5%;
  background-color: #ffffff;
}

/*location page*/
/*support 26/9/2022*/

/* update 27/09/2022 start */
.searchWrap {
  float: none !important;
  width: 65% !important;
  position: relative;
}

.searchWrap .wpsl-input,
.searchWrap .wpsl-search-btn-wrap,
.searchWrap .wpsl-search-btn-wrap input {
  float: none !important;
  margin-bottom: 0 !important;
}

.useMylocation .wpsl-icon-reset {
  float: none !important;
}

.wpsl-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.useMylocation {
  width: calc(100% - 65%);
  padding-left: 16px;
}

.searchWrap .wpsl-input {
  width: 100%;
}

.searchWrap .wpsl-input input[type="text"] {
  width: 100% !important;
  height: 60px !important;
}

.searchWrap .wpsl-search-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0 !important;
}

.searchWrap .wpsl-search-btn-wrap input[type="submit"] {
  margin-right: 0 !important;
  height: 100%;
  padding: 30px !important;
  font-size: 0;
  line-height: 0 !important;
  border: none !important;
  background: transparent url(images/loc_search.svg) no-repeat center center !important;
  background-size: 24px !important;
  box-shadow: none !important;
  border-left: 1px solid #c3d6dd !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.useMylocation .resetMap {
  width: 100%;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  padding: 0 22px;
  border-radius: 3px;
  border: 1px solid #412a56;
  background: #fff;
  color: #412a56;
}

.useMylocation .resetMap:hover {
  color: #fff;
  background: #412a56;
}

.wpsl-search {
  padding-bottom: 12px;
}

.locationListing .locationData figure img {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.locationListing .locationData figure {
  margin: 0;
}

.locationListing .locationData figure {
  max-width: 74px;
  width: 100%;
  max-height: 69px;
  height: 100%;
  margin-right: 16px !important;
}

.locationData {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.locationListing .locationData .locationDetails {
  max-width: calc(100% - 90px);
  width: 100%;
}

.locationListing .locationData .locationDetails strong {
  color: #707070;
  font-size: 16px;
  font-weight: 700;
}

.locationListing .locationData .locationDetails strong a {
  display: inline-block;
}

.locationListing .locationData .locationDetails strong:hover a {
  color: #f1ba17;
}

.locationListing .locationData .locationDetails p {
  font-size: 14px;
  color: #707070;
  line-height: 1.6;
  padding-left: 18px !important;
  position: relative;
  margin-bottom: 0px !important;
}

.locationListing .locationData .locationDetails p:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(images/global_address.svg) no-repeat center center;
  background-size: cover;
  content: "";
}

.locationListing .locationData .locationDetails a.locationLearnMore {
  display: inline-block;
  color: #838383;
  text-decoration: underline;
  font-size: 12px;
  line-height: 1;
}

.locationListing .locationData .locationDetails a.locationLearnMore:hover {
  color: #412a56;
}

.leftHeading {
  padding: 18px 0;
  border-radius: 5px;
  text-align: center;
  background: #412a56;
  margin-bottom: 16px;
}

.leftHeading h3 {
  color: #fff;
  line-height: 1;
  font-size: 24px;
}

#wpsl-wrap #wpsl-result-list li {
  background: #fff;
  border-bottom: none !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#wpsl-wrap #wpsl-result-list li:hover {
  box-shadow: 0px 0px 20px #4f3b612f;
  z-index: 2;
}

.locationListing {
  border-radius: 5px;
  overflow: hidden;
}

.locationListing .locationData .locationDetails a.locationLearnMore span {
  display: inline-block;
  max-width: 8px;
  opacity: 0.6;
}

.locationListing .locationData .locationDetails a.locationLearnMore span img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.locationListing .locationData .locationDetails a.locationLearnMore:hover span img {
  filter: grayscale(0);
  opacity: 1;
}

.resetMapIcon {
  display: inline-block;
  max-width: 14px;
  width: 100%;
  margin-right: 4px;
  line-height: 1;
  position: relative;
  margin-top: -3px;
}

.resetMapIcon img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.useMylocation .resetMap:hover .resetMapIcon img {
  filter: brightness(0) invert(1);
}

#wpsl-gmap,
#wpsl-stores {
  height: 650px;
}

.wpsl-info a.locationLearnMore span {
  display: inline-flex;
  max-width: 8px;
}

.wpsl-info a.locationLearnMore span img {
  width: 100%;
}

.wpsl-info a {
  float: none !important;
}

.wpsl-info a:hover {
  color: #412a56;
}

#wpsl-gmap .wpsl-info {
  display: block;
  margin: 10px 0 !important;
}

/* update start 25/01/2023 */

.ahow_comm_banner_wrap {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}

.ahow_comm_banner_wrap .banner_cont {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 4;
}

.ahow_comm_banner_wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 0;
  pointer-events: none;
}

.ahow_comm_banner_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(80, 43, 111, 1) 0%,
      rgba(40, 22, 56, 1) 100%);
  opacity: 0.65;
  z-index: 1;
}

.ahow_comm_banner_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ahow_comm_banner_wrap figure {
  margin-bottom: 0;
}

.ahow_comm_banner_wrap .banner_cont h1,
.ahow_comm_banner_wrap .banner_cont h5 {
  color: #fff;
}

.find_ctc {
  background: #fff;
}

.find_ctc .con-txt {
  margin-bottom: 30px;
}

.find_ctc_cont_wrap {
  padding: 30px 25px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 20px 30px #0000001c;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.find_ctc_cont_wrap:hover {
  background: #502b6f;
}

.find_ctc_cont_wrap:hover figure img {
  filter: brightness(0) invert(1);
}

.find_ctc_cont_wrap:hover .find_ctc_cont_wrap h5 {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.life_grp_ctc_cont ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.name_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
}

.name_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.life_grp_ctc_bx {
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 15px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 20px 30px #0000001c;
  transition: all 0.3s ease-in-out;
}

.life_grp_ctc_cont ul li {
  margin-bottom: 15px;
}

.life_grp_ctc_cont ul li a {
  display: block;
  max-width: 75%;
  margin: 0 auto;
}

.life_grp_ctc_cont ul li:last-child {
  margin-bottom: 0;
}

.name_icon_wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 1px solid #52326e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.find_ctc.common-gap,
.life_grp_ctc.common-gap {
  padding: 50px 0;
}

.find_ctc_cont_wrap figure img {
  max-width: 59px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.life_grp_ctc_bx h6,
.life_grp_ctc_bx h5 {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.life_grp_ctc .con-txt {
  margin-bottom: 50px;
}

.find_ctc_cont_wrap figure {
  min-height: 59px;
  max-height: 59px;
}

.ahow_comm_faq .con-txt {
  margin-bottom: 50px;
}

.ahow_comm_video {
  background: #fafafa;
}

.find_ctc_cont_inner a {
  display: block;
  height: 100%;
}

.find_ctc_cont_inner a:hover h5,
.life_grp_ctc_cont ul li a:hover .life_grp_ctc_bx h5 {
  color: #fff;
}

.find_ctc_cont_inner a:hover p,
.life_grp_ctc_cont ul li a:hover .life_grp_ctc_bx p {
  color: #fff;
}

.find_ctc_cont_inner a p,
.life_grp_ctc_cont ul li a .life_grp_ctc_bx p {
  transition: all 0.3s ease-in-out;
}

.find_ctc_cont_inner {
  height: 100%;
}

.find_ctc_cont_inner p,
.life_grp_ctc_bx p {
  color: #424242;
}

.ahow_comm_video_box {
  padding: 0 15px;
  position: relative;
}

.ahow_comm_video_roll {
  margin: 0 -15px;
}

.ahow_comm_video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.ahow_comm_video_play a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-size: 22px;
}

.ahow_comm_video_box figure img {
  width: 100%;
}

.ahow_comm_video_box figure {
  margin-bottom: 0;
}

.ahow_comm_video_roll.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.ahow_comm_video_roll .slick-dots {
  bottom: -50px;
}

.ahow_comm_video .con-txt {
  margin-bottom: 25px;
}

.ahow_comm_video_box_inner {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.ahow_comm_video_roll .slick-next,
.ahow_comm_video_roll .slick-prev {
  top: 45%;
}

.ahow_comm_video_box_inner:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg,
      rgba(80, 43, 111, 1) 0%,
      rgba(40, 22, 56, 1) 100%);
  opacity: 0.65;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.ahow_comm_video_box:hover .ahow_comm_video_box_inner:after {
  top: 0;
}

.default-pages .gform_required_legend {
  display: none;
}

.life_grp_ctc_bx:hover {
  background: #502b6f;
}

/* update end 25/01/2023 */

/* support 27/1/23 */

.banner.ahow_comm_banner .ahow_comm_banner_wrap {
  height: 605px;
  margin-bottom: 35px;
}

.life_grp_ctc_bx .round-shaped-img {
  height: 75px;
  width: 75px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 25px;
}

.life_grp_ctc_bx .round-shaped-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ahow_comm_banner_wrap figure {
  height: 100%;
  width: 100%;
}

.ahow_comm_banner_wrap figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* end support 27/1/23 */

/* support 31/1/23 */

.banner.ahow_comm_banner .ahow_comm_banner_wrap {
  height: 450px;
}

.ahow_comm_banner.banner:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.ahow_comm:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.find_ctc:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.find_ctc_col:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

/* .find_ctc_col:focus .find_ctc_cont_wrap {
  background: #502b6f;
}

.find_ctc_col:focus .find_ctc_cont_wrap figure img {
  filter: brightness(0) invert(1);
}

.find_ctc_col:focus .find_ctc_cont_wrap h5{
  color: #fff;
}

.find_ctc_col:focus .find_ctc_cont_wrap p{
  color: #fff;
} */

.ahow_comm_video:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.ahow_comm_faq:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.ahow_comm_video_box:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.life_grp_ctc:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

.life_grp_ctc_col:focus {
  border: 1px dotted #502b6f;
  outline: none;
}

/* end support 31/1/23 */

/* support-01-02-2023-css-start */

.ahow_comm_video_box figure {
  height: 204px;
}

.ahow_comm_video_box figure img {
  height: 100%;
  object-fit: cover;
}

.life_grp_ctc .life_grp_ctc_col:nth-child(1) .life_grp_ctc_bx:hover {
  background: #f1ba17;
}

/* .page-template-home .iframe-video{
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.page-template-home .iframe-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.life_grp_ctc_bx {
  position: relative;
}

.labeled-box {
  position: absolute;
  right: -28px;
  top: 15px;
  transform: rotate(45deg);
  background: #502b6f;
  /* width: 100%; */
  display: inline-block;
  padding: 0 30px;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}

.life_grp_ctc_bx:hover .labeled-box {
  background: #fff;
  color: #000000;
}

.life_grp_ctc .life_grp_ctc_col:nth-child(1) .labeled-box {
  color: #ffffff;
  background: #f1ba17;
  transition: 0.5s ease-in-out;
}

/* .life_grp_ctc .life_grp_ctc_col:nth-child(1):hover .labeled-box {
  background: #fff;
  color: #000000;
} */

/* support-01-02-2023-css-end */
/* support 6.2.23 start */
.life_grp_ctc .life_grp_ctc_col:nth-child(1) .life_grp_ctc_bx:hover .labeled-box.ylw {
  background: #ffffff;
  color: #000000;
}

/* support 6.2.23 end */

.page-template-our-resources .resources-info {
  padding-left: 25px;
  padding-right: 25px;
}

.page-template-our-resources .resources-info .register-btn {
  font-size: 25px;
}

.page-template-our-resources .resources-info .colspan .register-btn {
  margin-top: 0;
}

.study-metarials #data-custom-stydy ul {
  padding-left: 0;
  list-style: none;
}

.study-metarials #data-custom-stydy ul li {
  position: relative;
}

.study-metarials #data-custom-stydy ul li+li {
  margin-top: 8px;
}

.study-metarials #data-custom-stydy ul li input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.study-metarials #data-custom-stydy ul li input[type="checkbox"]~label {
  position: relative;
  padding-left: 25px;
  line-height: 16px;
}

.study-metarials #data-custom-stydy ul li input[type="checkbox"]~label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.study-metarials #data-custom-stydy ul li input[type="checkbox"]:checked~label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.study-metarials #study-materials-area .serve-listing {
  margin: -15px -15px 0;
}

.study-metarials #study-materials-area .serve-listing>div {
  padding: 15px;
}

.study-metarials #study-materials-area .service-listing-wrapper+.service-listing-wrapper {
  margin-top: 30px;
}

.study-metarials #study-materials-area .service-listing-month h3 {
  margin-bottom: 15px;
}

.study-metarials #study-materials-area .serve-listing .blogbox .blog-index {
  text-align: center;
  padding-bottom: 0 !important;
  padding-top: 15px !important;
}

.study-metarials #study-materials-area .serve-listing .blogbox h6 {
  max-width: 100%;
}

.news-connectbox-button-wrapper .serve-items {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.news-connectbox-button-wrapper .serve-items a {
  padding: 25px 15px;
}

/*---*/
.ctc_table {
  border: 1px solid rgba(69, 40, 97, 0.3);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #424242;
}

.ctc_table tr {
  border-left: 1px solid rgba(69, 40, 97, 0.3);
  padding: 0.35em;
}

.ctc_table th,
.ctc_table td {
  padding: 0.625em;
  text-align: center;
  width: 20%;
  border-right: 1px solid rgba(69, 40, 97, 0.3);
  border-top: 1px solid rgba(69, 40, 97, 0.3);
}

.ctc_table th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #e7deef;
}

.ctc_table th[colspan] {
  background-color: #502b6f;
  text-transform: none;
  font-size: 22px;
  color: #fff;
}

.ctc_table tbody th[colspan] {
  background-color: #f2f0f8;
  font-size: 18px;
  color: #424242;
}

.ctc-connectbox-button-wrapper .serve-items {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

/*support 21/2/2023 start*/
.home .banner .banner-inner .banner-btngroup .common-btn {
  min-width: 187px;
}

/*support 21/2/2023 end*/
/*support 20/04/2023 start*/
.page-template-location-union .location-banner-image {
  padding: 0;
}

.page-template-location-union .content_header h2 {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.67px;
  margin-bottom: 27px;
}

.page-template-location-union .about_content ul {
  padding-left: 0;
}

.page-template-location-union .about_content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.page-template-location-union .about_content .our_timing .timing_list {
  text-align: left;
  padding-left: 70px;
}

.page-template-location-union .cta_area {
  padding: 120px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
}

.page-template-location-union .about_intro_section {
  padding-bottom: 80px;
}

.page-template-location-union .about_intro_section .content_header {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.page-template-location-union .cta_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(80, 43, 111);
  background: linear-gradient(180deg,
      rgba(80, 43, 111, 1) 0%,
      rgba(40, 22, 56, 1) 100%);
  opacity: 0.65;
  z-index: -1;
}

.page-template-location-union .cta_area h4 {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
}

.page-template-location-union .our_service_details {
  padding: 80px 0;
  background-color: #fff;
}

.page-template-location-union .our_service_details .about_content {
  padding: 65px 15px;
  border: 1px solid #0000004a;
  background: #edecec14;
  border-radius: 5px;
  box-shadow: 0px 1px 10px 4px #00000029;
}

.page-template-location-union .cta_area .cta_btn:hover {
  background-color: #efefef;
  color: #f1ba17;
}

.page-template-location-union .our_service_details .about_content .our_timing {
  position: relative;
}

.page-template-location-union .our_service_details .about_content .our_timing::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -35px;
  background-color: #00000066;
}

.page-template-location-union .our_service_details .our_timing ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  margin-left: 25px;
}

.page-template-location-union .our_service_details .our_timing ul li::before {
  content: "\f058";
  position: absolute;
  left: -25px;
  top: -1px;
  width: 15px;
  height: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.page-template-location-union .cta_area .cta_btn {
  text-transform: capitalize;
}

.page-template-location-union .multi_talent_speaker .author_profile {
  width: 100%;
  height: 400px;
}

.page-template-location-union .multi_talent_speaker .author_profile img,
.page-template-location-union .testimonial_area .meet-pastor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-location-union .testimonial_area .meet-pastor-img img {
  object-position: center;
}

.page-template-location-union .our_service_details .our_timing h5,
.page-template-location-union .our_service_details .our_address_area h5 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.page-template-location-union .our_service_details .our_address_area span {
  margin-left: 7px;
}

.page-template-location-union .cta_area h5 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}

.page-template-location-union .multi_talent_speaker {
  padding: 80px 0;
  background-color: #efefef;
}

.page-template-location-union .our_service_details .our_timing ul li {
  margin-bottom: 10px;
}

.our_service_details .adress_content p {
  position: relative;
  margin-left: 25px;
  display: inline-block;
}

.our_service_details .adress_content p::before {
  content: "\f3c5";
  position: absolute;
  top: -1px;
  left: -25px;
  width: 15px;
  height: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.page-template-location-union .image_houston {
  height: 480px;
}

/*support 20/04/2023 end*/
/*visit plans 21.04.2023*/
.page-template-location-union .testimonial_area .buyer_inner:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid #c6c6c6;
}

.page-template-location-union .testimonial_area .meet-pastor-img {
  width: 100%;
  height: 300px;
  padding-right: 30px;
}

/* 3.08.2023 */
.business-overview-area h2 {
  text-align: center;
  margin-bottom: 3rem !important;
}

.business-overview-innr {
  box-shadow: 10px 10px 30px #9191911c;
  padding: 2.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  height: 100%;
}

.business-overview-innr figure {
  height: 148px;
}

.business-overview-innr figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.business-overview-row>* {
  padding-bottom: 25px;
}

.business-overview-row {
  margin-bottom: -25px;
}

.business-overview-wrapper p {
  margin-bottom: 1.5rem;
}

/* 3.08.2023 */
/*support paulomi 14th august*/
.main-head {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.main-head.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  animation: slide-down 0.7s;
  -ms-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

.wopgalry-tbwrapr .resp-vtabs .resp-tabs-container {
  width: 100%;
  float: none;
  border: none;
}

.wopgalry-tbwrapr .resp-tab-content {
  padding: 0;
}

.wopgalry-tbwrapr .resp-vtabs ul.resp-tabs-list {
  width: 100%;
  float: none;
}

.wopgalrytabbx {
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px #9191911c;
  box-shadow: 10px 10px 30px #9191911c;
  padding: 5px;
}

.wopgalry-tbwrapr .resp-vtabs li {
  background-color: #ffffff !important;
  position: relative;
  border: 1px solid #f1ba17 !important;
  padding: 15px 15px 15px 15px !important;
  font-size: 14px;
  color: #000000;
}

.wopgalry-tbwrapr .resp-vtabs li.resp-tab-active {
  border: 1px solid #f1ba17 !important;
  background-color: #f1ba17 !important;
  margin-bottom: 0;
  margin-right: 0;
}

.wopgalry-tbwrapr .resp-vtabs li.resp-tab-active::before {
  opacity: 1;
}

.wopgalry-tbwrapr .resp-vtabs .resp-tab-content {
  border: none;
}

.leader-1st-col {
  margin: 0 auto 0 auto;
  padding-bottom: 40px;
}

/*support paulomi 14th august*/

/* support 18-08-23 satrt */

.wop-stiky-menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: #8f278b;
  padding: 15px 0;
  z-index: 98;
  border-radius: 0 5px 5px 0;
  /* box-shadow: 4px 8px 20px #cfcfcf; */
  box-shadow: 0px 0px 20px #626262;
  -webkit-box-shadow: 0px 0px 20px #626262;
  -moz-box-shadow: 0px 0px 20px #626262;
}

.wop-header-section {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.wop-header-section li {
  border-bottom: 1px solid #955b93;
}

.wop-header-section li:last-child {
  border-bottom: 0;
}

.wop-header-section li a {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  display: block;
}

.wop-header-section li a:hover,
.wop-header-section li.current-menu-item a {
  color: #f1ba17;
}

/* support 18-08-23 end */

/* 29/8/23 work start */
.blog-bottom-wrapper {
  margin-top: 30px;
}

.blog-bottom-wrapper ul {
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
}

.blog-bottom-wrapper li {
  max-width: 11rem;
  width: 100%;
  display: inline-block;
  margin: 4px;
}

.blog-bottom-wrapper li a {
  color: #424242;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 18px 31px 15px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  width: 100%;
}

.blog-bottom-wrapper li a:hover {
  background: #502b6f;
  color: #fff;
}

/* 29/8/23 work end */

.navbar-nav .clickD {
  position: absolute;
  right: 0;
  top: 9px;
  width: 13px;
  height: 7px;
  background: url(images/sort-down.svg) center center no-repeat;
  display: block;
  background-size: 10px;
  cursor: pointer;
}

/* .navbar-nav>li.menu-item-has-children {
    padding-right: 15px;
  } */

.navbar-nav>li.menu-item-has-children>a {
  padding-right: 15px !important;
}

/* 4/3/24 work start */

.cmn-gap {
  padding: 90px 0px;
}

.inner-banner {
  background-color: #f1f3f6;
}

.inn-ban-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 15px;
  min-height: 555px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.inn-ban-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg,
      rgba(62, 52, 123, 1) 0%,
      rgba(129, 32, 111, 1) 100%);
  opacity: 0.8;
  z-index: -1;
}

.inn-ban-text {
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.inn-ban-top-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inn-ban-text h1 {
  font-size: 48px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.inn-ban-text p {
  font-size: 16px;
}

.inn-ban-pic {
  max-width: 476px;
  margin: 0 auto;
  transform: translateY(60px);
}

.inn-ban-pic img {
  width: 100%;
}

.abt-mm-lt-col figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 502px;
}

.abt-mm-lt-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-mm-rt-box {
  padding: 110px 0 120px 26px;
}

.abt-mm-rt-box h2 {
  color: #333333;
  font-size: 40px;
  margin: 0 0 22px;
}

.abt-mm-para p {
  color: #575757;
  font-size: 16px;
  margin: 0 0 22px;
}

.abt-mm-para p:last-child {
  margin-bottom: 0;
}

.abt-mm-sec {
  background: #ffffff;
}

.abt-mm-btm-sec {
  background: #f7f7f7;
  padding: 184px 0 98px;
  margin-top: -188px;
}

.abt-info-item-box {
  text-align: center;
  padding: 32px 0;
}

.abt-info-item-box .icon {
  width: 112px;
  height: 112px;
  background: #ffffff;
  box-shadow: 0px 0px 44px rgba(208, 99, 151, 0.07);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.abt-info-item-box h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  color: #333333;
}

.abt-info-item-col {
  border-right: 1px solid #d9d9d9;
}

.abt-info-item-col:last-child {
  border-right: 1px solid transparent;
}

.upcm-event-sec {
  background: #ffffff;
}

.upcm-event-sec .sec-head {
  padding: 0 0 32px;
  text-align: center;
  width: 100%;
  max-width: 797px;
  margin: 0 auto;
}

.upcm-event-sec .sec-head h2 {
  color: #333333;
  margin: 0px 0 16px;
}

.upcm-event-sec .sec-head p {
  color: #575757;
  font-size: 16px;
}

.ue-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
}

.ue-item-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ue-item img {
  width: 100%;
  height: 266px;
  object-fit: cover;
}

.ue-item-content {
  padding: 26px 58px 24px 20px;
}

.timing {
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  color: #81206f;
  margin: 0 0 24px;
}

.ue-item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cmn-btn-v {
  background: linear-gradient(272.69deg, #6151b9 2.2%, #3d3379 98.95%);
  border-radius: 6px;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  padding: 18px 25px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.cmn-btn-v:hover {
  color: #ffffff;
}

.cmn-btn-v span {
  position: relative;
  z-index: 9;
}

.cmn-btn-v::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(272.69deg, #3d3379 2.2%, #6151b9 98.95%);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.cmn-btn-v:hover::after,
.ue-item:hover .cmn-btn-v::after {
  left: 0;
}

.btn-cont {
  margin-top: auto;
  padding: 0 58px 24px 20px;
}

.mm-lead-sec {
  background: #f1f3f6;
  position: relative;
}

.mm-lead-col-rt figure {
  width: 100%;
  max-width: 617px;
  margin-left: auto;
}

.mm-lead-col-rt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-lead-col-lt h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
  color: #333333;
  margin: 0 0 15px;
}

.mm-lead-col-lt h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2em;
  color: #81206f;
  margin: 0 0 10px;
  font-family: "Acumin Pro";
}

.mm-lead-col-lt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #575757;
  margin: 0 0 20px;
}

.mm-lead-col-lt h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2em;
  color: #333333;
  margin: 0 0 14px;
  font-family: "Acumin Pro";
}

.mm-mail-link {
  display: inline-flex;
  align-items: center;
}

.mm-mail-link .icon {
  width: 40px;
  height: 40px;
  background: rgba(129, 32, 111, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.icon-in {
  width: 28px;
  height: 28px;
  background-color: #81206f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-in img {
  width: 10px;
}

.mm-mail-link a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "Acumin Pro";
  color: #575757;
}

.mm-mail-link a:hover {
  color: #81206f;
}

/* Rectangle 593 */

/* marriage-ministry page */

/* 4/3/24 work end */

/* 05-03-2024 start css */
.mm-lead-outer {
  position: absolute;
  top: 0;
  right: 0;
  background: #81206f;
  padding: 32px 58px 28px;
  text-align: right;
  width: 38.5%;
  height: 559px;
}

.mm-lead-outer img {
  max-width: 100%;
  max-height: 100%;
}

.mm-lead-col-rt figure {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
}

.mm-lead-col-rt figure img {
  border-radius: 10px;
}

.mm-lead-col-lt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-template-marriage-ministry .downloadbox {
  padding: 0;
  background: #f1f3f6;
}

.page-template-marriage-ministry .downloadbox:after {
  background: #fafafa;
  z-index: 1;
  position: absolute;
}

.page-template-marriage-ministry .downloadinner {
  position: relative;
  z-index: 9;
}

.page-template-marriage-ministry .footer-top.common-gap {
  padding-top: 68px;
}

.tw-banner {
  background: #f1f3f6;
  padding: 40px 0 48px;
}

.tw-banner-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.tw-banner-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.tw-banner-overlay {
  width: 100%;
  position: relative;
  min-height: 555px;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.tw-banner-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(283.33deg, #81206f 0%, #3e347b 100%);
  opacity: 0.5;
}

.tw-banner-content {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 815px;
  margin: 0 auto;
}

.tw-banner-content h1 {
  color: #ffffff;
  font-size: 48px;
  margin: 0 0 18px;
}

.tw-banner-content p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 28px;
}

.tw-banner-content-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cmn-yellow-btn {
  display: inline-block;
  min-width: 192px;
  background: #f8a83f;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
  padding: 14px 24px;
  border-radius: 6px;
  margin-right: 20px;
  text-align: center;
}

.cmn-yellow-btn:hover {
  background: #502b6f;
  color: #ffffff;
}

.cmn-white-btn {
  display: inline-block;
  min-width: 192px;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
  padding: 14px 24px;
  border-radius: 6px;
  text-align: center;
}

.cmn-white-btn:hover {
  background: #f8a83f;
  color: #ffffff;
}

.wwa-abt .abt-mm-rt-box {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.aof-block {
  background: #f7f7f7;
  position: relative;
}

.aof-block-head {
  width: 100%;
  max-width: 529px;
  margin: 0 auto;
  padding: 0 0 28px;
  text-align: center;
}

.aof-block-head h2 {
  color: #333333;
  font-size: 40px;
  margin: 0 0 15px;
}

.aof-block-head p {
  color: #575757;
  font-size: 16px;
}

.aof-block-accordion-item {
  margin-bottom: 32px;
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.aof-block-accordion-item:last-child {
  margin-bottom: 0;
}

.aof-accordion-title {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  padding: 28px 100px 28px 26px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.aof-accordion-image {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.aof-accordion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aof-accordion-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 18px;
}

.aof-accordion-content h4 {
  font-size: 25px;
  color: #333333;
  margin: 0 0 12px;
}

.aof-accordion-content p {
  color: #575757;
  font-size: 16px;
  margin: 0 0 22px;
}

.aof-accordion-content-btn {
  display: flex;
  flex-wrap: wrap;
}

.aof-accordion-content-btn .cmn-btn-v {
  margin-right: 17px;
  min-width: 129px;
}

.aof-accordion-content-btn .cmn-yellow-btn {
  min-width: 129px;
}

.aof-accordion-collaps {
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  padding: 26px 38px 26px 26px;
  display: none;
}

.aof-accordion-title::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 22px;
  top: 28px;
  background: #bf3a7b;
  border-radius: 50%;
}

.aof-accordion-title::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 30px;
  /*background: url(images/minus-ac-line.svg) center center no-repeat transparent;*/
  background: url(images/plus-ac-line.svg) center center no-repeat transparent;
  background-size: 100%;
  width: 9px;
  height: 9px;
  z-index: 9;
}

.open .aof-accordion-title::before {
  /* background: url(images/plus-ac-line.svg) center center no-repeat transparent;*/
  background: url(images/minus-ac-line.svg) center center no-repeat transparent;
  background-size: 100%;
  width: 9px;
  height: 9px;
  top: 36px;
  right: 30px;
}

.seminar-block {
  background: #ffffff;
}

.seminar-block-head {
  width: 100%;
  max-width: 530px;
  padding: 0 0 26px;
}

.seminar-block-head h2 {
  color: #333333;
  margin: 0 0 12px;
  font-size: 40px;
}

.seminar-block-head p {
  color: #575757;
}

.seminar-list .row {
  margin: -12px;
}

.seminar-list [class*="col-"] {
  padding: 12px;
}

.seminar-list-box {
  background: #ffffff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px 140px 20px 24px;
  position: relative;
}

.seminar-list-title {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  margin: 0 0 4px;
}

.seminar-list-title:hover {
  color: #bf3a7b;
}

.seminar-list-box p {
  color: #575757;
  font-size: 16px;
  margin: 0;
}

.seminar-time {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Acumin Pro";
  font-weight: 500;
  font-size: 16px;
  color: #f8a83f;
}

.tw-cta {
  background: #f8f5f7;
  padding-bottom: 0;
}

.featured-video {
  background: #ffffff;
}

.video-list {
  background: #f7f7f7;
}

.video-list .row {
  margin-top: -15px;
  margin-bottom: -15px;
}

.video-list [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.featured-video-box {
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.featured-video-media {
  position: relative;
  padding: 37% 0;
}

.featured-video-media-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #e53935;
  transition: all 0.4s ease-in-out;
}

.video-btn-inner {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease-in-out;
}

.video-btn-inner svg {
  width: 27px;
  height: auto;
}

.video-btn:hover {
  color: #ffffff;
}

.video-btn:hover .video-btn-inner {
  background: #e53935;
}

.featured-video-content {
  padding: 26px 20px 22px 22px;
}

.featured-video-ftr {
  margin-top: auto;
  padding: 0 20px 20px 22px;
}

.featured-video-content h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2em;
  color: #333333;
  margin: 0 0 17px;
}

.featured-video-content p {
  font-weight: 400;
  font-size: 16px;
  color: #575757;
  line-height: 1.5em;
}

.featured-video-ftr .cmn-btn-v {
  min-width: 160px;
  padding: 12px;
}

.featured-video .featured-video-box {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
}

.featured-video .featured-video-media {
  padding: 25.5% 0;
}

.featured-video .video-btn {
  width: 148px;
  height: 148px;
}

.featured-video .video-btn-inner {
  width: 92px;
  height: 92px;
}

.featured-video .video-btn-inner svg {
  width: 38px;
}

.featured-video .featured-video-content h2 {
  font-size: 30px;
}

.featured-video .featured-video-ftr .cmn-btn-v {
  min-width: 175px;
  padding: 18px 25px;
}

.cmn-yellow-btn:last-child {
  margin-right: 0;
}

.new-ev-block .timing {
  margin-bottom: 0;
}

.our-purpose {
  background: #f7f7f7;
}

.our-purpose-head {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 28px;
}

.our-purpose-head h2 {
  color: #333333;
  font-size: 40px;
  margin: 0 0 14px;
}

.our-purpose-head p {
  font-size: 16px;
  color: #575757;
}

.upcm-event-sec .row {
  margin-top: -15px;
  margin-bottom: -15px;
}

.upcm-event-sec [class*="col-"] {
  padding-bottom: 15px;
  padding-top: 15px;
}

.new-ev-ftr-btn {
  text-align: center;
  padding-top: 36px;
}

/* 05-03-2024 start end */

/* css update start RN 07-03-2024 */
.true-wealth-form-hding {
  margin-bottom: 75px;
}

.true-wealth-form-left-cont h3,
.true-wealth-form-wpr h3 {
  font-size: 16px;
  font-weight: 400;
  color: #3f357e;
  margin-bottom: 30px;
  font-family: "Acumin Pro";
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.contact-info-list li:last-child {
  margin-bottom: 0;
}

.contact-info-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(90deg, #3f357e 0.94%, #7260e4 100%);
  margin-right: 12px;
  flex: 0 0 auto;
}

.contact-info-list-icon img {
  max-width: 19px;
}

.true-wealth-form-left-cont {
  max-width: 260px;
}

.contact-info-list li,
.contact-info-list li a {
  font-weight: 600;
  font-size: 18px;
}

.true-wealth-form-wpr .gfield_label {
  display: none !important;
}

.true-wealth-form-wpr input[type="text"],
.true-wealth-form-wpr input[type="email"],
.true-wealth-form-wpr input[type="tel"],
.true-wealth-form-wpr input[type="password"],
.true-wealth-form-wpr textarea {
  height: 54px;
  border: 1px solid #cdcdcd;
  padding: 0 30px !important;
  background: #fff;
  border-radius: 4px;
  line-height: 1 !important;
  color: #575757;
}

.true-wealth-form-wpr input[type="text"]::placeholder,
.true-wealth-form-wpr input[type="email"]::placeholder,
.true-wealth-form-wpr input[type="tel"]::placeholder,
.true-wealth-form-wpr input[type="password"]::placeholder,
.true-wealth-form-wpr textarea::placeholder {
  opacity: 1;
}

.true-wealth-form-wpr textarea {
  height: 132px !important;
  padding: 27px 30px !important;
}

.true-wealth-form-wpr .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 19px;
  grid-column-gap: 36px;
}

.true-wealth-form-wpr .gform_footer {
  padding: 0 !important;
  margin: 19px 0 0 !important;
  justify-content: flex-end;
}

.true-wealth-form-wpr .gform_footer input[type="submit"] {
  min-width: 149px;
  padding: 0 25px;
  color: #fff;
  border-radius: 4px;
  height: auto;
  min-height: 43px !important;
  font-weight: 500;
  background: linear-gradient(90deg, #a02969 0%, #a32a69 16.5%, #c6346f 100%);
  color: #fff;
  margin-bottom: 0 !important;
  border: none;
  outline: none;
}

.true-wealth-form-wpr .gform_footer input[type="submit"]:hover {
  background: linear-gradient(90deg, #c6346f 0%, #a32a69 83.5%, #a02969 100%);
}

.contactsec-wrap {
  padding-bottom: 90px;
}

.true-wealth-form-wpr .gform_confirmation_wrapper {
  padding: 20px 15px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  color: #575757;
  background: #fff;
  text-align: center;
}

/* css update end RN 07-03-2024 */

/* 13.03.2024 */
.create-bnr-sec {
  padding: 41px 0 87px 0;
}

.create-bnr-wrap {
  min-height: 555px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-bnr-wrap {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.create-bnr-wrap::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(283.33deg, #81206f 0%, #3e347b 100%);
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}

.crt-bnr-cnt {
  text-align: center;
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
}

.crt-bnr-cnt h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 16px;
}

.crt-bnr-cnt p {
  color: #fff;
}

.crt-tab-wrap .nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 67px;
}

.crt-tab-wrap .nav-tabs li.nav-item {
  background-color: #f1f3f6;
  padding: 0;
}

.crt-tab-wrap .nav-tabs .nav-link {
  background-color: #f1f3f6;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  padding: 19px 73px;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.crt-tab-wrap .nav-tabs .nav-link.active {
  border-bottom: 2px solid #81206f;
  color: #81206f;
}

.cnt-uppr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -12px 39px -12px;
}

.cnt-uppr>* {
  padding: 0 12px;
}

.cnt-uppr h2 {
  margin-bottom: 0;
  font-size: 40px;
  color: #333333;
}

.crt-slect-wrapper {
  padding-left: 10px;
}

.crt-slect-wrapper select {
  background: url(images/slct-arrow.svg) no-repeat center right 17px #f1f3f6;
  height: 50px;
  padding: 0 42px 0 20px;
  min-width: 267px;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.cnt-tab-innr {
  box-shadow: 0px 0px 44px rgba(208, 99, 151, 0.07);
  border-radius: 10px;
  background-color: #f5eef4;
}

.cnt-tab-uppr {
  padding: 34px 20px;
  background-color: #ecdeea;
  border-radius: 10px;
}

.cnt-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list-number;
}

.cnt-list>li {
  counter-increment: list-number;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #575757;
  padding-left: 17px;
}

.cnt-list>li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}

.cnt-list>li::after {
  content: counter(list-number) ".";
  left: 0;
  top: 0;
  position: absolute;
  font-size: 16px;
  color: #81206f;
}

.cnt-list>li::before {
  display: none;
}

.cnt-tab-lwr {
  padding: 29px 20px;
}

.cnt-tab-uppr h3 {
  margin-bottom: 10px;
  font-size: 25px;
  color: #81206f;
}

.cnt-tab-uppr p {
  font-size: 14px;
  color: #575757;
}

.cnt-col-each:nth-child(2) .cnt-tab-uppr {
  background-color: #e4f4fd;
}

.cnt-col-each:nth-child(2) .cnt-tab-uppr h3 {
  color: #3a718b;
}

.cnt-col-each:nth-child(2) .cnt-tab-innr {
  background-color: #f1f9fe;
}

.cnt-col-each:nth-child(2) .cnt-list>li::after {
  color: #3a718b;
}

.cnt-col-each:nth-child(3) .cnt-tab-uppr {
  background-color: #f4f8e8;
}

.cnt-col-each:nth-child(3) .cnt-tab-uppr h3 {
  color: #677f20;
}

.cnt-col-each:nth-child(3) .cnt-tab-innr {
  background-color: rgba(179, 207, 97, 0.08);
}

.cnt-col-each:nth-child(3) .cnt-list>li::after {
  color: #677f20;
}

.cnt-col-each:nth-child(4) .cnt-tab-uppr {
  background-color: #e4f1f2;
}

.cnt-col-each:nth-child(4) .cnt-tab-uppr h3 {
  color: #257779;
}

.cnt-col-each:nth-child(4) .cnt-tab-innr {
  background-color: #f1f8f8;
}

.cnt-col-each:nth-child(4) .cnt-list>li::after {
  color: #257779;
}

.cnt-tab-each:not(:last-child) {
  margin-bottom: 80px;
}

.crt-tab-sec {
  padding-bottom: 70px;
}

/* 13.03.2024 */

/* 20.03.24 css */
.custom-btn:hover {
  color: #fff !important;
}

.events-reg-events-wrapper .fvrduplicate .row {
  --bs-gutter-y: 30px;
}

.events-reg-events-wrapper .fvrduplicate .form-group label,
.events-reg-events-wrapper .event-input-wrap label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.events-reg-events-wrapper .fvrduplicate .form-group input[type="text"],
.events-reg-events-wrapper .fvrduplicate .form-group input[type="email"],
.events-reg-events-wrapper .fvrduplicate .form-group input[type="tel"],
.events-reg-events-wrapper .fvrduplicate .form-group input[type="password"],
.events-reg-events-wrapper .fvrduplicate .form-group input[type="number"],
.events-reg-events-wrapper .fvrduplicate .form-group select {
  font-size: 16px;
}

.events-reg-events-wrapper .fvrduplicate .form-group input[type="text"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group input[type="email"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group input[type="tel"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group input[type="password"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group input[type="number"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group select:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.events-reg-events-wrapper .fvrduplicate .form-group input[type="text"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group input[type="email"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group input[type="tel"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group input[type="password"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group input[type="number"]:focus,
.events-reg-events-wrapper .fvrduplicate .form-group select:focus {
  border-bottom: 1px solid #f1ba17;
}

.events-reg-events-wrapper .fvrduplicate {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px #0000001c;
  -webkit-box-shadow: 0px 0px 0px #0000001c;
  -moz-box-shadow: 0px 0px 0px #0000001c;
  margin-bottom: 30px;
}

.events-reg-events-wrapper .fvrduplicate:last-child {
  margin-bottom: 0;
}

.eventSubmitButton {
  text-transform: capitalize;
  font-family: "Acumin Pro Bold";
}

.common-checkbox-wrapper input[type="checkbox"],
.common-radio-wrapper input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.common-checkbox-wrapper label,
.common-radio-wrapper label {
  position: relative;
  padding-left: 35px;
  line-height: 1;
}

.common-checkbox-wrapper label::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8e8e8e;
  background: #ffffff;
  z-index: 1;
}

.common-checkbox-wrapper label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -2px;
  width: 7px;
  height: 12px;
  border: solid #f1ba17;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.common-radio-wrapper label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 1px solid #402b53;
  border-radius: 100%;
  background: #fff;
}

.common-radio-wrapper label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f1ba17;
  position: absolute;
  top: 1px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: all 0.2s ease;
  opacity: 0;
}

.common-checkbox-wrapper input[type="checkbox"]:checked+label:after,
.common-radio-wrapper input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.events-reg-events-wrapper .targetDiv .event-input-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.events-reg-events-wrapper .targetDiv .eventSubmitButton {
  margin-left: 30px;
  min-width: 220px;
}

.events-reg-events-wrapper .targetDiv .event-input-wrap>label {
  width: 100%;
  display: block;
}

.common-radio-wrapper {
  padding-right: 15px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.default-banner-image img {
  width: 100%;
}

.woocommerce ul.order_details {
  margin-bottom: -15px;
}

.woocommerce ul.order_details li {
  margin-bottom: 15px;
}

.woocommerce ul.order_details li strong {
  margin-top: 10px;
}

.events-reg-events-wrapper .fvrduplicate .row:not(:last-child) {
  margin-bottom: 30px;
}

.woocommerce ul.order_details {
  padding-left: 0;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail a {
  display: block;
  width: 100px;
  pointer-events: none;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail a img {
  width: 100%;
}

.woocommerce-cart .woocommerce-cart-form .coupon>label {
  margin-left: 10px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .minus,
.woocommerce-cart .woocommerce-cart-form .product-quantity .plus {
  display: none;
}

.events-reg-events-wrapper .fvrduplicate .form-group .btn-add {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 10px 22px !important;
  font-family: "Acumin Pro Bold";
}

.events-reg-events-wrapper .fvrduplicate .form-group .btn-add i {
  margin-right: 6px;
}

.events-reg-events-wrapper .fvrduplicate .form-group .btn-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 10px 14px;
}

.events-reg-events-wrapper .fvrduplicate .form-group .btn-remove i {
  margin-right: 6px;
  line-height: 1;
}

.events-reg-events-wrapper .fvrduplicate .form-group .btn-add:focus,
.events-reg-events-wrapper .fvrduplicate .form-group .btn-remove:focus {
  box-shadow: none;
}

.woocommerce-order-received table.shop_table {
  border-collapse: collapse !important;
}

.woocommerce-order-received .woocommerce-order-details {
  padding-top: 50px;
}

.woocommerce-order-received .woocommerce-order-details h2 {
  text-align: left;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity input[type="number"] {
  border-bottom: none;
  pointer-events: none;
}

.woocommerce-checkout .woocommerce-billing-fields .address-field .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #8e8e8e;
  height: 48px;
}

.woocommerce-checkout .woocommerce-billing-fields .address-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 0;
}

.woocommerce-checkout .woocommerce-billing-fields .address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.display-msg-wrap {
  text-align: center;
  margin-bottom: 25px;
}

.display-msg-wrap h5 {
  color: #008000;
  line-height: 1.2;
}

.display-msg-wrap h5 i {
  margin-right: 6px;
}

.woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 45px;
  color: green;
  font-weight: 600;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected],
.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected="true"],
.woocommerce-checkout .select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #502b6f;
  color: #ffffff;
}

/* 20.03.24 css */

/* 22/3/24 work start */
.event-details-price-wrap ul {
  padding: 0px;
}

.event-details-price-wrap li {
  display: flex;
  justify-content: space-between;
}

.event-details-price-wrap li strong {
  margin-left: 10px;
}

.event-details-price-wrap li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* 22/3/24 work end */
/* CSS modification 01.04.24 */
.event-special-offer-wrap ul {
  padding: 0;
}

.event-special-offer-wrap li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.event-special-offer-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-special-offer-wrap li strong {
  margin-left: 10px;
}

.events-register-bttn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fetch-data-button {
  padding-left: 15px;
}

.fetch-data-button button {
  border: 0;
  background: #502b6f;
  color: #f1ba17;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fetch-data-button button:hover {
  background: #f1ba17;
  color: #151515;
}

#dialog-email-varify {
  padding: 35px 25px;
}

#dialog-email-varify .form-email-varify-wrapper,
#dialog-email-varify .form-email-varify-otp,
#dialog-email-varify .email-var-msg {
  text-align: center;
}

#dialog-email-varify .email-var-msg {
  margin-bottom: 15px;
}

#dialog-email-varify .email-var-msg .email-var-msg-pass {
  color: #0dab05;
}

#dialog-email-varify .email-var-msg .email-var-msg-fail {
  color: #f00;
}

#dialog-email-varify .form-email-varify-wrapper h5,
#dialog-email-varify .form-email-varify-otp h5 {
  line-height: 1.3;
  margin-bottom: 3px;
}

#dialog-email-varify .form-email-varify-wrapper input[type="submit"],
#dialog-email-varify .form-email-varify-otp input[type="submit"] {
  background: #f1ba17;
  color: #151515;
  margin-top: 20px;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  font-family: "Acumin Pro Bold";
  text-transform: capitalize;
  border: 0 !important;
}

#dialog-email-varify .form-email-varify-wrapper input[type="submit"]:hover,
#dialog-email-varify .form-email-varify-otp input[type="submit"]:hover {
  background: #502b6f;
  color: #f1ba17;
}

#dialog-email-varify .form-email-varify-otp .resent-otp {
  margin-top: 10px;
}

#dialog-email-varify .form-email-varify-otp .resent-otp a {
  color: #f1ba17;
}

#dialog-email-varify .form-email-varify-otp .resent-otp a:hover {
  color: #502b6f;
}

.events-reg-events-wrapper.events-reg-events-wrapper-custom .targetDiv .event-input-wrap {
  padding-left: 0;
}

.events-reg-events-wrapper.events-reg-events-wrapper-custom .fvrduplicate {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.events-reg-events-wrapper-custom {
  padding: 30px;
  box-shadow: 0px 0px 0px #0000001c;
  -webkit-box-shadow: 0px 0px 0px #0000001c;
  -moz-box-shadow: 0px 0px 0px #0000001c;
  background-color: #ffffff;
}

.events-reg-events-wrapper.events-reg-events-wrapper-custom .display-total-payment-wrapper {
  width: 100%;
  margin-bottom: 15px;
}

.events-reg-events-wrapper.events-reg-events-wrapper-custom .display-total-payment p strong,
.fetch-featured-img-block .event_total_form_price_fn_wrap .display-total-payment p strong {
  padding-right: 5px;
}

.events-reg-events-wrapper.events-reg-events-wrapper-custom .targetDiv .eventSubmitButton {
  margin-left: 0;
}

.events-reg-events-wrapper.events-reg-events-wrapper-custom .display-total-payment:last-child,
.fetch-featured-img-block .event_total_form_price_fn_wrap .display-total-payment:last-child {
  margin-bottom: 0;
}

.fetch-featured-img-block .event_total_form_price_fn_wrap .pertial-events-wrap {
  width: 30%;
}

.fetch-featured-img-block .pay-due-sec-left {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fetch-featured-img-block .pertial-payment-wrapper ul {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.fetch-featured-img-block .pertial-payment-wrapper ul li:not(:last-child) {
  margin-right: 15px;
}

.fetch-featured-img-block .pertial-payment-wrapper {
  padding-right: 10px;
}

.fetch-featured-img-block .pay-due-sec-rgt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fetch-featured-img-block .pay-due-sec-rgt .due-pay-bttn {
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 18px 31px 15px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  min-width: 90px;
  width: 90px;
}

.fetch-featured-img-block .pay-due-sec-rgt .due-pay-bttn:hover {
  background: #502b6f;
  color: #f1ba17;
}

.attendees-main-wrapper .common-info-wrapper {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin-bottom: 15px;
}

.attendees-main-wrapper .common-info-wrapper:last-child {
  margin-bottom: 0;
}

.attendees-main-wrapper .common-info-wrapper h3 {
  margin-bottom: 10px;
}

.attendees-main-wrapper .adult-info-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.attendees-main-wrapper .adult-info-details>ul {
  padding: 15px;
  border: 2px solid #502b6f;
  margin-bottom: 15px;
  border-radius: 10px;
}

.attendees-main-wrapper .adult-info-details>ul:last-child {
  margin-bottom: 0;
}

.attendees-main-wrapper .adult-info-details ul>*:not(:nth-child(2n)) {
  margin-right: 10px;
}

.attendees-main-wrapper .adult-info-details ul>* {
  width: calc(calc(100% - 10px) / 2);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.attendees-main-wrapper .adult-info-details ul li span {
  display: block;
  font-weight: 700;
}

.attendees-main-wrapper .adult-info-details ul>li {
  padding: 10px 0;
  min-height: 75px;
}

.attendees-main-wrapper .adult-info-details ul>li>ul>li {
  padding: 0;
}

.attendees-main-wrapper .adult-info-details ul>li>ul>li span {
  display: inline-block;
}

.attendees-main-wrapper .adult-info-details ul>li:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fetch-featured-img-block .event_total_form_price_fn_wrap {
  width: 100%;
  margin-top: 10px;
}

.fetch-featured-img-block .col-main-row {
  --bs-gutter-x: 0;
}

.fetch-featured-img-block .event-input-wrap {
  margin-bottom: 15px;
}

.fetch-featured-img-block .time_dt {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fetch-featured-img-block .date_dtls {
  text-align: left;
  padding-left: 10px;
}

.fetch-featured-img-block .date_dtls h5 {
  padding-left: 0;
}

.fetch-featured-img-block .blog-featured-content-custom .time_dt,
.fetch-featured-img-block .blog-featured-content-custom .address_details {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.fetch-featured-img-block .blog-featured-content-custom .address_details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fetch-featured-img-block .blog-featured-content-custom .time_dt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.fetch-featured-img-block .blog-featured-content-custom .time_dt:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.fetch-featured-img-block .blog-featured-content-custom .st_dt_icon {
  line-height: 0;
}

.fetch-featured-img-block .fetch-event-details {
  padding-left: 30px;
}

.fetch-featured-img-block .col-main-wrapper {
  --bs-gutter-x: 0;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin-bottom: 15px;
}

.fetch-featured-img-block .display-msg-wrap {
  color: #0dab05;
}

.fetch-featured-img-block .col-main-left .event-deatils-img {
  position: relative;
  height: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

.fetch-featured-img-block .col-main-left .event-deatils-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fetch-featured-img-block .blog-featured-content-custom .st_end {
  width: 20%;
}

.fetch-featured-img-block .event-input-wrap label {
  display: block;
}

.fetch-featured-img-block .event-input-wrap .common-radio-wrapper {
  padding-right: 15px;
  margin-bottom: 10px;
  padding-top: 10px;
  display: inline-block;
}

.fetch-featured-img-block .event_total_form_price_fn_wrap .display-total-payment-wrapper {
  padding-top: 15px;
}

.events-reg-events-wrapper-custom .targetDiv .event-input-wrap>label {
  font-weight: 700;
}

.events-reg-events-wrapper-custom .add-child-wrapper {
  margin-bottom: 20px;
}

/* CSS modification 01.04.24 */

/* 9/4/24 work start */

.retreat-event-main-ban {
  color: #333333;
}

.retreat-ev-ban-outer {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.retreat-ev-ban-wrap {
  padding: 100px 80px 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.retreat-ban-text {
  max-width: 544px;
}

.retreat-ban-text h1 {
  font-size: 48px;
  color: #ffffff;
}

.retreat-ban-text p {
  color: #fff;
}

.retreat-ban-text .btn-cont {
  padding: 0px;
  margin-top: 40px;
}

.retreat-ban-text .btn-cont {
  border: 0px;
}

.retreat-event-main-ban .common-btn {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px 30px;
  background: #f8a83f;
  border: 0px !important;
}

.retreat-event-main-ban .common-btn:hover {
  background: #502b6f;
  color: #fff;
}

.retreat-more-info-lt-box .common-btn:hover span {
  color: #fff;
}

.retreat-more-info-lt-box .common-btn:hover img {
  filter: invert(1);
}

.retreat-ev-ban-caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(255, 176, 72, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 12px;
}

.retreat-ev-cp-row {
  display: flex;
  justify-content: space-between;
}

.retreat-ev-cp-lt {
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}

.rtt-cap-cont p {
  color: #000;
  font-size: 24px;
  margin-bottom: 12px;
  margin-bottom: 0px;
}

.rtt-cap-cont p strong {
  display: block;
  margin-bottom: 10px;
}

.retreat-ev-cp-lt .icon img {
  max-width: 36px;
  max-height: 36px;
  flex-shrink: 0;
}

.retreat-ev-cp-lt .icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.rtt-cap-cont p {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #000;
}

.retreat-ev-cp-rt-box {
  min-width: 254px;
  background: #fff4e5;
  backdrop-filter: blur(20px);
  border-radius: 12px;
  height: 100%;
  padding: 25px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
}

.retreat-ev-cp-rt-box strong {
  display: block;
  font-size: 28px;
  color: #000;
}

.retreat-ev-cp-rt-box strong>* {
  font-size: inherit;
  color: #000;
}

.retreat-rgt-info {
  margin-top: 60px;
  text-align: center;
}

.retreat-rgt-info h2 {
  margin-bottom: 30px;
  color: #333;
}

.retreat-rgt-box h3 {
  background: #ecdeea;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 20px 94px rgba(208, 99, 151, 0.07);
  border-radius: 10px 10px 0px 0px;
  padding: 18px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Acumin Pro";
}

.retreat-rgt-box {
  height: 100%;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 60px 64px rgba(82, 13, 46, 0.04);
  border-radius: 10px;
  position: relative;
}

.retreat-rgt-box ul {
  padding: 0px;
  list-style: none;
  margin: -15px 0px 0px;
}

.retreat-rgt-box li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.retreat-rgt-box li {
  padding: 15px 18px;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  align-items: center;
}

.rtt-rgt-sub-title {
  font-size: 20px;
  padding: 0px 18px 0px;
  margin-bottom: 25px;
}

.rtt-rgt-sub-price {
  padding: 0px 18px;
  font-size: 16px;
  color: #b0b0b0;
  text-transform: capitalize;
}

.rtt-rgt-sub-price strong {
  display: block;
  font-size: 24px;
  color: #333;
}

.rtt-rgt-exp {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  font-size: 16px;
  color: #f8a83f;
}

.retreat-rgt-box li strong {
  font-size: 24px;
}

.retreat-more-info-row {
  margin-top: 40px;
}

.retreat-more-info-lt-box {
  background: #fff5e9;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}

.retreat-more-info-lt-box strong {
  font-size: 24px;
  display: block;
  margin-bottom: 27px;
}

.retreat-more-info-lt-box p {
  font-size: 20px;
}

.retreat-more-info-lt-box .btn-cont {
  margin-top: 35px;
  padding: 0px;
}

.retreat-more-info-lt-box .common-btn {
  display: inline-flex;
  align-items: center;
}

.retreat-more-info-lt-box .common-btn .cmn-btn-text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "Acumin Pro";
  display: block;
}

.retreat-more-info-lt-box .common-btn span {
  display: block;
}

.retreat-more-info-lt-box .common-btn .cmn-btn-text span {
  font-weight: 700;
  font-size: 32px;
  margin-top: 8px;
}

.retreat-more-info-rt-box {
  background: #ecdeea;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
  height: 100%;
}

.retreat-more-info-rt-box h3 {
  font-size: 24px;
  color: #333;
}

.retreat-more-info-rt-box .btn-cont {
  margin-top: 25px;
  padding: 0px;
}

.fetch-data-button button {
  padding: 18px 25px 15px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1.2;
}

.retreat-ban-text .btn-cont button {
  background: #502b6f;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.retreat-ban-text .btn-cont button:hover {
  background: #f8a83f;
  color: #151515;
}

/* 9/4/24 work end */

/* 10.04.24 css start */
.unable-fetch-data h3 {
  text-align: center;
}

.unable-fetch-data .fetch-data-button {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unable-fetch-data .fetch-data-button button {
  line-height: 1;
}

.unable-fetch-data .fetch-data-button .fetch-data-button-back,
.unable-fetch-data .fetch-data-button button {
  min-height: 52px;
  min-width: 126px;
}

.unable-fetch-data .fetch-data-button .fetch-data-button-back {
  margin-right: 15px;
}

.retreat-events-query-form .gform_wrapper input[type="text"],
.retreat-events-query-form .gform_wrapper input[type="email"],
.retreat-events-query-form .gform_wrapper input[type="password"],
.retreat-events-query-form .gform_wrapper input[type="tel"],
.retreat-events-query-form .gform_wrapper select {
  height: 61px;
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  font-size: 16px;
  padding: 0 26px !important;
}

.retreat-events-query-form .gform_wrapper textarea {
  height: 120px !important;
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  font-size: 16px;
  color: #333333;
  padding: 25px 26px 5px !important;
}

.retreat-events-query-form .gform_wrapper input::-webkit-input-placeholder {
  opacity: 1;
  color: #333333;
}

.retreat-events-query-form .gform_wrapper input:-ms-input-placeholder {
  opacity: 1;
  color: #333333;
}

.retreat-events-query-form .gform_wrapper input::-moz-placeholder {
  opacity: 1;
  color: #333333;
}

.retreat-events-query-form .gform_wrapper input:-moz-placeholder {
  opacity: 1;
  color: #333333;
}

.retreat-events-query-form .gform_wrapper textarea::placeholder {
  opacity: 1;
  color: #333333;
}

.retreat-events-query-form .gform_footer {
  justify-content: center;
}

.retreat-events-query-form .gform_footer input[type="submit"] {
  margin-bottom: 0 !important;
  min-width: 215px;
  background-color: #f8a83f;
  height: 61px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
}

.retreat-events-query-form .gform_footer input[type="submit"]:hover {
  background-color: #502b6f;
  color: #fff;
}

.retreat-more-info-lt-box .btn-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.retreat-more-info-lt-box .btn-cont .common-btn:not(:last-child) {
  margin-right: 12px;
}

.retreat-more-info-lt-box .btn-cont .common-btn {
  padding: 16px 30px;
  border-radius: 12px;
}

.retreat-more-info-lt-box .btn-cont .common-btn:last-child {
  background-color: #502b6f;
  color: #fff;
}

.retreat-more-info-lt-box .btn-cont .common-btn:last-child:hover {
  background-color: #f8a83f;
  color: #000;
}

.retreat-more-info-lt-box .btn-cont button.common-btn {
  min-height: 92px;
}

.retreat-events-query-form .gform_fields .gfield h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}

.retreat-events-query-form .gform_fields .gfield p {
  text-align: center;
  margin-bottom: 10px;
}

.retreat-events-query-form .gform_fields {
  grid-column-gap: 3% !important;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-order-received .woocommerce-thankyou-order-received>a {
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 18px 31px 15px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 12px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received>a:hover {
  background: #502b6f;
  color: #fff;
}

/* 10.04.24 css end */
/*support pp.c 15/4/2024*/
.events-reg-events-wrapper-custom .fvrduplicate select {
  border-bottom: 1px solid #8e8e8e;
  border-top: none;
  border-left: none;
  border-right: none;
}

.events-reg-events-wrapper-custom .fvrduplicate .entry {
  background-color: #eeeeee;
  padding: 20px;
  --bs-gutter-y: 20px;
}

.events-reg-events-wrapper-custom .add-child-wrapper {
  border-bottom: 1px solid #e9ecf2;
  border-top: 1px solid #e9ecf2;
  padding: 20px 0 15px 0;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
}

.events-reg-events-wrapper-custom {
  padding: 40px 30px;
}

.events-reg-events-wrapper-custom .common-checkbox-wrapper-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.events-reg-events-wrapper-custom .common-checkbox-wrapper-main .common-checkbox-wrapper {
  margin-left: 10px;
}

.events-reg-events-wrapper-custom .form-group label.error {
  color: #ce0000;
  margin-top: 10px;
  font-size: 13px;
}

.events-reg-events-wrapper-custom .fvrduplicate .entry .btn {
  background-color: #52326e;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 18px 22px !important;
  border: 1px solid #52326e;
}

.events-reg-events-wrapper-custom .fvrduplicate .entry .btn:hover {
  background-color: #f1ba17;
  border: 1px solid #f1ba17;
  color: #000000;
}

.events-reg-events-wrapper-custom .fvrduplicate .entry .btn.btn-remove {
  background-color: #dc3545;
  border-color: #dc3545;
}

.events-reg-events-wrapper-custom .fvrduplicate .entry .btn.btn-remove:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.events-reg-events-wrapper-custom .add-child-wrapper .common-checkbox-wrapper label::after {
  top: 2px;
}

.events-reg-events-wrapper-custom .add-child-wrapper .common-checkbox-wrapper label::before {
  top: 0;
}

.display-total-payment strong {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
}

.display-total-payment span {
  font-size: 25px;
  color: #52326e;
  font-weight: 700;
}

.events-reg-events-wrapper-custom .display-total-payment-wrapper {
  margin-top: 20px;
}

.events-reg-events-wrapper-custom .display-total-payment-wrapper label.error {
  color: #ce0000;
  margin-top: 10px;
  font-size: 13px;
}

.events-reg-events-wrapper-custom .display-total-payment-wrapper .display-total-payment strong {
  font-weight: 700;
}

.events-reg-events-wrapper-custom .eventSubmitButton-wrapper input[type="submit"] {
  color: #000000;
}

.events-reg-events-wrapper-custom .eventSubmitButton-wrapper input[type="submit"]:hover {
  color: #ffffff;
}

/*support pp.c 15/4/2024*/
/*support pp.c 16/4/2024*/
#popmake-10581 {
  text-align: center;
  padding: 50px 20px;
  /* background-color: rgb(245, 236, 255); */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgb(236 226 248)),
      to(rgb(201 179 212)));
  background: -o-linear-gradient(top,
      rgb(236 226 248) 0%,
      rgb(201 179 212) 100%);
  background: linear-gradient(180deg,
      rgb(236 226 248) 0%,
      rgb(201 179 212) 100%);
  /* border: 1px solid rgb(201 179 212); */
  border-radius: 10px;
}

#popmake-10581 .pum-title {
  text-align: center;
  margin-bottom: 12px;
  color: #50306c;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 700;
  border-bottom: 1px solid rgba(41, 0, 78, 0.4);
  padding-bottom: 10px;
}

#popmake-10581 .pum-content {
  text-align: center;
}

#popmake-10581 .pum-content h4 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #000;
}

#popmake-10581 .pum-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #424242;
}

#popmake-10581 .pum-content .retreat-popup-button {
  border-radius: 4px;
  padding: 15px 20px;
  text-align: center;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  background-color: #f1ba17;
  color: #000000;
  text-transform: capitalize;
  margin-top: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#popmake-10581 .pum-content .retreat-popup-button:hover {
  background-color: #50306c;
  color: #ffffff;
}

#popmake-10581 .pum-close {
  background-color: #50306c;
}

#popmake-10581 .pum-close:hover {
  background-color: #000000;
}

.events-reg-events-wrapper-custom .targetDiv .crib-info {
  margin-bottom: 15px;
}

.common-checkbox-wrapper-main h2 {
  margin-bottom: 0;
}

/* 17.04.2024 css modification start */
.assign-services-main-wrapper .admin-group-main h2 {
  text-align: center;
  margin-bottom: 45px;
}

.assign-services-main-wrapper .availability-asign-month-each h4 {
  margin-bottom: 30px;
  color: #88237d;
  font-size: 26px;
}

.assign-services-main-wrapper .week-count {
  display: flex;
  margin: -12px;
  flex-wrap: wrap;
}

.assign-services-main-wrapper .week-count .week-lebel-selected {
  margin: 12px 0;
  padding: 0 12px;
  width: 20%;
}

.assign-services-main-wrapper .week-count .week-lebel-selected-wrapper {
  padding: 25px 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 44px rgba(208, 99, 151, 0.07);
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(1) .week-lebel-selected-wrapper {
  background-color: #ecdeea;
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(2) .week-lebel-selected-wrapper {
  background-color: #e4f4fd;
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(3) .week-lebel-selected-wrapper {
  background-color: #f4f8e8;
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(4) .week-lebel-selected-wrapper {
  background-color: #e4f1f2;
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(5) .week-lebel-selected-wrapper {
  background-color: #deece0;
}

.assign-services-main-wrapper .week-listing {
  margin-bottom: 40px;
}

.assign-services-main-wrapper .week-count .week-lebel-selected label {
  margin-bottom: 10px;
  font-size: 20px;
  color: #81206f;
  font-weight: 700;
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(2) label {
  color: #3a718b;
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(3) label {
  color: #677f20;
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(4) label {
  color: #677f20;
}

.assign-services-main-wrapper .week-count .week-lebel-selected:nth-child(5) label {
  color: #b24d69;
}

.assign-services-main-wrapper .week-count .week-lebel-selected select {
  background: url(images/slct-arrow.svg) no-repeat center right 12px transparent;
  padding: 0 34px 0 16px;
  border-radius: 6px;
  border: 1px solid #222;
  font-size: 16px;
}

.assign-services-main-wrapper .assign-button-wrapper {
  text-align: end;
}

.assign-services-main-wrapper .assign-button-wrapper input[type="submit"] {
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  border: none;
}

.assign-services-main-wrapper .assign-button-wrapper input[type="submit"]:focus {
  border: none;
}

.assign-services-no-login {
  padding: 120px 0;
}

.assign-services-no-login h2 {
  text-align: center;
}

.assign-services-no-login .assign-services-no-login-bttn {
  text-align: center;
}

/* 17.04.2024 css modification end */

/* 18.04.2024 css modification start */
.assign-services-main-wrapper .successful-msg-wrapper {
  text-align: center;
  color: green;
  margin-bottom: 20px;
}

.assign-services-main-wrapper .assign-services-logout {
  text-align: end;
  margin-bottom: 50px;
}

.assign-services-main-wrapper .assign-services-logout a {
  padding: 14px 20px 10px;
  background-color: #8f278b;
  color: #fff;
  border-radius: 6px;
}

.assign-services-main-wrapper .assign-services-logout a:hover {
  color: #8f278b;
  background-color: #fff;
}

/* 18.04.2024 css modification end */

/* 22-04-2024 DD START */
.tshirt-area-selection-wrapper {
  margin-top: 30px;
}

.tshirt-area-selection-wrapper .common-checkbox-wrapper2 label {
  margin-bottom: 20px !important;
}

.common-checkbox-wrapper2 {
  display: flex;
}

.common-checkbox-wrapper2 label {
  position: relative;
  padding-left: 35px;
  line-height: 1;
}

.tshirt-area-selection-wrapper .common-checkbox-wrapper2 span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8e8e8e;
  background: #ffffff;
  z-index: 1;
}

.common-checkbox-wrapper2 span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -2px;
  width: 7px;
  height: 12px;
  border: solid #f1ba17;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.common-checkbox-wrapper2 input {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.common-checkbox-wrapper2 input:checked+span::after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

/* 22-04-2024 DD END */

/* Support starts 03.05.2024  */
.email-submit-wrapper-reg {
  text-align: center;
}

#dialog-email-varify-reg {
  padding: 35px 25px;
  text-align: center;
}

#dialog-email-varify-reg .form-email-varify-otp-reg input[type="submit"],
#dialog-email-varify-reg .email-submit-wrapper-reg input[type="submit"] {
  background: #f1ba17;
  color: #151515;
  margin-top: 20px;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  font-family: "Acumin Pro Bold";
  text-transform: capitalize;
  border: 0 !important;
}

#dialog-email-varify-reg .form-email-varify-otp-reg h5,
#dialog-email-varify-reg .email-submit-wrapper-reg h5 {
  line-height: 1.3;
  margin-bottom: 3px;
}

#dialog-email-varify-reg .form-email-varify-otp-reg .resent-otp-reg a {
  color: #f1ba17;
}

#dialog-email-varify-reg .form-email-varify-otp-reg .resent-otp-reg {
  margin-top: 10px;
}

#dialog-email-varify-reg .email-var-msg-reg {
  margin-bottom: 15px;
}

#dialog-email-varify-reg .email-already-exist-wrapper-main h3 {
  color: #52326e;
}

#dialog-email-varify-reg .email-already-exist-wrapper-main p {
  font-size: 22px;
  font-weight: 600;
}

#dialog-email-varify-reg .email-var-msg-reg .email-var-msg-fail-reg {
  color: red;
}

#dialog-email-varify-reg .email-var-msg-reg .email-var-msg-pass-reg {
  color: #0dab05;
}

.retreat-ban-text .btn-cont .common-btn-reg {
  background: #f8a83f;
  color: #151515;
  transition: all 0.3s ease-in-out;
}

.retreat-ban-text .btn-cont .common-btn-reg:hover {
  background: #502b6f;
  color: #fff;
}

/* Support ends 03.05.2024  */

/* 6/5/24 work start */
.week-count-main-wrapper {
  margin: 12px;
  padding: 15px;
  width: calc(20% - 24px);
  border-radius: 10px;
  box-shadow: 0px 0px 44px rgba(208, 99, 151, 0.07);
}

.week-count-main-wrapper:nth-child(1) {
  background-color: #ecdeea;
}

.week-count-main-wrapper:nth-child(2) {
  background-color: #e4f4fd;
}

.week-count-main-wrapper:nth-child(3) {
  background-color: #f4f8e8;
}

.week-count-main-wrapper:nth-child(4) {
  background-color: #e4f1f2;
}

.week-count-main-wrapper:nth-child(5) {
  background-color: #deece0;
}

.week-count-main-wrapper label {
  margin-bottom: 10px;
  font-size: 20px;
  color: #81206f;
  font-weight: 700;
}

.week-count-main-wrapper:nth-child(2) label {
  color: #3a718b;
}

.week-count-main-wrapper:nth-child(3) label {
  color: #677f20;
}

.week-count-main-wrapper:nth-child(4) label {
  color: #50bbc4;
}

.week-count-main-wrapper:nth-child(5) label {
  color: #b24d69;
}

.assign-services-main-wrapper .availability-asign-month-each h4 {
  color: #424242;
}

.availability-asign-month-each h4 strong {
  color: #81206f;
}

.week-count .select2-container--default .select2-selection--multiple {
  background: #fff;
  border-color: transparent;
  color: red;
}

.week-count-main-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0px;
  background-color: #81206f;
  color: #fff;
  padding: 4px;
  font-size: 12px;
  min-width: 70%;
}

.week-count-main-wrapper:nth-child(2) .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3a718b;
}

.week-count-main-wrapper:nth-child(3) .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #677f20;
}

.week-count-main-wrapper:nth-child(4) .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #50bbc4;
}

.week-count-main-wrapper:nth-child(5) .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #b24d69;
}

.week-count .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  border-color: #fff;
  margin-right: 5px;
}

.week-count .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.week-count .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background: transparent;
}

.week-count .select2-results__option {
  font-size: 14px;
  border: 0px;
}

.select2-dropdown {
  border-color: transparent;
}

.select2-results__option {
  font-size: 14px;
}

/* 6/5/24 work end */

/* sg-13-jun-2024 */
.attendees-main-wrapper .pdf-generator-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 24px 0;
}

.attendees-main-wrapper .qr-code-area-wrapper {
  border: 2px solid #502b6f;
  padding: 30px 10px 20px;
  border-radius: 10px;
  text-align: center;
}

.attendees-main-wrapper .qr-code-area {
  margin-bottom: 15px;
}

.attendees-main-wrapper .payment-history-pdf-wrapper form {
  text-align: center;
}

.attendees-main-wrapper .pdf-generator-wrapper .checkin-green {
  color: green;
  margin-bottom: 20px;
}

.register-with-qa-wrapper .registration-qa-info>h2 {
  margin-bottom: 8px;
}

.register-with-qa-wrapper .checkin-green {
  color: green;
}

.register-with-qa-wrapper .reg-main-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.register-with-qa-wrapper .check-in-status {
  padding-left: 15px;
}

.register-with-qa-wrapper .attendees-main-wrapper .adult-info-details ul li {
  display: flex;
  flex-wrap: wrap;
}

.register-with-qa-wrapper .attendees-main-wrapper .adult-info-details ul li span {
  padding-left: 10px;
}

.qr-code-area-wrapper h5 {
  /* color: #8F278B; */
  margin-bottom: 5px;
}

.qr-code-area-wrapper h5 span {
  color: #8f278b;
  display: block;
  margin-top: 6px;
}

.attendees-main-wrapper .common-info-heading-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.attendees-main-wrapper .common-info-heading-wrapper .checkin-green {
  color: green;
}

.attendees-main-wrapper .common-info-heading-wrapper>h3 {
  margin-bottom: 0;
}

.register-with-qa-wrapper .check-in-buton {
  padding-top: 30px;
  text-align: right;
}

.page-template-fetch-featured-event .attendees-main-wrapper .row {
  --bs-gutter-y: 30px;
}

/* sg-13-jun-2024 */

/* 27/6/24 work start */

.tw-brdcm {
  text-align: center;
  margin-bottom: 25px;
}

.tw-brdcm ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: -5px;
}

.tw-brdcm li:first-child {
  font-size: 18px;
  border-color: #333;
  line-height: 1.2;
}

.tw-brdcm li {
  font-weight: 700;
  color: #f8a83f;
  padding: 0 12px;
  margin: 5px 0px;
  border-right: 2px solid #ccc;
  font-size: 15px;
  line-height: 1;
}

.tw-brdcm li a {
  color: #333;
}

.tw-brdcm li:first-child a {
  color: #f8a83f;
}

.tw-brdcm li:last-child {
  border: 0px;
}

.tw-brdcm li a:hover {
  color: #85227d;
}

.tw-banner-box.sj .tw-banner-content-btn>* {
  margin: 6px;
  min-width: 190px;
}

.flw-tw-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flw-tw-wrap>span {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  color: #81206f;
  margin-right: 25px;
}

.msg-tw-row figure {
  position: relative;
}

.tw-card-box {
  background: #f8f5f7;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  height: 100%;
}

.tw-card-boxes {
  background: #fff;
}

.tw-card-box figure {
  width: 48px;
  height: 48px;
  background: linear-gradient(272.69deg, #6151b9 2.2%, #3d3379 98.95%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}

.tw-card-box figure img {
  max-height: 30px;
}

.tw-card-box>span {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  display: block;
  line-height: 1;
}

.tw-card-cnt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.tw-card-cnt p {
  margin: 0px;
}

.tw-imgtxt-sec {
  padding-top: 0px;
  background: #fff;
}

.tw-imgtxt-lft figure img {
  border-radius: 10px;
  width: 100%;
}

.tw-imgtxt-rgt {
  padding-left: 38px;
}

.tw-imgtxt-sec .row {
  align-items: center;
}

.tw-imgtxt-rgt {
  font-size: 16px;
  color: #575757;
}

.tw-imgtxt-rgt>span {
  color: #000;
}

.tw-imgtxt-rgt h2 {
  color: #333;
  margin-bottom: 20px;
}

.pastor-column-sec {
  background: #f8f5f7;
}

.pastor-column-sec .sec-head {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pastor-column-sec h2 {
  margin-bottom: 15px;
  color: #333;
}

.pastor-column-sec p {
  font-size: 16px;
  color: #575757;
}

.pastor-column-sec .cmn-btn-v {
  min-width: 192px;
}

.pst-col {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.pst-col span {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.pst-col h3 {
  font-size: 25px;
  color: #333;
  margin-bottom: 10px;
}

.pst-col {
  color: #575757;
  font-size: 16px;
}

.pst-col a {
  font-weight: 700;
  color: #3d3379;
}

.pst-col a:hover {
  color: #f8a83f;
}

.pst-col figure {
  margin-bottom: 0px;
}

.pst-col figure image {
  width: 100%;
}

.pst-col-cont {
  padding: 24px;
}

.upcoming-event-sec {
  background: #81206f;
}

.upcoming-event-sec .sec-head {
  text-align: center;
  margin-bottom: 30px;
  max-width: 790px;
  margin: 0 auto 30px;
  font-size: 16px;
}

.upcoming-event-sec .sec-head>* {
  color: #fff;
}

.upcoming-event-sec .sec-head h2 {
  margin-bottom: 15px;
}

.cmn-card-mod .slick-next {
  right: -40px;
}

.cmn-card-mod .slick-prev {
  left: -40px;
}

.upcmn-evt-row .slick-arrow {
  filter: brightness(0) invert(1);
}

.cmn-card-mod figure {
  margin: 0px;
}

.cmn-card-mod .item {
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}

.cmn-card-mod .item figure img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  height: 266px;
  object-fit: cover;
}

.cmn-card-mod .item-cnt {
  padding: 20px 20px 30px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  font-size: 16px;
  color: #575757;
}

.cmn-card-mod .item-cnt>span {
  display: block;
  margin-bottom: 15px;
  color: #81206f;
}

.cmn-card-mod .item-cnt h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.meet-ptr-team-sec .sec-head {
  text-align: center;
  margin-bottom: 30px;
  max-width: 790px;
  margin: 0 auto 30px;
  font-size: 16px;
}

.meet-ptr-team-sec .sec-head h2 {
  margin-bottom: 15px;
  color: #333;
}

.meet-ptr-team-sec {
  background: #fff;
}

.msg-tw-sec .sec-head {
  text-align: center;
  margin-bottom: 30px;
  max-width: 790px;
  margin: 0 auto 30px;
  font-size: 16px;
}

.msg-tw-sec .sec-head h2 {
  margin-bottom: 15px;
  color: #333;
}

.msg-tw-sec .btn-cont {
  text-align: center;
  margin-top: 35px;
  padding: 0px;
}

.msg-tw-sec .btn-cont a {
  min-width: 192px;
}

.mm-lead-sec.mod .card-head>span {
  color: #81206f;
  font-size: 25px;
}

.mm-lead-sec.mod form .form-col {
  padding: 15px;
  width: 100%;
}

.mm-lead-sec.mod form .form-col-half {
  width: 50%;
  padding: 15px;
}

.mm-lead-sec.mod form ::placeholder {
  color: #000;
  opacity: 1;
}

.mm-lead-sec.mod form input {
  border-color: #000;
  color: #000;
  font-size: 16px;
  padding: 0px 15px;
}

.mm-lead-sec.mod form textarea {
  border-color: #000;
  color: #000;
  font-size: 16px;
  padding: 0px 15px;
}

.mm-lead-sec.mod input.cmn-btn-v {
  background: linear-gradient(272.69deg, #6151b9 2.2%, #3d3379 98.95%);
  color: #fff;
  min-width: 192px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  padding: 18px 25px;
}

.mm-lead-sec.mod input.cmn-btn-v:hover {
  background: linear-gradient(272.69deg, #3d3379 2.2%, #6151b9 98.95%);
}

.mm-lead-sec.mod .form-row {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.mm-lead-sec.mod {
  background: #fff;
}

.msg-tw-sec {
  background: #f8f5f7;
}

.meet-ptr-team-sec .item-cnt {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.pastor-column-sec.main {
  background: #fff;
}

.pastor-column-sec.main .btn-all {
  text-align: center;
  margin-top: 50px;
}

.pastor-column-sec.main .pst-col-cont {
  padding: 20px;
}

.pastor-column-sec.main .pst-col-inn figure img {
  border-radius: 10px 10px 0px 0px;
}

.pastor-column-sec.main .row {
  --bs-gutter-y: 40px;
}

.ptrclmn .tw-banner-overlay:after {
  display: none;
}

.tw-video-btn {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
  position: relative;
}

.tw-video-btn svg {
  margin-right: -6px;
  width: 25px;
  transition: all 0.3s ease-in-out;
}

.tw-video-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  border-radius: 100%;
}

.tw-video-btn:hover {
  background: #771c62;
}

.tw-video-btn:hover svg path {
  fill: #fff;
}

.tw-banner-content>*:last-child {
  margin-bottom: 0px;
}

.mm-lead-sec.mod .mm-lead-outer>p {
  font-family: "kampsiteregular";
  font-size: 180px;
  color: #87477b;
  transform: rotate(-90deg);
  position: absolute;
  right: -4%;
  bottom: 90%;
  transform-origin: bottom right;
  -webkit-text-stroke: 2px #87477b;
}

.msg-tw-sec.msg-sec-main {
  background: #fff;
}

.tw-banner-box.first-time .tw-banner-overlay:after {
  display: none;
}

.tw-fst-card {
  background: #ffffff;
  border: 1px solid #e0e1e1;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 30px;
  font-size: 16px;
  line-height: 1.8;
}

.tw-fst-card h2 {
  color: #333;
  margin-bottom: 10px;
}

.tw-fst-card-btm {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tw-profile-card {
  display: inline-flex;
  align-items: center;
}

.tw-profile-card img {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  margin-right: 16px;
}

.tw-profile-card-cnt span {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.tw-profile-card-cnt {
  font-size: 16px;
  color: #575757;
  line-height: 1.2;
}

.tw-fst-card-btm>a {
  min-width: 165px;
}

.lc-card {
  margin-top: 60px;
}

.lc-card h2 {
  margin-bottom: 15px;
  color: #333;
}

.lc-row {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -15px 0px;
}

.lc-lft-col {
  width: 30%;
  padding: 15px;
}

.lc-rgt-col {
  width: 70%;
  padding: 15px;
}

.lc-col-inner {
  background: #f8f5f7;
  border-radius: 10px;
  padding: 25px 30px;
  height: 100%;
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.tw-fst-card-sec {
  background: #fff;
}

.lc-col-inner figure {
  width: 48px;
  height: 48px;
  background: linear-gradient(272.69deg, #6151b9 2.2%, #3d3379 98.95%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.lc-col-inner figure img {
  max-height: 30px;
}

.lc-col-inner span {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.lc-col-inner .cmn-btn-v {
  width: 100%;
  margin-top: 5px;
}

.tw-fst-card-sec2 {
  background: #f8f5f7;
  font-size: 16px;
  color: #575757;
}

.tw-fst-card-sec2 h2 {
  color: #333;
  margin-bottom: 10px;
  line-height: 1;
}

.tw-fst-card-sec2 .sec-head {
  margin-bottom: 30px;
}

.tmg-grp {
  display: flex;
  margin: 0px -12px 60px;
  max-width: 645px;
}

.tmg-col {
  padding: 12px;
}

.tmg-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
}

.tmg-card span {
  font-size: 24px;
  font-weight: 700;
  color: #575757;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}

.tmg-grp>* {
  flex-grow: 1;
}

.tw-fst-card-sec2 figure img {
  width: 100%;
  border-radius: 20px;
}

.tw-fst-card-sec2 figure {
  margin-bottom: 0px;
}

/* pop up register css */
.common-eamil-popup {
  border-radius: 25px;
  position: relative;
  padding: 60px 35px !important;
  font-size: 16px;
  color: #575757;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgb(236 226 248)),
      to(rgb(201 179 212)));
}

.common-eamil-popup .fancybox-close-small {
  background: #f8a83f;
  border-radius: 0px 0px 0px 25px;
  width: 50px;
  height: 50px;
}

.common-eamil-popup .fancybox-close-small svg path {
  stroke: #fff;
}

.common-eamil-popup .fancybox-close-small svg {
  opacity: 1;
}

.common-eamil-popup .fancybox-close-small:hover {
  background: #502b6f;
}

.common-eamil-popup .popup-hotel-wrapper .common-btn {
  border: 0px;
  background: #f8a83f;
  transition: all 0.3s ease-in-out;
}

.common-eamil-popup .popup-hotel-wrapper .common-btn:hover {
  background: #502b6f;
}

.common-eamil-popup .popup-hotel-wrapper ul {
  margin-bottom: 15px;
  list-style: none;
  padding: 0px;
  padding-left: 15px;
}

.common-eamil-popup .popup-hotel-wrapper ul li:not(:last-child) {
  margin-bottom: 6px;
}

.common-eamil-popup .popup-hotel-wrapper ul li {
  position: relative;
  padding-left: 20px;
  color: #502b6f;
}

.common-eamil-popup .popup-hotel-wrapper ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #502b6f;
  border-radius: 100%;
}

.common-eamil-popup .hotel-recomendation {
  margin-top: 25px;
}

.common-eamil-popup .hotel-recomendation h4 {
  margin-bottom: 5px;
  color: #333;
  font-size: 20px;
  text-transform: capitalize;
}

.common-eamil-popup .hotel-recomendation ol {
  padding: 0px;
  margin-bottom: 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px 19px;
}

.common-eamil-popup .hotel-recomendation ol li {
  position: relative;
  color: #333;
  width: 33.3333%;
  padding: 10px;
  flex-grow: 1;
}

.common-eamil-popup .hotel-recomendation ol li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #502b6f;
  border-radius: 100%;
  display: none;
}

.common-eamil-popup .hotel-recomendation ol li a {
  color: #502b6f;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 5px;
  height: 100%;
  justify-content: center;
}

.common-eamil-popup .hotel-recomendation ol li a:hover {
  color: #f8a83f;
}

.common-eamil-popup .hotel-recomendation ol li a:hover {
  background: #502b6f;
  color: #fff;
}

.tw-brdcm li a.active {
  color: #85227d;
}

.common-eamil-popup .resent-otp-reg a {
  color: #502b6f !important;
  font-weight: 500;
  text-transform: capitalize;
}

.common-eamil-popup .resent-otp-reg a:hover {
  color: #000 !important;
}

.common-eamil-popup input[type="submit"] {
  background: #f8a83f !important;
}

.common-eamil-popup input[type="submit"]:hover {
  background: #502b6f !important;
  color: #fff !important;
}

.mm-lead-col-lt .gform_footer input[type="submit"] {
  background: linear-gradient(272.69deg, #6151b9 2.2%, #3d3379 98.95%);
  color: #fff !important;
  min-width: 192px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  padding: 18px 25px;
}

.mm-lead-col-lt .gform_footer input[type="submit"]:hover {
  background: linear-gradient(272.69deg, #3d3379 2.2%, #6151b9 98.95%);
}

.mm-lead-col-lt .gform_wrapper {
  width: 100%;
}

.mm-lead-col-lt .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 30px;
}

.mm-lead-col-lt form {
  padding: 15px;
}

/* 27/6/24 work end */

/* AD 02/07/2024 */
.tw-banner.msg-sec-header-banner .tw-banner-overlay {
  z-index: 2;
  background-color: rgba(143, 39, 138, 0.35);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.tw-banner.msg-sec-header-banner .tw-banner-overlay .tw-banner-content h1 {
  font-size: 38px;
}

.blog-details-page .evts_content .common-btn {
  max-width: inherit;
  color: #151515;
  width: auto;
}

.blog-details-page .evts_content .common-btn:hover {
  color: #fff;
}

.blog-details-page .blog-featured-img figure img {
  width: 100%;
}

/* AD 02/07/2024 END */

/* 22/07/2024 start */
.retreat-preparation-tips-wrapper {
  padding: 60px 0 0;
}

.retreat-preparation-tips-wrapper h2 {
  text-align: center;
}

.retreat-preparation-tips-video {
  position: relative;
  width: 100%;
  padding-top: 56%;
  border-radius: 25px;
}

.retreat-preparation-tips-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 25px;
}

/* 22/07/2024 end */

/* sg-07-aug-2024 */
.tw-banner-sub-head {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 17px;
  display: block;
}

.tw-banner-content-charlotte {
  max-width: 532px;
}

.tw-imgtxt-sec-charlotte {
  background: #fff;
}

.Aboutahow-row {
  align-items: center;
  --bs-gutter-x: 0;
}

.Aboutahow-row .tw-imgtxt-rgt {
  padding-left: 67px;
}

.join-now-btn-wpr {
  padding-top: 8px;
}

.cmn-card-mod .item-cnt.item-cnt-join h3 {
  font-size: 25px;
}

.cmn-card-mod .charlotte-item figure {
  border-radius: 10px;
  overflow: hidden;
}

.lead-pastor-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 40px;
}

.lead-pastor-clm figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.lead-pastor-sec {
  background: #fff;
}

.lead-pastor-clm-wpr-lft {
  padding-right: 87px;
}

.lead-pastor-clm-wpr h2 {
  font-size: 40px;
  color: #333333;
  margin-bottom: 18px;
}

.lead-pastor-sub-head {
  font-family: "Acumin Pro";
  font-size: 25px;
  margin-bottom: 22px;
  display: block;
  color: #81206f;
}

.lead-pastor-clm-wpr p {
  color: #575757;
  font-size: 16px;
  margin-bottom: 40px;
}

.lead-pastor-clm-wpr h3 {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: initial;
  color: #333333;
  margin-bottom: 34px;
  font-family: "Acumin Pro";
}

.lead-pastor-ul {
  margin: 0;
  padding: 0;
}

.lead-pastor-ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  margin-bottom: 25px;
}

.lead-pastor-ul li:last-child {
  margin-bottom: 0;
}

.lead-pastor-ul li a {
  color: #575757;
  padding-left: 9px;
}

.lead-pastor-ul li a:hover {
  color: #f1ba17;
}

.lead-li-span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #81206f;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(129, 32, 111, 0.05);
}

.tw-banner-overlay-charlotte::after {
  opacity: 0.85;
  background: linear-gradient(283.33deg, #81206f 0%, #3e347b 100%);
}

.charlotte-item .video-btn {
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.3);
  padding: 10px;
}

.lead-pastor-clm-wpr .video-btn-inner,
.charlotte-item .video-btn-inner {
  width: 100%;
  height: 100%;
}

.charlotte-item .video-btn-inner svg {
  width: auto;
}

.lead-pastor-clm-wpr .video-btn {
  width: 77px;
  height: 77px;
  padding: 12px;
}

.lead-pastor-clm-wpr .video-btn-inner svg {
  width: auto;
}

.join-the-slider .slick-list {
  margin: 0 -15px;
}

.tw-banner-overlay-charlotte h1 {
  font-size: 68px;
}

.Aboutahow-row .tw-imgtxt-rgt h2 {
  font-size: 40px;
}

.join-now-btn-wpr .cmn-btn-v {
  min-width: 165px;
}

.lead-pastor-clm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-pastor-clm-wpr .video-btn:hover svg path,
.charlotte-item .video-btn:hover svg path {
  fill: white;
}

/* sg-07-aug-2024 */

/* SS050924 Begin */

.register-boxes-wrapper-content ul li {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

.register-boxes-wrapper-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .register-boxes-wrapper-content ul li:last-child{
  margin-bottom: 0;
} */
.register-boxes-wrapper-content ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://www.ahowfc.org/wp-content/themes/agape-house/images/tickmark.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.register-boxes-area .blogbox {
  border: 1px solid #502b6f;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 5px 25px #766f6f29;
  -webkit-box-shadow: 0px 5px 25px #766f6f29;
  -moz-box-shadow: 0px 5px 25px #766f6f29;
  text-align: center;
  overflow: hidden;
  /* min-height: 570px; */
}

.register-boxes-area .blogbox .blog-index {
  text-align: center;
  padding: 0 !important;
}

.register-boxes-area .blogbox .blog-index .common-btn {
  width: 100%;
  border-radius: 0;
}

.view-our-newsletter {
  padding: 30px 0 0;
}

.register-boxes-area .blogbox figure {
  border-radius: 0;
}

.register-boxes-wrapper {
  margin-bottom: 30px;
}

.register-boxes-wrapper .section-con {
  margin-bottom: 30px;
}

.mission-news-right {
  margin-left: auto;
  padding-left: 20px;
}

.mission-news-left h3 {
  margin-bottom: 0;
  color: #fff;
}

.mission-news-left p {
  color: #fff;
}

.mission-news-wrapper {
  display: flex;
  align-items: center;
  background: #81206f;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 15px;
}

.mission-registers-blocks .row {
  --bs-gutter-y: 24px;
}

/* End Of SS050924 */
/*support pp.c 6/9/2024*/
.events-cpt-template-default .evts_details_outer .blog-featured-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events-cpt-template-default .evts_content {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}

.events-cpt-template-default .events-content-events-wrapper {
  width: 52%;
}

.events-cpt-template-default .evts_details_outer .address_details {
  width: calc(48% - 20px);
  margin-left: 20px;
}

/*support pp.c 6/9/2024*/

/* 22-01-2025 css start */
.facilitator-login .contact-box {
  max-width: 600px;
  margin: 0 auto;
}

.facilitator-login .contact-box .frm_input {
  margin-bottom: 20px;
}

.facilitator-login .contact-box .cmmn_frm_fotr {
  margin-top: 20px;
  text-align: center;
}

.page-innr-part-nw-lft-frst-dts-adds-wrp a.view_ctc_members {
  margin-top: 15px;
}

.login-success {
  text-align: center;
  color: #502b6f;
}

.ctc-update-members .life_grp_ctc_cont form>ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
}

.ctc-update-members .life_grp_ctc_cont form>ul li {
  width: 33.33%;
  padding: 15px;
}

.ctc-update-members .life_grp_ctc_cont form>ul li label {
  position: relative;
  width: 100%;
}

.ctc-update-members .life_grp_ctc_cont form>ul li label>a {
  max-width: 100%;
}

.ctc-update-members .life_grp_ctc_cont form>ul li label input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.ctc-update-members .life_grp_ctc_cont form>ul li label input[type="checkbox"]:checked+a .life_grp_ctc_bx h5 {
  color: #ffffff;
}

.ctc-update-members .life_grp_ctc_cont form>ul li label input[type="checkbox"]:checked+a .life_grp_ctc_bx {
  background: #f1ba17;
}

.ctc-update-members form input[type="submit"],
.facilitator-login input[type="submit"] {
  color: #151515;
  background: #f1ba17 0% 0% no-repeat padding-box;
  box-shadow: 4px 8px 20px #1f1f1f1a;
  -webkit-box-shadow: 4px 8px 20px #1f1f1f1a;
  -moz-box-shadow: 4px 8px 20px #1f1f1f1a;
  border-radius: 4px;
  padding: 18px 31px 15px;
  text-align: center;
  font-family: "Acumin Pro Bold";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.ctc-update-members form input[type="submit"]:hover,
.facilitator-login input[type="submit"]:hover {
  background: #502b6f;
  color: #fff;
}

.ctc-update-members .life_grp_ctc_cont form>ul li {
  margin-bottom: 0;
}

.succsessfully-removed {
  text-align: center;
  margin-bottom: 12px;
}

.note,
.succsessfully-removed p {
  color: #502b6f;
}

.remove_note {
  font-style: italic;
}

/* 22-01-2025 css end */

/* pro 6/3/25 start */
.cmn-sec-head {
  margin-bottom: 40px;
}

.cmn-sec-head h2 {
  margin-bottom: 18px;
}

.cmn-sec-head h2:last-child {
  margin-bottom: 0;
}

.cmn-img-ratio {
  position: relative;
  padding-top: 100%;
}

.cmn-img-ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.ignite-spekars-img-row {
  justify-content: center;
  --bs-gutter-x: 40px;
  --bs-gutter-y: 30px;
}

.ignite-spekars-img-row .ignite-spekars-img {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 30px;
  max-width: 300px;
}

.ignite-video-sec .new_video_cont {
  margin-bottom: 40px;
  margin-top: 0;
}

.registration-btn {
  text-align: center;
}

.registration-form-modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  pointer-events: none;
}

.registration-form-wpr {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  background: white;
}

.registration-form-modal .btn-close {
  position: absolute;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: #f1ba17;
  top: -10px;
  right: -10px;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-form-modal {
  margin-top: 15px;
}

.registration-form-modal .btn-close img {
  width: 15px;
}

.registration-form-modal .btn-close:hover {
  background: #502b6f;
}

.registration-form-modal .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.registration-form-modal .gform_heading {
  margin-bottom: 12px;

}

.registration-form-wpr .gfield_total {
  display: none !important;
}

.field_46_7 {
  display: none;
}

.registration-form-modal .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0;
}

.registration-form-modal .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0;
}

.registration-form-modal .gform_wrapper.gravity-theme .gfield_label_before_complex {
  margin-bottom: 10px;
}

.registration-form-modal .gform_wrapper.gravity-theme .ginput_product_price_label,
.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_shipping_price {
  font-size: 16px !important;
  text-transform: uppercase;
}

.registration-form-modal .ginput_container_total input {
  color: #424242 !important;
  border-bottom: 1px solid #8e8e8e !important;
}



.registration-form-modal .gform_wrapper.gravity-theme .gform_footer {
  margin: 30px 0 0 !important;
  padding: 0 !important;
}

.registration-form-modal .gform_wrapper.gravity-theme .gform_footer input {
  margin: 0;
  width: 100%;
  margin-bottom: 0 !important;
  font-family: "Acumin Pro Bold";
}

.ignite-bnr h1 {
  margin-bottom: 7px !important;
}

.ignite-bnr h1 span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ignite-bnr h1:last-child {
  margin-bottom: 0;
}

.conference-information-sec .cmn-sec-head {
  margin-bottom: 0;
}

.ignite-spekars-info {
  padding: 20px;
  background: #f1ba17;
  border-radius: 12px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.ignite-spekars-info h3 {
  margin-bottom: 7px;
  font-size: 24px;
}

.ignite-spekars-info p {
  font-size: 15px;
}

.ignite-bnr ul {
  list-style: none;
  color: #f1ba17;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 24px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  max-width: 90%;
}

.ignite-bnr ul li {
  position: relative;
  margin-right: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.ignite-bnr ul li:last-child {
  margin-right: 0;
}

.ignite-bnr ul li:last-child::after {
  display: none;
}

.ignite-bnr ul li::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #f1ba17;
}

/* pro 6/3/25 end */


/* SM start 25-03-25 */


.upcoming-evts .blogbox {
  height: 100%;
}

.cmn-btn-wrap {
  margin-top: auto;
}

.most-recent-blog.upcoming-evts .events-row {
  justify-content: center;
}

.newsletter-section {
  position: relative;
}

.nesletter-bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nesletter-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.newsletter-sec-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.newsletter-sec-wrap>h2 {
  color: #fff;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.news-form-wrap {
  position: relative;
}

.news-form-wrap input[type="email"] {
  background-color: #fff;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 40px;
  height: 54px;
  border-bottom: none;
}

.news-form-wrap input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  padding: 0 20px;
  height: 54px;
  width: 180px;
}

.calender-page-wrapper .fc-toolbar-chunk .fc-today-button.fc-button {
  background: #f1ba17;
  opacity: 1;
  padding: 12px 30px;
  line-height: 1;
  text-align: center;
  border: none;
}

.calender-page-wrapper .fc-toolbar-chunk .fc-prev-button.fc-button,
.calender-page-wrapper .fc-toolbar-chunk .fc-next-button.fc-button {
  background-color: #52326e;
  border: navajowhite;
  outline: none;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

.calender-page-wrapper .fc-toolbar-chunk .fc-prev-button.fc-button:hover,
.calender-page-wrapper .fc-toolbar-chunk .fc-next-button.fc-button:hover {
  background: rgba(82, 50, 110, 0.8);
}

.calender-page-wrapper .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-event-main-frame {
  white-space: normal;
  text-align: center;
  background: #52326e;
}

.calender-page-wrapper .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-h-event {
  border: none;
  border-radius: 4px !important;
  overflow: hidden;
  padding: 4px;
  background: #52326e;
}

.calender-page-wrapper .fc-daygrid-day.fc-day.fc-day-tue.fc-day-today {
  background: rgba(82, 50, 110, 0.25);
}

/* SM end 25-03-25 */

/* support starts 26.03.2025  */
.popup-button-content-wrapper h2 {
  margin-bottom: 10px;
  text-align: center;
}

.popup-button-content-wrapper .fancybox-close-small svg {
  border: 1px solid #8e8e8e;
  border-radius: 100%;
  background: #fff;
}

.popup-button-content-wrapper .gform_wrapper.gravity-theme .gform_footer,
.popup-button-content-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 6px 0;
}

.popup-button-content-wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}

.popup-button-content-wrapper .gfield_radio .gchoice {
  width: 25%;
  position: relative;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 10px;
}

.popup-button-content-wrapper .gfield_radio .gchoice input[type="radio"]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  border: 1px solid #402b53;
  border-radius: 100%;
  background: #fff;
}

.popup-button-content-wrapper .gfield_radio .gchoice input[type="radio"]+label::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #f1ba17;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.popup-button-content-wrapper .gfield_radio .gchoice input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popup-button-content-wrapper .gfield_radio .gchoice input[type="radio"]:not(:checked)+label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.popup-button-content-wrapper .gfield_radio .gchoice input[type="radio"] {
  visibility: hidden;
  display: none;
}

.popup-button-content-wrapper input:focus-visible+label {
  outline: none;
  border-radius: 0;
}

.gform_wrapper.gravity-theme .ginput_complex select {
  border-bottom: 1px solid #8e8e8e;
}

.popup-button-content-wrapper .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.popup-button-content-wrapper .gfield_checkbox .gchoice {
  width: 25%;
  padding: 0 0 0 30px;
  position: relative;
}

.popup-button-content-wrapper {
  max-width: 700px;
  width: 100%;
}

.popup-button-content-wrapper .gfield_checkbox .gchoice input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  border: 1px solid #402b53;
  border-radius: 3px;
  background: #fff;
}

.popup-button-content-wrapper .gfield_checkbox .gchoice input[type="checkbox"]+label::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(https://www.ahowfc.org/wp-content/themes/agape-house/images/yellow-tick.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.popup-button-content-wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popup-button-content-wrapper .gfield_checkbox .gchoice input[type="checkbox"]:not(:checked)+label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.popup-button-content-wrapper .gfield_checkbox .gchoice input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.popup-button-content-wrapper input[type="text"],
.popup-button-content-wrapper input[type="tel"],
.popup-button-content-wrapper input[type="password"],
.popup-button-content-wrapper input[type="email"],
.popup-button-content-wrapper input[type="number"],
.popup-button-content-wrapper select {
  height: 35px;
}

.popup-button-content-wrapper select {
  background-size: 12px;
}

.popup-button-content-wrapper .gfield_checkbox button {
  display: none;
  width: 30%;
  background: transparent;
  color: #4e4e4e;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  margin-top: 0 !important;
}

.popup-button-content-wrapper .gfield_checkbox button:hover {
  color: #eab71e;
}

.popup-button-content-wrapper .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px;
}

.popup-button-content-wrapper .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 3px;
}

.popup-button-content-wrapper .gform_footer input[type="submit"] {
  margin-bottom: 0;
}

.every-year-events .blogbox.tabindex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.every-year-events .blogbox figure {
  height: 180px;
}

.calender-page-wrapper h2,
.seminar-block-head h2 {
  text-align: center;
}

.blog-upper-common-btn {
  margin-top: auto;
}

.seminar-block-head {
  margin: 0 auto;
}

.seminar-block .seminar-list-box h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.news-form-wrap .gform-body .ginput_container_email input[type="text"] {
  background-color: #fff;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 40px;
  height: 54px;
  border-bottom: none;
}

.news-form-wrap input[type="submit"]:focus,
.popup-button-content-wrapper input[type="submit"]:focus {
  border: none;
}

#simple-banner {
  z-index: 9;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.popup-button-content-wrapper .gform_wrapper.gravity-theme .gfield_validation_message,
.popup-button-content-wrapper .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  margin-top: 8px;
  padding: 0;
}

.popup-button-content-wrapper .gform_wrapper.gravity-theme .description,
.popup-button-content-wrapper .gform_wrapper.gravity-theme .gfield_description,
.popup-button-content-wrapper .gform_wrapper.gravity-theme .gsection_description,
.popup-button-content-wrapper .gform_wrapper.gravity-theme .instruction {
  font-size: 12px;
  padding-top: 0;
}

.popup-button-content-wrapper .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-bottom: 1px solid #8e8e8e;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.news-form-wrap .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  font-size: 12px;
  margin-top: 8px;
  padding: 0;
  text-align: center;
}

.news-form-wrap .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: none;
}

.team-box-custom {
  padding-top: 20px;
}

.team-box-custom .team-slider {
  margin: 21px 0 0;
}

/* support ends 26.03.2025  */


.social-share-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}

.share-button {
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  outline: none;
  display: inline-block;
  font-size: 16px;
  transition: background 0.3s ease-in-out;
}

.tooltip-custom {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  transition: opacity 0.3s ease-in-out;
}

/*support css update 3/4/2025*/
.eastrevnt-cardsec {
  background-color: #fafafa;
}

.eastrevnt-row {
  margin-bottom: -24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eastrevnt-col {
  padding-bottom: 24px;
}

.eastrevnt-card-outr {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  height: 350px;
}

.eastrevnt-card-itm {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.eastrevnt-card-frnt,
.eastrevnt-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.eastrevnt-cardfrntimgbx {
  width: 100%;
  height: 100%;
}

.eastrevnt-cardfrntimgbx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.eastrevnt-card-frnt {
  border-radius: 10px;
  overflow: hidden;
  font-weight: 500;
  color: #ffffff;
}

.eastrevnt-card-back {
  border-radius: 10px;
  overflow: hidden;
  background-color: #502b6f;
  color: white;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 15px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
}

.eastrevnt-card-frnt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(166.67deg, #81206f 0%, #3e347b 100%);
  background: linear-gradient(283.33deg, #81206f 0%, #3e347b 100%);
  opacity: 0.5;
}

.estrevnt-crd-frntcontbx {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  text-align: center;
  font-size: 15px;
}

.estrevnt-crdtitle {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 26px;
}

.estrevnt-bcktitle {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 12px;
}

.eastrevnt-card-back .common-btn {
  margin-top: 10px;
  border: 1px solid #f1ba17;
}

.eastrevnt-card-outr:hover .eastrevnt-card-itm {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.estrevnt-vdo-bx {
  padding-top: 56.25%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.estrevnt-vdo-bx::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(166.67deg, #81206f 0%, #3e347b 100%);
  background: linear-gradient(283.33deg, #81206f 0%, #3e347b 100%);
  opacity: 0.5;
}

.estrevnt-vdo-bx video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
}

.estrevnt-vdohd {
  font-size: 22px;
  line-height: 1.1;
  font-family: "Acumin Pro Bold";
  color: #151515;
  position: relative;
  padding-bottom: 7px;
}

.estrevnt-vdo-scialbx .social-share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  margin-top: 10px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.estrevnt-vdo-scialbx {
  background-color: #ffffff;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.11);
  padding: 25px 25px;
  max-width: 275px;
  margin-left: auto;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.estrevnt-vdo-scialbx .social-share-buttons .share-button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #502b6f;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.estrevnt-vdo-scialbx .social-share-buttons .share-button:hover {
  background-color: #f1ba17;
  color: #151515;
}

.estrevnt-vdo-scialbx .social-share-buttons .share-button {
  margin-left: 8px;
}

.estrevnt-vdo-scialbx .social-share-buttons .share-button:last-child {
  width: 40px;
  height: 40px;
}

.estrevnt-vdo-scialbx .social-share-buttons .share-button:first-child {
  margin-left: 0;
}

.estrevnt-vdo-scialbx .social-share-buttons .share-button:last-child {
  max-height: 0;
}

.easter-registration-form-wrapper h3 {
  text-align: center;
}

.easter-registration-form-wrapper .gform_required_legend {
  display: none;
}

.easter-registration-form-wrapper {
  overflow: initial;
}

.easter-registration-form-wrapper .fancybox-close-small {
  width: 35px;
  height: 35px;
  background-color: #502b6f;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.easter-registration-form-wrapper .fancybox-close-small:hover {
  background-color: #f1ba17;
}

.easter-registration-form-wrapper .fancybox-close-small:hover svg {
  fill: #151515;
  stroke: #151515;
}

.easter-registration-form-wrapper .fancybox-close-small svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.easter-registration-form-wrapper .gform_wrapper.gravity-theme .gfield_validation_message,
.easter-registration-form-wrapper .gform_wrapper.gravity-theme .validation_message {
  background-color: transparent;
  padding: 0;
  border: none;
  text-align: left;
  font-size: 13px;
}

/*support css update 3/4/2025*/

.campur-select-wrapper {
  margin-bottom: 30px;
}

.campur-select-wrapper .form-group .eventsRelationshipCampus {
  background-color: #eeeeee;
  border: none;
  outline: none;
}

.campur-select-wrapper .form-group label {
  margin-bottom: 10px;
}

.campur-select-wrapper .form-group {
  margin-left: -11px;
}

/* pro 2/5/25 start */

.header-space {
  padding-top: 20px;
}

.new-inr-bnr-wpr {
  min-height: 450px;
  padding: 100px 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.new-inr-bnr-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.new-inr-bnr-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #502b6f 0, #281638 100%);
  opacity: .65;
}

.new-inr-bnr-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-inr-bnr-cntnt {
  position: relative;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.new-inr-bnr-cntnt h1 {
  color: #ffffff;
  margin-bottom: 8px;
}

.new-inr-bnr-wpr p {
  color: #fff;
  margin-bottom: 30px;
}

.cmn-btn-wpr {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 0;
}

.new-inr-bnr.text-center .cmn-btn-wpr {
  justify-content: center;
  margin-top: 20px;
}

.cmn-btn-col {
  padding: 5px 5px 0;
}

.cmn-img-ratio {
  position: relative;
  padding-top: 100%;
  z-index: 1;
  overflow: hidden;
}

.cmn-img-ratio img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.event-card-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  justify-content: center;
}

.event-card {
  position: relative;
  border-radius: 15px;
  box-shadow: 0 5px 25px #766f6f29;
  -webkit-box-shadow: 0 5px 25px #766f6f29;
  -moz-box-shadow: 0 5px 25px #766f6f29;
  overflow: hidden;
  /* cursor: pointer; */
  height: 100%;
}


.event-card-image {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.event-card-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #52326e;
  opacity: .75;
}

.event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .event-card-image .cmn-img-ratio {
  padding-top: 60%;
} */

.event-card-meta {
  margin-bottom: 18px;
}

.event-card-meta:last-child {
  margin-bottom: 0;
}

.event-card-meta ul {
  list-style: none;
  padding: 0;
  margin: -5px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: white;
}

.event-card .event-card-meta ul {
  justify-content: center;
}

.event-card-meta ul li {
  padding: 5px 0 0;
  display: flex;
  align-items: center;
}

.event-card-meta ul li i {
  line-height: 0;
  max-width: 14px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.event-card-meta ul li i img {
  width: 100%;
  filter: brightness(0) invert(1);
}


.event-card-text h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: white;
  transition: all 0.3s ease-in-out;

}

.event-card-text {
  padding: 20px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px;
  text-align: center;
}

.event-card-text h3:last-child {
  margin-bottom: 0;
}

.event-card-meta ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
  color: currentColor;
}

.event-card-meta ul li:last-child::after {
  display: none;
}

/* .event-card:hover .event-card-image img {
  transform: scale(1.05);
} */

/* .event-card:hover .event-card-text h3 {
  color: #f1ba17;
} */

.event-card-modal .modal-header,
.event-card-modal .modal-footer {
  border-color: rgba(217, 217, 217, .4);
}

.event-card-modal .modal-title {
  margin-bottom: -5px;
  line-height: 1.2;
  color: #452861;
}

.modal-footer .common-btn {
  transition: all 0.3s ease-in-out;
}

/* pro 2/5/25 End */




/* S.Mv Css Start 09-05-25 */
  .wop-lead-info{
    background-color:#fff;
  }

  .reg-infrm-row{
    --bs-gutter-x:30px;
    --bs-gutter-y:20px;
  }

  .reg-infrm-card{
    padding:25px;
    box-shadow: 0px 5px 25px #766f6f29;
    -webkit-box-shadow: 0px 5px 25px #766f6f29;
    height:100%;
    border-radius:5px;
    display:flex;
    flex-direction:column;
  }
  .reg-infrm-card .reg-infrm-btn{
    margin-top:auto;
  }
  .reg-infrm-card p{
    margin-bottom:45px;
  }
  .reg-infrm-card h3{
    font-size:26px;
  }

  .hotel-sec {
    background-color:#fff;
  }

  .hotel-outer .hotel-row:not(:last-child){
    margin-bottom:60px;
  }
  .hotel-outer .hotel-row:nth-child(even){
    flex-direction:row-reverse;
  }

  .hotel-txt-inr h3{
    margin-bottom:10px;
  }


  .attract-list{
    list-style:none;
    padding:0;
    margin:-10px;
    display:flex;
    margin-top:50px;
    flex-wrap:wrap;

  }
  .attract-list li{
    width:33.33%;
    padding:10px;
  }
  .wop-att-card {
    padding: 25px 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 5px 25px #766f6f29;
    -webkit-box-shadow: 0px 5px 25px #766f6f29;
    -moz-box-shadow: 0px 5px 25px #766f6f29;
    height: 100%;
    text-align: left;
}
.wop-att-card .att-nmbr {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bf3a7b;
  color: #fff;
  font-size: 15px;
  margin-top: -40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.wop-att-card p{
  font-weight:600;
}
.wop-att-card p a {
  color: #8f278b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-top: 6px;
  word-break: break-all;
}
.wop-att-card p a:hover{
  color:#f1ba17;
}
.hotel-img-clm figure{
  width:100%;
}
.hotel-img-clm figure img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.confnce-host-sec{
  background-color:#fff;
}

.confnce-host-img{
    float: left;
    max-width: 502px;
    margin-right: 50px;
    margin-bottom: 23px;
    border-radius: 10px;
    overflow: hidden;
}

.manager-more-dtls{
  display:none;
}
.confnce-host-txt p{
  margin-bottom:20px;
}
.confnce-host-txt h3{
  margin-bottom:15px;
}
.host-more-btn-wpr .common-btn{
  border:0;
}
.manager-more-dtls.active{
  display:block;
}
.confnce-host-lower{
  padding-top:70px;
}
.spekars-bios {
  margin-top: 25px;
}
.spekars-bios:not(:first-of-type){
  border-top: 1px solid #ccc; /* Customize color/style as needed */
  padding-top: 25px;
}
.spekars-bios h3{
  font-size: 24px;
  margin-bottom: 7px;
} 
.form-sec select{
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 0 27px !important;
    height: 55px;
    background-size:12px;
}
.circle-imag {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.circle-imag-inr {
    border-radius: 50%;
    border: 1px solid #81206f;
    padding: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
    width: 85px;
    height: 85px;
}

/* S.Mv End Start 09-05-25 */

/* 16/5/25 work start */
.find_ctc_cont_inner a:hover .circle-imag-inr {
    border-color: #fff;
}

.ahow_comm_wrap ul{
  margin:0px;
  padding:0px
}

.ahow_comm_wrap li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.ahow_comm_wrap li + li {
    margin-top: 5px;
}

.ahow_comm_wrap li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/tickmark.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
/* 16/5/25 work end */


.retreat-more-info-lt .retreat-more-info-lt-box .retreat-hotel-acc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 20px;
}
.retreat-more-info-lt .retreat-more-info-lt-box .retreat-hotel-acc h2{
  width: 100%;
  text-align: left;
  margin-bottom:0;
}
.retreat-more-info-lt .retreat-more-info-lt-box .retreat-hotel-acc .each-retreat-hotel-acc{
  width: 48%;
  text-align: left;
}
.retreat-more-info-lt .retreat-more-info-lt-box .retreat-hotel-acc .each-retreat-hotel-acc ul{
  padding: 0;
  list-style: none;
}
.retreat-more-info-rt .retreat-more-info-rt-box {
  height: auto;
}
.retreat-more-info-lt .retreat-more-info-lt-box .retreat-hotel-acc .each-retreat-hotel-acc{
  margin-bottom:0px;
}
.retreat-more-info-lt .retreat-more-info-lt-box .retreat-hotel-acc .each-retreat-hotel-acc h4{
  margin-bottom: 8px;
}





/* ========== responsive css =========== */

@media (min-width: 1601px) {
  .wop-stiky-menu {
    top: 35%;
  }

  .wop-header-section li a {
    padding: 15px 20px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .page-template-our-resources .resources-info .colspan a {
    min-height: 220px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .page-template-our-resources .resources-info .register-btn {
    font-size: 1.5vw;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  /* .navbar-nav .clickD {
    display: none;
  } */

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }

  /*support pp.c 16/4/2024*/
  #popmake-10581 {
    width: 50%;
  }

  /*support pp.c 16/4/2024*/
}

@media (min-width: 1199px) {
  .container {
    max-width: 1140px;
  }
}

/*support pp.c 16/4/2024*/
@media (min-width: 1799px) {
  #popmake-10581 {
    width: 38%;
  }
}

/*support pp.c 16/4/2024*/
@media (max-width: 1199px) {
  .evnts_outer figure {
    float: left;
    width: 500px;
    height: 310px;
    margin-right: 35px;
  }

  .navbar-nav>li {
    margin: 0 7px;
  }

  .posterbox .banner-meet-btngroup .common-btn.purple-btn {
    padding: 18px 15px 15px;
  }

  .posterbox .banner-meet-btngroup .common-btn {
    padding: 18px 12px 15px;
  }

  .team-slider .carditemouter {
    height: 370px;
  }

  .teammember-row .rowspan {
    justify-content: center;
  }

  .teammember-row .teamtab:focus {
    border: 1px dotted transparent;
  }

  .affliciatesitem a {
    padding: 30px 22px;
  }

  .team-member-detailsbox .colspan:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .ways-blockitem .colspan {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .ways-blockitem .row {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .serve-items figure {
    width: 110px;
  }

  .serveinfo {
    padding-left: 12px;
    width: calc(100% - 110px);
  }

  .date-listing li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .date-listing li:first-child {
    padding-left: 0;
  }

  .date-listing li:last-child {
    padding-right: 0;
  }

  .meeting-col:first-child {
    width: 27%;
  }

  .thanksgivingrow {
    flex-wrap: wrap;
  }

  .thanksbox {
    width: 25%;
  }

  .givingrow .rowspan {
    margin: -15px -12px;
  }

  .givingrow .colspan {
    padding: 15px 12px;
  }

  .giving-box a {
    min-height: 220px;
  }

  .eventsbg p br {
    display: none;
  }

  .postercon {
    padding-right: 40px;
  }

  .ministries-inner p {
    min-height: 250px;
  }

  .ministries-inner {
    padding: 36px 25px 31px 26px;
  }

  .form_input_radio label span:focus {
    border: 1px dotted transparent;
    outline: none;
  }

  .thanksgivingrow.rowspan {
    justify-content: center;
  }

  /* update 13/05/2022 start */
  .contact-form-custom .gfield_radio .gchoice label {
    font-size: 14px !important;
  }

  .contact-form-custom .gfield_radio .gchoice input[type="radio"]+label::before {
    width: 17px;
    height: 17px;
  }

  .contact-form-custom .gfield_radio .gchoice input[type="radio"]+label::after {
    width: 9px;
    height: 9px;
  }

  .contact-form-custom .gfield_radio .gchoice {
    padding-bottom: 25px;
    padding-left: 26px;
  }

  .contact-form-custom .gfield {
    margin-bottom: 34px !important;
  }

  .contact-form-custom .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }

  /* update 13/05/2022 end */
  /* Modification CSS 18.05.22 */
  .baby-thanks-custom-blocks .serve-listing {
    margin: -8px;
  }

  .baby-thanks-custom-blocks .serve-items {
    padding: 8px;
  }

  .video_part_aprd_rt iframe {
    height: 250px;
  }

  /* Modification CSS 18.05.22 */
  /* Modification CSS 31.05.22 */
  .woocommerce ul.products li.product .button {
    font-size: 12px;
    margin: 0 5px 15px 5px;
    min-height: 40px;
  }

  .woocommerce a.added_to_cart {
    font-size: 12px;
  }

  /* Modification CSS 31.05.22 */
  /* Modification CSS 03.06.22 start*/
  .ccbpress-event-calendar .ccbpress-event-calendar-header {
    display: block;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-month {
    position: relative;
  }

  /* Modification CSS 03.06.22 end*/
  /* update 09/06/2022 start */
  .shop-listing-wrapper .page-title {
    margin-bottom: 50px;
  }

  /*----09-08-22--*/
  .upcoming-evts .blogbox .common-btn {
    padding: 18px 22px 15px;
  }

  /*.upcoming-evts .blogbox{
    min-height: 590px;
  }*/
  /*support 11/08/2022 ss*/
  .evnts_outer figure {
    width: 100%;
    margin-right: 0px;
    height: 450px;
  }

  /* update 01/09/2022 start */
  .accord_vision_value .accordion-button.collapsed,
  .accord_vision_value .accordion-button:not(.collapsed) {
    font-size: 34px;
  }

  /* update 02/09/2022 start */
  .cta_outer .location-banner-button h4 {
    font-size: 36px;
  }

  .buyer_outer .mailtxtit span {
    display: block;
  }

  /* update 27/09/2022 start */
  .nw-dtls-page-bannr-wrap-bttm {
    flex-direction: column;
    align-items: inherit;
  }

  .nw-dtls-page-banr-lft-txt {
    margin-bottom: 15px;
  }

  /* update 27/09/2022 end */

  /* update start 25/01/2023 */
  .ahow_comm_banner_wrap .banner_cont h1,
  .ahow_comm_banner_wrap .banner_cont h5 {
    margin-bottom: 20px;
  }

  .ahow_comm_banner_wrap .banner_cont h1 {
    font-size: 55px;
  }

  .sec_hd.con-txt h2 {
    font-size: 36px;
  }

  .life_grp_ctc_cont ul li a {
    max-width: 75%;
  }

  .ahow_comm_video_roll .slick-next {
    right: -10px;
  }

  .ahow_comm_video_roll .slick-prev {
    left: -10px;
  }

  /* update end 25/01/2023 */

  /* 3.08.2023 */
  .business-overview-innr {
    padding: 20px;
  }

  /* 3.08.2023 */

  /* 14.03.2024 */
  .cnt-tab-row {
    justify-content: center;
    margin-bottom: -20px;
  }

  .cnt-col-each {
    width: calc(100% / 3);
    padding-bottom: 20px;
  }

  /* 14.03.2024 */

  /* 9/4/24 work start */
  .retreat-ev-ban-wrap {
    padding: 80px 30px;
    border-radius: 20px;
  }

  .retreat-ev-ban-outer {
    overflow: visible;
  }

  .retreat-ev-ban-caption {
    position: static;
    margin-top: 30px;
  }

  .retreat-ev-cp-lt {
    padding: 0px 15px;
  }

  .rtt-cap-cont p {
    font-size: 18px;
  }

  .retreat-ev-cp-rt-box {
    min-width: auto;
    font-size: 18px;
  }

  .retreat-ev-cp-rt-box strong>* {
    font-size: 20px;
  }

  .retreat-ban-text h1 {
    font-size: 38px;
  }

  .retreat-rgt-box li {
    font-size: 18px;
  }

  .retreat-rgt-box li strong {
    font-size: 20px;
  }

  .retreat-rgt-box h3 {
    font-size: 18px;
  }

  .retreat-more-info-rt-box h3 {
    font-size: 18px;
  }

  .retreat-more-info-rt-box p {
    font-size: 16px;
  }

  .retreat-more-info-lt-box {
    font-size: 16px;
  }

  .retreat-more-info-lt-box .common-btn .cmn-btn-text span {
    font-size: 22px;
  }

  .retreat-more-info-lt-box .common-btn .cmn-btn-text {
    font-size: 15px;
  }

  .retreat-more-info-lt-box {
    height: 100%;
  }

  /* 9/4/24 work end */

  /* 6/5/24 work start */
  .week-count-main-wrapper {
    width: calc(33.3333% - 24px);
  }

  .week-count-main-wrapper label {
    display: block;
  }

  .select2-container {
    width: 100% !important;
  }

  /* 6/5/24 work end */

  /* 28/6/24 work start */
  .cmn-card-mod .slick-prev {
    left: -20px;
  }

  .cmn-card-mod .slick-next {
    right: -20px;
  }

  /* 28/6/24 work end */
  /* sg-07-aug-2024 */
  .tw-banner-overlay-charlotte h1 {
    font-size: 58px;
  }

  .cmn-card-mod .item figure img {
    height: 220px;
  }

  .cmn-card-mod .item-cnt.item-cnt-join h3 {
    font-size: 20px;
  }

  /* sg-07-aug-2024 */
  .new-inr-bnr-wpr {
    min-height: 400px;
    padding: 80px 0;
  }

  .new-inr-bnr-cntnt h1 {
    font-size: 55px;
  }


  /* S.Mv Start Start 09-05-25 */
  .navbar-brand {
    width: 120px;
  }
  .navbar-nav>li {
    margin: 0 4px;
}
.navbar-nav .clickD {
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.confnce-host-img {
  max-width: 455px;
  margin-right: 35px;
}
  /* S.Mv End Start 09-05-25 */

}

@media (max-width: 1024px) {
  /* navbar*/

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* .navbar-nav>li.current-menu-item>a:after, .navbar-nav>li>a:after, .navbar-nav>li.menu-item-has-children>a:after{
      width: 100%;
      opacity: 0;
 }
  .navbar-nav>li.current-menu-item>a:after, .navbar-nav>li>a:hover:after, .navbar-nav>li.menu-item-has-children:hover>a:after {
      width: 100%;
      opacity: 1;
 }
  */
  /* navbar end*/
}

@media (max-width: 991px) {
  .evnts_outer figure {
    float: left;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .blog-featured-content {
    margin-top: 30px;
  }

  .for-mobile-menu-only {
    display: block;
  }

  .copyrighttxt {
    justify-content: center;
  }

  .footermenulist {
    margin-top: 4px !important;
  }

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #424242;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
    background: #fff;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
    background: #fff;
  }

  .navbar-nav .clickD {
    top: 20px;
    right: 60px !important;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px !important;
  }

  .navbar-nav>li>a {
    text-align: center;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    color: #fff !important;
    font-size: 27px;
    letter-spacing: -0.43px;
    font-family: "Acumin Pro Bold";
    opacity: 0.81;
    line-height: 1.4;
  }

  .sub-menu>li>a {
    text-align: center;
    padding: 8px 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.43px;
    font-family: "Acumin Pro Bold";
    opacity: 0.81;
    line-height: 1.4;
  }

  /* .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  } */

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  .navbar-nav>li:focus {
    outline: none !important;
  }

  .navbar-nav>li:focus-visible {
    outline: 3px solid blanchedalmond !important;
  }

  /* navbar end*/
  /* push nav */
  .navbar-collapse {
    background: url(images/banner.jpg) no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    height: 100vh !important;
    width: 100%;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse .navbar-nav {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
  }

  .navbar-nav>li:last-child {
    margin-bottom: 20px;
  }

  .navbar-collapse>* {
    position: relative;
    z-index: 1;
  }

  .logowhite {
    display: inline-block;
    margin-top: 14px;
    margin-left: 36px;
  }

  .navbar-collapse:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(80, 43, 111);
    background: linear-gradient(180deg,
        rgba(80, 43, 111, 1) 0%,
        rgba(40, 22, 56, 1) 100%);
    opacity: 0.65;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 40px 0 0 !important;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 37px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  }

  /* push nav end */
  .mobilemenu {
    display: block !important;
  }

  ul.navbar-nav li .clickD.toggled+.sub-menu {
    display: block;
    max-height: inherit;
    text-align: left;
    opacity: 1;
    position: relative;
    background: transparent !important;
    min-width: inherit;
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none;
    transform: inherit;
    padding-top: 0;
  }

  .sub-menu>li {
    background-color: transparent !important;
  }

  .navbar-toggler {
    position: absolute;
    right: 0;
  }

  .main-head .common-btn {
    margin-right: 60px;
  }

  .open_ham .stick,
  .open_ham .stick:after,
  .open_ham .stick:before {
    background: #151515;
  }

  .location-block h2 {
    text-align: center;
  }

  .location-block {
    padding-top: 0;
  }

  .location-resource-sec {
    padding: 33px 0 52px;
  }

  .location-list .view-btn {
    display: none;
  }

  .location-list a {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .location-list h5 {
    padding-top: 8px;
  }

  .resources-box {
    margin-top: 33px;
  }

  .common-mainimg .colspan {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }

  .common-mainimg .rowspan {
    margin: 0 calc(var(--bs-gutter-x) * -0.5);
  }

  .borderimg figure {
    margin-bottom: 33px;
  }

  .con-txt {
    max-width: 440px;
    margin: 0 auto;
  }

  .con-txt p {
    text-align: justify;
  }

  .agage-differ-block {
    padding-bottom: 52px;
  }

  .enlighted-block {
    padding: 52px 0;
  }

  .eventbox {
    max-width: 351px;
    margin: 0 auto;
    padding: 33px 24px;
  }

  .downloadinner {
    text-align: center;
  }

  .download-storebtn {
    max-width: 75%;
    margin: 21px auto 0;
  }

  .download-storebtn a {
    display: inline-block;
  }

  .footerlft:nth-child(1),
  .footerlft:nth-child(2),
  .footerlft:nth-child(3) {
    width: 100%;
  }

  footer {
    text-align: center;
  }

  .footerlft p {
    margin: 0 auto;
  }

  .footer-top {
    padding: 19px 0 0;
  }

  .footerlft {
    margin-bottom: 52px;
  }

  .footer-top h5 {
    margin-top: 0;
    color: #1f1f1f;
  }

  .map {
    max-width: 352px;
    margin: 0 auto;
  }

  .footermenulist {
    text-align: center;
    margin-top: 21px;
  }

  .upcoming-eventblock .rowspan {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .upcoming-eventblock .colspan {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .downloadinner {
    padding: 62px 43px;
  }

  .open_ham .stick {
    height: 2px;
  }

  .hder_menu {
    display: block !important;
  }

  .hdr_rgt {
    display: none;
  }

  .purpose-box {
    flex-wrap: wrap;
  }

  .purpose-box .tab-content {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }

  .purpose-box .nav {
    width: 100%;
  }

  .small-para {
    max-width: inherit;
  }

  .postercon p {
    max-width: inherit;
    text-align: justify;
  }

  .postercon {
    padding-right: 0;
    margin-top: 58px;
  }

  .posterbox .col-lg-6:first-child {
    order: 2;
  }

  .team-slider .carditemouter {
    height: 370px;
  }

  .ministries-slider {
    padding-bottom: 24px;
  }

  .contact-ref .col-lg-5 {
    width: 100%;
  }

  .contact-ref .col-lg-7 {
    width: 100%;
    padding-top: 65px;
  }

  .contact-lft h3 {
    margin-top: 0;
  }

  .teammember-row .colspan {
    padding: 20px 15px;
  }

  .teammember-row .rowspan {
    margin: -20px -15px;
  }

  .affliciatesbox>* {
    width: 33.33%;
  }

  .team-member-detailsbox .colspan:last-child {
    padding-top: 40px;
  }

  .ways-serve-block .section-con {
    margin-bottom: 60px;
  }

  .ways-blockitem .row .colspan:last-child {
    max-width: 600px;
    margin: 20px auto 0;
  }

  .ways-blockitem:nth-child(even) .col-lg-6:first-child {
    order: inherit;
  }

  .ways-blockitem {
    margin-bottom: 60px;
  }

  .ways-blockitem:last-child {
    margin-bottom: 0;
  }

  .ways-blockitem h2 br {
    display: none;
  }

  .audiobox p {
    max-width: inherit;
  }

  .serve-items h5 br {
    display: none;
  }

  .register-itemlist .colspan {
    padding: calc(var(--bs-gutter-x) * 0.5);
  }

  .register-itemlist .rowspan {
    margin: calc(var(--bs-gutter-x) * -0.5);
    justify-content: center;
  }

  .purpose-statementcon .purpose-box .nav {
    width: 100%;
  }

  .purpose-statementcon .purpose-box .tab-content {
    width: 100%;
    margin-left: 0;
    padding: 40px;
    margin-top: 20px;
  }

  .treaser-bg img {
    border-radius: 40px;
  }

  .date-listing li {
    width: 100%;
    border: none;
    padding-right: 0;
    padding-left: 0;
  }

  .eventsbg>* {
    margin: 12px 0;
    width: 100%;
  }

  .eventsbg {
    margin: -12px 0;
  }

  .meeting-col:first-child {
    width: 100%;
  }

  .meeting-row {
    flex-wrap: wrap;
  }

  .youth-reachingbox .accordion-body {
    padding: 10px 30px 50px;
  }

  .youth-reachingbox .common-accordion .accordion-button {
    padding-left: 30px;
  }

  .youth-reachingbox .common-accordion .accordion-button::after {
    right: 25px;
  }

  .thanksbox {
    width: 33.33%;
  }

  .resource-info a {
    padding: 25px;
  }

  .thanksgivingrow.rowspan,
  .givingrow .row {
    justify-content: center;
  }

  .serve-items {
    width: 50%;
  }

  .serve-listing {
    justify-content: center;
  }

  .common-mainimg .colspan:first-child {
    width: 100%;
  }

  .common-mainimg .colspan:last-child {
    width: 100%;
  }

  .ministries-inner p br {
    display: none;
  }

  .givingrow .giving-box a {
    min-height: 215px;
  }

  .giving-box h5 br {
    display: none;
  }

  .giving-box a {
    padding: 26px 18px;
  }

  .ministries-inner p {
    min-height: 230px;
  }

  /* Modification CSS 31.05.22 */
  .woocommerce ul.products li.product .button {
    margin: 0px 10px 15px 10px;
  }

  .woocommerce ul.products[class*="columns-"] li.product.type-product,
  .woocommerce-page ul.products[class*="columns-"] li.product.type-product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }

  .woocommerce ul.products[class*="columns-"] li.product.type-product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product.type-product:nth-child(2n) {
    float: right;
    clear: none !important;
  }

  /* Modification CSS 31.05.22 */
  /* Modification CSS 03.06.22 start*/
  .ccbpress-event-calendar .ccbpress-event-calendar-header {
    display: block;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-month {
    position: relative;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-table tbody tr:first-of-type th {
    font-size: 14px;
  }

  .ccbpress-event-details .ccbpress-event-details-header,
  .ccbpress-event-details .ccbpress-event-description {
    padding-right: 0;
    width: 100%;
  }

  .ccbpress-event-details .ccbpress-event-location {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 30px;
  }

  /* Modification CSS 03.06.22 end */
  /* update 09/06/2022 start */
  .shop-listing-wrapper .page-title {
    margin-bottom: 30px;
  }

  .shop-listing-wrapper .woof_container_inner_productcategories {
    padding-top: 0;
  }

  /* update 09/06/2022 end */
  /* update 10/06/2022 start */
  .ccb-form-wrapper .ccb-form-wrap {
    width: 90%;
    padding: 40px 25px;
  }

  .ccb-top-section #first-user-form {
    max-width: 70%;
  }

  .upcoming-product-wrap ul {
    flex-direction: column;
    margin: 0 0 0px !important;
    justify-content: center;
    align-items: center;
  }

  .upcoming-product-wrap ul li {
    max-width: 351px;
    margin: 0 0 16px;
    align-items: center;
  }

  .banner-inner {
    height: 474px;
  }

  /*----09-08-22----*/
  .upcoming-evts .rowspan {
    justify-content: center;
  }

  /*support 11/08/2022 ss*/
  .evnts_outer figure {
    height: 300px;
  }

  .blog-featured-content {
    margin-top: 0;
  }

  .filter_box h4 {
    font-size: 20px;
  }

  .blogbox figure {
    height: 160px;
  }

  .blogbox {
    height: 100%;
  }

  .blogbox .blog-index .st_dt_icon {
    right: 20px;
  }

  /* update 01/09/2022 start */
  .accord_vision_value .accordion-button.collapsed,
  .accord_vision_value .accordion-button:not(.collapsed) {
    font-size: 30px;
  }

  /* update 02/09/2022 start */
  .cta_outer .location-banner-button h4 {
    font-size: 32px;
  }

  .buyer_outer .meet-pastor-img {
    max-width: 100%;
  }

  .buyer_outer .buyer_inner .buyer_pic {
    order: 1;
  }

  .buyer_outer .buyer_inner .buyer_details {
    order: 2;
  }

  /*support 26/9/2022*/
  .new-details-page-innr-part-nw-lft-clm {
    width: 100%;
  }

  .new-details-page-innr-part-nw-right-clm {
    width: 100%;
  }

  .news-itemwrap {
    margin-top: 20px;
  }

  /*support 26/9/2022*/

  /* update 27/09/2022 start */
  #wpsl-gmap,
  #wpsl-result-list,
  .wpsl-search {
    float: none !important;
    width: 100% !important;
  }

  .wpsl-input {
    width: 100% !important;
  }

  .wpsl-mobile {
    display: flex;
    flex-direction: column;
  }

  .wpsl-search {
    order: 1;
  }

  .wpsl-gmap-canvas {
    order: 3;
  }

  #wpsl-result-list {
    order: 2;
    margin-bottom: 30px;
  }

  #wpsl-stores {
    height: auto;
  }

  #wpsl-gmap {
    height: 500px;
  }

  /* update start 25/01/2023 */
  .ahow_comm_banner_wrap .banner_cont h1 {
    font-size: 45px;
  }

  .sec_hd.con-txt h2 {
    font-size: 32px;
  }

  .life_grp_ctc_cont ul li a {
    max-width: 100%;
  }

  .ahow_comm_banner_wrap .banner-btngroup {
    margin-top: 30px;
  }

  .ahow_comm_wrap.con-txt {
    max-width: 100%;
  }

  .find_ctc_row {
    justify-content: center;
  }

  .find_ctc_col {
    margin-bottom: 25px;
  }

  .find_ctc_cont_wrap h5 {
    margin-bottom: 16px;
  }

  .life_grp_ctc_cont h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .life_grp_ctc_bx h5 {
    font-size: 18px;
  }

  .ahow_comm_video_box {
    padding: 0 12px;
  }

  .ahow_comm_video_roll {
    margin: 0 -12px;
  }

  /* update end 25/01/2023 */

  /* support 27/1/23 */

  .banner.ahow_comm_banner .ahow_comm_banner_wrap {
    height: 474px;
  }

  /* end support 27/1/23 */

  /*plan a visit start 20/04/2023*/

  .page-template-location-union .content_header h2,
  .page-template-location-union .testimonial_area .testi_heading h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .page-template-location-union .about_content .our_timing .timing_list {
    padding-left: 35px;
  }

  .page-template-location-union .multi_talent_speaker,
  .page-template-location-union .our_service_details,
  .page-template-location-union .common-maingap {
    padding: 60px 0;
  }

  .page-template-location-union .about_intro_section {
    padding-bottom: 60px;
  }

  .page-template-location-union .cta_area {
    padding: 75px 0;
  }

  .page-template-location-union .cta_area {
    margin-bottom: 60px;
  }

  .page-template-location-union .cta_area h4 {
    font-size: 36px;
    line-height: 40px;
  }

  .page-template-location-union .image_houston {
    height: 400px;
  }

  /*plan a visit start 20/04/2023*/
  .page-template-location-union .testimonial_area .testi_heading {
    margin-top: 0;
  }

  /*plan to visit 21.04.2023*/

  .page-template-location-union .testimonial_area .buyer_inner:not(:last-child) {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }

  .page-template-location-union .testimonial_area .meet-pastor-img {
    padding-right: 15px;
  }

  /* 3.08.2023 */
  .business-overview-row>* {
    width: 50%;
  }

  /* 3.08.2023 */
  /*support paulomi 14th august*/
  .wopgalry-rgtcol {
    width: 67%;
  }

  .wopgalry-lftcol {
    width: 33%;
  }

  /*support paulomi 14th august*/
  /* start support 05-03-2024 start */
  .abt-mm-btm-sec {
    padding: 64px 0 68px;
    margin-top: 0;
  }

  .abt-mm-rt-box {
    padding: 26px 0 0px 0;
    text-align: center;
  }

  .abt-mm-btm-sec .row {
    justify-content: center;
  }

  .abt-info-item-col:nth-child(2) {
    border-right: none;
  }

  .mm-lead-sec .row {
    flex-direction: column-reverse;
  }

  .mm-lead-col-rt figure {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .mm-lead-outer {
    padding: 32px 0 28px;
    width: 50%;
    height: 370px;
  }

  .mm-lead-col-lt {
    text-align: center;
  }

  .mm-mail-link {
    justify-content: center;
  }

  .tw-banner-overlay {
    min-height: 435px;
  }

  .wwa-abt .abt-mm-rt-box {
    padding-top: 22px;
  }

  .abt-mm-rt-box h2 {
    font-size: 35px;
    margin: 0px 0 15px;
  }

  .aof-block-head h2 {
    font-size: 35px;
    margin: 0 0 10px;
  }

  .aof-accordion-content h4 {
    font-size: 23px;
  }

  .seminar-list-box {
    padding: 20px 110px 20px 24px;
  }

  .seminar-list-title {
    font-size: 16px;
  }

  .seminar-time {
    right: 16px;
    font-size: 14px;
  }

  .seminar-block-head h2 {
    font-size: 35px;
  }

  /* start support 05-03-2024 end */

  /* css update start RN 07-03-2024 */
  .contact-info-list li,
  .contact-info-list li a {
    font-size: 16px;
  }

  .true-wealth-form-wpr .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 24px;
  }

  /* css update end RN 07-03-2024 */
  /* 14.03.2024 */
  .create-bnr-wrap {
    min-height: 400px;
  }

  .cnt-col-each {
    width: calc(100% / 2);
  }

  .cnt-tab-each:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  /* 14.03.2024 */
  /* CSS modification 01.04.24 */
  .fetch-featured-img-block .fetch-event-details {
    padding-left: 0;
    margin-top: 30px;
  }

  .fetch-featured-img-block .col-main-left .event-deatils-img {
    border-radius: 10px;
  }

  /* CSS modification 01.04.24 */

  /* 9/4/24 work start */
  .retreat-ev-ban-wrap {
    position: relative;
  }

  .retreat-ev-ban-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    /* z-index: -1; */
  }

  .retreat-ban-text {
    position: relative;
    z-index: 2;
  }

  .retreat-ban-text h1 {
    font-size: 30px;
  }

  .retreat-ban-text p {
    font-size: 16px;
  }

  .retreat-event-main-ban .common-btn {
    font-size: 14px;
    padding: 16px 20px 14px;
  }

  .retreat-ev-cp-lt {}

  .rtt-cap-cont p strong {
    font-size: 16px;
  }

  .rtt-cap-cont p {
    font-size: 16px;
  }

  .retreat-ev-cp-rt-box {
    font-size: 16px !important;
  }

  .retreat-ev-cp-rt-box strong {}

  .retreat-ev-cp-rt-box strong>* {
    font-size: 16px;
  }

  .retreat-rgt-info h2 {
    font-size: 26px;
  }

  .retreat-rgt-col:not(:last-child) {
    margin-bottom: 30px;
  }

  .rtt-rgt-exp {
    position: static;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .retreat-more-info-lt {
    margin-bottom: 30px;
  }

  .retreat-more-info-lt-box strong {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .retreat-more-info-lt-box .btn-cont {
    margin-top: 25px;
  }

  .retreat-event-main-ban .common-btn img {
    width: 25px;
  }

  .retreat-more-info-lt-box .common-btn .cmn-btn-text {
    font-size: 14px;
    text-align: left;
  }

  .retreat-more-info-lt-box .common-btn .cmn-btn-text span {
    font-size: 16px;
  }

  .retreat-more-info-rt-box h3 {
    margin-bottom: 20px;
  }

  /* 9/4/24 work end */

  /* 10.04.24 css */
  .retreat-more-info-lt-box .btn-cont button.common-btn {
    min-height: 70px;
  }

  /* 10.04.24 css */

  /* 17.04.24 css modification start */
  .assign-services-main-wrapper .week-count .week-lebel-selected {
    width: 33.33%;
  }

  /* 17.04.24 css modification end */

  /* 14.06.24 start */

  .xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal {
    height: inherit;
  }

  .xoo-el-main {
    padding: 30px 10px;
  }

  .xoo-aff-group input[type="text"],
  .xoo-aff-group input[type="password"],
  .xoo-aff-group input[type="email"],
  .xoo-aff-group input[type="number"],
  .xoo-aff-group select,
  .xoo-aff-group select+.select2,
  .xoo-aff-group input[type="tel"] {
    font-size: 16px;
    line-height: 1;
  }

  /* 14.06.24 end */

  /* 28/6/24 work start */
  .fancybox-slide {
    padding: 10px;
  }

  .common-eamil-popup .fancybox-close-small {
    width: 40px;
    height: 40px;
  }

  .common-eamil-popup {
    padding: 50px 25px !important;
  }

  .common-eamil-popup .hotel-recomendation ol li {
    width: 100%;
    margin-bottom: -10px;
  }

  .common-eamil-popup .popup-hotel-wrapper ul {
    padding: 0px;
  }

  .tw-card-lft {
    width: 50%;
  }

  .tw-card-rgt {
    width: 50%;
  }

  .tw-imgtxt-rgt {
    padding: 12px;
  }

  .mm-lead-sec.mod .mm-lead-outer>p {
    display: none;
  }

  .common-eamil-popup .popup-hotel-wrapper .common-btn {
    width: 100%;
  }

  .msg-tw-sec .btn-cont {
    margin-top: 10px;
  }

  .msg-tw-sec.msg-sec-main .row>* {
    width: 50%;
  }

  .lc-lft-col {
    width: 50%;
  }

  .lc-rgt-col {
    width: 50%;
  }

  .tw-fst-card-btm {
    flex-direction: column;
    align-items: flex-start;
  }

  .tw-profile-card {
    margin-bottom: 20px;
  }

  .lc-card {
    margin-top: 40px;
  }

  .pastor-column-sec.main .row>* {
    width: 50%;
  }

  .pastor-column-sec.main .pst-col-cont {
    padding: 15px;
  }

  .pst-col h3 {
    font-size: 18px;
  }

  .pst-col span {
    font-size: 14px;
  }

  .pastor-column-sec.main .btn-all {
    margin-top: 30px;
  }

  .tw-video-btn {
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
  }

  .tw-video-btn:after {
    width: 95px;
    height: 95px;
  }

  .cmn-card-mod .item-cnt {
    padding: 15px;
  }

  .gfield--type-captcha {
    text-align: left;
  }

  /* 28/6/24 work end */

  /* AD 02/07/2024 */
  .tw-banner.msg-sec-header-banner .tw-banner-overlay .tw-banner-content h1 {
    font-size: 32px;
  }

  /* AD 02/07/2024 END */

  /* sg-07-aug-2024 */
  .tw-banner-overlay-charlotte h1 {
    font-size: 48px;
  }

  .Aboutahow-row .tw-imgtxt-rgt {
    padding-left: 0;
  }

  .Aboutahow-row .tw-imgtxt-lft figure {
    max-width: 500px;
    margin: 0 auto;
  }

  .Aboutahow-row {
    --bs-gutter-y: 30px;
  }

  .lead-pastor-clm-wpr h2,
  .Aboutahow-row .tw-imgtxt-rgt h2 {
    font-size: 35px;
  }

  .lead-pastor-row {
    flex-wrap: wrap-reverse;
  }

  .lead-pastor-clm figure {
    max-width: 500px;
    margin: 0 auto;
  }

  .lead-pastor-clm-wpr-lft {
    padding-right: 0;
  }

  .join-the-slider .slick-next {
    right: -26px;
  }

  .join-the-slider .slick-prev {
    left: -26px;
  }

  /* sg-07-aug-2024 */
  /*support pp.c 6/9/2024*/
  .events-cpt-template-default .events-content-events-wrapper {
    width: 100%;
  }

  .events-cpt-template-default .evts_details_outer .address_details {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .ignite-bnr h1 span {
    font-size: 24px;
  }

  .cmn-sec-head {
    margin-bottom: 30px;
  }

  .cmn-sec-head h2 {
    margin-bottom: 12px;
  }

  .cmn-sec-head p {
    font-size: 14px;
  }

  /*support pp.c 6/9/2024*/

  /* supports starts 26.03.2025   */
  .seminar-block .seminar-list-box h3 {
    font-size: 17px;
  }

  /*support css update 3/4/2025*/
  .eastrevnt-col {
    width: 50%;
  }

  .estrevnt-vdohd {
    font-size: 20px;
  }

  .eastrevnt-card-outr {
    height: 379px;
  }

  .estrevnt-vdo-rgtcol {
    margin-top: 20px;
  }

  .estrevnt-vdo-scialbx {
    padding: 25px 15px;
  }

  /*support css update 3/4/2025*/
  /* pro 2/5/30 start */
  .new-inr-bnr-cntnt h1 {
    font-size: 45px;
  }

  .new-inr-bnr-wpr {
    min-height: 350px;
    padding: 60px 0;
  }

  /* pro 2/5/30 end  */

  /* S.Mv End Start 09-05-25 */
  .cmn-gap {
    padding: 60px 0px;
  }
  .reg-infrm-clm{
    width:50%;
  }
  .confnce-host-img {
    max-width: 100%;
    margin-right: 0;
  }
  .hotel-outer .hotel-row:not(:last-child) {
    margin-bottom: 40px;
  }
  .attract-list li {
    width: 50%;
}

  /* S.Mv End End 09-05-25 */

}

/*support paulomi 14th august*/
@media (max-width: 768px) {
  .wopgalry-tbwrapr ul.resp-tabs-list {
    display: block;
  }

  .wopgalry-tbwrapr h2.resp-accordion {
    display: none;
  }

  .wopgalry-tbwrapr .resp-vtabs .resp-tab-content:last-child {
    border-bottom: none !important;
  }
}

/*support paulomi 14th august*/
@media (max-width: 767px) {

  .retreat-more-info-lt .retreat-more-info-lt-box .retreat-hotel-acc .each-retreat-hotel-acc{
  width:100%;
}
  .retreat-more-info-lt .retreat-more-info-lt-box .retreat-hotel-acc .each-retreat-hotel-acc{
    margin-bottom: 0px;
  }

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .team-slider .item {
    margin: 10px;
  }

  .team-slider .carditemouter {
    height: 350px;
  }

  .team-slider .slick-track {
    margin-left: 0;
  }

  .team-slider .item {
    margin: 22px 30px;
  }

  .play_btn {
    width: 103px;
    height: 103px;
  }

  .play_btn img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .common-maingap {
    padding: 60px 0;
  }

  .purpose-box {
    margin-top: 60px;
  }

  .slick-next {
    right: -10px;
  }

  .slick-prev {
    left: -10px;
  }

  .about-img {
    height: 404px;
  }

  .about-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }

  .contact-ref {
    margin-top: 45px;
  }

  .contact-box {
    padding: 52px 30px;
  }

  .blog-con .rowspan {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .blog-con .colspan {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blogbox figure {
    height: 350px;
  }

  .affliciatesbox>* {
    width: 50%;
  }

  .ways-serve-block .section-con {
    margin-bottom: 40px;
  }

  .ways-blockitem {
    font-size: 16px;
  }

  .ways-blockitem p {
    text-align: justify;
  }

  .thanksbox {
    width: 50%;
  }

  .serve-items {
    width: 100%;
  }

  /*.audiobox p{
      text-align: justify;
 }
  */
  .registerboxes h3 br {
    display: none;
  }

  .giving-box a {
    min-height: 190px;
  }

  .ministries-inner p {
    min-height: auto;
  }

  /* update 13/05/2022 start */
  .contact-form-custom .gfield_radio .gchoice {
    width: 100%;
  }

  .contact-form-custom .gfield_radio .gchoice {
    padding-bottom: 21px;
  }

  /* update 13/05/2022 end */
  /* Modification CSS 18.05.22 */
  .new_video_cont.about-img {
    height: auto;
  }

  /* Modification CSS 18.05.22 */
  .agape_house_secd_heading h3 {
    font-size: 22px;
  }

  .agape_house_secd_heading p,
  .agape_house_secd_col_rght p {
    font-size: 15px;
  }

  .agape_house_secd_col_lft .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
  }

  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="color"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="date"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="datetime-local"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="datetime"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="email"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="month"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="number"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="password"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="search"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="tel"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="text"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="time"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="url"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="week"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme select,
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme textarea {
    padding: 0;
    padding-bottom: 8px;
  }

  .agape_house_secd_col_lft .gform_wrapper.gravity-theme select {
    padding-right: 40px;
  }

  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="submit"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme input[type="button"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme button[type="submit"],
  .agape_house_secd_col_lft .gform_wrapper.gravity-theme button[type="button"] {
    width: 100%;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    margin-left: 0;
  }

  .woocommerce div.product .product_title {
    font-size: 30px;
  }

  /* Modification CSS 31.05.22 */
  .home .banner .banner-inner .banner-btngroup .common-btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  /* Modification CSS 31.05.22 */
  /* Modification CSS 03.06.22 start */
  .ccbpress-event-calendar .ccbpress-event-calendar-header {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-campus,
  .ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-campus .chosen-container-single {
    width: 100% !important;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-campus {
    margin-top: 10px;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-next-month {
    float: right;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-month {
    position: absolute;
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-header::before,
  .ccbpress-event-calendar .ccbpress-event-calendar-header::after {
    content: "";
    display: table;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-header::after {
    clear: both;
  }

  /* Modification CSS 03.06.22 end */
  .treaser-bg {
    height: 350px;
  }

  .treaser-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* update 09/06/2022 start */
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }

  /* update 09/06/2022 end */
  /* update 10/06/2022 start */
  .ccb-form-wrapper .ccb-form-wrap {
    width: 100%;
  }

  .gfield_list_icons {
    right: 19px;
    top: 80px;
  }

  .gform_wrapper.gravity-theme .gfield_list_icons {
    background-color: transparent !important;
  }

  .video-pages-innr-subc h3 {
    font-size: 30px;
  }

  .popular_video_secp_heading h2 {
    font-size: 35px;
  }

  .popular_video_secp_slider .slick-slide {
    padding: 0 10px;
  }

  .popular_video_secp_slider .slick-list {
    margin: 0 -10px;
  }

  .video_blog_section_otr_btm h5 {
    font-size: 17px;
  }

  .banner-inner {
    height: 385px;
  }

  .single-video .share-section-wrap {
    margin: 33px auto;
  }

  .single-video .give-now-wrap ul {
    padding-left: 0px;
  }

  .single-video .share-section-wrap {
    width: 100%;
  }

  .affliciatesitem a {
    min-height: 161px;
  }

  .location-banner-bottom h4 {
    font-size: 16px;
  }

  .location-banner-bottom {
    padding: 9px 14px 7px;
  }

  /*---09-08-22----------*/
  .upcoming-evts .blog-index h6 {
    max-width: inherit;
  }

  /*support 11/08/2022 ss*/
  .evts_title h2 {
    font-size: 30px;
  }

  .blog-featured-content {
    width: 100%;
  }

  .evts_content {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .share-modal .modal-body {
    min-height: inherit;
  }

  .filter_box {
    margin-bottom: 25px;
  }

  /* update 02/09/2022 start */
  .cta_outer .location-banner-button h4 {
    font-size: 27px;
  }

  .posterbox.buyer_outer .banner-meet-btngroup {
    flex-direction: column;
    align-items: inherit;
    justify-content: flex-start;
  }

  .posterbox.buyer_outer .banner-meet-btngroup .mailtxtit {
    max-width: 100%;
  }

  .buyer_outer .mailtxtit span {
    display: inline-block;
  }

  .buyer_outer .mailtxtit {
    margin-bottom: 10px;
  }

  .buyer_outer .mailtxtit:last-child {
    margin-bottom: 0;
  }

  .buyer_outer .postercon {
    margin-top: 35px;
  }

  /*support 26/9/2022*/
  .nws-maincard {
    width: 100%;
    flex-basis: 100%;
  }

  .news-itemwrap {
    flex-wrap: wrap;
  }

  .news-connect-text {
    flex-direction: column;
  }

  .news-connect-topdiv {
    padding: 80px 20px 80px 20px;
  }

  .news-connect-text {
    padding: 20px;
  }

  .nws-conect-lfttxt {
    text-align: center;
  }

  .nws-conect-lfttxt h4 {
    font-size: 22px;
  }

  .nwsconnextbtn {
    margin-top: 15px;
  }

  /*support 26/9/2022*/

  /* update 27/09/2022 start */
  .nw-dtls-page-banr-rght-txt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
  }

  .nw-dtls-page-banr-rght-invold {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .nw-dtls-page-banr-rght-txt a {
    width: fit-content;
    padding: 12px 35px;
  }

  .nw-dtls-page-banr-rght-txt p br {
    display: none;
  }

  .searchWrap,
  .useMylocation {
    width: 100% !important;
    padding-left: 0;
  }

  .searchWrap {
    margin-bottom: 15px;
  }

  #wpsl-wrap #wpsl-result-list li {
    padding: 10px !important;
  }

  /* update 27/09/2022 end */

  /* update start 25/01/2023 */
  .ahow_comm_banner_wrap figure img {
    min-height: 400px;
  }

  .ahow_comm_banner_wrap .banner_cont h1 {
    font-size: 38px;
  }

  .sec_hd.con-txt h2 {
    font-size: 28px;
  }

  .ahow_comm_banner_wrap .banner_cont h5 {
    font-size: 18px;
  }

  .life_grp_ctc_col {
    margin-bottom: 40px;
  }

  .life_grp_ctc_col:last-child {
    margin-bottom: 0;
  }

  .life_grp_ctc .con-txt,
  .ahow_comm_faq .con-txt {
    margin-bottom: 30px;
  }

  /* update end 25/01/2023 */

  /* support 27/1/23 */

  .banner.ahow_comm_banner .ahow_comm_banner_wrap {
    height: 435px;
  }

  /* end support 27/1/23 */

  /* end support 31/1/23 */
  .banner.ahow_comm_banner .ahow_comm_banner_wrap {
    height: 395px;
  }

  /* end support 31/1/23 */
  .news-connectbox-button-wrapper .serve-items {
    width: 100%;
  }

  /*-----*/
  .ctc_table {
    border: 0;
    background: #fff;
  }

  .ctc_table thead th:not([colspan]) {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .ctc_table thead tr {
    border: 0;
  }

  .ctc_table tr {
    border-right: 1px solid rgba(69, 40, 97, 0.3);
    border-top: 1px solid rgba(69, 40, 97, 0.3);
    border-bottom: 3px solid rgba(69, 40, 97, 0.3);
    display: block;
    padding: 0;
  }

  .ctc_table td {
    border-bottom: 1px solid rgba(69, 40, 97, 0.3);
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .ctc_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .ctc_table td:last-child {
    border-bottom: 0;
  }

  .ctc_table th,
  .ctc_table td {
    width: 100%;
    border-right: 0;
    border-top: 0;
  }

  .ctc_table th[colspan] {
    display: block;
  }

  /*support 21/2/2023 start*/
  .home .banner .banner-inner .banner-btngroup .common-btn {
    min-width: 130px;
    font-size: 15px;
  }

  /*support 21/2/2023 end*/

  /*plan a visit start 20/04/2023*/
  .page-template-location-union .multi_talent_speaker,
  .page-template-location-union .our_service_details,
  .page-template-location-union .common-maingap {
    padding: 45px 0;
  }

  .page-template-location-union .about_intro_section {
    padding-bottom: 45px;
  }

  .page-template-location-union .cta_area {
    padding: 65px 0;
  }

  .page-template-location-union .cta_area {
    margin-bottom: 45px;
  }

  .page-template-location-union .about_content .our_address_area {}

  .page-template-location-union .about_content .our_timing .timing_list {
    text-align: center;
    padding: 0;
  }

  .page-template-location-union .multi_talent_speaker .author_profile {
    height: 320px;
  }

  .page-template-location-union .content_header h2,
  .page-template-location-union .testimonial_area .testi_heading h2 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 36px;
  }

  .page-template-location-union .cta_area h4 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .page-template-location-union .cta_area h5 {
    margin-bottom: 15px;
  }

  .page-template-location-union .our_service_details .about_content {
    padding: 25px 15px;
  }

  .page-template-location-union .our_service_details .our_timing h5,
  .page-template-location-union .our_service_details .our_address_area h5 {
    margin: 10px 0;
  }

  .page-template-location-union .cta_area h5 {
    font-size: 24px;
    line-height: 28px;
  }

  .page-template-location-union .image_houston {
    height: 320px;
  }

  .page-template-location-union .our_service_details .about_content .our_timing::before {
    display: none;
  }

  /*plan a visit end 20/04/2023*/

  .page-template-location-union .testimonial_area .meet-pastor-img {
    margin-bottom: 25px;
  }

  .page-template-location-union .testimonial_area .buyer_inner:not(:last-child) {
    padding-bottom: 45px;
    margin-bottom: 0;
    border: none;
  }

  .page-template-location-union .testimonial_area .small-para {
    margin-bottom: 10px;
  }

  .page-template-location-union .testimonial_area .testi_heading h2 {
    margin-bottom: 10px;
  }

  .page-template-location-union .testimonial_area .meet-pastor-img {
    padding-right: 0;
  }

  /* 3.08.2023 */
  .business-overview-row>* {
    width: 100%;
  }

  .business-overview-wrapper h4 {
    margin-bottom: 12px;
  }

  .business-overview-wrapper {
    text-align: center;
  }

  .business-overview-wrapper .common-btn {
    min-width: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  /* 3.08.2023 */
  /*support paulomi 14th august*/
  .wopgalry-tbwrapr ul.resp-tabs-list {
    display: none;
  }

  .wopgalry-tbwrapr h2.resp-accordion {
    display: block;
  }

  .wopgalry-rgtcol {
    width: 100%;
  }

  .wopgalry-tbwrapr h2.resp-accordion {
    background-color: #ffffff !important;
    position: relative;
    border: 1px solid #f1ba17 !important;
    font-size: 14px;
    padding: 15px 28px 15px 10px !important;
    margin-bottom: 15px;
    color: #000000;
  }

  .wopgalry-tbwrapr h2.resp-tab-active {
    border: 1px solid #f1ba17 !important;
    background-color: #f1ba17 !important;
    margin-bottom: 0;
  }

  .gallery-cont-sec .wopgalry-tbwrapr .gallery-cont-col {
    margin-bottom: 25px;
  }

  .wopgalry-tbwrapr .resp-tab-content {
    padding: 15px 0;
  }

  .wopgalry-tbwrapr .resp-arrow {
    float: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }

  .wopgalry-tbwrapr .resp-arrow {
    border-top: 12px solid #000000;
  }

  .wopgalry-tbwrapr h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid #000000;
  }

  /*support paulomi 14th august*/

  /* support 17-08-23 start  */
  .wop-stiky-menu {
    display: none;
  }

  /* support 17-08-23 end  */

  /* start support 05-03-2024 start */
  .abt-mm-lt-col figure {
    height: 330px;
  }

  .abt-mm-rt-box h2 {
    font-size: 34px;
    margin: 0 0 14px;
  }

  .abt-info-item-col {
    border-right: none;
  }

  .abt-info-item-box {
    padding: 18px 0;
  }

  .mm-lead-col-lt h2 {
    font-size: 32px;
    margin: 0 0 6px;
  }

  .mm-lead-col-lt h3 {
    font-size: 20px;
  }

  .mm-lead-col-lt h4 {
    font-size: 24px;
  }

  .tw-banner-content h1 {
    font-size: 40px;
    margin: 0 0 10px;
  }

  .aof-accordion-content {
    padding: 28px 0 0 0;
  }

  /* start support 05-03-2024 end */

  /* css update start RN 07-03-2024 */
  .true-wealth-form-hding {
    margin-bottom: 35px;
  }

  .true-wealth-form-left-cont {
    max-width: 100%;
  }

  .true-wealth-form-col-left {
    margin-bottom: 30px;
  }

  .true-wealth-form-left-cont h3,
  .true-wealth-form-wpr h3 {
    text-align: center;
  }

  .contact-info-list li {
    width: 50%;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .contact-info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    justify-content: center;
  }

  .contact-info-list-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .true-wealth-form-wpr .gform_footer {
    justify-content: center;
  }

  /* css update end RN 07-03-2024 */

  /* 14.03.2024 */
  .crt-bnr-cnt h1 {
    font-size: 40px;
  }

  .crt-bnr-cnt {
    padding: 0 15px;
  }

  .create-bnr-wrap {
    min-height: 350px;
  }

  .create-bnr-sec {
    padding: 40px 0;
  }

  .crt-tab-wrap .nav-tabs .nav-link {
    padding: 14px 30px;
    font-size: 18px;
  }

  .cnt-uppr h2 {
    font-size: 30px;
  }

  .crt-tab-wrap .nav-tabs {
    margin-bottom: 30px;
  }

  .crt-tab-sec {
    padding-bottom: 30px;
  }

  /* 14.03.2024 */
  /* CSS modification 01.04.24 */
  .attendees-main-wrapper .adult-info-details ul>* {
    width: 100%;
    margin-right: 0 !important;
  }

  .attendees-main-wrapper .adult-info-details ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }

  .attendees-main-wrapper .adult-info-details>ul {
    padding: 12px;
  }

  /* CSS modification 01.04.24 */

  /* 9/4/24 work start */
  .retreat-ban-text h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .retreat-ban-text .btn-cont {
    margin-top: 25px;
  }

  .retreat-ev-cp-row {
    flex-direction: column;
  }

  .retreat-ev-cp-lt {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .retreat-ev-cp-lt .icon {
    margin: 0 0 15px;
  }

  .retreat-ev-ban-caption {
    padding: 25px 15px;
  }

  .retreat-ev-cp-rt-box {
    text-align: center;
  }

  .retreat-rgt-info h2 {
    font-size: 24px;
  }

  .retreat-rgt-box li {
    font-size: 16px;
  }

  .retreat-rgt-box li strong {
    font-size: 18px;
  }

  .rtt-rgt-sub-title {
    font-size: 16px;
  }

  .rtt-rgt-sub-price strong {
    font-size: 22px;
  }

  /* 9/4/24 work end */

  /* 10.04.24 css */
  .retreat-more-info-lt-box .btn-cont {
    flex-direction: column;
  }

  .retreat-more-info-lt-box .btn-cont .common-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  /* 10.04.24 css */
  /*support pp.c 16/4/2024*/
  #popmake-10581 .pum-content .retreat-popup-button {
    font-size: 15px;
    margin-top: 9px;
  }

  #popmake-10581 .pum-title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }

  #popmake-10581 {
    padding: 37px 18px;
  }

  .events-reg-events-wrapper-custom .fvrduplicate .entry {
    padding: 20px 12px;
  }

  #popmake-10581 .pum-content h4 {
    font-size: 18px;
  }

  #popmake-10581 .pum-content p {
    font-size: 15px;
  }

  /*support pp.c 16/4/2024*/
  /* 17.04.24 css modification start */
  .assign-services-main-wrapper .week-count .week-lebel-selected {
    width: 50%;
  }

  /* 17.04.24 css modification end */

  /* Support starts 03.05.2024  */
  #dialog-email-varify-reg .email-already-exist-wrapper-main h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  #dialog-email-varify-reg .email-already-exist-wrapper-main p {
    font-size: 16px;
  }

  /* Support starts 03.05.2024  */

  /* 6/5/24 work start */
  .week-count-main-wrapper {
    width: calc(50% - 24px);
  }

  .assign-services-main-wrapper .availability-asign-month-each h4 {
    font-size: 20px;
  }

  .week-count-main-wrapper label {
    font-size: 16px;
  }

  /* 6/5/24 work end */
  /* 13-jun-2024 */
  .common-info-wrapper h3 {
    font-size: 24px;
  }

  /* 13-jun-2024 */

  /* 14.06.24 start */

  .attendees-main-wrapper .adult-info-details ul>li {
    min-height: inherit;
  }

  .register-with-qa-wrapper .attendees-main-wrapper .adult-info-details ul li {
    justify-content: space-between;
  }

  /* 14.06.24 end */

  /* 28/6/24 work start */
  .flw-tw-wrap {
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }

  .flw-tw-wrap>span {
    margin: 0px 0px 15px;
  }

  .tw-card-lft {
    width: 100%;
  }

  .tw-card-rgt {
    width: 100%;
    margin-top: 20px;
  }

  .pastor-column-sec .sec-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .pastor-column-sec .cmn-btn-v {
    margin-top: 20px;
  }

  .mm-lead-col-lt .gform_footer input[type="submit"] {
    line-height: 1 !important;
    padding: 0px !important;
  }

  .msg-tw-sec.msg-sec-main .row>* {
    width: 100%;
  }

  .lc-lft-col {
    width: 100%;
  }

  .lc-rgt-col {
    width: 100%;
  }

  .tmg-grp>* {
    width: 100%;
  }

  .tmg-grp {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .tw-fst-card-sec2 .sec-head {
    margin-bottom: 15px;
  }

  .pastor-column-sec.main .row>* {
    width: 100%;
  }

  .lc-lft-col {
    width: 100%;
  }

  .lc-row {
    flex-wrap: wrap;
  }

  .lc-rgt-col {
    width: 100%;
  }

  .tmg-grp {
    flex-wrap: wrap;
  }

  .tmg-grp>* {
    width: 100%;
  }

  /* 28/6/24 work end */

  /* AD 02/07/2024 */
  .tw-banner.msg-sec-header-banner .tw-banner-overlay .tw-banner-content h1 {
    font-size: 32px;
  }

  /* AD 02/07/2024 END */

  /* sg-07-aug-2024 */
  .cmn-gap {
    padding: 70px 0px;
  }

  .join-now-btn-wpr .cmn-btn-v {
    min-width: 135px;
  }

  .lead-pastor-clm-wpr h2,
  .Aboutahow-row .tw-imgtxt-rgt h2 {
    font-size: 25px;
  }

  .cmn-card-mod .item.charlotte-item figure img {
    height: auto;
  }

  .lead-pastor-sub-head {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .lead-pastor-clm-wpr h3 {
    font-size: 20px;
  }

  .lead-pastor-ul li {
    font-size: 16px;
  }

  .tw-imgtxt-rgt {
    padding: 0;
  }

  /* sg-07-aug-2024 */

  .bannercon {
    max-width: 100%;
  }

  .custom-home-banner .banner-btngroup {
    flex-direction: column;
  }

  .custom-home-banner .banner-btngroup .common-btn {
    margin: 10px 0;
  }

  /* SS050924 Begin */

  .mission-news-left {
    width: 69%;
  }

  .mission-news-right {
    width: 31%;
  }

  .register-boxes-wrapper h2 {
    margin-bottom: 10px;
  }

  /* End Of SS050924 */
  /* 22-01-2025 m.m css */
  .ctc-update-members .life_grp_ctc_cont form>ul li {
    width: 50%;
  }

  /* 22-01-2025 m.m css */
  /* pro 6/3/25 start */
  .ignite-bnr h1 {
    margin-bottom: 9px !important;
  }

  .registration-form-wpr {
    padding: 40px 30px 40px;
    max-width: 90%;
  }

  .ignite-bnr ul {
    font-size: 18px;
  }


  /* pro 6/3/25 end */
  .news-form-wrap input[type="submit"] {
    position: relative;
    height: 48px;
    width: 140px;
    margin-top: 10px;
  }

  /* support starts 26.03.2025  */
  .popup-button-content-wrapper .gfield_checkbox .gchoice {
    width: 33.33%;
    padding: 0 0 0 22px;
  }

  .popup-button-content-wrapper .gfield_radio .gchoice input[type="radio"]+label::before {
    top: 5px;
    width: 16px;
    height: 16px;
  }

  .popup-button-content-wrapper .gfield_radio .gchoice input[type="radio"]+label::after {
    width: 10px;
    height: 10px;
    top: 8px;
    left: 3px;
  }

  .popup-button-content-wrapper .gfield_radio .gchoice {
    width: 25%;
    padding-left: 22px;
    padding-bottom: 5px;
  }

  .popup-button-content-wrapper .gfield_checkbox .gchoice input[type="checkbox"]+label::before {
    top: 5px;
    width: 16px;
    height: 16px;
  }

  .popup-button-content-wrapper .gfield_checkbox .gchoice input[type="checkbox"]+label::after {
    background-size: 10px;
    top: 8px;
    left: 3px;
  }

  .popup-button-content-wrapper .gfield_checkbox button {
    height: 40px;
    font-size: 15px;
  }

  .news-form-wrap .gform_wrapper.gravity-theme .gform_footer,
  .news-form-wrap .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
  }

  .news-form-wrap input[type="submit"] {
    position: relative;
    height: 48px;
    width: 100%;
    margin-top: 10px;
  }

  .every-year-events .blogbox figure {
    height: 280px;
  }

  .calender-page-wrapper .fc-h-event .fc-event-title {
    display: inline-block;
    vertical-align: top;
    left: 0;
    right: 0;
    max-width: 100%;
    overflow: hidden;
    font-size: 12px;
    overflow-y: auto;
    max-height: 50px;
  }

  .seminar-block .seminar-list-box h3 {
    font-size: 16px;
  }

  .team-box-custom {
    padding-top: 20px;
  }

  /* support ends 26.03.2025  */

  /*support css update 3/4/2025*/
  .eastrevnt-card-outr {
    height: 300px;
  }

  .estrevnt-vdo-lftcol,
  .estrevnt-vdo-rgtcol {
    width: 100%;
  }

  .estrevnt-vdo-rgtcol {
    margin-top: 20px;
  }

  .estrevnt-vdo-scialbx .social-share-buttons {
    margin-top: 10px;
  }

  .estrevnt-vdo-scialbx {
    max-width: 100%;
    width: 100%;
  }

  .estrevnt-vdo-txtbx {
    text-align: center;
  }

  .easter-registration-form-wrapper .gform_wrapper.gravity-theme .gform_footer,
  .easter-registration-form-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 0;
  }

  /*support css update 3/4/2025*/
  /* pro 2/5/30 start */
  .new-inr-bnr-cntnt h1 {
    font-size: 38px;
  }

  .event-card-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

  .event-card-text {
    padding: 15px;
  }
  .event-card-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.new-inr-bnr-cntnt {
  padding: 0 15px;
}
  /* pro 2/5/30 end  */

  /* S.Mv End End 09-05-25 */
  h3 {
    font-size: 23px;
}
  h4 {
    font-size: 22px;
  }
  .reg-infrm-clm {
    width: 100%;
}
.reg-infrm-card{
  text-align:center;
}
.reg-infrm-card p {
  margin-bottom: 25px;
}
.attract-list {
  margin: -15px;
  margin-top:40px;
}
.attract-list li {
  width: 100%;
  padding:15px;
}
.spekars-bios h3 {
  font-size: 20px;
}
.ahow_comm_banner_wrap .banner_cont {
  padding: 10px;
}

.wop-confr-infrm .cmn-sec-head p {
  font-size: 16px;
}

  /* S.Mv End End 09-05-25 */

}

@media (max-width: 640px) {
  .mm-lead-col-lt .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0px;
  }
}

@media (max-width: 575px) {

  .blog-details-page.common-maingap.evts_dtls {
    padding-bottom: 35px;
  }

  .container {
    width: 90%;
  }

  .main-head .common-btn {
    display: none;
  }

  .banner-btngroup {
    flex-direction: column;
    justify-content: center;
  }

  .banner-btngroup .common-btn {
    margin: 10px 0;
  }

  .banner-btngroup .common-btn:last-child {
    margin-bottom: 0;
  }

  h2 {
    line-height: 1.3;
  }

  .downloadinner h2 {
    font-size: 33px;
  }

  .download-storebtn {
    flex-direction: column;
  }

  .download-storebtn a {
    padding: 8px 0;
  }

  .download-storebtn a:first-child {
    padding-top: 0;
  }

  .download-storebtn a:last-child {
    padding-bottom: 0;
    width: 90%;
  }

  footer .container {
    width: 100%;
  }

  .posterbox .banner-meet-btngroup {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
  }

  .posterbox .banner-meet-btngroup .common-btn {
    margin: 0;
  }

  .posterbox .banner-meet-btngroup .common-btn:last-child {
    margin-top: 18px;
  }

  .team-slider .carditemouter {
    height: 380px;
  }

  .about-con h2,
  .contacct-block .section-con h2,
  .blog-con h2 {
    font-size: 30px;
  }

  .team-slider .item {
    margin: 22px 18px;
  }

  .common-btn {
    padding: 18px 16px 15px;
  }

  .philosophy-block .common-btn {
    margin-top: 20px;
  }

  .philosophy-block h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .ministries-inner {
    padding: 28px 21px;
  }

  .contact-lft h3 {
    text-align: center;
  }

  .contact-ref .banner-meet-btngroup {
    justify-content: center;
    margin-top: 36px;
  }

  .form_input_radio label {
    width: 100%;
    padding-bottom: 21px;
  }

  .blog-index h6 {
    margin-bottom: 14px;
  }

  .blogbox figure {
    height: 280px;
  }

  .affliciatesbox>* {
    width: 100%;
  }

  .purpose-statementcon .purpose-box .tab-content {
    padding: 25px;
  }

  .youth-reachingbox .accordion-body h4 {
    font-size: 25px;
  }

  .thanksbox {
    width: 100%;
  }

  .giving-box a {
    min-height: auto;
  }

  .giving-box h5 br {
    display: none;
  }

  .resources-info {
    padding: 30px;
  }

  .givingrow .colspan {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .givingrow .rowspan {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .givingrow .giving-box a {
    min-height: auto;
  }

  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 14px;
    min-height: 35px;
  }

  .woocommerce .woocommerce-result-count {
    position: static;
    margin-bottom: 15px;
  }

  /* Modification CSS 31.05.22 */
  .woocommerce ul.products[class*="columns-"] li.product.type-product,
  .woocommerce-page ul.products[class*="columns-"] li.product.type-product {
    width: 100%;
    float: none;
    clear: none;
    margin: 0 0 20px;
  }

  .woocommerce ul.products[class*="columns-"] li.product.type-product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product.type-product:nth-child(2n) {
    float: none;
    clear: none !important;
  }

  .woocommerce ul.products li.product .button {
    font-size: 12px;
    margin: 0 0 15px 14px;
    width: 44%;
  }

  .woocommerce a.added_to_cart {
    width: 42%;
    margin-left: 10px;
  }

  /* Modification CSS 31.05.22 */
  /* Modification CSS 03.06.22 start*/
  .ccbpress-event-calendar .ccbpress-event-calendar-header .ccbpress-event-calendar-month {
    font-size: 18px;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-table .ccbpress-event-calendar-days .ccbpress-event-calendar-date {
    font-size: 12px;
  }

  .ccbpress-event-calendar .ccbpress-event-calendar-table tbody tr:first-of-type th {
    font-size: 12px;
  }

  .ccbpress-event-details .ccbpress-event-name,
  .ccbpress-event-details .ccbpress-event-location .ccbpress-event-location-header {
    font-size: 18px !important;
  }

  .ccbpress-event-details .ccbpress-event-details-header {
    font-size: 16px;
  }

  .ccbpress-event-details .ccbpress-event-organizer {
    padding: 0 !important;
  }

  .ccbpress-event-details {
    padding: 15px;
  }

  /* Modification CSS 03.06.22 end*/
  /* update 10/06/2022 start */
  .connect-page-form-top,
  .ccb-top-section {
    margin-bottom: 30px;
  }

  .ccb-form-wrap .gfield_radio .gchoice {
    margin-bottom: 8px;
  }

  .ccb-top-section #first-user-form {
    max-width: 90%;
    padding: 20px 10px;
  }

  .ccb-form-wrapper .first-user-name {
    font-size: 18px;
  }

  .video-pages-innr-subc h3 {
    font-size: 25px;
  }

  .popular_video_secp_heading h2 {
    font-size: 30px;
  }

  .video_blog_section_otr_btm h5 {
    font-size: 16px;
  }

  .video_blog_section_otr_btm p {
    font-size: 15px;
  }

  .popular_video_secp_slider {
    padding: 0 22px;
  }

  .arrow_cmn_ptr .slick-arrow.slick-prev {
    left: 0;
  }

  .arrow_cmn_ptr .slick-arrow.slick-next {
    right: 0;
  }

  .arrow_cmn_ptr .slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
    top: 30%;
  }

  .main-video-tag-info h6 {
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
  }

  .main-video-tag-info {
    padding-left: 1.8ex;
    padding-bottom: 1.1ex;
  }

  .banner-inner {
    height: 435px;
  }

  .video-play-con {
    width: 50px;
    height: 50px;
  }

  .video-play-con img {
    width: 20px;
  }

  .location-bottom-wrap p {
    font-size: 24px;
  }

  .upcoming-evts .mt-5 {
    margin-top: 1.5rem !important;
  }

  .pagination-cmn.nav_custm .page-numbers li a {
    height: 26px;
    width: 26px;
    margin: 0 5px;
    font-size: 12px;
  }

  .pagination-cmn.nav_custm .page-numbers.current {
    height: 26px;
    width: 26px;
    font-size: 12px;
    margin: 0 5px;
  }

  .pagination-cmn.nav_custm .page-numbers.next,
  .pagination-cmn.nav_custm .page-numbers.prev {
    padding: 10px 13px 7px;
    margin: 0;
  }

  .evnts_outer figure {
    height: 250px;
  }

  .evts_title h2 {
    font-size: 27px;
  }

  .blogbox figure {
    height: 200px;
  }

  .event_heading {
    flex-direction: column;
  }

  .evts_search {
    width: 100%;
  }

  /* update 01/09/2022 start */
  .accord_vision_value .accordion-button.collapsed,
  .accord_vision_value .accordion-button:not(.collapsed) {
    font-size: 26px;
  }

  .accord_vision_value .accordion-item {
    margin-bottom: 25px;
  }

  /* update 27/09/2022 start */
  .wpsl-search-btn-wrap {
    margin-top: 0 !important;
  }

  .searchWrap .wpsl-input input[type="text"],
  .useMylocation .resetMap {
    height: 54px;
  }

  .searchWrap .wpsl-search-btn-wrap input[type="submit"] {
    padding: 27px;
  }

  #wpsl-gmap {
    height: 400px;
  }

  /* update start 25/01/2023 */

  .ahow_comm_banner_wrap .banner_cont h1 {
    font-size: 34px;
  }

  .sec_hd.con-txt h2 {
    font-size: 26px;
  }

  .ahow_comm_banner_wrap .banner_cont h5 {
    font-size: 16px;
  }

  .life_grp_ctc_col {
    margin-bottom: 30px;
  }

  .life_grp_ctc_cont h4 {
    font-size: 22px;
  }

  .life_grp_ctc .con-txt,
  .ahow_comm_faq .con-txt {
    margin-bottom: 20px;
  }

  /* update end 25/01/2023 */
  /*support 21/2/2023*/
  .home .banner .banner-inner .banner-btngroup .common-btn {
    min-width: 187px;
  }

  /*support 21/2/2023*/

  /*visit plan 20/04/2023 start*/
  .page-template-location-union .multi_talent_speaker,
  .page-template-location-union .our_service_details,
  .page-template-location-union .common-maingap {
    padding: 45px 0;
  }

  .page-template-location-union .content_header h2,
  .page-template-location-union .testimonial_area .testi_heading h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .page-template-location-union .container {
    width: 100%;
  }

  .page-template-location-union .multi_talent_speaker .author_profile {
    height: 260px;
  }

  .page-template-location-union .cta_area h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .page-template-location-union .image_houston {
    height: 280px;
  }

  .cmn-gap {
    padding: 50px 0px;
  }

  /*visit plan 20/04/2023 end*/
  /* start support 05-03-2024 start */
  .inn-ban-text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .inn-ban-top-title {
    font-size: 17px;
    margin-bottom: 4px;
  }

  .inn-ban-wrap {
    min-height: auto;
  }

  .abt-mm-lt-col figure {
    height: 250px;
  }

  .abt-mm-rt-box {
    padding: 12px 0 0px 0;
  }

  .abt-mm-rt-box h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }

  .abt-mm-btm-sec {
    padding: 32px 0;
  }

  .upcm-event-sec .sec-head h2 {
    margin: 0px 0 10px;
    font-size: 30px;
  }

  .timing {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .ue-item h3 {
    font-size: 18px;
  }

  .cmn-btn-v {
    font-size: 14px;
    padding: 16px 16px;
  }

  .ue-item-content {
    padding: 26px 58px 20px 20px;
  }

  .btn-cont {
    padding: 0 28px 18px 20px;
  }

  .mm-lead-outer {
    padding: 14px 0 28px;
    width: 50%;
    height: 230px;
  }

  .mm-lead-col-rt figure {
    margin-bottom: 24px;
  }

  .mm-lead-col-lt h2 {
    font-size: 26px;
  }

  .mm-lead-col-lt h3 {
    font-size: 17px;
  }

  .mm-lead-col-lt h4 {
    font-size: 19px;
  }

  .mm-mail-link a {
    font-size: 17px;
  }

  .tw-banner-content-btn {
    flex-direction: column;
  }

  .cmn-yellow-btn {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .aof-block-head h2 {
    font-size: 26px;
  }

  .aof-accordion-title {
    font-size: 16px;
  }

  .aof-accordion-content h4 {
    font-size: 20px;
  }

  .aof-accordion-content-btn {
    flex-direction: column;
  }

  .aof-accordion-content-btn .cmn-btn-v {
    margin-right: 0;
    min-width: 100%;
    width: 100%;
    margin-bottom: 12px;
  }

  .cmn-yellow-btn,
  .cmn-white-btn {
    font-size: 14px;
    padding: 12px 16px;
  }

  .aof-accordion-content-btn .cmn-yellow-btn {
    min-width: 100%;
    width: 100%;
  }

  .seminar-list-box p {
    font-size: 14px;
  }

  .seminar-list-title {
    font-size: 15px;
  }

  .seminar-block-head h2 {
    font-size: 26px;
    margin: 0 0 6px;
  }

  .seminar-list-box {
    padding: 20px 100px 20px 16px;
  }

  .featured-video .featured-video-media {
    padding: 37% 0;
  }

  .featured-video .video-btn-inner svg {
    width: 27px;
  }

  .featured-video .video-btn-inner {
    width: 64px;
    height: 64px;
  }

  .featured-video .video-btn {
    width: 104px;
    height: 104px;
  }

  .featured-video .featured-video-content h2,
  .featured-video-content h2 {
    font-size: 24px;
  }

  .tw-banner-overlay {
    min-height: 345px;
  }

  .tw-banner-content h1 {
    font-size: 32px;
    margin: 0 0 10px;
  }

  .abt-mm-lt-col figure {
    height: auto;
  }

  .our-purpose-head h2 {
    font-size: 26px;
    margin: 0 0 8px;
  }

  /* start support 05-03-2024 end */

  /* css update start RN 07-03-2024 */
  .contact-info-list li {
    width: 100%;
  }

  /* css update end RN 07-03-2024 */

  /* 14.03.2024 */
  .cnt-col-each {
    width: 100%;
  }

  /* 14.03.2024 */

  /* 22/3/24 work start */
  .evts_content li {
    font-size: 15px;
  }

  /* 22/3/24 work end */
  /* CSS modification 01.04.24 */
  .fetch-featured-img-block .pay-due-sec-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fetch-featured-img-block .pertial-payment-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fetch-featured-img-block .pay-due-sec-rgt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fetch-featured-img-block .pertial-payment-wrapper ul li {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .fetch-featured-img-block .pertial-payment-wrapper ul li:last-child {
    margin-bottom: 0;
  }

  .fetch-featured-img-block .event-input-wrap .common-radio-wrapper,
  .events-reg-events-wrapper.events-reg-events-wrapper-custom .targetDiv .event-input-wrap .common-radio-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .fetch-featured-img-block .event-input-wrap .common-radio-wrapper:last-child {
    margin-bottom: 0;
  }

  /* CSS modification 01.04.24 */

  .featured-event-mobile {
    display: block !important;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .retreat-ev-ban-wrap {
    background-image: none !important;
    padding: 0 !important;
  }

  .retreat-ev-ban-wrap:after {
    display: none;
  }

  .retreat-ban-text h1,
  .retreat-ban-text p {
    color: #333;
  }

  /* 6/5/24 work start */
  .assign-services-main-wrapper .availability-asign-month-each h4 {
    font-size: 20px;
  }

  .week-count-main-wrapper {
    width: calc(100% - 24px);
  }

  .week-count-main-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    min-width: 92px;
  }

  .week-count-main-wrapper label {
    font-size: 16px;
  }

  /* 6/5/24 work end */
  /* 13-jun-2024 */
  .register-with-qa-wrapper .check-in-status {
    padding-left: 0;
  }

  .register-with-qa-wrapper .registration-qa-info>h2 {
    margin-bottom: 18px;
  }

  .attendees-main-wrapper .pdf-generator-wrapper {
    padding: 16px 0;
  }

  .page-template-fetch-featured-event .pdf-generator-wrapper .container {
    padding: 0;
  }

  /* 13-jun-2024 */

  /* AD 02/07/2024 */
  .tw-banner.msg-sec-header-banner .tw-banner-overlay .tw-banner-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  /* AD 02/07/2024 END */
  /* sg-07-aug-2024 */
  .Aboutahow-row {
    --bs-gutter-y: 20px;
  }

  .join-now-btn-wpr .cmn-btn-v {
    min-width: 108px;
  }

  .lead-pastor-row {
    --bs-gutter-y: 30px;
  }

  .lead-pastor-clm-wpr h2 {
    margin-bottom: 10px;
  }

  .lead-pastor-clm-wpr p {
    margin-bottom: 20px;
  }

  /* sg-07-aug-2024 */

  /* SS050924 Begin */

  .mission-news-left {
    width: 100%;
    text-align: center;
  }

  .mission-news-right {
    width: auto;
    margin-left: auto;
    padding-left: 0;
    padding-top: 20px;
    margin-right: auto;
  }

  .view-our-newsletter .container {
    width: 100%;
  }

  .mission-news-left h3 {
    font-size: 24px;
  }

  .mission-news-wrapper {
    padding: 15px 10px;
  }

  /* End Of SS050924 */
  /* pro 6/3/25 start */
  .registration-form-wpr {
    padding: 50px 15px 40px;
  }

  .registration-form-modal .btn-close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 50%;
    transform: translateX(50%);
  }

  .registration-form-modal .btn-close img {
    width: 12px;
  }

  .registration-form-modal .container {
    width: 100%;
  }

  .registration-form-modal .modal-dialog {
    margin: 0;
  }

  .ignite-spekars-info h3 {
    font-size: 20px;
  }

  .ignite-bnr ul li::after {
    top: 0;
    height: 77%;
  }

  /* pro 6/3/25 end */

  .calender-page-wrapper .fc-toolbar-chunk>h2 {
    font-size: 22px;
  }

  .calender-page-wrapper .fc-header-toolbar.fc-toolbar {
    align-items: center;
  }

  .calender-page-wrapper .fc-toolbar-chunk .fc-today-button.fc-button {
    padding: 11px 14px;
    font-size: 14px;
  }

  .calender-page-wrapper .fc-toolbar-chunk .fc-prev-button.fc-button,
  .calender-page-wrapper .fc-toolbar-chunk .fc-next-button.fc-button {
    padding: 5px 8px;
  }

  /*support css update 3/4/2025*/
  .eastrevnt-col {
    width: 100%;
  }

  .estrevnt-vdo-scialbx .social-share-buttons .share-button {
    width: 35px;
    height: 35px;
  }

  .estrevnt-vdo-bx {
    padding-top: 70%;
  }

  .estrevnt-vdohd {
    font-size: 18px;
  }

  /*support css update 3/4/2025*/
  /* pro 2/5/30 start */
  .new-inr-bnr-cntnt h1 {
    font-size: 34px;
  }

  .event-card-text {
    padding: 15px;
    min-height: 260px;
  }

  .new-inr-bnr-wpr {
    min-height: 320px;
  }

  /* pro 2/5/30 end  */
}

@media (max-width: 479px) {
  .treaser-bg {
    height: 250px;
  }

  .mailtxtit a {
    display: block;
    width: 100%;
  }

  .ways-serve-blockdetails .accordion-button {
    font-size: 25px;
  }

  .common-accordion .accordion-button::after {
    top: 24px;
    right: 20px;
  }

  body {
    font-size: 16px;
  }

  .ways-serve-blockdetails .common-accordion .accordion-body {
    padding: 26px 20px 25px 20px;
  }

  .ahow-block .section-con p,
  .date-listing li {
    font-size: 18px;
  }

  .common-accordion .accordion-button {
    font-size: 25px;
  }

  .eventsbg>* {
    padding: 22px 26px;
  }

  .youth-reachingbox .common-accordion .accordion-button::after {
    top: 35px;
  }

  .youth-reachingbox .common-accordion .accordion-button {
    padding-top: 35px;
  }

  .mailtxt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .mailtxtit {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .serve-items a {
    padding: 15px;
  }

  .copyrighttxt p {
    font-size: 13px;
  }

  ul#menu-privacy-policy {
    font-size: 13px;
    padding-left: 0;
  }

  /* update 13/05/2022 start */
  .contact-form-custom .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
  }

  .contact-form-custom .gform_wrapper.gravity-theme input[type="text"] {
    font-size: 14px;
  }

  /* update 13/05/2022 end */
  /* Modification CSS 18.05.22 */
  .play_btn {
    width: 70px;
    height: 70px;
  }

  .pause-bt {
    bottom: 10px;
    right: 10px;
  }

  .video_part_aprd_rt iframe {
    height: 150px;
  }

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 10px;
    padding: 5px 10px;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 120px;
  }

  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    padding: 14px 10px 13px;
    font-size: 13px;
  }

  /* Modification CSS 18.05.22 */
  /* update 09/06/2022 start */
  .woof_redraw_zone .woof_submit_search_form_container .button.woof_reset_search_form {
    padding: 15px 25px 11px !important;
  }

  .shop-listing-wrapper .page-title {
    margin-bottom: 20px;
  }

  .woof_redraw_zone .woof_container_inner_productcategories h4 {
    margin-bottom: 20px;
  }

  /* update 10/06/2022 start */
  .ccb-form-wrapper .ccb-form-wrap {
    padding: 40px 15px;
  }

  .ccb-top-section-wrap {
    padding: 20px;
  }

  .ccb-form-wrapper .ccb-form-wrap {
    padding: 20px 15px;
  }

  .ccb-form-wrapper ol,
  .ccb-form-wrapper ul {
    padding-left: 0px;
    padding-bottom: 2px;
  }

  .single-video .give-now-wrap ul li {
    margin: 0px 10px;
  }

  .single-video .give-now-wrap ul li span {
    display: block;
    font-size: 13px;
    font-weight: 700;
  }

  .single-video .share-section-wrap {
    margin-bottom: 5px;
  }

  .affliciatesitem a {
    min-height: inherit;
  }

  .location-banner-image {
    padding: 130px 0;
  }

  .location-banner-bottom {
    left: 20px;
    bottom: 15px;
    padding: 11px 14px 7px;
  }

  .location-banner-bottom h4 {
    font-size: 14px;
  }

  .evts_title h2 {
    font-size: 25px;
    text-align: left;
  }

  .address_details {
    flex-wrap: nowrap;
  }

  .address_details p br {
    display: none;
  }

  .share-modal .modal-body h3 {
    font-size: 28px;
  }

  /* update 01/09/2022 start */
  .accord_vision_value .accordion-button.collapsed,
  .accord_vision_value .accordion-button:not(.collapsed) {
    font-size: 26px;
  }

  /* update 02/09/2022 start */
  .buyer_outer .mailtxtit span {
    display: block;
  }

  /* update 27/09/2022 start */
  .nw-dtls-page-bannr-wrap-bttm {
    padding: 0 25px;
  }

  .locationListing .locationData figure {
    max-width: 60px;
  }

  .locationListing .locationData .locationDetails {
    max-width: calc(100% - 76px);
  }

  /* update 27/09/2022 end */
  /* update start 25/01/2023 */

  .ahow_comm_banner_wrap .banner_cont h5 {
    font-size: 16px;
  }

  .life_grp_ctc_col {
    margin-bottom: 30px;
  }

  .find_ctc_cont_wrap h5 {
    font-size: 18px;
  }

  .banner_cont {
    padding: 0 15px;
  }

  /* update end 25/01/2023 */

  /* support 31/01/2023 */
  .banner.ahow_comm_banner .ahow_comm_banner_wrap {
    height: auto;
  }

  /* support end 31/01/2023 */

  .page-template-location-union .our_service_details .our_timing h5,
  .page-template-location-union .our_service_details .our_address_area h5 {
    font-size: 22px;
    line-height: 24px;
  }

  .page-template-location-union .multi_talent_speaker .author_profile {
    height: 240px;
  }

  .page-template-location-union .cta_area h4 {
    font-size: 22px;
    line-height: 26px;
  }

  .page-template-location-union .content_header h2,
  .page-template-location-union .testimonial_area .testi_heading h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .page-template-location-union .cta_area h5 {
    font-size: 22px;
    line-height: 26px;
  }

  .page-template-location-union .image_houston {
    height: 250px;
  }

  .page-template-location-union .testimonial_area .meet-pastor-img {
    height: 280px;
  }

  /* 3.08.2023 */

  .business-overview-innr {
    padding: 20px 15px;
  }

  /* 3.08.2023 */

  /* 29/8/23 work start */
  .blog-bottom-wrapper li {
    max-width: 100%;
  }

  /* 29/8/23 work end */
  /* 14.03.2024 */
  .crt-bnr-cnt h1 {
    font-size: 30px;
  }

  .crt-tab-wrap .nav-tabs .nav-link {
    padding: 14px 20px;
    font-size: 16px;
    width: 100%;
  }

  .cnt-uppr>* {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }

  .cnt-uppr {
    margin-bottom: 25px;
  }

  .crt-tab-wrap .nav-tabs li.nav-item {
    width: 33.33%;
  }

  /* 14.03.2024 */
  .events-reg-events-wrapper .fvrduplicate {
    padding: 20px 12px;
  }

  .events-reg-events-wrapper .targetDiv .event-input-wrap {
    padding-left: 12px;
  }

  .events-reg-events-wrapper .targetDiv .eventSubmitButton {
    margin-left: 12px;
    min-width: 1px;
  }

  .display-msg-wrap h5 {
    font-size: 16px;
  }

  /* CSS modification 01.04.24 */
  .events-register-bttn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fetch-data-button {
    padding-left: 0;
    margin-top: 10px;
  }

  .events-reg-events-wrapper .fvrduplicate {
    padding: 20px 12px;
  }

  .fetch-featured-img-block .blog-featured-content-custom .time_dt .st_end {
    width: 45%;
  }

  .fetch-featured-img-block .blog-featured-content-custom h2 {
    margin-bottom: 15px;
  }

  .fetch-featured-img-block .event_total_form_price_fn_wrap .pertial-events-wrap {
    width: 100%;
  }

  /* CSS modification 01.04.24 */

  /* 9/4/24 work start */
  .retreat-ev-ban-wrap {
    padding: 43px 15px;
  }

  .retreat-ev-ban .container {
    width: 100%;
  }

  .retreat-ban-text .btn-cont>* {
    margin: 3px;
  }

  .retreat-ban-text .btn-cont {
    margin: 20px -3px 0px;
  }

  .retreat-event-main-ban .common-btn img {
    width: 20px;
  }

  .retreat-more-info-lt-box .common-btn .cmn-btn-text {
    margin-left: 12px;
    font-size: 11px;
  }

  .retreat-more-info-rt-box {
    padding: 30px 15px;
  }

  .retreat-more-info-lt-box {
    padding: 30px 15px;
  }

  .retreat-rgt-info .container {
    width: 100%;
  }

  /* 9/4/24 work end */
  /*support pp.c 15/4/2024*/
  .events-reg-events-wrapper-custom .common-checkbox-wrapper-main .common-checkbox-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .common-checkbox-wrapper-main h2 {
    margin-bottom: 12px;
  }

  .common-checkbox-wrapper-main {
    margin-bottom: 12px;
  }

  .events-reg-events-wrapper-custom .add-child-wrapper {
    font-size: 18px;
  }

  .events-reg-events-wrapper-custom .add-child-wrapper .common-checkbox-wrapper label::before {
    top: -2px;
  }

  .events-reg-events-wrapper-custom .add-child-wrapper .common-checkbox-wrapper label::after {
    top: 0;
  }

  /*support pp.c 15/4/2024*/
  /* 17.04.24 css modification start */
  .assign-services-main-wrapper .week-count .week-lebel-selected {
    width: 100%;
  }

  /* 17.04.24 css modification end */
  /* Support 03.05.2024  */
  #dialog-email-varify-reg .email-already-exist-wrapper-main h3 {
    font-size: 20px;
  }

  /* Support 03.05.2024  */
  /* sg-13-jun-2024 */
  .common-info-wrapper h3 {
    font-size: 20px;
  }

  .register-with-qa-wrapper .attendees-main-wrapper .adult-info-details ul li {
    font-size: 14px;
  }

  .attendees-main-wrapper .qr-code-area-wrapper {
    padding: 15px 10px 10px;
  }

  .qr-code-area-wrapper h5 {
    font-size: 19px;
  }

  /* sg-13-jun-2024 */

  /* AD 02/07/2024 */
  .tw-banner.msg-sec-header-banner .tw-banner-overlay .tw-banner-content h1 {
    font-size: 24px;
  }

  /* AD 02/07/2024 END */

  /* sg-07-aug-2024 */
  .Aboutahow-row h2 {
    margin-bottom: 10px;
  }

  .charlotte-item .video-btn {
    width: 55px;
    height: 55px;
    padding: 6px;
  }

  .lead-pastor-clm-wpr .video-btn {
    width: 60px;
    height: 60px;
    padding: 8px;
  }

  .lead-pastor-ul li {
    margin-bottom: 15px;
  }

  .lead-pastor-clm-wpr h3 {
    margin-bottom: 25px;
  }

  .join-the-slider .slick-next {
    right: -20px;
  }

  .join-the-slider .slick-prev {
    left: -20px;
  }

  .join-the-slider .slick-list {
    margin: 0;
  }

  /* sg-07-aug-2024 */

  .ctc-update-members .life_grp_ctc_cont form>ul li {
    width: 100%;
  }

  /* 22-01-2025 m.m css */

  /* supports starts 26.03.2025  */
  .popup-button-content-wrapper .gfield_checkbox .gchoice {
    width: 50%;
    padding: 0 0 0 20px;
  }

  .popup-button-content-wrapper .gfield_radio .gchoice {
    width: 50%;
    padding-left: 20px;
  }

  .seminar-block .seminar-list-box h3 {
    font-size: 15px;
  }

  /* supports ends 26.03.2025  */

/* S.Mv Start End 09-05-25 */
.wop-bnrr .ahow_comm_banner_wrap h1{
  font-size: 25px;
  line-height: 1.2;
}
.wop-bnrr .ahow_comm_banner_wrap h1 span{
  font-size: 20px;
  margin-bottom: 9px;
}



/* S.Mv End End 09-05-25 */
  
}

@media (max-width: 360px) {
  .sociallist li {
    padding: 0 5px;
  }

  .downloadinner {
    padding: 62px 25px;
  }

  .eventbox {
    padding: 33px 15px;
  }

  .banner-btngroup .common-btn {
    padding: 18px 30px 15px;
  }

  .purpose-box .nav-pills .nav-link {
    font-size: 33px;
  }

  .philosophy-block p {
    text-align: justify;
  }

  .contact-ref .banner-meet-btngroup {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
  }

  .contact-ref .banner-meet-btngroup .common-btn {
    margin: 0 0 10px;
    width: 100%;
  }

  .blogbox figure {
    height: 220px;
  }

  .other-teammemberit {
    justify-content: center;
    flex-wrap: wrap;
  }

  .other-teamcon {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-top: 16px;
  }

  h2 {
    font-size: 34px;
  }

  .purpose-statementcon .purpose-box .tab-content h3 {
    font-size: 26px;
  }

  .copyrighttxt {
    display: block;
  }

  .copyrighttxt p {
    margin: 0;
  }

  .woocommerce div.product form.cart div.quantity {
    margin: 0 0 20px 0;
  }

  .gfield_list_icons {
    right: 11px;
    top: 64px;
  }

  .time_dt .button-btn {
    height: 30px;
    padding: 6px 0;
    font-size: 14px;
    width: 75px;
  }

  .page-template-location-union .about_content .our_timing .timing_list {
    padding-left: 40px;
  }

  .page-template-location-union .image_houston {
    height: 220px;
  }

  .page-template-location-union .testimonial_area .meet-pastor-img {
    height: 260px;
  }

  .woocommerce ul.order_details li {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }

  /* 10.04.24 css start */
  .unable-fetch-data .fetch-data-button {
    flex-direction: column;
  }

  .unable-fetch-data .fetch-data-button>* {
    width: 100%;
  }

  .unable-fetch-data .fetch-data-button>*:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0;
  }

  /* 10.04.24 css end */
}

@media (max-width: 300px) {
  h3 {
    font-size: 27px;
  }

  .purpose-con,
  .article {
    font-size: 16px;
  }

  .purpose-box .nav-pills .nav-link {
    font-size: 27px;
  }

  .contact-box {
    padding: 30px 15px;
  }

  .downloadinner h2 {
    font-size: 27px;
  }

  .serve-items figure {
    width: 80px;
  }

  .serveinfo {
    width: calc(100% - 80px);
  }
}