/*innerpage*/

section.innerhead-bg {
  padding: 40px 0;
  background: #efefef;
  text-align: center;
}

ol.breadcrumb {
  font-size: 14px;
}

.innerpage-bg {
  background-image: url(../img/inner-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/*president-msg*/

.president-msg p {
  text-align: justify;
}

/*fellowship*/

.fellowship-box {
  background: #ffffff;
  box-shadow: 0px 2px 15px -5px rgb(0 0 0 / 18%);
  margin: 0 20px 40px 0;
  padding: 2em;
  border-radius: 18px;
}

.fellowship-box h3 {
  font-size: 18px;
  margin: 0 0 20px;
  color: #ff9800;
}

.fellowships li {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
}

.fellowships li i {
  color: #ff9800;
  margin: 2px 10px 0 0;
}

/*newsletter*/

.newsletter ul {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}

.newsletter ul li a div:nth-child(1) {
  margin: auto;
}

.newsletter li {
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.newsletter li a img {
  width: 100%;
}

.newsletter li a {
  /* padding: 30px 30px; */
  /* display: flex; */
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
  color: #505050;
  transition: ease 0.3s;
}

.newsletter .gif {
  display: block;
  margin: auto;
  width: 60px !important;
}

.news-sec {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
}

.news-sec.active{
  background: #f3f3f3;
}

.newsletter li a button {
  border: 0px;
  background-color: #02844c;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 6px;
  border-radius: 5px;
  margin-top: 10px;
}

.newsletter li a button i {
  color: #ffff;
  font-size: 14px;
  margin-right: 1px;
}

.newsletter li:last-child a {
  border: none;
}

.newsletter li i {
  margin: 3px 10px 0 0;
  font-size: 17px;
  color: #ff9800;
}

/*Events*/

.event-box {
  padding: 2em;
  box-shadow: 0px 2px 15px -5px rgb(0 0 0 / 18%);
  border-radius: 20px;
  margin: 0 0 2em;
}

.event-box h3 {
  color: #ff9800;
}

.event-thumb {
  border-radius: 8px;
  overflow: hidden;
}

.event-box i {
  color: #ff9800;
  margin: 0 8px 0 0;
}

.event-box p {
  margin: 0 0 10px;
}

.event-links li {
  display: inline-block;
}

.event-links li a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  line-height: 18px;
  background-color: #ff9800;
}

.event-links li:nth-child(1) a {
  background: #2196f3;
}

.event-links li:nth-child(2) a {
  background: #6eb120;
}

/*contact*/

.contact {
  padding: 3em 2em;
  box-shadow: 0px 2px 15px -5px rgb(0 0 0 / 18%);
  border-radius: 20px;
  margin: 0 0 2em;
}

.contact a {
  color: var(--bs-breadcrumb-item-active-color);
}

.contact h4 {
  font-size: 18px;
}

/*executive-board*/

.executive-board-section {
  margin: 0 0 30px;
}

.d-profile {
  /* box-shadow: 0px 2px 15px -5px rgb(0 0 0 / 18%); */
  /* padding: 2em; */
  padding: 10px;
  margin: auto 20px;
  border-radius: 20px;
}

.executive-board h3 {
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px;
  color: #ff9800;
  border-bottom: 1px solid #ff9800;
  position: relative;
}

.executive-board h3::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 5px;
  background-color: #ff9800;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
}

.executive-board h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #ff9800 rgb(0 0 0 / 0%) rgb(255 0 0 / 0%) rgb(0 0 0 / 0%);
}

.executive-board .profile-box {
  width: 160px;
  height: 160px;
}

.executive-board h4 {
  font-size: 16px;
}

/* webinar-start */

.webinar-series-section .pop-images {
  margin: auto;
  width: 50%;
}

.webinar-series-section .pop-images img {
  width: 100%;
}

.webinar-series-section .pop-images iframe {
  width: 100%;
  margin-top: 10px;
}

.webinar-series-section .webinar-links a {
  background: #091642;
  padding: 10px 20px;
  margin: 5px 5px;
  color: white;
  border-radius: 5px;
  display: inline-block;
}

.webinar-series-section .webinar-links a.flyer {
  background: #ff5722;
}

.webinar-series-section .webinar-links a.yt {
  background: #ff1e25;
}

.webinar-series-section .webinar-links a.fb {
  background: #355597;
}

.webinar-series-section .webinar-links a.zoom1 {
  border: 2px solid #1f6dcc;
  background: transparent;
}

/* gallery-start */

.imageGallery1 .row div {
  height: 160px;
  overflow: hidden;
  padding: 20px 20px;
}

.imageGallery1 .row div img {
  transform: scale(1.1);
}

/* gallery-End */

/* join us*/

.join-us-inner p {
  font-size: 18px;
  text-align: center;
}

.membership {
  padding: 3em 2em;
  box-shadow: 0px 2px 15px -5px rgb(0 0 0 / 18%);
  border-radius: 20px;
  margin: 0 0 2em;
}

.membership p {
  font-size: 14px;
}

.membership-steps {
  padding: 1em 1em;
  box-shadow: 0px 1px 0px 2px #ff9800;
  border-radius: 10px;
  margin: 0 0 2rem;
}

.membership-steps p {
  text-align: left;
  margin-bottom: 0.5rem;
}

.membership-steps ol {
  text-align: left;
  list-style: decimal;
  margin: 0 0 0 1em;
}

.membership-bank-details {
  margin: 0 0 2rem;
  padding: 1em 1em;
  box-shadow: 0px 1px 0px 2px #ff9800;
  border-radius: 10px;
  text-align: left;
}

.membership-bank-details p {
  text-align: left;
}

.membership-cta {
  padding: 1em 1em;
  background-color: #ff9800;
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
  border-radius: 10px;
}

.fellowships-btn a {
  margin: 0 1em;
  padding: 1em 1em;
  box-shadow: 0px 1px 0px 2px #ff9800;
  color: #000;
  font-weight: bolder;
  font-size: 18px;
  border-radius: 10px;
  transition: 0.3s;
}

.fellowships-btn a:hover {
  background: #ff9800;
  color: #fff;
  transition: ease-in-out 0.2s;
}

/*form-section*/

.membership-fee {
  text-align: center;
  font-size: 24px;
  color: #f24f0b;
  margin: 0 0 20px;
}

.form-section {
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 3em 3em;
  background: #ffffff;
  box-shadow: 0px 4px 42px -14px rgb(205 210 216);
  border-radius: 30px;
  text-align: left;
  position: relative;
}

.form-section1 {
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 3em 3em;
  background: #ffffff;
  box-shadow: 0px 4px 42px -14px rgb(205 210 216);
  border-radius: 30px;
  text-align: left;
  position: relative;
}

.form-section h2 {
  color: #4caf50;
  font-size: 28px;
}

.form-section h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 15px;
  color: #ff9800;
  border-bottom: 1px solid #ff9800;
  padding: 0 0 5px;
  position: relative;
  z-index: 1;
}

.form-section h3::before {
  content: "";
  width: 33%;
  height: 4px;
  left: 0;
  bottom: -2px;
  position: absolute;
  z-index: -1;
  background-color: #ff9800;
}

.form-section h3.text-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.form-section input[type="text"],
.form-section input[type="number"],
.form-section input[type="email"],
.form-section textarea,
.form-section select {
  border-radius: 8px;
  padding: 8px;
}

.form-section ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #afb1b5;
}

.form-section ::placeholder {
  color: #afb1b5;
}

.form-section1 input[type="text"],
.form-section1 input[type="number"],
.form-section1 input[type="email"],
.form-section1 textarea,
.form-section1 select {
  border-radius: 8px;
  padding: 10px;
}

.form-section.viewpage .form-control,
.form-section.viewpage .form-select {
  background: #f5f5f5;
  border: none;
  outline: none;
}

.form-section .info li {
  margin: 0;
  padding-bottom: 10px;
  line-height: 23px;
  display: flex;
}

.form-section .info li i {
  display: inline-block;
  margin-right: 5px;
}

.form-section li {
  margin: 0 0 1.5rem;
}

.profile-bar a {
  background: #f1f8ff;
  padding: 5px 15px;
  border-radius: 33px;
  font-size: 14px;
}

.form-section label {
  margin: 0 0 5px 0;
  font-size: 15px;
}

.showPass {
  border: none;
  outline: none;
}

.form-group {
  margin: 0 0 20px;
}

.upload-label input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
}

label.error {
  clear: both;
  color: #f00;
}

.alert-msg {
  text-align: center;
  padding: 10px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
}

.alert-msg.bg-success1 {
  background: #0ca912;
}

.alert-msg.bg-danger1 {
  background: #f00;
}

.form-section .report-problem {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #f00;
}

a.report-problem1 {
  font-size: 12px;
  color: #f00;
  font-weight: bold;
}

.secimg {
  border: 1px solid #ced4da;
  border-radius: 8px;
}

/*my-profile*/

.my-home-links a {
  display: inline-block;
  background: #fff3e1;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 14px;
  color: #ff9800;
}

.my-home-links a i {
  margin: 0 5px 0 0;
}

.my-profile {
  text-align: center;
}

.profile-box.signup {
  box-shadow: 0px 2px 0px 5px #9e9e9e;
}

.profile-box.incomplete {
  box-shadow: 0px 2px 0px 5px #ffeb3b;
}

.profile-box.pending {
  box-shadow: 0px 2px 0px 5px #2196f3;
}

.profile-box.active {
  box-shadow: 0px 2px 0px 5px #ff9800;
}

.login-menu li {
  margin: 0;
  padding: 0;
}

.login-menu a {
  padding: 1em;
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin: 0;
  color: #505050;
  font-size: 18px;
  transition: 0.3s ease all;
}

.login-menu a i {
  margin: 0 12px 0 0;
  color: #ff9800;
  transition: 0.3s ease all;
}

.login-menu a:hover {
  color: #fff;
  background-color: #ff9800;
}

.login-menu a:hover i {
  color: #fff;
}

.fellowship-section ul {
  margin-left: 2rem;
}

.fellowship-section ul li,
.fellowship-section ol li {
  line-height: 25px;
  padding-bottom: 11px;
  list-style: url(../img/star.png);
}

.fellowship-section h3 {
  color: #ff5722;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid rgb(42 41 41 / 23%);
  padding-bottom: 10px;
}

.breadcrumb-item a {
  color: var(--bs-breadcrumb-item-active-color);
}

/*notification*/

.notification {
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.notify-box-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.notify-box {
  width: 460px;
  max-width: 90%;
  margin: auto;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  font-size: 16px;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.membership-directory {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  padding: 10px;
  margin: 15px;
  border-radius: 10px;
  outline: 3px solid #fff;
  outline-offset: -5px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    120deg,
    #e5e5e5 30%,
    #f0f0f0 38%,
    #f0f0f0 40%,
    #e5e5e5 48%
  );
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: load89234 2s infinite;
}

@keyframes load89234 {
  100% {
    background-position: -100% 0;
  }
}

.membership-directory::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -50%;
  left: -20%;
  border-radius: 50%;
  border: 30px solid rgba(255, 255, 255, 0.233);
  transition: all 0.8s ease;
  filter: blur(3.5rem);
}

.membership-directory:hover::before {
  width: 200px;
  height: 200px;
  top: -40%;
  left: 70%;
  filter: blur(0rem);
}

.membership-directory img {
  width: 100px;
  border-radius: 50%;
  margin: 7px;
}

.gallery-thumbnail {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  margin: 25px auto;
  gap: 20px;
}

.gallery-thumbnail :is(img, video) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  border-radius: 0.5rem;
}
.activities__content {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.row-gap-4 {
  row-gap: 1rem;
}
