@font-face {
  font-family: "montserrat-bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "montserrat-semibold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "montserrat-medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "montserrat-regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}

.mont-bold {
  font-family: "montserrat-bold" !important;
}

.mont-semibold {
  font-family: "montserrat-semibold" !important;
}

.mont-medium {
  font-family: "montserrat-medium" !important;
}

.mont-regular {
  font-family: "montserrat-regular" !important;
}

body {
  font-family: "montserrat-regular" !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 60px !important;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  min-height: 60px !important;
}

.ast-primary-header-bar {
  border: none !important;
}

.banner-section,
.philosophy-section {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.philosophy-section h5,
.philosophy-section h2 {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.philosophy-section,
.involvement-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.button-extra-large {
  background-color: #6f448b;
  color: #fff;
  padding: 14px 28px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "montserrat-bold" !important;
  letter-spacing: 1px;
  border-radius: 20px;
}

.button-extra-large:hover {
  background-color: 682a91;
  transition: 0.5s;
  color: #fff;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .width-250 {
    text-align: left;
  }

  .elementor-column-50 {
    width: 50%;
  }

  .elementor-column-60 {
    width: 60%;
  }

  .elementor-column-40 {
    width: 40%;
  }

  .elementor-column-75 {
    width: 75%;
  }

  .elementor-column-25 {
    width: 25%;
  }

  .map-containers {
    width: calc(50% - 40px);
    margin: 20px;
  }

  .social-connect-section .social-connect-button-wrapper {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .hide-in-smaller-devices {
    display: none;
  }

  .width-250 {
    text-align: center;
  }

  .elementor-column-50 {
    width: 100%;
  }

  .elementor-column-75,
  .elementor-column-25,
  .elementor-column-40,
  .elementor-column-60 {
    width: 100%;
  }

  .map-containers {
    width: calc(50% - 40px);
    margin: 20px;
  }

  .social-connect-section .social-connect-button-wrapper {
    width: calc(100% / 3);
  }
}

.heart-icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  background: #fff;
  border-radius: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bigger-heading {
  font-size: 50px;
  font-family: "montserrat-bold" !important;
}

.elementor-column-33 a {
  text-align: center;
  background: #da251c;
  padding: 10px;
  font-size: 18px;
  font-family: "montserrat-bold" !important;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 600px) {
  .involvement-button-groups {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .elementor-column-33 {
    width: calc(100% / 3);
    overflow: hidden;
  }

  .ast-container .elementor-column-33:first-child {
    border-right: 1px solid #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .ast-container .elementor-column-33:last-child {
    border-left: 1px solid #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

.elementor-column-33 a {
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 599px) {
  .involvement-button-groups {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .elementor-column-33 {
    width: 100%;
    overflow: hidden;
  }

  .ast-container .elementor-column-33:first-child {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .ast-container .elementor-column-33:last-child {
    border-top: 1px solid #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .map-containers {
    width: calc(100% - 40px);
    margin: 20px;
  }

  .social-connect-section .social-connect-button-wrapper {
    width: 100%;
  }
}

.elementor-column-33 a:hover {
  background-color: #a90d05;
  transition: 0.5s;
}

.about-banner-section,
.donation-banner-section {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px 0;
  color: #fff;
}

.about-banner-section .banner-heading {
  color: #fff;
  font-size: 50px;
  font-family: "montserrat-bold";
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 60px;
}

.about-banner-section .banner-description {
  color: #fff;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.triangle-shape {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #191919;
  margin: 0 auto;
}

.content-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.mission-vision-section {
  background: url("../images/mission-vission-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center left;
  padding-top: 50px;
  padding-bottom: 50px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.text-white {
  color: #fff !important;
}

.mission-vision-section .subheading-design {
  background: #6f448b;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 10px 0;
  font-size: 12px;
  letter-spacing: 1px;
}

.mission-vision-section .heading-design {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "montserrat-bold";
}

.founder-speech-section {
  background: url("../images/about-founder-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.address-details {
  font-size: 12px;
  margin-top: 10px;
}

.social-connect-section .social-connect-button-wrapper {
  padding: 10px;
}

.social-connect-section .social-connect-button {
  display: inline-block;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
}

.social-connect-section .social-connect-button:hover {
  padding-left: 30px;
  transition: 0.5s;
}

.social-connect-section .social-connect-button .social-icon {
  height: 40px;
}

.social-connect-section .social-connect-button span {
  font-size: 18px;
  color: #000;
  margin-left: 8px;
  font-family: "montserrat-medium";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.donation-banner-section .banner-main-heading {
  color: #fff;
  font-size: 70px;
  margin: 20px 0;
}

.donation-banner-section .banner-sub-heading {
  color: #fff;
  font-size: 20px;
  line-height: inherit;
  letter-spacing: 0.5px;
  margin: 20px 0;
}

.donation-banner-section .banner-sub-title {
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  margin-top: 40px;
  letter-spacing: 1px;
  text-decoration: underline;
}

.donation-banner-section {
  padding-top: 60px;
  padding-bottom: 180px;
}

.pull-up-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
}

.pull-up-section {
  background: linear-gradient(to bottom, #f3f3f3, #fff);
  padding: 40px;
  border-radius: 10px;
  text-align: center;
}

.pull-up-section p {
  margin: 0;
}

.account-details {
  display: block;
  margin: 10px 0;
}

.account-details .text-small {
  font-size: 10px;
  font-family: "montserrat-medium";
}

.text-bigger {
  letter-spacing: 1px;
  font-size: 20px;
  font-family: "montserrat-semibold";
  margin-top: -5px;
}

.width-250 {
  width: 250px;
}

.width-50 {
  width: 50px;
}

.or-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.or-lines {
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}

.or-text {
  position: absolute;
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  font-size: 12px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-banner {
  background: url(../images/events-banner.svg) #eee no-repeat;
  background-size: cover;
  background-position: center center;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  height: 400px;
  font-size: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  font-family: "montserrat-bold";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 50px;
}

.post-tiles {
  background: transparent !important;
}

.post-tiles .post-image {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  height: 250px;
  position: relative;
}

.upcoming-event-pill {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  text-transform: capitalize;
  font-family: "montserrat-regular";
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 10px;
  border-radius: 4px;
}

.post-tiles .post-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.post-tiles .post-heading {
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 22px;
  font-family: "montserrat-semibold";
  font-size: 16px;
}

.type-post {
  margin-left: -20px !important;
  margin-right: -20px !important;
  width: calc(100% + 40px);
  padding: 0 !important;
}

.type-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-thumbnail-image-wrapper {
  position: relative;
}

.post-thumbnail-image-wrapper-mask {
  background: linear-gradient(to top, black, transparent);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.post-header-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.post-header-title .entry-header {
  margin: 0;
}

.post-header-title .entry-header .entry-title {
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: initial;
  margin-bottom: 10px;
}

.post-header-title .entry-header .entry-meta,
.post-header-title .entry-header .entry-meta span {
  color: #fff !important;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.act-as-pills {
  font-size: 12px;
  background: #ddd;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "montserrat-semibold";
  color: #777;
  display: flex;
  align-items: center;
}

.event-icons {
  height: 20px !important;
  width: 20px !important;
  opacity: 0.6;
  margin-right: 6px;
}

.site-below-footer-wrap {
  border-top: none !important;
}

.ast-footer-copyright {
  color: var(--ast-global-color-4);
  font-size: 14px;
  letter-spacing: 0.25px;
}

.events-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.events-section-heading::before,
.events-section-heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  display: inline-block;
}

.events-section-heading-text {
  text-wrap: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
