
@font-face {
  font-family: "JosefinSans-Bold";
  src: url("../../fonts/external/JosefinSans-Bold.ttf");
}

@font-face {
  font-family: "HandelGothic-Regular";
  src: url("../../fonts/external/HandelGothic-Regular.woff");
}

@font-face {
  font-family: "Muli-SemiBold";
  src: url("../../fonts/external/Muli-SemiBold.woff");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../../fonts/external/Poppins-Light.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../../fonts/external/Poppins-Regular.otf");
}

.clr1 {
  color: #ff3737 !important;
}

.fnt-h {
  font-family: "HandelGothic-Regular";
}

.fnt-muli {
  font-family: "Muli-SemiBold";
}

.fnt-pop {
  font-family: "Poppins-Regular";
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

a.btn-gallery {
  display: block;
  width: 100%;
  position: relative;
  color: #ff3737;
  transition: 1s;
}

.btn-gallery img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.gallery-group {
  margin-left: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  row-gap: 20px;
  column-gap: 30px;
  padding: 0px;
  margin-top: 20px;
}

.gallery-group li {
  list-style-type: none;
}

.cmn-inner-head {
  font-size: 30px;
  font-family: "HandelGothic-Regular";
  line-height: 34px;
  padding-bottom: 20px;
}

.galery-box {
  width: 50%;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 30px;
  padding: 50px 15px;
  background-color: #ced7ef;
  color: gray;
  vertical-align: middle;
}

.btn-gallery::before {
  background-color: #bfbfbf;
  position: absolute;
  width: 100%;
  left: -7px;
  top: -7px;
  content: "";
  height: 100%;
  margin: 0 auto;
}

.btn-gallery::after {
  background-color: #e3e3e3;
  position: absolute;
  width: 100%;
  left: -14px;
  top: -14px;
  content: "";
  height: 100%;
  z-index: -1;
  margin: 0 auto;
}

.gallery-box {
  position: relative;
}

.gallery-group h3 {
  text-align: center;
}

.gallery-group h3 a {
  color: #1f1f1f !important;
  letter-spacing: 0.2px;
  font-family: "Muli-SemiBold";
  font-size: 15px;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* Mebership form */

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0em;
  min-inline-size: auto;
  border-width: 1px;
  border-style: groove;
  border-color: #c3c3c3;
  border-image: initial;
  height: 56px;
}

fieldset .legend {
  text-transform: capitalize;
  width: auto !important;
  max-width: auto !important;
  display: block !important;
  padding-inline-start: 2px !important;
  padding-inline-end: 2px !important;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
}

legend {
  font-size: 14px !important;
  font-family: "Muli-SemiBold";
  display: block;
  padding-inline: 4px;
  width: auto !important;
  margin-bottom: 0px !important;
  font-size: 1.5rem;
  line-height: inherit;
  color: #2a2a2a !important;
  white-space: normal;
  z-index: 2;
  position: relative;
  float: none !important;
}

fieldset .input-box {
  border: 0px;
  background-color: transparent;
  width: 100%;
  position: relative;
  height: 38px;
  top: -22px;
  color: #757575;
  font-family: "Poppins-Light";
  font-size: 13px;
}

::placeholder {
  color: #757575;
}

.input-box:focus {
  outline: transparent !important;
  box-shadow: none !important;
}

.input-box:focus-visible {
  outline: transparent !important;
  box-shadow: none !important;
}

.input-imp {
  color: #ff3737;
  position: relative;
  top: 2px;
  /* padding: 3px; */
}

/* form-error */
.error.help-block {
  color: #ff3737;
  font-family: "Poppins-Light";
  font-style: normal;
  font-size: 13px !important;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
}

fieldset.has-error {
  border-color: #ff3737 !important;
}

.cmn-inner-form .inner-form-row > div {
  margin-bottom: 13px;
  padding-inline: 7.5px;
}

.cmn-inner-form .inner-form-row {
  margin-inline: -7.5px;
}

.cmn-inner-form .form-row-2 > div {
  margin-bottom: 10px;
  padding-inline: 9px;
}

.cmn-inner-form .form-row-2 {
  margin-inline: -9px;
}

.cus-text {
  position: relative;
  width: 100%;
}

.cus-text textarea {
  border-color: #ff3737;
}

.cus-text .labe {
  background-color: #fff;
  display: inline-block;
  position: relative;
  bottom: 15px;
}

.cus-group {
  width: 100%;
}

fieldset.cus-filedset {
  height: 90px;
}

fieldset.cus-filedset textarea {
  height: 70px;
  padding-top: 5px;
}

.dot-line {
  border-bottom: 1px dashed #ccc;
  margin-top: 5px;
}

/* Radio buttons */

/* .radio-btn-group input[type="radio"] {
  display: none;
} */

.radio-btn-group label {
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

/* 
.radio-btn-group label::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.radio-btn-group label::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.radio-btn-group input[type="radio"]:checked + label::before {
  border-color: var(--primary-color);
}

.radio-btn-group input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
} */

/* check-box */

.cus-checkbox label {
  font-size: 14px;
}

/* tables */
.cus-res-table{overflow-x: auto;}
.cus-res-table table th {
  white-space: nowrap;
  border-top: none;
  color: #fff;
  font-family: "Poppins-Light";
  background-color: #ad1115;
  font-weight: normal;
}
.table-head2 {
  color: #99083e !important;
  font-family: "Poppins-Regular";
}
.cus-table-btn {
  background-color: transparent;
  padding: 4px 17px;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  color: #fff;
}

.cus-table-btn1 {
  background-color: transparent;
  padding: 4px 17px;
  border-radius: 2px;
  border: 1px solid #ff3737;
  cursor: pointer;
  color: #ff3737 !important;
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  margin-top: 15px;
}

@media (width < 767px) {
}

fieldset::-webkit-scrollbar {
  display: none;
}

.radio-btn label,
.radio-btn input,
.cus-checkbox input,
.cus-checkbox label {
  cursor: pointer;
}

.radio-btn input,
.cus-checkbox input {
 position: relative !important;
  top: 1.9px !important;
}

.paymnet-cmn-sec {
  font-size: 13px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 6%), 0 0px 8px rgb(0 0 0 / 6%);
}

.zelle-text-color {
  color: #ff3737;
}

.member-amount {
  height: 58px;
  line-height: 58px;
  padding: 10px;
  background: #ffa327 !important;
  color: #ffffff !important;
  font-size: 35px !important;
  display: flex;
  font-family: "Muli-SemiBold";
  align-items: center;
  justify-content: space-between;
}

.font16 {
  font-size: 16px;
}

.cmn-form-btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #ff3228 0%, #ff9b1a 100%);
  background-color: #fd2e2c;
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 10px;
}

.dollor {
  position: relative;
}

.dollor::before {
  content: "";
  position: absolute;
  height: 40px;
  top: 10px;
  width: 1px;
  right: -10px;
  background-color: #fff;
}

.cus-res-table .table thead th {
  border-bottom: 0px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ad1115;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ad1115;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.cmn-inner-form label {
  margin-bottom: 10px;
}

/* Custom checkbox */
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  margin-right: 15px;
  font-size: 13px;
}

input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 11px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #ad1115;
  background-color: #fff;
  border-radius: 0px;
}

input[type="checkbox"] {
 position: absolute;
 z-index: -1;
 visibility: hidden;
 opacity: 0;
}

input[type="checkbox"]:checked + label:after {
  content: "✔";
  font-size: 19px;
  line-height: 18px;
  color: #fff;
  background: #ad1115;
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 0px;
}

/* donate now */

.payment-input {
  background: #f7f7f7;
  padding: 20px 20px;
}

.donately-donation-amount label {
  position: absolute;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0px;
}

.donately-donation-amount .zeros {
  right: 12px;
}

.donately-donation-amount .donately-dollar-sign {
  left: 10px;
}

.donately-donation-amount input {
  background: #fdbd4e !important;
  color: #ffffff !important;
  padding: 10px 75px 10px 50px;
  border: none;
  line-height: 50px;
  text-align: right;
  width: 100%;
  font-size: 45px;
  font-family: "Muli-SemiBold";
}

input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.donately-donation-amount fieldset.has-error {
  border-color: #ff3737;
}

.donately-donation-amount fieldset {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Muli-SemiBold";
  border-color: transparent;
}

.donately-donation-amount ::placeholder {
  color: #fff !important;
}

.donately-donation-amount fieldset::before {
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #fff;
  left: 50px;
}

/* Our Team - excutive comittee */

.cmn-board-director {
  border-top: 3px solid #ad1115;
  padding: 0px 15px 0px 15px;
}

.b-d-img img {
  width: 130px;
  height: 130px;
  object-position: top;
  object-fit: cover;
}

.b-d-img {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}

.b-d-flex .b-d-img {
  margin-right: 25px;
}

.b-d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.b-name {
  color: #000;
  font-size: 16px;
  font-family: "Muli-SemiBold";
}

.b-designaton {
  color: #ef3b3b;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}

.b-phone a,
.b-email a {
  color: #1f1f1f !important;
  font-size: 14px;
}

.b-email {
  position: relative;
  top: -7px;
}

.b-d-row {
  background: #fffbdb;
  padding-block: 25px;
}

.cus-row-nth2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.cus-row-nth2 > div:nth-child(-n + 3),
.cus-row-nth2 > div:nth-child(n + 7):nth-child(-n + 9),
.cus-row-nth2 > div:nth-child(n + 13):nth-child(-n + 15),
.cus-row-nth2 > div:nth-child(n + 19):nth-child(-n + 21),
.cus-row-nth2 > div:nth-child(n + 25):nth-child(-n + 27),
.cus-row-nth2 > div:nth-child(n + 31):nth-child(-n + 33),
.cus-row-nth2 > div:nth-child(n + 37):nth-child(-n + 39),
.cus-row-nth2 > div:nth-child(n + 43):nth-child(-n + 45),
.cus-row-nth2 > div:nth-child(n + 49):nth-child(-n + 51) {
  background-color: #ededed;
}

.cus-row-nth2 > div {
  background-color: #f6f6f6;
}

.b-v-sec {
  padding: 20px 0px 6px 0px;
}

.cus-sub-head {
  font-size: 21px;
  font-family: "Muli-SemiBold";
  line-height: 25px;
  padding-bottom: 8px;
  color: #ef3b3b;
}

.cmn-inner-ul li {
  padding-left: 22px;
  margin-bottom: 6px;
  position: relative;
  transition: 0.2s;
}

.cmn-inner-ul li:hover {
  margin-left: 5px;
  transition: 0.2s;
}

.cmn-inner-ul li::before {
  float: left;
  display: block;
  content: "\2605";
  color: #9650db;
  position: absolute;
  left: 0;
}

/* upcoming events css */
.cmn-event-list-item:hover {
  border-color: #69af47;
}

.cmn-event-list-item {
  align-items: center;
  display: grid;
  grid-template-columns: 200px 1fr;
 gap: 15px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  height: 100%;
}
.cmn-event-list-item1 {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2,1fr);
 gap: 15px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  height: 100%;
}

.upcoming-box img {
    height: 180px;
    object-fit: cover;
}

.cmn-event-list-item h6 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    color: #ff3737;
    font-size: 14px;
}

.cmn-event-loc {
  font-size: 13px;
  line-height: 20px;
  font-family: "Muli-SemiBold";
  color: #484848;
}
.cmn-event-btn{
  margin-top: 8px;
}
.cmn-event-btn a {
  display: inline-block;
  border-radius: 0;
  padding: 2px 12px;
  text-transform: capitalize;
  color: #262626 !important;
  /* filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.13)); */
  background: #fd421c;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.14);
  /* background: linear-gradient(180deg, #fefefe 0%, #f8f8f8 45%, #eeeeee 100%); */
  font-size: 13px;
}

/* .cmn-event-list-item:hover .cmn-event-btn a {
  border-color: #69af47;
} */
.cmn-event-list-item:hover h6 {
  border-color: #69af47 !important;
}

.cmn-event-name {
  font-family: "Muli-SemiBold";
  font-size: 18px;
  line-height: 20px;
}

.row-gap > div {
  margin-bottom: 15px;
}

.section-header {
  text-align: center;
  margin: 60px auto 20px auto;

  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.section-header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* video gallery */

.video-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.video-gallery a img {
  object-fit: cover;
  width: 100% !important;
  height: 175px;
  object-fit: cover;
}

.video-item {
  position: relative;
  height: auto !important;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin: -30px 0 0 -30px; */
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 45px;
  height: 45px;
  background: rgb(26 146 215 / 79%);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -8px 0 0 -5px;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 8px 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.video-item:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

a.btn-gallery:hover {
  transform: scale(1.02);
  transition: 1s;
}

@media (max-width: 767px) {
  .cus-res-table .table > tbody > tr:not(:first-child) {
    border-top: 1px solid #d5d5d5;
  }

  .cus-res-table .table td,
  .cus-res-table .table th {
    border: 0;
  }

  .cus-table-btn1 {
    background-color: transparent;
    padding: 4px 17px;
    border-radius: 2px;
    border: 1px solid #ff3737;
    background: #ff3737;
    color: #fff !important;
    color: #fff !important;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 15px;
  }

  .table-click {
    display: none !important;
  }

  .cus-res-table .table thead {
    display: none;
  }

  .cus-res-table .table,
  .cus-res-table .table tbody,
  .cus-res-table .table tr,
  .cus-res-table .table td {
    display: block;
    width: 100%;
  }

  .cus-res-table .table tr {
    margin-bottom: 15px;
  }

  .cus-res-table .table td {
    /* padding-top: 10%; */
    text-align: left;
    position: relative;
    padding: 0px;
  }

  .cus-res-table .table td::before {
    display: none;
    content: attr(data-column);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }

  .cus-table-btn2 {
    display: block !important;
    padding: 4px 17px;
    border-radius: 2px;
    border: 1px solid #ad1115;
    cursor: pointer;
    color: #fff !important;
    background: #ad1115;
    text-align: center;
    margin-bottom: 15px;
  }
}

.cus-table-btn2 {
  display: none;
}

/* tabsin custom payment */

.cus-tabs-container {
  width: 100%;
}

.cus-tabs-nav {
  display: flex;
  flex-wrap: wrap;
}

.cus-tab-label {
  text-align: center;
  flex: 1;
  padding: 5px 10px;
  background-color: #ffffff;
  border: none;
  width: 100%;
  border: 1px solid #d5d5d5;
  margin: 5px;
  cursor: pointer;
}

.cus-tab-label.active {
  background-color: #ad1115;
  border-color: #ad1115;
  color: #fff;
}

.cus-tabs-content .cus-tab-pane {
  display: none;
}

.cus-tabs-content .cus-tab-pane.active {
  display: block;
}

/* magzine details */
.pdf-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.pdf-sec a {
  position: relative;
  color: #000;
  padding: 10px 15px 10px 40px;
  border: 1px solid #d5d5d5;
  font-family: "Muli-SemiBold";
  font-size: 16px;
  display: grid;
  align-items: center;
  line-height: 21px;
}

.pdf-sec a i {
  color: #ef3b3b;
  position: absolute;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}

.pdf-sec a span {
  display: inline-block;
  transition: 0.5s;
}

.pdf-sec a:hover span {
  padding-left: 5px;
  transition: 0.5s;
}

.cus-p-m {
  margin-top: 15px;
}

.cus-p-m a {
  color: #fff;
  font-size: 18px;
}

.cus-p-m a i {
  color: #fff;
  font-size: 18px;
  padding-right: 3px;
}

.cmn-inner-contact-sec {
  font-family: "Muli-SemiBold";
  border: 1px solid #69af47;
  font-size: 14px;
  padding-bottom: 20px;
}

.cmn-contact-top-sec {
  padding: 15px;
  background: #69af47;
  color: #fff;
  text-align: center;
}

/* Sponser page */
.cus-sponser-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cus-sponser-box {
  text-align: center;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 0px 11px rgb(0 0 0 / 10%), 0px 0px 13px rgb(0 0 0 / 10%);
}

.cus-sponser-box img {
  max-width: 100%;
  transition: 0.5s;
}

.cus-sponser-grid .cus-sponser-box:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}

.pdf-sec-two a {
  color: #000;
  font-family: "Muli-SemiBold";
  display: block;
  margin-left: 20px;
  padding: 10px;
  margin: 14px;
  padding-left: 40px;
  position: relative;
  box-shadow: 0 0px 11px rgb(0 0 0 / 10%), 0px 0px 13px rgb(0 0 0 / 10%);
}

.pdf-sec-two a i {
  font-size: 22px;
}

.pdf-sec-two a > span:first-child {
  position: absolute;
  height: 46px;
  width: 46px;
  left: -15px;
  display: inline-block;
  top: 0;
  background-color: #5b8b1e;
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.cus-red {
  color: #ef3b3b;
}

@media (width < 991px) {
  .cus-sponser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (width < 776px) {
  .member-amount {
    margin-bottom: 15px;
    height: 45px;
    line-height: 45px;
    padding: 10px;
    font-size: 30px !important;
  }

  .cmn-inner-head {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .pdf-sec {
    grid-template-columns: repeat(1, 1fr);
  }

  .cus-sponser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (width < 576px) {
  .cus-tabs-nav {
    display: block;
  }

  .cus-sponser-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* #video-gallery .video-item::before{
  display: none;
} */
.justify-center {
  justify-content: center;
}

.cus-sponser-sec .cus-sub-head:not(:first-child) {
  margin-top: 15px;
}

.cus-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.cus-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 2.5rem;
  width: 30em;
  border-radius: 0.5rem;
}

.cus-close-button {
  float: right;
  width: 1.5rem;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 0.2em 0.15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: var(--clr-neutral);
  color: var(--clr-dark);
  transition: color 0.12s ease-in-out;
}

.cus-close-button:hover {
  color: var(--clr-main);
}

.cus-show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/* SRI CSS */

/* Member Login */
.login-form {
  max-width: 490px;
  padding: 30px;
  box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
}

.l-r-m-auto {
  margin-left: auto;
  margin-right: auto;
}

.form_align {
  background-color: #f3f3f3;
  padding: 45px 53px;
  border-radius: 5px;
}

/*  */

/* Profile */

.modal-backdrop {
  height: auto;
}

.modal-footer {
  justify-content: space-between !important;
}

.modal-header .close {
  color: #dc3545 !important;
  opacity: 1 !important;
  font-size: 50px !important;
  padding: 8px 1rem !important;
  line-height: 55px;
}

.spon-buttonsliss {
  padding-left: 0px;
  background-color: #fff7b3 !important;
}

.spon-buttonsliss li {
  border-top: 1px solid #ffbf60;
  padding: 10px;
}

.spon-buttonsliss li:hover {
  background-color: #fdba00;
}

.spon-buttonsliss li a {
  color: #000 !important;
  font-family: "Muli-SemiBold";
}
.life_member {
  color: #000 !important;
  font-family: "Muli-SemiBold";
}

.spon-buttonsliss li:hover a {
  color: #fff !important;
}

.current_0 img {
  filter: brightness(0);
  width: 20px;
}

.spon-buttonsliss li:hover a img {
  filter: brightness(60);
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

/*  */

span.field-icon {
  float: right;
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
  z-index: 2;
}

.merge_inputs {
  border: 1px solid #dc3545;
  padding: 0 20px;
  padding-bottom: 35px;
}

.mx_1 {
  margin-left: 0px;
  margin-right: 10px;
}

.mt_2 {
  margin-top: 10px;
}

.mt_4 {
  margin-top: 20px;
}

.d_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cus-inner-table td,
.cus-inner-table th {
  border: 0px;
}
.cus-inner-table th {
  font-family: "Muli-SemiBold";
  font-weight: 500 !important;
  color: #000;
}
.cus-inner-table td {
  font-family: "Poppins-Regular";
  color: #515151;
}
.cus-input-feild td input {
  width: 100%;
  border: 1px solid #c8cacc;
}
.cus-input-feild td select {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #c8cacc;
  padding: 5px;
  color: #c7c7c7;
}

.cancel_btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #308a0f 0%, #69af47 100%);
  background-color: #308a0f;
  color: #fff;
  padding: 8px 50px;
  border: none;
  margin-top: 10px;
}

/* Close Button */

[class*="close-"] {
  color: #232222;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 13px;
  font-size: 40px;
  background: transparent;
  border: none;
}
.close-thik:after {
  content: ""; /* UTF-8 symbol */
}

.modal.show {
  background-color: #232222c4;
}

.border_right {
  border-right: 1px solid #e3e3e3;
}
.cmn-event-list-item:hover .border_right {
  border-color: #69af47;
}
.border-t3 {
  border: none;
  border-top: #69af47 3px solid;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
}
.content_decration {
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
}
.cmn-event-list-item:hover .content_decration {
  border-color: #69af47;
}
.w_50 {
  width: 40%;
}

.text_align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  text-align: center;
}
.error_para_align {
  padding: 0 10%;
}
.head_responsive {
  line-height: 29px;
}
.our-services-list {
  list-style: none;
  padding: 0px;
  margin-top: 7px;
}
.our-services-list li {
  margin-inline: 7px;
}
.our-services-list li:not(:last-child) {
  border-bottom: 1px dashed #99083e42;
}
.our-services-list li a {
  padding: 10px;
  padding-left: 35px;
  position: relative;
  display: block;
  color: #99083e;
  font-family: "Poppins-Regular";
  transition: 0.2s;
}
    .our-services-list li a:hover, .our-services-list  li.active a {
        background-color: #99083e;
        color: #fff !important;
        transition: 0.2s;
        margin-left: 5px;
    }
.our-services-list li a::before {
  content: "\f134";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  position: absolute;
  left: 10px;
  top: 14px;
}
@media (width <=991px) {
  .w_50 {
    width: 50%;
  }
}

@media (width <=768px) {
  .cmn-event-list-item {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }
  .border_right {
    border: none;
  }
  .content_decration {
    border-color: #69af47;
  }
  .w_50 {
    width: 75%;
  }
  .error_para_align {
    padding: auto;
  }
  .head_responsive {
    font-size: 18px;
    line-height: 26px;
  }
}
.error2 {
    color: #ff3737;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
}
.inner-hd {
  /* width: 935px; */
  /* height: 69px; */
  /* background-color: #ffdf86; */
  /* padding: 12px 25px 8px; */
}

.inner-title {
    font-size: 22px;
    letter-spacing: 1px;
    color: #2a2a2a;
    font-family: 'Bebas-Regular';
    margin: 0;
	padding-bottom: 5px;
    border-bottom: 3px solid #f6c604;
    display: inline-block;
}

.inner-title.back_btn a {
  float: right;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 50px;
  background-color: #ffa300;
  padding: 3px 15px 2px;
  font-family: "Poppins-Light";
  transform: translateY(-5px);
}

.priest-bdr {
  filter: drop-shadow(3px 5.196px 10px rgba(210,165,54,0.25));
  background-color: #ffffff;
  padding: 20px;
}

.ex-head1{
  font-family: 'Poppins-Regular';
  font-size: 22px;
  line-height: 32px;
}
.ex-head2{
  font-family: 'Poppins-Regular';
  font-size: 17px;
  line-height: 27px;
}
.ex-clr2{
color: #99083e;
}
.security-code{
  display: flex;
  gap: 5px;
  align-items: center;
}
.security-umber{
  height: 44px;
  transform: translateY(6px);
}
.refresh-icon{
  transform: translateY(6px);
}
.ex-tabs-ul{
  gap: 15px;
  justify-content: center;
}
.ex-tabs-ul li a.active, .ex-tabs-ul li a:hover{
  color: #ffffff;

  background-color: #99083e;
  border:1px solid transparent;
}
.ex-tabs-ul li a{
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px;
  border-radius: 2px;
  background-color: #fff;
  border:1px solid #ccc;
  padding: 7px 15px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.cmn-event-img img{
  max-width: 100%;
}
.ex-clr3{
  color: #ad1115;
}
.event-table .input-box{
  width: 80px !important;
  border:1px solid #c3c3c3;
  height: 35px;
  text-align: center;
}

.list-li li {
  background: url(../../images/list-li.png) no-repeat left 2px;
  margin-bottom: 9px;
  line-height: 24px;
  padding-left: 25px;
  vertical-align: middle;
}
.profile-grid{
  gap: 20px;
  margin-inline: 15px;
  display: grid;
  grid-template-columns: 245px 1fr 245px;
}
.profile-grid>div:nth-child(1){
  border: 1px solid #ffc444;
}
.profile-grid>div:nth-child(3){
  border: 1px solid #ffc444;
}


#calendar {

  /* margin: 40px auto; */
  padding: 0 10px;
}

/* upcoming events css */

.upcoming-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 15px;
}

.up-bg {
    opacity: 0.851;
    box-shadow: inset 0 0 50px rgba(0,0,1,0.05);
    background-color: #ffffff;
    padding: 25px;
}

/*.upcoming__content {
    background: white;
     display: inline-block; 
    box-shadow: 2px 3.464px 7.5px rgba(0,0,0,0.15);
    filter: drop-shadow(2px 3.464px 7.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    margin: 0px 20px;
    margin-top: -20px !important;
    padding: 10px;
}*/

    .upcoming__content h5 {
        font-size: 16px;
        text-transform: uppercase;
        color: #3c3738;
        font-family: 'Poppins-Medium';
    }

    .upcoming__content p {
        font-size: 12px;
        color: #4e4e4e;
        font-family: 'Roboto-Regular';
    }

        .upcoming__content p img {
            margin-right: 8px;
            transform: translateY(-2px);
        }

.upcoming__icon img {
    height: 275px;
    object-fit: cover;
    background-color: #ccc;
    display: block;
    object-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.upcoming__icon {
    background-color: #ccc;
}*/


.upcoming__content h5 a {
    color: #de423b;
}

.upcoming__content h5.mb-0 {
    margin-bottom: 10px !important;
}
.events_btn{
    text-align:center
}

.events_btn a {
    border: 1px solid #dcdcdc;
    padding: 2px 10px;
    display: inline-block;
    min-width: 95px;
    margin-left: 5px;
    color: #111;
    border-radius: 20px;
    font-size: 13px;
}

.events_btn1 a {
    border: 1px solid #d2d180;
    padding: 5px 11px;
    display: block;
    min-width: 95px;
    margin-left: 5px;
    color: #111;
    border-radius: 20px;
    font-size: 13px;
    background: #fffec1;
}

    .events_btn1 a:hover {
        border: 1px solid #C54E00;
        padding: 5px 11px;
        display: block;
        min-width: 95px;
        margin-left: 5px;
        color: #fff;
        border-radius: 20px;
        font-size: 13px;
        background: #C54E00;
    }

.event_text_set {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e1e3e6;
    padding-top: 12px;
}

    .event_text_set p {
        font-size: 14px;
        line-height: 16px;
        color: #202226;
        display: flex;
        align-items: center;
        display: flex;
        align-items: center;
        /* font-family: 'Graphik-Light'; */
        margin-bottom: 10px;
    }

        .event_text_set p span {
            margin-right: 12px;
        }

.event_btn {
    /* font-family: 'Poppins-Medium';
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #fe1618;
  padding: 5px 20px !important; */
    font-family: 'Muli-SemiBold';
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #fe1618;
    padding: 8px 20px !important;
    border: none;
}

    .event_btn.ss {
        background-color: #0db327;
    }

.event_btncloased {
    /* font-family: 'Poppins-Medium';
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #fe1618;
  padding: 5px 20px !important; */
    font-family: 'Muli-SemiBold';
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #f98889;
    padding: 8px 20px !important;
    border: none;
}

event_btncloased.ss {
    background-color: #0db327;
}

.ex-event-location img, .ex-event-date img {
    position: absolute;
    left: 0px;
    top: 4px;
}

.ex-event-location, .ex-event-date {
    padding-left: 20px;
    position: relative;
    min-height: 20px;
    margin-bottom: 5px;
    font-size: 13px;
}

.committee_other_img_set {
    background-color: #fff;
    border-radius: 70px;
    overflow: hidden;
    padding: 0px;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 3px 0px #6461614f;
}
.dashed_line {
    border-bottom: 1px dotted #888784;
}

.sub_com_set {
    background-color: #faf2f2;
}
.committtee_content_set {
    font-size: 16px;
    color: #000;
    font-family: 'Muli-SemiBold';
    margin-bottom: 5px;
}
.committee_leftside.sub_com_set.dashed_line h6 {
    margin-bottom: 15px;
}
.number_link h5 {
    color: #ee4b4e;
    font-size: 16px;
    font-family: 'Graphik-Regular';
}
.committee_chir_img_set.m-3.m-sm-auto {
    width: 157px;
    margin: 0 !important;
    margin-right: 0px;
    margin-right: 50px !important;
    border-radius: 140px;
    overflow: hidden;
}
.main-top-sec.profile_set {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
}
    .main-top-sec.profile_set .main-left-blk {
        filter: drop-shadow(0 0 7.5px rgba(0,0,0,0.1));
        padding-bottom: 50px;
        background: #fff;
        margin-right: 12px;
    }
    .main-top-sec.profile_set .main-rgt-blk {
        overflow: hidden;
        background: white;
        position: relative;
        flex-grow: 1;
        width: 65%;
    }
.spon-buttonsliss li {
    border-top: 1px solid #fd2a3024;
    padding: 10px;
    text-align: left;
}
.grid-gap {
    padding: 15px;
}
#FormMenuItems fieldset input {
    top: -13px;
}
.my-1.cheque-image fieldset input.input-box {
    top: -18px;
}
.cmn-inner-form fieldset input {
    top: -18px;
}
.gal-grid, .video-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.gallery__icon, .v-icon {
    width: 100%;
    height: 190px;
    object-fit: cover;
     height: 100%;
}

.gallery-owl i {
    font-size: 35px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.text {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-item::before {
    position: absolute;
    height: 50px;
    background-image: url(.
      /images/youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}

.video-item {
    width: 100%;
    height: 100%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .gal-grid, .video-gallery {
        grid-template-columns: repeat(2,1fr) !important;
    }
}
.sec-title3 {
    font-size: 21px;
    line-height: 29px;
    color: #0D0F13;
    font-family: "Muli-SemiBold";
}

h4.sec-title2 {
    font-size: 20px;
    font-family: 'Muli-SemiBold';
    margin-bottom: 0px;
}