:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  text-align: justify;
  background-color: #efe4b175;
}

.hero-heading {
  direction: ltr;
  color: #643c1c;
  text-transform: uppercase;
  overflow-wrap: normal;
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 60px;
  font-family: El Messiri, sans-serif;
  font-size: 6em;
  font-weight: 700;
  position: relative;
}

.hero-heading.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.hero {
  opacity: 1;
  background-image: url('../images/hero-translucent.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 500px;
  margin-top: -42px;
  font-weight: 700;
  display: flex;
}

.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.nav-menu {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand.ur {
  text-align: right;
  order: 1;
}

.navbar {
  background-color: #f8f3db;
  border-bottom: 3px solid #d68221;
  border-bottom-right-radius: 30%;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.navbar-ur {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30%;
}

.navlink {
  color: #603918;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.navlink.w--current {
  color: #603918;
  text-shadow: 3px 3px 3px #0003;
  font-weight: 700;
}

.navlink.us {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
}

.navlink.us.w--current {
  transform: scale(1.5);
}

.navlink.pk {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
}

.navlink.pk.w--current {
  transform: scale(1.5);
}

.navlink.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.intro {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.banner {
  text-align: center;
  vertical-align: middle;
  border: 6px solid #60391891;
  border-radius: 20px;
}

.banner.part {
  flex: 1;
  width: 200px;
}

.banner.olive {
  opacity: .81;
  mix-blend-mode: darken;
  border: 3px solid #559c1a3b;
  border-radius: 20px;
  flex: 1;
  width: 750px;
  box-shadow: -12px 12px 13px 1px #0003;
}

.banner.picture {
  float: right;
  border-radius: 50%;
  width: 200px;
}

.banner.picture.writer {
  margin-top: 20px;
  margin-left: 40px;
}

.banner.picture.writer.ur {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}

.back-title {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
}

.back-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.intro-div-1 {
  width: 40%;
  padding: 20px;
}

.intro-div-1.ur {
  order: 1;
}

.intro-div-2 {
  width: 60%;
  padding: 20px;
}

.intro-para {
  text-align: justify;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.intro-para.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.div-block-1 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  width: 50%;
  padding: 20px;
}

.div-block-2.ur {
  order: 1;
}

.back-subtitle-2 {
  color: #d68221;
  text-align: left;
  font-family: El Messiri, sans-serif;
  font-weight: 700;
}

.back-subtitle-2.ur {
  direction: rtl;
  text-align: right;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.phil-title {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
}

.phil-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.phil-para {
  text-align: justify;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.phil-para.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.back-para-1 {
  text-align: right;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.back-para-1.ur {
  direction: rtl;
  text-align: left;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.back-subtitle-1 {
  color: #d68221;
  text-align: right;
  font-family: El Messiri, sans-serif;
}

.back-subtitle-1.ur {
  direction: rtl;
  text-align: left;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.nam-title {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
  display: none;
}

.nam-para-1 {
  text-align: justify;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.nam-para-1.ur {
  direction: rtl;
  text-align: justify;
  align-self: flex-end;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.nam-para-2 {
  direction: rtl;
  text-align: center;
  align-self: center;
  font-family: Amiri Quran, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.intro-title {
  color: #643c1c;
  font-family: El Messiri, sans-serif;
}

.intro-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.nam-para-3 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Amiri, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nam-para-3.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  font-size: 13px;
  line-height: 2.25;
}

.image {
  vertical-align: baseline;
}

.core-title {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
}

.core-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.grid {
  grid-column-gap: 33px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
}

.div-block {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle, #fff 88%, #c3e1d3);
  background-clip: border-box;
  border-radius: 20px;
}

.heading {
  color: #914000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: El Messiri, sans-serif;
  font-size: 28px;
}

.heading.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.legal-subtitle {
  color: #d68221;
  text-align: center;
  font-family: El Messiri, sans-serif;
  font-size: 30px;
}

.legal-subtitle.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.phil {
  padding-top: 20px;
  padding-bottom: 20px;
}

.back {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.back-para-2 {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.back-para-2.ur {
  direction: rtl;
  text-align: right;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.nam, .core, .legal {
  padding-top: 20px;
  padding-bottom: 20px;
}

.legal-title {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
}

.legal-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.partner {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex: 0 auto;
}

.div-block-4 {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-4.ur {
  order: 1;
}

.nam-para-4 {
  padding-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.nam-para-4.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.alt-nam-title {
  color: #643c1c;
  font-family: El Messiri, sans-serif;
}

.alt-nam-title.ur {
  direction: rtl;
  align-self: flex-end;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.secp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.secp-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foot {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  margin-left: auto;
}

.foot-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.foot-brand.ur {
  order: 1;
}

.foot-content {
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.foot-content.ur {
  justify-content: center;
  align-items: flex-end;
}

.foot-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
}

.foot-copyright {
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.foot-copyright.ur {
  direction: rtl;
  letter-spacing: normal;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.link-block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  text-decoration: underline;
}

.paragraph {
  color: #000;
  letter-spacing: 1.5px;
  font-family: Exo, sans-serif;
}

.paragraph.ur {
  direction: rtl;
  letter-spacing: normal;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.introduction, .background, .values, .partners {
  background-color: #b4d7c2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  background-color: #fff;
}

.accreditation {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-1 {
  width: 50px;
  max-width: 50px;
}

.our-team {
  background-color: #b4d7c2;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.objective-title {
  color: #643c1c;
  text-transform: uppercase;
  border-left: 6px solid #000;
  border-right: 6px solid #000;
  border-radius: 20px;
  align-self: center;
  margin-top: 140px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: El Messiri, sans-serif;
}

.objective-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.objectives {
  padding-top: 20px;
  padding-bottom: 20px;
}

.objective {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.vision-title {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
}

.vision-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.vision-subdiv {
  padding: 20px;
}

.vision-subdiv.ur {
  order: 1;
}

.vision-para {
  text-align: center;
  letter-spacing: 1.5px;
  text-shadow: 3px 3px 3px #0003;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.vision-para.ur {
  direction: rtl;
  letter-spacing: normal;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.div-block-7 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vision-subtitle-1 {
  color: #d68221;
  text-align: left;
  font-family: El Messiri, sans-serif;
}

.vision-subtitle-1.ur {
  direction: rtl;
  text-align: right;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.vision-para-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.vision-para-1.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.vision-subtitle-2 {
  color: #d68221;
  font-family: El Messiri, sans-serif;
}

.vision-subtitle-2.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.list-item {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.list-item.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.list.ur, .list-2.ur {
  padding-left: 0;
  padding-right: 40px;
}

.team {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.profile {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.info {
  flex-flow: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.person {
  color: #643c1c;
  text-transform: uppercase;
  font-family: El Messiri, sans-serif;
}

.person.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.rank {
  color: #d68221;
  text-transform: uppercase;
  font-family: El Messiri, sans-serif;
}

.rank.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.description {
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.description.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.philosophy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.partner-title {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
}

.partner-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.name, .structure {
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-title {
  color: #643c1c;
  text-transform: uppercase;
  border-left: 6px solid #000;
  border-right: 6px solid #000;
  border-radius: 20px;
  align-self: center;
  margin-top: 140px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: El Messiri, sans-serif;
  display: block;
}

.team-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.div-block-8 {
  align-self: center;
}

.div-block-8.ur {
  order: 1;
}

.hr {
  padding-top: 20px;
  padding-bottom: 20px;
}

.initiatives {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.initiatives-title {
  color: #643c1c;
  text-transform: uppercase;
  border-left: 6px solid #000;
  border-right: 6px solid #000;
  border-radius: 20px;
  align-self: center;
  margin-top: 140px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: El Messiri, sans-serif;
}

.initiatives-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.text-block-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-2.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.tab-link-tab-1.w--current {
  background-color: #b4d7c2;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  display: none;
}

.tab-link-tab-2.w--current {
  background-color: #b4d7c2;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.text-block-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.julaybeeb-title {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
}

.julaybeeb-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.julaybeeb-para {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.julaybeeb-para.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.julaybeeb-subtitle {
  color: #643c1c;
  text-align: center;
  font-family: El Messiri, sans-serif;
}

.julaybeeb-subtitle.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.julaybeeb-workshop {
  color: #d68221;
  align-self: center;
  font-family: El Messiri, sans-serif;
}

.julaybeeb-workshop.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.workshop {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  display: block;
}

.contact {
  background-color: #b4d7c2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 11px;
}

.field-label.ur {
  direction: rtl;
  letter-spacing: normal;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.form-block {
  color: #000;
  background-color: #f8f3db;
  padding: 30px;
}

.contact-title {
  color: #643c1c;
  text-transform: uppercase;
  border-left: 6px solid #000;
  border-right: 6px solid #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: El Messiri, sans-serif;
  display: flex;
}

.contact-title.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.grid-2 {
  grid-template-rows: auto;
}

.submit-button {
  background-color: #6057c3;
  border-radius: 5px;
  align-self: center;
  margin-top: 15px;
}

.submit-button.ur {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.form {
  flex-flow: column;
  display: flex;
}

.flex-block {
  justify-content: center;
  align-items: center;
}

.div-block-9 {
  order: 1;
}

.textarea {
  direction: rtl;
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

.text-span {
  direction: ltr;
}

.text-span-2 {
  direction: ltr;
  letter-spacing: 2px;
}

.paragraph-2 {
  font-family: Noto Nastaliq Urdu, sans-serif;
  line-height: 2.25;
}

@media screen and (min-width: 1440px) {
  .navbar {
    background-color: #f8f3db;
    border-bottom: 3px solid #d68221;
    position: sticky;
    inset: 0% 0% auto;
  }

  .values {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    padding-top: 60px;
  }

  .objectives {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading {
    font-size: 5em;
  }

  .nav-container {
    margin-left: 20px;
    margin-right: 0;
  }

  .nav-container.nav-container-ur {
    margin-left: 0;
    margin-right: 20px;
  }

  .nav-menu {
    text-align: center;
    background-color: #f8f3db;
    flex-flow: column;
    align-self: center;
  }

  .navlink.us {
    margin-bottom: 10px;
  }

  .menu-button {
    color: #333;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .banner.olive {
    width: 750px;
  }

  .banner.picture.writer {
    margin-left: 20px;
  }

  .banner.picture.writer.ur {
    margin-right: 20px;
  }

  .intro-para {
    width: auto;
  }

  .phil-title {
    text-align: center;
  }

  .nam-title {
    display: block;
  }

  .nam-title.ur {
    direction: rtl;
    font-family: Noto Nastaliq Urdu, sans-serif;
    line-height: 2.25;
  }

  .nam-para-2 {
    align-self: center;
    font-size: 18px;
  }

  .intro-title {
    font-size: 36px;
  }

  .nam-para-3.ur {
    font-size: 11px;
  }

  .heading {
    font-size: 22px;
  }

  .legal-subtitle {
    font-size: 24px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .div-block-4 {
    order: 1;
  }

  .nam-para-4.ur {
    padding-top: 10px;
  }

  .alt-nam-title {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 13px;
  }

  .container {
    max-width: 728px;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .list, .list-2 {
    padding-left: 20px;
  }

  .person {
    font-size: 30px;
  }

  .person.sub {
    font-size: 28px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 3em;
  }

  .intro {
    flex-flow: column;
  }

  .banner.part {
    width: 300px;
  }

  .banner.olive {
    width: 500px;
  }

  .back-title {
    text-align: center;
  }

  .intro-div-1 {
    width: 100%;
  }

  .intro-div-1.ur {
    order: -1;
  }

  .intro-div-2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-para {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-2.ur {
    order: -1;
  }

  .back-subtitle-2, .back-subtitle-2.ur, .phil-title {
    text-align: center;
  }

  .phil-para {
    padding-left: 15px;
    padding-right: 15px;
  }

  .back-para-1, .back-para-1.ur, .back-subtitle-1, .back-subtitle-1.ur {
    text-align: center;
  }

  .nam-para-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nam-para-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .intro-title {
    text-align: center;
  }

  .nam-para-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nam-para-3.ur {
    font-size: 13px;
  }

  .div-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading {
    font-size: 18px;
  }

  .legal-subtitle.ur {
    font-size: 22px;
  }

  .back-para-2, .back-para-2.ur {
    text-align: center;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nam-para-4 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foot {
    padding-left: 15px;
    padding-right: 15px;
  }

  .foot-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .foot-content {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .foot-divider {
    margin-top: 60px;
  }

  .paragraph {
    text-align: center;
    letter-spacing: 0;
  }

  .our-team {
    padding: 60px 15px;
  }

  .vision-subdiv.ur {
    order: -1;
  }

  .div-block-7, .profile {
    flex-flow: column;
  }

  .picture, .info {
    text-align: center;
  }

  .person {
    font-size: 30px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tab-pane-tab-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    order: -1;
  }

  .success-message, .error-message {
    direction: rtl;
    font-family: Noto Nastaliq Urdu, sans-serif;
    line-height: 2.25;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    text-align: center;
    font-size: 3em;
  }

  .banner.part {
    width: 200px;
  }

  .banner.olive {
    width: 250px;
  }

  .banner.picture.writer {
    float: none;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner.picture.writer.ur {
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .back-title {
    font-size: 30px;
  }

  .div-block-1 {
    flex-flow: column;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-2.ur {
    order: -1;
  }

  .back-subtitle-2 {
    text-align: center;
  }

  .phil-title {
    font-size: 30px;
  }

  .back-para-1, .back-subtitle-1 {
    text-align: center;
  }

  .nam-para-2 {
    font-size: 14px;
  }

  .intro-title {
    font-size: 34px;
  }

  .nam-para-3 {
    font-size: 12px;
  }

  .heading {
    font-size: 18px;
  }

  .legal-subtitle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-subtitle.ur {
    font-size: 20px;
  }

  .image-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .foot-content {
    justify-content: center;
    align-items: center;
  }

  .foot-copyright {
    letter-spacing: 0;
    font-size: 13px;
  }

  .paragraph {
    text-align: center;
  }

  .container {
    max-width: none;
  }

  .objective-title {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .list.ur, .list-2.ur {
    padding-right: 10px;
  }

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

  .initiatives-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .julaybeeb-workshop {
    text-align: center;
  }

  .contact-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-f9000f68-8093-7c1c-7a80-7e0a15803a57-6ae3e9b5, #w-node-ac206c39-803e-0ab2-6826-d898d67ec8b5-6ae3e9b5 {
  grid-area: Area;
}

#w-node-_1c6f9ed5-077d-ce23-e1ea-271c2f32783b-6ae3e9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c6f9ed5-077d-ce23-e1ea-271c2f32783c-6ae3e9b5 {
  grid-area: Area;
}

#w-node-_0852aaec-6476-d355-cea0-84b4d87cdaa3-6ae3e9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0852aaec-6476-d355-cea0-84b4d87cdaa4-6ae3e9b5 {
  grid-area: Area;
}

#w-node-_202b4496-df5b-559b-3313-0e0820802040-6ae3e9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_202b4496-df5b-559b-3313-0e0820802041-6ae3e9b5 {
  grid-area: Area;
}

#w-node-c2675d85-1fcd-6139-7c52-bcac2cc3c5ff-6ae3e9b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2675d85-1fcd-6139-7c52-bcac2cc3c600-6ae3e9b5 {
  grid-area: Area;
}

#w-node-befb2977-957c-5ecc-8120-688e5f087199-6ae3e9b5, #w-node-fe6786ed-b46e-665c-7dfd-a0f22b8fdb52-6ae3e9b5, #w-node-_832405d4-9953-4215-93b0-b09bbde0a458-6ae3e9b5, #w-node-_9b620328-81a6-5949-83af-7783d30275bb-6ae3e9b5, #w-node-_12512dc0-2df4-951f-8672-19ed989b5eb5-6ae3e9b5, #w-node-_1b0ffbfa-fe2b-3396-309c-aeba2d204297-6ae3e9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9000f68-8093-7c1c-7a80-7e0a15803a57-650e3fc6, #w-node-ac206c39-803e-0ab2-6826-d898d67ec8b5-650e3fc6 {
  grid-area: Area;
}

#w-node-_1c6f9ed5-077d-ce23-e1ea-271c2f32783b-650e3fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c6f9ed5-077d-ce23-e1ea-271c2f32783c-650e3fc6 {
  grid-area: Area;
}

#w-node-_0852aaec-6476-d355-cea0-84b4d87cdaa3-650e3fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0852aaec-6476-d355-cea0-84b4d87cdaa4-650e3fc6 {
  grid-area: Area;
}

#w-node-_202b4496-df5b-559b-3313-0e0820802040-650e3fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_202b4496-df5b-559b-3313-0e0820802041-650e3fc6 {
  grid-area: Area;
}

#w-node-c2675d85-1fcd-6139-7c52-bcac2cc3c5ff-650e3fc6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2675d85-1fcd-6139-7c52-bcac2cc3c600-650e3fc6 {
  grid-area: Area;
}

#w-node-befb2977-957c-5ecc-8120-688e5f087199-650e3fc6, #w-node-fe6786ed-b46e-665c-7dfd-a0f22b8fdb52-650e3fc6, #w-node-_832405d4-9953-4215-93b0-b09bbde0a458-650e3fc6, #w-node-_9b620328-81a6-5949-83af-7783d30275bb-650e3fc6, #w-node-_12512dc0-2df4-951f-8672-19ed989b5eb5-650e3fc6, #w-node-_1b0ffbfa-fe2b-3396-309c-aeba2d204297-650e3fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd92b2e6-2ec8-414d-f71f-25f5c58fa12f-650e3fc6 {
  order: 9999;
}

@media screen and (min-width: 1440px) {
  #w-node-fe6786ed-b46e-665c-7dfd-a0f22b8fdb52-6ae3e9b5, #w-node-_832405d4-9953-4215-93b0-b09bbde0a458-6ae3e9b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f9000f68-8093-7c1c-7a80-7e0a15803a57-6ae3e9b5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1c6f9ed5-077d-ce23-e1ea-271c2f32783b-6ae3e9b5, #w-node-_0852aaec-6476-d355-cea0-84b4d87cdaa3-6ae3e9b5, #w-node-_202b4496-df5b-559b-3313-0e0820802040-6ae3e9b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f9000f68-8093-7c1c-7a80-7e0a15803a57-650e3fc6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1c6f9ed5-077d-ce23-e1ea-271c2f32783b-650e3fc6, #w-node-_0852aaec-6476-d355-cea0-84b4d87cdaa3-650e3fc6, #w-node-_202b4496-df5b-559b-3313-0e0820802040-650e3fc6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-befb2977-957c-5ecc-8120-688e5f087199-650e3fc6 {
    order: 2;
  }

  #w-node-fe6786ed-b46e-665c-7dfd-a0f22b8fdb52-650e3fc6 {
    order: 1;
  }

  #w-node-_832405d4-9953-4215-93b0-b09bbde0a458-650e3fc6 {
    order: 4;
  }

  #w-node-_9b620328-81a6-5949-83af-7783d30275bb-650e3fc6 {
    order: 3;
  }

  #w-node-_12512dc0-2df4-951f-8672-19ed989b5eb5-650e3fc6 {
    order: 6;
  }

  #w-node-_1b0ffbfa-fe2b-3396-309c-aeba2d204297-650e3fc6 {
    order: 5;
  }

  #w-node-bd92b2e6-2ec8-414d-f71f-25f5c58fa12f-650e3fc6 {
    order: -9999;
  }
}


