:root {
  --white: white;
  --dark-slate-blue: #323b76;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-section {
  background-image: url('../images/cover-pic-new.1.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  height: 600px;
  margin-bottom: 0;
}

.menu-close-blk {
  display: none;
}

.nav-container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.sub-head {
  color: #133996;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.hero-head {
  color: #133996;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.hero-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-btn-container {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.hero-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #133996;
  border-radius: 5px;
  width: 160px;
  margin-top: 20px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: box-shadow .4s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.hero-button:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, .2);
}

.brand-link {
  margin-top: -20px;
  padding-top: 0;
}

.image {
  flex: 0 auto;
  margin-top: 10px;
  position: static;
}

.hero-col1 {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link {
  color: #fff;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link.w--current {
  border-bottom: 3px solid var(--white);
  color: var(--white);
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.signup {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-transform: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: -8px;
  margin-right: 0;
  padding: 9px 25px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-link.hide-nav {
  display: block;
}

.container {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.bg-dash-container {
  margin-right: -30px;
  padding-right: 0;
}

.nav-menu {
  float: right;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-col2 {
  padding-left: 20px;
  padding-right: 0;
}

.nav-bar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 52px;
}

.heading-block {
  text-align: center;
}

.cta-tab {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 260px;
  margin: 20px 20px 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.cta-tab.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.cta-tab._w-60 {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  width: 260px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.cta-tab._w-60.mt-0 {
  margin-top: 0;
}

.cta-tab.border {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.container-2 {
  width: 80%;
  max-width: 1400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.container-2.first-skew {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-2.bg-color {
  background-color: var(--dark-slate-blue);
}

.container-2.bg-color.p-50 {
  border-radius: 10px;
  padding: 50px;
}

.sec-head {
  color: #f45d74;
  text-align: center;
  font-size: 45px;
  line-height: 55px;
}

.sec-desc {
  color: #545454;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  font-size: 18px;
  line-height: 22px;
}

.card-detail {
  z-index: 10;
  background-color: #fff;
  margin-top: 18%;
  margin-left: -100px;
  padding: 55px;
  position: relative;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .25);
}

.sub-head-2 {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.desc {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.section {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section.sec-bg {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/WhatsApp-Image-2023-05-15-at-10.58.20-PM.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.bg-color {
  background-color: var(--dark-slate-blue);
}

.section.bg-color.mb-80 {
  margin-bottom: 80px;
}

.section.sub-section {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.sub-section.hide-section {
  display: none;
}

.section.bg-color-copy {
  background-color: var(--dark-slate-blue);
}

.section.bg-color-copy.mb-80 {
  margin-bottom: 80px;
}

.section.pb-0 {
  padding-bottom: 0;
}

.section.pt-0 {
  padding-top: 0;
}

.section.hide-section {
  display: none;
}

.section.sec-bg-copy {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/header-background.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec-title {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.sec-title.white {
  color: var(--white);
}

.sec-sub {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  display: none;
}

.sec-sub.white {
  color: var(--white);
}

.sec-apra {
  text-align: center;
  font-size: 16px;
  display: none;
}

.sec-apra.white {
  color: var(--white);
}

.gal-container {
  margin-top: 0;
}

.gallery {
  background-color: var(--dark-slate-blue);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.gallery.white {
  background-color: var(--white);
  padding-bottom: 20px;
}

.gallery.latest {
  margin-top: 30px;
  display: none;
}

.img-holder {
  background-image: url('../images/team-pic-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  display: block;
}

.img-holder._3 {
  background-image: url('../images/f2381ee6-dcad-42df-ba0a-bd62b4f1dd27.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 500px;
}

.img-holder._4 {
  background-image: url('../images/team-pic-2.png');
  background-position: 50% 0;
}

.img-holder._6 {
  background-image: url('../images/Im-Pics.jpeg');
  height: 290px;
}

.img-holder._3-copy {
  background-image: url('../images/mission.jpg');
}

.img-holder._4-copy._4 {
  background-image: url('../images/cat.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.img-holder._3-copy {
  background-image: url('../images/Cat_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 290px;
}

.img-holder._4-copy {
  background-image: url('../images/cat.jpg');
  background-position: 50% 0;
  height: 290px;
}

.img-holder._3-copy-copy {
  background-image: url('../images/1.jpeg');
  background-position: 0 0;
  background-size: cover;
  height: 290px;
}

.img-holder-2 {
  background-image: url('../images/WhatsApp-Image-2022-03-01-at-9.44.21-AM.jpeg');
  background-position: 50% 30%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
}

.img-holder-2._5 {
  background-image: url('../images/Gallery-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
}

.img-holder-2._5.latest {
  background-image: url('../images/WhatsApp-Image-2022-03-01-at-9.44.21-AM.jpeg');
  background-position: 40% 40%;
}

.mt-40 {
  margin-top: 20px;
  display: block;
}

.about-sec {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-sec.sub-30 {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.about-sec._1st {
  padding-bottom: 0;
}

.about-sec._2second {
  margin-top: 0;
  padding-top: 0;
}

.about-sec.sub-30-copy {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.about-block {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 30px 20px;
}

.about-block.sub-h {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-block.sub-h.vol {
  height: auto;
}

.about-block.sub-h.mylapore {
  padding-top: 40px;
}

.about-block.sub-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-block.sub-block.vol1 {
  height: auto;
}

.about-block.sub-h-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.about-block.sub-h-copy-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.a-icon {
  color: var(--white);
  height: 100px;
}

.a-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.a-title.imoact {
  font-size: 16px;
}

.a-title.imoact._12-12 {
  font-size: 14px;
  line-height: 25px;
}

.number-block {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.no-block {
  color: var(--white);
  text-align: center;
}

.no-block.left-line {
  border-right: 2px solid var(--white);
}

.no-block.lr-line {
  border-right: 2px solid var(--white);
  border-left: 2px solid #fff;
  height: 96px;
}

.no-block.lr-line.last {
  border-right-style: none;
}

.heading-2 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 45px;
  font-weight: 700;
}

.content-container {
  margin-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-40.contant-hide {
  display: none;
}

.sec-para {
  margin-top: 20px;
  font-size: 16px;
}

.sec-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-container {
  text-align: center;
}

.footer-container {
  background-color: var(--dark-slate-blue);
  margin-top: 0;
}

.fotter-wrapper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-title {
  color: #dfeafd;
  margin-top: 0;
}

.footer-para {
  color: #dfeafd;
  font-size: 18px;
  line-height: 24px;
}

.footer-social-block {
  text-align: center;
}

.social-icon {
  text-align: center;
  justify-content: space-around;
  align-items: flex-end;
  width: 220px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-links-blk {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .4);
  flex-direction: row;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer-link {
  color: #fff;
  margin-bottom: 3px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.footer-link.hide-nav {
  width: auto;
  display: inline-block;
}

.footer-copyright {
  color: var(--white);
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.gal-container-2 {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-2 {
  width: 100%;
}

.tex-block {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.partner {
  padding-top: 0;
  padding-bottom: 0;
}

.sub-text {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
  font-size: 14px;
}

.contact-bg {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(50, 59, 118, .8), rgba(50, 59, 118, .8)), url('../images/WhatsApp-Image-2022-03-01-at-2.51.22-PM.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  padding: 20px;
}

.div-top {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-top.purple {
  color: var(--dark-slate-blue);
}

.div-bottom {
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-middle {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.so-icons {
  margin-left: 15px;
  margin-right: 15px;
}

.middle-content {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.column {
  justify-content: center;
  display: block;
}

.heading-3 {
  margin-top: 40px;
}

.form-container {
  color: var(--dark-slate-blue);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
}

.form-cta {
  background-color: var(--dark-slate-blue);
  border-radius: 10px;
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
}

.textarea {
  border-radius: 10px;
  height: 80px;
}

.form-wrapper {
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.block-33 {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin: 1.6%;
  display: block;
}

.block-33.mb-0 {
  margin-bottom: 0%;
  display: none;
}

.bg-container {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Im-Pics.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 40px;
}

.contant-div {
  color: #fff;
  text-align: center;
  background-color: rgba(50, 59, 118, .8);
  border-radius: 10px;
  height: 300px;
  padding: 49px 120px;
}

.content-para {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.heading-4 {
  margin-top: 0;
  font-size: 38px;
}

.icon-container {
  padding-top: 20px;
  padding-bottom: 0;
}

.icon-htitle {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 31px;
  display: block;
}

.icon-block {
  padding: 30px 30px 0;
  text-decoration: overline;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.date-block {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-weight: 600;
}

.store-para {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 22px;
}

.stories-content {
  padding-left: 40px;
}

.stories-wrapper {
  margin-top: 50px;
  margin-bottom: 30px;
}

.store-title {
  color: var(--dark-slate-blue);
  margin-top: 0;
}

.title {
  color: var(--dark-slate-blue);
}

.title.mb-40 {
  font-size: 26px;
  line-height: 34px;
}

.para {
  color: var(--dark-slate-blue);
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.mb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.tex-block-purple {
  color: var(--dark-slate-blue);
}

.project-block {
  padding-top: 0;
  padding-bottom: 50px;
}

.project-block.hide-section {
  display: none;
}

.image-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.ml-30 {
  padding-left: 30px;
}

.div-bg {
  background-image: url('../images/vetri-pet-food-bank-logo-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 680px;
}

.acc-p {
  border: 1px solid var(--dark-slate-blue);
  background-color: #f4f6f8;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-bar {
  border-top: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
  white-space: break-spaces;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.accordion-bar.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.toggle-text {
  z-index: 2;
  color: #fff;
  position: relative;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  padding-top: 23px;
  padding-bottom: 23px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-icon.hide-icon {
  display: none;
}

.acc-body {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.acc-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.acc-body.hide-content {
  display: none;
}

.faq-body-cont {
  border-top: 1px none var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  margin-bottom: 24px;
}

.acc-wrapper {
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-title {
  color: var(--white);
  margin-bottom: 30px;
}

.div-para {
  color: var(--white);
}

.contact-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tabs-menu {
  text-align: center;
}

.name-block {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.name-text {
  margin-top: 0;
}

._w-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  font-weight: 400;
}

.cta-tab-copy {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 260px;
  margin: 20px 20px 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.cta-tab-copy.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.cta-tab-copy._w-60 {
  text-align: center;
  width: 260px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.cta-tab-copy._w-60.mt-0 {
  margin-top: 0;
}

.cta-tab-copy.border {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.cta {
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 10px;
  width: 260px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.cta._w-100 {
  width: 100px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  font-size: 16px;
}

.paragraph-9 {
  margin-top: 20px;
  font-size: 21px;
  line-height: 30px;
}

.donate-block {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  padding: 80px 20px;
}

.donate-block.donate {
  border-radius: 8px;
  display: block;
}

.link-block {
  text-decoration: underline;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  position: relative;
}

.link-block-2 {
  cursor: pointer;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  font-size: 18px;
  font-weight: 700;
}

.text-block-2 {
  width: 98.6876%;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4, .text-block-5, .text-block-6 {
  font-weight: 700;
}

.img-holder-copy {
  background-image: url('../images/mission.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  display: block;
}

.img-holder-copy._6 {
  background-image: url('../images/116430130_149536776805361_5257792986308792585_n.jpg');
}

.heading-5 {
  margin-top: 0;
  font-weight: 600;
}

.heading-5.donate {
  display: block;
}

.donate-content {
  background-color: var(--white);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px 10px;
}

.heading-6 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.donate-card, .donate-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.paragraph-10 {
  color: #333;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.img-holder-copy-copy {
  background-image: url('../images/image1.jpeg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  display: block;
}

.img-holder-copy-copy._7 {
  background-image: url('../images/10.jpeg');
  background-position: 50%;
}

.img-holder-copy {
  background-image: url('../images/team-pic-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}

.img-holder-copy._3 {
  background-image: url('../images/team-pic-1.png');
  background-position: 50% 0;
  background-size: cover;
}

.img-holder-copy._4 {
  background-image: url('../images/team-pic-2.png');
  background-position: 50% 0;
}

.img-holder-copy._6 {
  background-image: url('../images/Im-Pics.jpeg');
  background-position: 100%;
  height: 290px;
}

.img-holder-copy._3-copy {
  background-image: url('../images/mission.jpg');
}

.img-holder-copy._3-copy {
  background-image: url('../images/jackie-chan-europe---redesign_1.png');
  background-position: 50% 0;
  background-size: cover;
}

.img-holder-copy._4-copy {
  background-image: url('../images/117598967_156615942764111_4563401178857215583_o.jpg');
  background-position: 50%;
}

.img-holder-copy._3-copy-copy {
  background-image: url('../images/mission.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.img-holder-copy-copy {
  background-image: url('../images/10.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
  display: block;
}

.img-holder-copy-copy._3 {
  background-image: url('../images/team-pic-1.png');
  background-position: 50% 0;
  background-size: cover;
}

.img-holder-copy-copy._4 {
  background-image: url('../images/team-pic-2.png');
  background-position: 50% 0;
}

.img-holder-copy-copy._6 {
  background-image: url('../images/116430130_149536776805361_5257792986308792585_n.jpg');
}

.img-holder-copy-copy._3-copy {
  background-image: url('../images/jackie-chan-europe---redesign.png');
  background-position: 50%;
  background-size: cover;
}

.img-holder-copy-copy._4-copy {
  background-image: url('../images/117598967_156615942764111_4563401178857215583_o.jpg');
  background-position: 50%;
}

.img-holder-2-copy {
  background-image: url('../images/WhatsApp-Image-2022-03-01-at-9.44.21-AM.jpeg');
  background-position: 50% 30%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
}

.img-holder-2-copy._5 {
  background-image: url('../images/5e59b325-fbed-47ce-8d00-6cb1a722ae42.jpg');
}

.columns {
  display: flex;
}

.column-3 {
  border-left: 0px solid var(--white);
}

.html-embed, .section-2 {
  justify-content: center;
  display: flex;
}

.columns-2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.popup-wrapper-1 {
  z-index: 1001;
  background-color: rgba(50, 59, 118, .9);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper-1.popup-wrapper {
  background-color: rgba(50, 59, 118, .9);
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.columns-3 {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.image-7, .image-8 {
  display: none;
}

.image-5-copy, .image-5-copy-copy {
  position: relative;
}

.div-block-copy-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.image-9 {
  margin-left: 30px;
}

.icon-block-copy {
  padding: 30px 30px 0;
  text-decoration: overline;
}

.bloack-34 {
  height: 310px;
  padding-bottom: 0;
}

.about-sec-copy {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: none;
}

.about-sec-copy.last {
  display: none;
}

.section-copy {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.section-copy {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-copy.sec-bg {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/header-background.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-copy.bg-color {
  background-color: var(--dark-slate-blue);
}

.section-copy.bg-color.mb-80 {
  margin-bottom: 80px;
}

.section-copy.sub-section {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-copy.sub-section.hide-section {
  display: none;
}

.section-copy.bg-color-copy {
  background-color: var(--dark-slate-blue);
}

.section-copy.bg-color-copy.mb-80 {
  margin-bottom: 80px;
}

.section-copy.pb-0 {
  padding-bottom: 0;
}

.section-copy.pt-0 {
  padding-top: 0;
}

.section-copy.hide-section {
  display: none;
}

.section-copy.sec-bg-copy {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/header-background.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2-copy {
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.container-2-copy.first-skew {
  padding-bottom: 0;
  display: none;
}

.container-2-copy.bg-color {
  background-color: var(--dark-slate-blue);
}

.container-2-copy.bg-color.p-50 {
  border-radius: 10px;
  padding: 50px;
}

.columns-4 {
  margin-top: 60px;
}

.title-2 {
  color: #323b76;
}

.title-2.mb-40 {
  font-size: 26px;
  line-height: 34px;
  display: none;
}

.para-2 {
  color: #323b76;
  text-align: justify;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.image-10 {
  display: none;
}

.div-bg-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/1.jpeg');
  background-position: 0 0, 60% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  height: 680px;
}

.heading-7 {
  color: var(--white);
  font-size: 32px;
}

.paragraph-11 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.heading-8 {
  color: var(--white);
  margin-top: 10px;
  font-size: 32px;
}

.paragraph-12 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.column-4 {
  padding-top: 0;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-5 {
  width: 100%;
  padding: 15px 0;
}

.heading-9 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
}

.paragraph-13 {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.content-para-copy {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.paragraph-13-copy {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.about-block-copy.sub-h-copy-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
}

.about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h-copy-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.gallery-copy {
  background-color: var(--dark-slate-blue);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 40px 20px;
  display: flex;
}

.gallery-copy.white {
  background-color: var(--white);
  padding-bottom: 20px;
}

.gallery-copy.latest {
  margin-top: 30px;
  display: none;
}

.gallery-copy.white-copy {
  background-color: var(--white);
  padding-bottom: 20px;
  display: none;
}

.about-block-copy.sub-h {
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 30px 20px;
}

.about-block-copy.sub-h {
  height: 450px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy-copy {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  height: 330px;
  padding: 30px 20px;
}

.about-block-copy-copy.sub-h {
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy-copy.sub-h-copy, .about-block-copy-copy.sub-h-copy-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy-copy {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 30px 20px;
}

.about-block-copy-copy.sub-h {
  height: 450px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy-copy.sub-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-block-copy-copy.sub-h-copy, .about-block-copy-copy.sub-h-copy-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-sec-copy {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-sec-copy.sub-30, .about-sec-copy.sub-30-copy {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.block-33-copy {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin: 1.6%;
  display: block;
}

.block-33-copy.mb-0 {
  margin-bottom: 0%;
}

.about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy.sub-h-copy.vol {
  height: auto;
}

.about-block-copy {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  height: 330px;
  padding: 30px 20px;
}

.about-block-copy.sub-h {
  height: 450px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy.sub-h.vol {
  height: auto;
}

.about-block-copy.sub-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-block-copy.sub-block.vol1 {
  height: auto;
}

.about-block-copy.sub-h-copy {
  height: 450px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-block-copy.sub-h-copy-copy {
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.name-block-copy {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: none;
}

.mt-40-copy {
  margin-top: 20px;
  display: none;
}

.gal-container-2-copy {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-5 {
  margin-top: 20px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 99.9998%;
}

.about-sec-copy-copy {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.about-sec-copy-copy.sub-30 {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.top-tag {
  background-color: var(--dark-slate-blue);
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link {
  color: var(--white);
}

.text-inner {
  background-color: #142a4b;
  align-items: center;
  width: auto;
  height: 50px;
  font-size: 12px;
  display: flex;
}

.h1 {
  color: #dea653;
  white-space: nowrap;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 12px;
}

.text-span-2 {
  color: #fff;
}

.paragraph-14 {
  color: var(--white);
  text-align: center;
  font-size: 24px;
}

.div-block-9 {
  margin-top: 20px;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
}

.image-12 {
  background-color: var(--dark-slate-blue);
  padding: 10px;
  display: block;
}

.div-block-10, .div-block-11 {
  background-color: var(--dark-slate-blue);
}

.text-span-3 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    float: right;
    margin-top: 15px;
    padding: 40px 10px 10px;
    transition: border-radius .2s;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 40px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-close-blk {
    padding-top: 35px;
    padding-right: 35px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-container {
    margin-top: -70px;
  }

  .sub-head {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }

  .hero-head {
    text-align: center;
    padding-top: 30px;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-content {
    padding-top: 40px;
    padding-bottom: 180px;
  }

  .hero-btn-container {
    text-align: center;
  }

  .brand-link {
    margin-top: 8px;
  }

  .hero-col1 {
    padding-right: 0;
  }

  .nav-link {
    color: #000;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .nav-link.w--current {
    border-bottom-color: var(--dark-slate-blue);
    color: var(--dark-slate-blue);
  }

  .nav-link.signup {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    width: 90%;
  }

  .bg-dash-container {
    text-align: center;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 1001;
    text-align: center;
    background-color: rgba(255, 255, 255, .95);
    padding-top: 20%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-col2 {
    padding-left: 0;
  }

  .nav-bar {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-tab._w-60.mt-0 {
    margin-bottom: 30px;
  }

  .container-2 {
    width: 90%;
  }

  .container-2.first-skew {
    padding-bottom: 0;
  }

  .sec-head {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .sec-desc {
    padding-bottom: 60px;
  }

  .card-detail {
    margin-left: -80px;
    padding: 45px;
  }

  .sub-head-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .section {
    padding-top: 80px;
  }

  .gal-container {
    flex-direction: column;
    display: flex;
  }

  .img-holder._6 {
    background-position: 100%;
  }

  .about-block.sub-h, .about-block.sub-h-copy, .about-block.sub-h-copy-copy {
    height: 430px;
  }

  .footer-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .gal-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contant-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-block {
    padding: 20px 20px 0;
  }

  .store-para {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .mb-40 {
    display: block;
  }

  .acc-wrapper {
    width: 80%;
  }

  .cta-tab-copy._w-60.mt-0 {
    margin-bottom: 30px;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .columns-3 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-block-copy {
    padding: 20px 20px 0;
  }

  .section-copy {
    padding-top: 80px;
  }

  .container-2-copy {
    width: 90%;
  }

  .container-2-copy.first-skew {
    padding-bottom: 0;
  }

  .about-block-copy.sub-h, .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h, .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h, .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h, .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy-copy.sub-h, .about-block-copy-copy.sub-h-copy, .about-block-copy-copy.sub-h-copy-copy, .about-block-copy-copy.sub-h, .about-block-copy-copy.sub-h-copy, .about-block-copy-copy.sub-h-copy-copy, .about-block-copy.sub-h, .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h-copy, .about-block-copy.sub-h, .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h, .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy {
    height: 430px;
  }

  .gal-container-2-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .top-tag {
    height: 80px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .menu-close-blk {
    padding-top: 32px;
    padding-right: 32px;
  }

  .nav-container {
    margin-top: -60px;
  }

  .sub-head {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .hero-head {
    text-align: center;
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
  }

  .hero-content {
    padding-bottom: 120px;
  }

  .hero-btn-container {
    text-align: center;
    padding-bottom: 10px;
  }

  .hero-button {
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand-link {
    padding-left: 0;
  }

  .nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  .nav-bar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-2.first-skew {
    padding-bottom: 0;
  }

  .sec-head {
    font-size: 34px;
    line-height: 40px;
  }

  .sec-desc {
    padding-bottom: 50px;
    font-size: 16px;
  }

  .card-detail {
    margin-top: -50px;
    margin-left: 0;
    padding: 35px;
  }

  .sub-head-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .section, .section.mob-t-0 {
    padding-top: 0;
  }

  .gallery {
    margin-bottom: 20px;
  }

  .gallery.white {
    margin-bottom: 0;
  }

  .img-holder-2._5.latest {
    background-position: 50% 30%;
  }

  .mt-40 {
    margin-top: 0;
  }

  .about-sec {
    display: block;
  }

  .about-sec.sub-30, .about-sec.sub-30-copy {
    margin-bottom: 0;
  }

  .about-block {
    margin-bottom: 20px;
  }

  .about-block.sub-h {
    height: auto;
  }

  .about-block.sub-block {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .about-block.sub-h-copy, .about-block.sub-h-copy-copy {
    height: auto;
  }

  .no-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .no-block.lr-line {
    border-left-width: 0;
    border-right-width: 0;
  }

  .pl-40 {
    padding-top: 40px;
    padding-left: 0;
  }

  .pl-40.contant-hide {
    display: block;
  }

  .pl-40.cont-mob-hide {
    display: none;
  }

  .sec-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-container {
    margin-top: 40px;
  }

  .footer-container {
    margin-top: 0;
  }

  .footer-title, .footer-para {
    text-align: center;
  }

  .social-icon {
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
  }

  .footer-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .gal-container-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block-33 {
    width: 100%;
  }

  .bg-container {
    text-align: center;
    padding-left: 40px;
  }

  .icon-htitle {
    margin-bottom: 30px;
  }

  .icon-block {
    flex: 1;
  }

  .stories-content {
    margin-top: 40px;
    padding-left: 0;
  }

  .para {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .mb-40 {
    margin-bottom: 20px;
    display: block;
  }

  .ml-30 {
    margin-top: 30px;
    padding-left: 0;
  }

  .contact-wrapper {
    margin-top: 30px;
  }

  .name-block, .donate-content {
    margin-bottom: 20px;
  }

  .icon-block-copy {
    display: none;
  }

  .section-copy {
    padding-top: 80px;
  }

  .section-copy.mob-t-0 {
    padding-top: 0;
  }

  .container-2-copy.first-skew {
    padding-bottom: 0;
  }

  .para-2 {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy {
    height: auto;
  }

  .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h-copy-copy {
    height: auto;
  }

  .gallery-copy {
    margin-bottom: 20px;
  }

  .gallery-copy.white, .gallery-copy.white-copy {
    margin-bottom: 0;
  }

  .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy {
    height: auto;
  }

  .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy {
    height: auto;
  }

  .about-block-copy-copy.sub-h-copy, .about-block-copy-copy.sub-h-copy-copy {
    height: auto;
  }

  .about-block-copy-copy {
    margin-bottom: 20px;
  }

  .about-block-copy-copy.sub-h {
    height: auto;
  }

  .about-block-copy-copy.sub-block {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .about-block-copy-copy.sub-h-copy, .about-block-copy-copy.sub-h-copy-copy {
    height: auto;
  }

  .about-sec-copy {
    display: block;
  }

  .about-sec-copy.sub-30, .about-sec-copy.sub-30-copy {
    margin-bottom: 0;
  }

  .block-33-copy {
    width: 100%;
  }

  .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy, .about-block-copy.sub-h-copy {
    height: auto;
  }

  .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy {
    height: auto;
  }

  .about-block-copy {
    margin-bottom: 20px;
  }

  .about-block-copy.sub-h {
    height: auto;
  }

  .about-block-copy.sub-block {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .about-block-copy.sub-h-copy, .about-block-copy.sub-h-copy-copy {
    height: auto;
  }

  .name-block-copy {
    margin-bottom: 20px;
  }

  .mt-40-copy {
    margin-top: 0;
  }

  .gal-container-2-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-sec-copy-copy {
    display: block;
  }

  .about-sec-copy-copy.sub-30 {
    margin-bottom: 0;
  }

  .top-tag {
    height: 80px;
  }

  .text-block-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-top: 40px;
    padding-top: 10px;
  }

  .hero-section {
    margin-bottom: 0;
  }

  .menu-close-blk {
    padding-top: 25px;
    padding-right: 25px;
  }

  .nav-container {
    margin-top: auto;
  }

  .sub-head {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-head {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .hero-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link {
    margin-bottom: 15px;
  }

  .nav-link.signup {
    margin-top: 0;
  }

  .container {
    width: 95%;
  }

  .bg-dash-container {
    padding-top: 30px;
  }

  .nav-bar {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .heading {
    margin-top: 0;
  }

  .container-2.bg-color.p-50 {
    padding: 15px;
  }

  .sec-desc {
    padding-bottom: 40px;
  }

  .card-detail {
    padding: 25px;
  }

  .sub-head-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .desc {
    text-align: center;
  }

  .section {
    padding-top: 0;
  }

  .section.sec-bg {
    margin-top: 0;
  }

  .section.sub-section {
    padding-top: 40px;
  }

  .section.sec-bg-copy {
    margin-top: 0;
  }

  .number-block {
    flex-flow: column wrap;
    display: flex;
  }

  .no-block {
    padding-top: 20px;
  }

  .heading-2._3 {
    margin-top: 60px;
  }

  .heading-2._4 {
    margin-top: 0;
  }

  .form-container {
    width: 90%;
  }

  .block-33 {
    width: 100%;
  }

  .bg-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contant-div {
    height: auto;
  }

  .heading-4 {
    line-height: 45px;
  }

  .icon-htitle {
    text-align: center;
    font-size: 32px;
  }

  .icon-block {
    flex: 0 auto;
    display: block;
  }

  .div-block {
    flex-direction: column;
    height: auto;
    margin-top: 20px;
  }

  .title {
    font-size: 32px;
  }

  .div-bg {
    background-image: url('../images/vetri-pet-food-bank-logo-01.jpg');
    background-size: contain;
    height: 300px;
  }

  .contact-wrapper {
    margin-bottom: 20px;
  }

  ._w-60.mt-40 {
    width: 100%;
  }

  .image-5 {
    display: block;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .columns {
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
  }

  .popup-wrapper-1 {
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-6 {
    width: 90vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-copy {
    justify-content: center;
    display: flex;
  }

  .image-5-copy, .image-5-copy-copy {
    display: block;
  }

  .div-block-copy-copy {
    justify-content: center;
    display: flex;
  }

  .image-9 {
    margin-left: 0;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: none;
  }

  .icon-block-copy {
    flex: 0 auto;
    display: none;
  }

  .section-copy.sec-bg {
    margin-top: 0;
  }

  .section-copy.sub-section {
    padding-top: 40px;
  }

  .section-copy.sec-bg-copy {
    margin-top: 0;
  }

  .container-2-copy.bg-color.p-50 {
    padding: 15px;
  }

  .title-2 {
    font-size: 32px;
  }

  .block-33-copy {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .about-sec-copy-copy {
    padding-top: 0;
  }

  .top-tag {
    align-items: center;
    height: auto;
    padding-top: 10px;
  }

  .text-block-7 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .link {
    font-size: 16px;
  }

  .h1 {
    width: auto;
    font-size: 10px;
  }

  .text-block-8 {
    color: var(--white);
    font-weight: 700;
  }
}

#w-node-_1db852a9-855c-18c9-d5bb-095251c461d2-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_223b24ab-faa0-7b7c-5b36-77f0a51cb406-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6018ad4e-972b-ccc8-3e51-b09880b79e24-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6018ad4e-972b-ccc8-3e51-b09880b79e25-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0a82dfb4-b32a-57c9-0de1-9cf33eaa753f-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a82dfb4-b32a-57c9-0de1-9cf33eaa7540-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9196dc73-16f9-7ebb-2b79-5256fbe3f9bf-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9196dc73-16f9-7ebb-2b79-5256fbe3f9c0-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a09bbe1b-eee7-0e80-f55e-53b5a47df59f-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a09bbe1b-eee7-0e80-f55e-53b5a47df5a0-053ea6d6, #w-node-d8efe2b0-0003-3f03-2745-ee04ecd6761e-053ea6d6, #w-node-d8efe2b0-0003-3f03-2745-ee04ecd6761f-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-cc64691c-6d46-74ac-1941-98bb3436aae6-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc64691c-6d46-74ac-1941-98bb3436aae7-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4a96561f-57d6-b259-612d-cbe9a50573f2-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a96561f-57d6-b259-612d-cbe9a50573f3-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8b1863c9-f5c4-0024-bbb9-55210d3e4961-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b1863c9-f5c4-0024-bbb9-55210d3e4962-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8c50cead-3530-b854-1c3f-32f1acc81264-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c50cead-3530-b854-1c3f-32f1acc81265-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9fc10542-609e-d69c-f755-f7fb27af73e0-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fc10542-609e-d69c-f755-f7fb27af73e1-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-cf681624-2413-a3fe-5477-066cd8d5955b-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf681624-2413-a3fe-5477-066cd8d5955c-053ea6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8b7b6779-f31b-ffb5-702a-fa012d5858be-0e3ea6d7 {
  align-self: auto;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  background-color: #f9f9f9;
}

.image-box {
  flex: 0 1 calc(50% - 20px); /* 2 per row with gap */
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-box img {
  max-width: 100%;
  height: auto;
  display: block;
}




