@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("responsive.css");

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
}
.donate-sidebar {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  border-radius: 50px;
  background: linear-gradient(272deg, #073849 -16.12%, #4cd4dc 86.67%);
  color: #fff;
  transform: translate(-0%, -50%);
  position: fixed;
  right: 0;
  z-index: 1000;
  top: 50%;
  box-shadow: 5.382px 6.458px 10.656px 0px rgba(0, 0, 0, 0.31);
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  text-decoration:none;
}
.donate-sidebar:hover{
  text-decoration:none;
  color:#fff;
}
.donate-sidebar.anim:before{
  content: '';
  position: absolute;
  height: 190px;
  width: 20px;
  background: linear-gradient(2.83deg, #4CD4DC -16.12%, #4CD4DC 97.67%);
  bottom: -100%;
  right: 0em;
  transform: rotate(30deg);
  transition: 1.2s;
  right: 1em;
}
.donate-sidebar.anim:hover:before{
  bottom: 100%;
  transition: 1.2s;
}
.donate-sidebar.active {
  width: 280px;
  border-radius: 30px 0px 0px 30px;
}
.donate-sidebar * {
  transition: 0.3s;
}
.ds-content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transform: translateX(-37px);
}
.ds-content a {
  height: 38px;
  width: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #2887a8;
  font-weight: 600;
  border-radius: 50px;
}
.ds-content a:hover {
  letter-spacing: 1.3px;
}
.ds-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.ds-content p {
  font-size: 14px;
  font-weight: 400;
}
.donate-sidebar.active .ds-content {
  opacity: 1;
  visibility: visible;
  display: block;
}
.ds-btn {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -90deg;
  gap: 22px;
  height: 59px;
  position: relative;
}

.donate-sidebar.active .ds-btn {
  transform: translateY(-20px);
  transition: 0.3s;
}
.donate-sidebar.active .ds-btn span {
  opacity: 0;
}
.donate-sidebar.active .ds-btn i {
  rotate: 180deg;
}
.ds-btn i {
  font-size: 18px;
}
body {
  overflow-x: hidden;
}
body.sidebarActive {
  overflow-y: hidden;
}

.slider--timeline .event-body img {
  height: 397px;
}
.wrapper {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.holder {
  height: 100vh;
  width: 15%;
  overflow: hidden;
}

.spacer {
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
  overflow: hidden;
  position: relative;
}

.spacer img {
  width: 100%;
  object-position: top;
  object-fit: cover;
  height: 100%;
  image-rendering: pixelated;
  position: relative;
  transform: translateY(100%);
}
.image-overlay {
  width: 100%;
  height: 100%;
  background-color: #105066;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform: translateY(100%);
  overflow: hidden;
}

.wrapper-screen2 {
  background-color: #000;
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  position: relative;
}
.ws-grid {
  overflow: hidden;
  position: relative;
}
.topGrid .animater {
  transform: translateY(0%);
  transform-origin: bottom;
}
.secondGrid .animater {
  transform: translateY(0%);
  transform-origin: center center;
}
.bottomGrid .animater {
  transform: translateY(0%);
  transform-origin: bottom;
}
.animater {
  overflow: hidden;
  transition: 0.3s;
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.ws-image {
  padding: 1rem 2.5rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.topGrid .ws-grid-overlay {
  transform-origin: center bottom;
  transform: scale(1);
}

.secondGrid .ws-grid-overlay {
  transform-origin: center center;
  transform: scale(1);
}

.bottomGrid .ws-grid-overlay {
  transform-origin: bottom bottom;
  transform: scale(1);
}
.ws-grid-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c232bc7;
  z-index: 1;
}

.ws-grid h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

/* navbar */

nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  z-index: 250;
  transition: top 0.3s;
}

.navigation--wrapper.active {
  margin-top: 10px;
  transition: 0.3s;

  background: linear-gradient(
    334deg,
    rgba(13, 71, 91, 0.85) 1.93%,
    rgba(12, 70, 89, 0.32) 92.77%
  );
  backdrop-filter: blur(14px);
  box-shadow: 1px 1px 22px 1px #0000005c;
}
.navigation--wrapper {
  height: 100px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-radius: 64.5px;
  transition: 0.3s;
}
.navigation--wrapper.inner-navigation {
  background: none;
  border: 2px solid #fff;
}

.nw-logo img {
  height: 80px;
}
.nw-links {
  border: 2px solid #fff;
  border-radius: 69px;
  height: 61px;
  display: flex;
  align-items: center;
  width: 60%;
}
.nw-links ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
.nw-links ul li {
  list-style-type: none;
  position: relative;
}
.nw-links ul li.nw-list {
  list-style-type: none;
  padding: 0.7rem 3rem;
}
.nw-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.nw-links ul li a span{
  width: 100%;
  transition: .3s;
}
.nw-links ul li a span.navfrt{
  transform: translateY(50%);
}
.nw-links ul li a span.navbck{
  transform: translateY(100%);
}
.nw-links ul li a:hover span.navfrt {
  transform: translateY(-100%);
}
.nw-links ul li a:hover span.navbck {
  transform: translateY(-50%);
}

.collapse--opener {
  padding-left: 1rem;
  padding-right: 1rem;
}

main {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
main.history-bg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 490px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.history-inner-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: rgb(26, 103, 129);
  background: linear-gradient(
    0deg,
    rgba(26, 103, 129, 1) 12%,
    rgba(7, 56, 73, 1) 83%
  );
}
main.inner-bg {
  height: 512px;
}
main.inner-donate-bg {
  height: auto;
  padding: 8rem 3rem;
  background-attachment: fixed;
}
main.inner-donate-bg::after {
  height: 850px;
}
main::before {
  content: "";
  top: 0;
  height: 180px;
  left: 0;
  width: 100%;
  z-index: 5;
  position: absolute;
  background: rgb(17, 81, 103);
  background: linear-gradient(#115167, #d9d9d900);
  mix-blend-mode: multiply;
}

main::after {
  content: "";
  bottom: 0;
  height: 270px;
  left: 0;
  width: 100%;
  z-index: 5;
  position: absolute;
  background: rgb(17, 81, 103);
  background: linear-gradient(0deg, #115167, #d9d9d900);
  mix-blend-mode: multiply;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  width: 100%;
}

.grid--box {
  height: 33.333vh;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
}
.gb-overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: all 0.3s ease-in;
  background: #115167;
  mix-blend-mode: multiply;
  z-index: -1;
}
.grid--box:hover .gb-overlay {
  opacity: 1;
}
.grid--box:hover .gb-text {
  opacity: 1;
}
.gbt-wrapper {
  position: absolute;
  bottom: 0.4em;
  left: 0;
  padding: 1.6rem;
  cursor: pointer;
}
.gb-text {
  opacity: 0;
  position: relative;
  z-index: 10;
  height: 100%;
  cursor: pointer;
}
.gb-text h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 29.4px;
  cursor: pointer;
}
.gb-text p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
  line-height: 15.58px;
  cursor: pointer;
}

.donation--setup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 60;
}

.donate--btn {
  height: 60px;
  width: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #fff;
  position: relative;
  box-shadow: 5.381901264190674px 6.45828104019165px 10.656164169311523px 0px
    #0000004f;
  background: rgb(70, 197, 206);
  background: linear-gradient(
    180deg,
    rgba(70, 197, 206, 1) 27%,
    rgba(21, 87, 102, 1) 91%
  );
  overflow: hidden;
}
.donate--btn span {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.donate--btn span i {
  color: #fff;
  padding-right: 15px;
  font-size: 20px;
}
.donate--btn:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(70, 197, 206);
  background: linear-gradient(
    180deg,
    rgba(70, 197, 206, 1) 27%,
    rgba(21, 87, 102, 1) 91%
  );
  opacity: 1;
  transition: opacity 0.1s linear;
}
.donate--btn:after {
  content: "";
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(6, 50, 66);
  background: linear-gradient(
    180deg,
    rgba(6, 50, 66, 1) 0%,
    rgba(2, 30, 39, 1) 90%
  );
  opacity: 0;
  transition: opacity 0.1s linear;
}
.donate--btn:hover {
  letter-spacing: 2px;
  color: #fff;
}
.donate--btn:hover:before {
  opacity: 0;
}
.donate--btn:hover:after {
  opacity: 1;
}

.scroll-bottom {
  cursor: pointer;
  margin-top: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donation-section {
  padding: 7rem 2rem;
  background-color: #30848a;
}
.dc-wrapper h1 {
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.dc-wrapper p {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 20.7px;
}
.dc-wrapper p.sky-text {
  color: #4cd4dc;
  margin-top: 1rem;
}
.btn--impact {
  height: 42px;
  width: 165px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 2rem;
  transition: 0.3s;
  line-height: 27px;
}
.btn--impact:hover,
.btn--impact:focus {
  background-color: #fff;
  color: #333;
  letter-spacing: 1.3px;
}
.donation-illu-img {
  width: 100%;
}
.align-center {
  text-align: center;
}
.donation--wrapper {
  background-color: #fff;
  padding: 1rem;
  border-radius: 15px;
}
.strip-top {
  height: 8px;
  border-radius: 15px;
  background-color: #30848a;
}
.donation-body {
  margin: 2.5rem;
}
.donation-radio {
  border: 2px solid #30848a;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 15px;
}
.dr-info {
  padding-left: 2rem;
}
.dr-info h1 {
  display: flex;
  font-size: 23px;
  text-transform: uppercase;
  color: #30848a;
  font-weight: 600;
  margin-bottom: 5px;
}
.dr-info i {
  padding-right: 15px;
  font-size: 20px;
}
.dr-info p {
  color: #30848a;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 14.3px;
}

.donation--btns {
  width: 85%;
  margin: auto;
}
.db-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  text-transform: uppercase;
  margin-top: 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 34.5px;
  background: linear-gradient(0deg, #30848a, #40bdc5);
  color: #fff;
  transition: 0.3s;
}
.db-btn span {
  margin-left: 10px;
  transition: 0.2s;
}
.db-btn:hover {
  color: #fff;
}
.db-btn:hover span {
  color: #fff;
  letter-spacing: 1.5px;
}

.main-link-btn {
  height: 55px;
  width: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 18px;
  font-size: 30px;
  color: #fff;
  transition: 0.3s;
}
.main-link-btn:hover {
  background-color: #fff;
  color: #333;
}

.main-link-btn.outline-blue {
  color: #30848a;
  border-color: #30848a;
}
.main-link-btn.outline-blue:hover {
  background-color: #3fbac1;
  border-color: #3fbac1;
  color: #fff;
}

.progress-card {
  background-color: #f2f2f2;
  border-radius: 30px;
  position: relative;
  padding: 2.5rem;
}
.progress-card h3 {
  text-align: center;
  margin-top: 1.5rem;
  color: #115167;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
.pc-card {
  position: relative;
}
.svg-item {
  height: 220px;
  width: 220px;
  margin: auto;
  position: relative;
  background-color: #073849;
  border-radius: 10em;
  overflow:hidden;
}
.width80 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #115167;
}
.pc-text {
  height: 170px;
  width: 170px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 600;
  color: #115167;
  margin-bottom: 0px;
  background-color: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.progress-straight {
  background-color: #f2f2f2;
  border-radius: 30px;
  position: relative;
  padding: 1rem;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 2.5rem;
}
.progressBar {
  width: 65%;
}
.progressText {
  width: 35%;
  text-align: center;
}
.width10 {
  width: 10% !important;
}
.width20 {
  width: 20% !important;
}
.width30 {
  width: 30% !important;
}
.width40 {
  width: 40% !important;
}
.width50 {
  width: 50% !important;
}
.width60 {
  width: 60% !important;
}
.width70 {
  width: 70% !important;
}
.width80 {
  width: 80% !important;
}
.width90 {
  width: 90% !important;
}
.width100 {
  width: 100% !important;
}
.pbBar {
  height: 34px;
  width: 100%;
  margin-top: 8px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: 600;
}
.bgblue {
  background-color: #115167;
}
.bglightblue {
  background-color: #4cd4dc;
}
.ptCounter span {
  color: #115167;
  font-weight: 700;
  font-size: 28px;
  line-height: 20px;
}
.ptCounter {
  color: #115167;
  font-weight: 700;
}
.ptText {
  overflow: hidden;
  font-size: 14px;
  color: #115167;
  font-weight: 600;
  line-height: 15px;
}

.bordering {
  height: 2.4em;
  background-color: #115167;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.text--counter {
  padding: 0.5rem;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 41.16px;
  margin-top: 2rem;
}
.elem {
  overflow: hidden;
}
.web-hdng {
  color: #115167;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
}
.web-hdng-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.web-hdng.hdng-white {
  color: #fff;
}
.demographics-sec {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.about-namal {
  background-color: #0c232b;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.web-text {
  color: #d9d9d9;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}
.about-web-text {
  width: 85%;
  margin: 20px auto;
  margin-top: 0px;
}

.gallery--about {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-box {
  width: 20em;
  height: 30em;
  margin: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: width 0.7s;
  margin-top: 20px;
  padding: 2rem;
  overflow: hidden;
}
.img-box:before {
  content: "";
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(19, 80, 117);
  background: linear-gradient(
    60deg,
    rgba(19, 80, 117, 0.17130602240896353) 50%,
    rgba(21, 87, 102, 1) 91%
  );
  z-index: 10;
}
/* active image box */
.img-box.active {
  width: 45em;
}
.img-box.active::before {
  background: none;
  transition: 0.3s;
}
.img-box.active h4 {
  opacity: 0;
}
.innerlay {
  width: 29em;
  transform: translateY(77%);
  opacity: 0;
  transition: 0.3s;
  z-index: 20;
  position: absolute;
  bottom: auto;
  right: 1em;
}

.innerlay-hdng {
  background: #012029e0;
  padding: 13px 20px;
  border-radius: 14px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.img-box.lefting .innerlay-hdng {
  text-align: left;
}
.innerlay-hdng span {
  color: #fff;
  line-height: 32.31px;
  font-size: 32px;
  font-weight: 700;
}
.img-box.lefting .innerlay {
  left: 1em;
}
.img-box:hover {
  width: 45em;
}
.img-box:hover .innerlay {
  transform: translateY(0%);
  opacity: 1;
}
.img-box.active .innerlay {
  transform: translateY(0%);
  opacity: 1;
}
.img-box:hover h4 {
  opacity: 0;
}
.img-box:hover::before {
  background: none;
  transition: 0.3s;
}
.innerlay-box {
  border-radius: 20px;
  border: 0.8px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(44, 83, 96, 0) -63.74%,
    #285d70 100%
  );
  backdrop-filter: blur(20.56187629699707px);
  padding: 20px;
  text-align: right;
  margin-top: 1rem;
  display: flex;
  gap: 15px;
}
.img-box.lefting .innerlay-box {
  text-align: left;
}
.innerlay-text {
  margin-bottom: 1rem;
}
.innerlay-box .innerlay-text {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.img-box:hover .innerlay {
  opacity: 1;
  transition-delay: 0.3s;
}
.img-box h4 {
  transition: 0.2s;
  position: relative;
  z-index: 20;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 32.31px;
  font-size: 33px;
  padding: 1rem;
  text-shadow: 1px 2px 13px #000;
  transition-delay: 0.4s;
}
.scholarship-sec {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.slider--scholarship {
  background-color: #073849;
  display: flex;
  align-items: center;
  padding: 3rem 2rem;
  position: relative;
  z-index: 10;
}
.slider--scholarship:before {
  content: "";
  height: 100%;
  width: 28.7em;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 12.6%;
  transform: translate(-10%, 0%);
  z-index: -1;
}
.slider-wrapper-images {
  width: 50%;
  display: inline-block;
}
.slider-wrapper-content {
  width: 50%;
  display: inline-block;
}
.image-item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
  border: 2px solid #c9c9c9;
}
.slider-content {
  padding: 0rem 1.5rem;
  margin-top: 1.5rem;
  text-align: center;
}
.slider-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #073849;
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 2rem;
}
.slider-content p {
  font-size: 17px;
  font-weight: 500;
  color: #073849;
}
.btn--slider {
  color: #fff;
  border: 2px solid #073849;
  background-color: #073849;
  text-transform: uppercase;
  font-weight: 700;
  height: 72px;
  width: 285px;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50px;
  margin: 0rem auto 1rem auto;
  overflow: hidden;
  position: relative;
}
.btn--slider .frt,
.btn--slider .brt {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.btn--slider .frt {
  color: #fff;
}
.btn--slider .brt {
  color: #fff;
  transform: translateY(59px);
}
.btn--slider:hover .brt {
  transform: translateY(0px);
}
.btn--slider:hover .frt {
  transform: translateY(-59px);
}
.slider-images .slick-dots {
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%);
}

.link--btn {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  color: #073849;
  transition: 0.3s;
}
.link--btn:hover {
  color: #073849;
}
.link--btn:hover div {
  background-color: #073849;
  color: #fff;
}
.link--btn.link-white {
  color: #fff;
}
.link--btn.link-white:hover {
  color: #fff;
}
.link--btn.link-white:hover div {
  background-color: #fff;
  border-color: #fff;
  color: #073849;
}
.link--btn span {
  color: #073849;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 16px;
  transition: .3s;
}
.link--btn span:hover{
  letter-spacing: 1px;
}
.link--btn div {
  border: 2px solid #073849;
  border-radius: 18px;
  height: 65px;
  width: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #073849;
  transition: 0.3s;
}
.link--btn.link-white div {
  border-color: #fff;
  color: #fff;
}
.link--btn.link-white span {
  color: #fff;
}
.btn-holder {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}
.btn-holder ul {
  padding-left: 0px;
}
.btn-holder ul a {
  font-size: 24.04px;
  line-height: 23.56px;
  font-weight: 300;
  color: #fff;
  opacity: 0.5;
  margin-left: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-holder ul a:hover {
  opacity: 1;
}
.btn-holder ul a.active {
  font-weight: 500;
  opacity: 1;
}
.events-sec {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: rgb(7, 56, 73);
  background: linear-gradient(
    180deg,
    rgba(7, 56, 73, 1) 15%,
    rgba(17, 81, 103, 1) 91%
  );
}

.event-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.event-card {
  width: 27em;
  transition: 0.3s;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.event-card:hover {
  transform: scale(1.05);
}
.event-card:hover .ue-badge {
  background-color: #fff;
  color: #073849;
}
.event-card:hover .ec-wrapper {
  background-color: #fff;
}
.event-card:hover .ec-text h1 {
  color: #073849;
}
.event-card:hover .ec-text p {
  color: #073849;
}
.event-card:hover .event-content {
  background: linear-gradient(#0c465900, #0d475b);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(94px);
  -webkit-backdrop-filter: blur(94px);
}
.event-body img {
  width: 100%;
  height: 468px;
  object-fit: cover;
}
.event-body {
  border: 2px solid #fff;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.ue-badge {
  margin-top: 1rem;
  height: 35px;
  padding: 6px 24px;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22.97px;
}
.event-date {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 83px;
  width: 83px;
  border-radius: 20px;
  padding: 10px;
  position: absolute;
  top: 0.8em;
  left: 0.8em;
}
.event-date h2 {
  color: #115167;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 33.45px;
  font-size: 31px;
}
.event-date h4 {
  color: #115167;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 19.26px;
}
.event-content {
  background: linear-gradient(#0c465900, #0d475b);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(94px);
  -webkit-backdrop-filter: blur(94px);
  position: absolute;
  bottom: 0;
  border-radius: 30px;
  padding: 14px;
  transition: 0.3s;
  width: 100%;
}
.ec-wrapper {
  background-color: #073849;
  padding: 1.5rem 2rem;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  justify-content: space-between;
}
.ec-text h1 {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}
.ec-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  transition: 0.3s;
}
.btn-event {
  height: 62px;
  width: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f2f2f2;
  border-radius: 18px;
  font-size: 38px;
  color: #073849;
  transition: 0.3s;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #f2f2f2;
}
.btn-event:hover {
  color: #073849;
  border-color: #073849;
}
.blogs-sec {
  background-color: #30848a;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.news-image {
  border: 2px solid #ddd;
  padding: 10px;
  border-radius: 23px;
}
.news-image img {
  height: 254px;
  object-fit: cover;
  width: 100%;
  border-radius: 23px;
}
.news-card {
  margin-bottom: 2rem;
  transition: 0.3s;
}
.news-card:hover .nb-link a {
  background-color: #fff;
  color: #073849;
}
.news-card .ue-badge {
  background-color: #fff;
  color: #30848a;
}
.news-card:hover {
  transform: scale(1.04);
}
.nb-wrapper {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 15px;
}
.nb-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.nb-text p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.nb-link a {
  height: 58px;
  width: 58px;
  border: 2px solid #fff;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 20px;
}
.nb-link a:hover {
  background-color: #fff;
  color: #073849;
}

footer {
  position: relative;
}
.text-line {
  display: block;
}
.footer-hdng .text-line {
  display: block;
  line-height: 38px;
}
.scroll-top {
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: 2em;
  bottom: 1em;
  z-index: 20;
  transition: 0.3s;
  cursor: pointer;
}
.scroll-top:hover {
  background-color: #fff;
  color: #073849;
}
#footer-section {
  background-color: #0c232b;
  padding-top: 5rem;
}
.footerleft {
  width: 65%;
  display: flex;
  gap: 18px;
}
.footerright {
  width: 35%;
}
.ftrright--wrap {
  width: 100%;
  background: rgb(7, 56, 73);
  background: radial-gradient(
    circle,
    rgba(7, 56, 73, 1) 14%,
    rgba(17, 81, 103, 1) 91%
  );
  text-align: center;
  margin-top: 2rem;
  padding: 3rem 2rem 1rem 2rem;
  border-radius: 30px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.footer-links h4 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.footer-links ul {
  padding-left: 0px;
}
.footer-links ul a {
  display: block;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-size: 13.5px;
  transition: 0.3s;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.footer-links ul a:hover {
  text-decoration: underline;
}
.footerright h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.subscribe-form {
  margin-top: 0.4rem;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
}
.subscribe-form input {
  height: 57px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  width: 100%;
}
.subscribe-form input:focus {
  outline: none;
}
.subscribe-form input::placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.8;
}
.subscribe-form button {
  color: #fff;
  transition: 0.3s;
  background-color: transparent;
  font-size: 25px;
  border: none;
  padding: 0px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-2%, -50%);
}
.subscribe-form button:hover,
.subscribe-form button:focus {
  opacity: 1;
}
.footer-contact-btn {
  height: 57px;
  border-radius: 12px;
  border: 2px solid#30848A;
  background: #30848a;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 16px;
  transition: 0.3s;
}
.footer-contact-btn:hover {
  color: #fff;
}
.footer-contact-btn i {
  font-size: 23px;
}
.footer-icons {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-icons h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.icons-social {
  margin-bottom: 0px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-social a {
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #083a4b;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 6px;
}

.footer-row {
  display: flex;
}

.copyright--strip {
  height: 50px;
  background-color: #30848a;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12.54px;
  font-size: 12.76px;
  font-weight: 400;
  color: #fff;
}
.ssr-row {
  display: flex;
  justify-content: flex-end;
}
.student-sec {
  padding: 3rem;
}
.student-slider-row {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 88%;
}
.student-slider-row:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translate(-40%, -10%);
  height: 35%;
  width: 161px;
  background: rgb(26, 103, 129);
  background: linear-gradient(
    180deg,
    rgba(26, 103, 129, 1) 12%,
    rgba(7, 56, 73, 1) 83%
  );
}
.student-slider-holder {
  width: 100%;
  padding: 15px;
}
.student-card {
  position: relative;
  margin: 6px;
  overflow: hidden;
}
.student-card:hover .overlay-std-slider {
  transform: translateY(0%);
}
.student-card:hover .std-slider-content {
  transform: translateY(0%);
}

.student-image {
  width: 100%;
  height: 569px;
  background-size: cover;
  display: flex;
  align-items: end;
  isolation: isolate;
  position: relative;
  background-position: center;
}
.student-image:after{
  content: "";
  bottom: 0;
  height: 170px;
  left: 0;
  width: 100%;
  z-index: 5;
  position: absolute;
  background: rgb(17, 81, 103);
  background: linear-gradient(0deg, #115167, #d9d9d900);
  mix-blend-mode: multiply;
}
.std-slider-content {
  position: relative;
  z-index: 10;
  padding: 1.5rem;
  width: 100%;
  height: 38%;
  display: flex;
  transition: 0.3s;
  transform: translateY(0%);
}
.overlay-std-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  z-index: -1;
  transition: 0.3s;
  transform: translateY(100%);
  background: #115167;
  mix-blend-mode: multiply;
}
.ssc-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index:20;
}
.ssc-text h1 {
  font-size: 32px;
  line-height: 31.55px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.ssc-text h4 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.ssc-text p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.ssc-link a {
  height: 55px;
  width: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 28px;
  color: #fff;
  border-radius: 18px;
  transition: 0.3s;
}
.ssc-link a:hover {
  background-color: #fff;
  color: #073849;
}

.slick-current.slick-active .student-card .overlay-std-slider {
  transform: translateY(0%);
}
/*.slick-current.slick-active .student-card .std-slider-content {*/
/*  transform: translateY(0%);*/
/*}*/

/*.slick-current.slick-active .student-card .ssc-text p {*/
/*  opacity: 1;*/
/*}*/
/*.slick-current.slick-active .student-card .ssc-link a {*/
/*  opacity: 1;*/
/*}*/
.slick-slide.slick-active .student-card .student-image {
  height: 500px;
}
.slick-current.slick-active .student-card .student-image {
  height: 569px;
}
.student-slider-holder .slick-track {
  display: flex;
  align-items: center;
}

.ourHistorySec {
  position: relative;
  overflow: hidden;
  background: rgb(7, 56, 73);
  background: linear-gradient(
    180deg,
    rgba(7, 56, 73, 1) 15%,
    rgba(17, 81, 103, 1) 91%
  );
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.slider-timeline-content {
  margin: 1.5rem 2rem;
    flex-shrink:0;
    width: 24.33em;
}
.slider-timeline-content .ec-text h1 {
  font-size: 21px;
}
.slider-timeline-content .ec-text p {
  font-size: 15px;
}
.slider-timeline-content .btn-event {
  height: 56px;
  width: 56px;
  font-size: 23px;
}
.slider-timeline-content .ec-wrapper {
  padding: 1.3rem;
  gap: 12px;
}
.dot-thumb {
  text-align: center;
  cursor: pointer;
}
.slider-thumb {
  position: relative;
  margin-top: 1.5rem;
}
.slider-thumb:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateY(-50%);
  height: 10px;
  width: 100%;
  background-color: #042330;
}
.dot-thumb h2 {
  color: #4cd4dc;
  font-weight: 800;
  font-size: 45px;
  line-height: 71.19px;
  margin-bottom: 0px;
  opacity: 0.5;
  transition: 0.3s;
}
.dot-thumb .dt {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #4cd4dc;
  display: flex;
  justify-content: center;
  margin: 13px auto;
  opacity: 0.5;
  transition: 0.3s;
  position: relative;
}
.dt:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(1%, 1%);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 6px solid #35a7ce66;
  opacity: 0;
  transition: 0.3s;
}

.slider-thumb .slick-slide.slick-current .dot-thumb h2,
.slider-thumb .slick-slide.slick-current .dot-thumb .dt,
.slider-thumb .slick-slide.slick-current .dt:before {
  opacity: 1;
}
.slider--timeline .event-card {
  width: auto;
}
.slider--timeline--web{
    width:fit-content;
	display:flex;
	flex-wrap:nowrap;
	margin-left:3rem;
}
.ourHistorySec::after {
  content: "";
  position: absolute;
  right: 0;
  width: 70px;
  height: 100%;
  background: linear-gradient(#0d475b82, #0c465900);
  box-shadow: 0 8px 32px 0 rgb(86 86 94 / 28%);
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
  border-radius: 0px;
  border: 1px solid transparent;
  top: 0;
  z-index: 10;
}

.ourHistorySec::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 70px;
  height: 100%;
  background: linear-gradient(rgba(13, 71, 91, 0.51), rgba(12, 70, 89, 0));
  box-shadow: rgba(86, 86, 94, 0.28) 0px 8px 32px 0px;
  backdrop-filter: blur(9.5px);
  border-radius: 0px;
  border: 1px solid transparent;
  top: 0px;
  z-index: 10;
}
/* innerpages */
.namal-kc-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.nkc-row {
  align-items: center;
  margin-bottom: 4rem;
}
.content-left .nkc-content {
  padding-right: 3rem;
}
.content-right .nkc-content {
  padding-left: 3rem;
}
.nkc-content h1 {
  color: #073849;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.nkc-content p {
  color: #073849;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.95px;
  margin-bottom: 0px;
}

.nkc-slider-section {
  position: relative;
}
.nsi-content {
  position: relative;
  z-index: 100;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
}
.nsi-content h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
.nsi-content h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 1rem;
}
.nsi-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: justify;
}
/* .nsi-content slider {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */
.nkc-slider-items,
.slick-list,
.slick-track {
  height: 100%;
}
.sls {
  position: absolute;
  top: 0;
  left: 3em;
  height: 100%;
  width: 40%;
  z-index: 40;
}
.nsi-image {
  width: 100%;
  position: relative;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
}
.nsi-image:before {
  content: "";
  position: absolute;
  left: 3em;
  height: 100%;
  width: 40%;
  background-color: #073849;
  mix-blend-mode: multiply;
}

.nkc-slider-items .slick-dots {
  bottom: 2em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  padding-left: 0px;
}
.nkc-slider-items .slick-dots li button {
  background-color: #fff;
  border-color: #fff;
}
.nkc-slider-items .slick-dots li.slick-active button {
  background-color: transparent;
}
.slider--btn {
  width: 10em;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.slider--btn i {
  font-size: 42px;
  color: #fff;
  cursor: pointer;
}
.slider--btn:before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #073849;
  z-index: -1;
  mix-blend-mode: multiply;
}
.dn-cover {
  padding: 6rem 3rem;
}
.dnso-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  height: 180px;
  align-items: center;
}
.dnso-btn .btn-viewMore {
  background-color: #fff;
  text-transform: uppercase;
  color: #073849;
}
.dnso-btn .btn-viewMore:hover {
  letter-spacing: 0px;
  color: #073849;
}
.dnso-text p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.dnso-text h1 {
  font-size: 35px;
  margin-bottom: 0px;
}
.dis-namal-sec-overlay {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}
.dnso-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 180px;
  width: 100%;
  border-radius: 20px;
  background: #115167;
  mix-blend-mode: multiply;
}
.discover-namal-section {
  height: 440px;
  width: 100%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
}
.discover-namal-blee {
  padding: 2rem 3rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  z-index: 30;
}
.dnw-card {
  background-color: #fff;
  padding: 1.4rem 3rem;
  border-radius: 20px;
  position: relative;
  z-index: 30;
}
.dnw-card h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  color: #073849;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-align: center;
}
.dnw-card p {
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  color: #073849;
  text-align: center;
}
.discover-namal-main {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 5rem 8rem;
  display: flex;
  align-items: end;
}
.discover-namal-main:before {
  content: "";
  bottom: 0;
  height: 180px;
  left: 0;
  width: 100%;
  z-index: 5;
  position: absolute;
  background: rgb(17, 81, 103);
  background: linear-gradient(0deg, #115167, #d9d9d900);
  mix-blend-mode: multiply;
}
.discover-namal-wrapper .row {
  align-items: end;
}
.discover-namal-section h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0em;
  color: #fff;
  text-transform: uppercase;
}
.dnw-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-dnw {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 260px;
  border-radius: 50px;
  margin: 5px auto 0px auto;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  color: #073849;
  transition: 0.3s;
}
.btn-dnw:hover {
  letter-spacing: 1px;
  background-color: #06546e;
  color: #fff;
}

.rikhi-section {
  padding: 4rem;
}
.rikhi-wrapper {
  height: 633px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}
.rikhi-wrapper:before {
  content: "";
  bottom: 0;
  height: 180px;
  left: 0;
  width: 100%;
  z-index: 5;
  position: absolute;
  background: rgb(17, 81, 103);
  background: linear-gradient(0deg, #115167, #d9d9d900);
  mix-blend-mode: multiply;
}
.rikhi-blurr {
  padding: 2rem 3rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.rikhi-content {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.rc-right img {
  cursor: pointer;
}
.rikhi-blurr h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.rb-text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
}
.rb-text i {
  padding-right: 15px;
}

.history-hdng {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 2rem;
  position: relative;
  z-index: 100;
}

.modal--timeline .modal-content {
  background: linear-gradient(#0c465900, #0d475b);
  backdrop-filter: blur(19.5px);
  -webkit-backdrop-filter: blur(19.5px);
  border-radius: 46px;
}
.modal--timeline .modal-body{
    padding:1.5rem;
}
.modal-row {
  display: flex;
  gap: 25px;
}
.modal-image {
  width: 52%;
}
.modal-image img {
  height: 390px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 26px;
  object-fit: cover;
}
.modal-text {
  background-color: #fff;
  border-radius: 25px;
  padding: 1.5rem;
  width: 48%;
  height: 390px;
  overflow-y: scroll;
}
.modal-text h1 {
  color: #073849;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.modal-text p {
  color: #073849;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 0px;
}
.modal--timeline .btn-close {
  opacity: 1;
  background-color: #fff;
  height: 29px;
  width: 29px;
  border-radius: 50%;
  position: absolute;
  right: -1.2em;
  top: -1.2em;
}

.donate--wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  position:relative;
  border: 2px solid #F7F7F7;
}
.donate-row {
  position: relative;
  z-index: 100;
  margin-top: 2rem;
}
.donate--image{
    margin-top: 1rem;
}
.donate-image img{
    border-radius: 15px;
}
.donate--content {
    margin-top: 16rem;
}
.donate--content h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-shadow: 3px 6px 20px #0009;
}
.donate--content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  margin-bottom: 1rem;
  text-shadow: 1px 3px 16px #000;
}
.donate--content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-shadow: 1px 3px 16px #000;
}
.donate-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.donate-pins {
  display: flex;
  gap: 14px;
}
.pin {
  height: 15px;
  width: 100px;
  background-color: #073849;
  position: relative;
}
.pin-state {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  transition: 0.3s;
  background-color: #40bdc5;
}
.pin-half {
  width: 50%;
  transition: 0.3;
}
.pin-full {
  width: 100%;
  transition: 0.3;
}
.donate-counter {
  color: #b7b7b7;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.1em;
}
.donate-footer {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  margin-top: 2rem;
  text-align:center;
}
.otherWays-donate {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 2rem;
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.otherWays-donate h1 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 47px;
  color: #fff;
  text-transform: uppercase;
}
.otherWays-donate a {
  background-color: #40bdc5;
  color: #fff;
  text-transform: capitalize;
  height: 55px;
  width: 190px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.otherWays-donate a:hover {
  letter-spacing: 2px;
}
.otherWays-donate p {
  margin-bottom: 0px;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
}
.donate-btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 40px;
}
.btn-next,
.btn-prev {
  height: 56px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #40bdc5;
  border: 1px solid #40bdc5;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.btn-prev {
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
.step {
  display: none;
}
.step.active {
  display: block;
}
.donate-body {
  padding: 1rem;
  padding-bottom: 0rem;
  margin-top: 1rem;
}
.input-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.input-checkbox input{
    height: 20px;
    width: 20px;
    accent-color: #40BDC5;
}
.input-checkbox label{
    font-size: 17px;
    color: #625f5f;
}
.input-form {
  margin-bottom: 1.5rem;
}
.input-form input {
  width: 100%;
  border: 2px solid #073849;
  border-radius: 0px;
  font-size: 14px;
  padding: 8px 15px;
}
.input-form input:focus {
  outline: none;
}
.input-form.invalid label {
  color: #ff1b1b;
}
.input-form.invalid input,
.input-form.invalid select {
  border-color: #ff1b1b;
}
.input-form label {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  color: #102f31;
}
.input-form .form-select {
  border: 2px solid #073849;
  border-radius: 0px;
  font-size: 14px;
  padding: 8px 15px;
}
.form-sec-hdng {
  text-align: center;
  text-transform: uppercase;
  color: #073849;
  font-weight: 700;
  font-size: 33px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  line-height: 40px;
}
.form-radios {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.radio {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.more-info {
  color: #dddddd;
}
.more-info:hover {
  color: #40bdc5;
}
.popover {
  border: none;
  background-color: transparent;
}
.popover::after {
  position: initial;
}
.popover-body {
  padding: 15px;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  z-index: 9999;
  border: 2px solid #40bdc5;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.popover.popovers-copy .popover-body{
  padding:6px 8px;
}
.radio label {
  color: #102f31;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}
.radio input[type="radio"] {
  height: 17px;
  width: 17px;
  accent-color: #119bc5;
}
.radio input[type="radio"]:checked ~ label {
  color: #40bdc5;
}
.borderTop {
  border-top: 2px solid #b3b3b3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.dm-hdng {
  color: #102f31;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.scholarOther-inputParent{
    display:none;
    width:100%;
}
.scholar-other-input{
    width: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #073849;
}
.currency-group{
    background-color: white;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 10px;
    text-align: center;
    color: #102f31;
    font-weight: 600;
    font-size: 16px;
    padding-left:2rem;
}
.scholarship_otherAmount{
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #102f31;
    height: 45px;
    padding-left: 0px;
    font-weight:600;
}
.scholarship_otherAmount::placeholder{
    font-size: 16px;
    color: #102f31 !important;
    font-weight:600;
}
.scholarship_otherAmount:focus{
    outline:none;
}
.other-radio-scholarhsip{
    margin-top:1rem;
}

.scholarhip-donation-amount {
  height: 45px;
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  background-color: #40bdc5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.donation-amount {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-top: 1.4rem;
  margin-bottom: 10px;
}
.donation-amount .amount-div {
  flex-basis: 135px;
  height: 45px;
  flex-grow: 1;
  position: relative;
}
.donation-amount label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dddddd;
  color: #102f31;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.amount-div input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.amount_currency_symbol {
  padding-right: 6px;
}
.amount-div input[type="radio"]:checked ~ label {
  background-color: #40bdc5;
  color: #fff;
}
.amount-div .amountOther {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #102f31;
  color: #102f31;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 10px 18px;
  padding-left: 60px;
}
.amount-div .amountOther::placeholder {
  color: #102f31;
  font-size: 15px;
  font-weight: 500;
}
.amount-div .amountOther:focus {
  outline: none;
}
.amount-div .prefix {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  color: #102f31;
}

.input-form .label-blue {
  color: #40bdc5;
  font-weight: 400;
  font-size: 17px;
  padding-right: 1rem;
}
.pdng-lr {
  padding-left: 1rem;
  padding-right: 1rem;
}
.studentCounter .input-form {
  margin-bottom: 0px;
}
.input-student-count {
  border: 2px solid #073849 !important;
  text-align: center;
  padding: 10px !important;
  height: 41px;
  width: 80px !important;
  font-size: 16px;
  font-weight: 600;
  color: #102f31;
  padding-right: 0px !important;
}
.input-student-count:focus {
  outline: none;
}
.recurringType {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 2.5rem;
}
.recurring-radio {
  flex-grow: 1;
  width: 48%;
  height: 51px;
  position: relative;
}
.recurring-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.recurring-radio label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #dddddd;
  color: #102f31;
  font-size: 17px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
}
.recurring-radio input[type="radio"]:checked ~ label {
  background-color: #40bdc5;
  color: #fff;
}
.tab {
  display: none;
}
.iti {
  width: 100%;
}
.iti #phone::placeholder {
  opacity: 0;
}
.inputCombine {
  display: flex;
}
.inputCombine .input-form {
  flex-grow: 1;
}
.inputCombine .input-form #expDate {
  border-right: none;
}
.donation-submission {
  background-color: #40bdc5;
  border: 1px solid #40bdc5;
  width: 100%;
  height: 52px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  transition: 0.3s;
}
.donation-submission:hover {
  letter-spacing: 1.5px;
}
.donation-submission:focus {
  outline: none;
}
.otherDonation-popups {
  display: flex;
  justify-content: space-evenly;
}
.otherDonation-popups a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #cacaca;
}
.otherDonation-popups a i {
  font-size: 35px;
  line-height: 30px;
}
.otherDonation-popups a span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.mdl-hdng {
  align-items: end;
  margin-bottom: 2rem;
}
.mdl-hdng img {
  height: 40px;
}
.mdl-hdng span {
  color: #40bdc5;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 12px;
}
.donation-other-modals .btn-close {
  background-color: #fff;
  opacity: 1;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  position: absolute;
  right: -3em;
  font-size: 13px;
}
.donation-other-modals .modal-body {
  padding: 3rem;
}
.modal-data {
  margin-bottom: 2rem;
}
.modal-data h3 {
  font-size: 19px;
  font-weight: 600;
  color: #073849;
  margin-bottom: 1rem;
}
.modal-data span {
  color: #073849;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.modal-data span b{
  font-weight:500;
}
.vision-row {
  display: flex;
  gap: 20px;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.vr-img {
  width: 45%;
}
.vr-img img {
  width: 100%;
  object-fit: cover;
  height: 418px;
  border-radius: 30px;
}
.vr-content {
  width: 55%;
  background-color: #073849;
  border-radius: 30px;
  padding: 3rem;
}
.vr-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}
.vr-content p {
  color: #fff;
  margin-bottom: 0px;
  line-height: 19px;
  font-size: 15px;
}

.begin-row {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.br-wrap {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.br-img {
  background-size: cover;
  background-position: center;
  height: 550px;
  width: 100%;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.br-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  z-index: -1;
  transition: 0.3s;
  background: #115167;
  mix-blend-mode: multiply;
}
.br-heading {
  overflow: hidden;
  padding: 2.8rem 2rem;
}
.br-heading h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 700;
}
.br-content {
  padding-top: 1.5rem;
  overflow: hidden;
}
.br-content p {
  font-weight: 500;
  margin-bottom: 0px;
  color: #073849;
  font-size: 15px;
  line-height: 19px;
}
.other-donations {
  background-color: #30848a;
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}
.img-home-dont img {
  border-radius: 30px;
  overflow: hidden;
}
.od-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.odr-div {
  text-align: center;
  padding: 1rem;
  border-right: 1.5px solid #4cd4dc;
  flex-grow: 1;
}
.odr-div a {
  color: #fff !important;
}
.odr-div:last-child {
  border-right: none;
}
.odr-div a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  transition: 0.3s;
}
.odr-div a:hover {
  color: #4cd4dc;
  letter-spacing: 1px;
}
.odr-div a.anchor-blue {
  color: #4cd4dc;
}
.overFund-row {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.overFund-row > div {
  width: 50%;
}
.of-img {
  overflow: hidden;
}
.of-img img {
  height: 424px;
  width: 100%;
  object-fit: cover;
  border-radius: 35px;
}
.of-content {
  margin-top: 2rem;
}
.of-content h1 {
  color: #073849;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  margin-left: 35px;
  margin-bottom: 0px;
}
.of-content h3 {
  color: #073849;
  font-weight: 600;
  margin-top: 2.5rem;
  text-transform: uppercase;
}
.of-content p,
.of-content ul li {
  font-size: 15px;
  color: #073849;
  line-height: 21px;
}
.of-text p a{
  color:#40bdc5;
}
.of-heading {
  border-left: 4px solid #073849;
  margin-bottom: 1.5rem;
}
.video-section {
  padding: 0rem 3rem;
  margin-top: 2rem;
  margin-bottom: 7rem;
}
.video-sec-wrapper {
  background-color: #073849;
  border-radius: 20px;
  padding: 0rem 5rem;
  height: 350px;
}
.video-sec {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2rem;
}
.video-icon {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.video-icon:hover {
  transform: scale(1.06);
}
.video-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-left: 2rem;
}
.vc-heading {
  overflow: hidden;
  margin-bottom: 1rem;
}
.vc-video-link a {
  height: 55px;
  width: 215px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 67px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  color: #073849;
  font-size: 17px;
  transition: 0.3s;
}
.vc-video-link a:hover {
  letter-spacing: 2px;
}
.video-content h1 {
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0px;
}
.video-content p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}
.vc-content {
  padding: 0rem;
  margin-bottom: 1.4rem;
}
.stdText-section {
  background-color: #f2f2f2;
  padding: 3rem 1.5rem;
  border-radius: 20px;
}
.stdText-section.stdText-section-blue {
  background-color: #30848a;
}
.student-sec-home {
  padding: 3rem 1rem;
  padding-bottom: 5rem;
}
.st-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.stts-text h1 {
  color: #30848a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0px;
  line-height: normal;
}
.stts-text p {
  color: #30848a;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: normal;
}
.stdText-section-blue .stts-text h1 {
  color: #fff;
}
.stdText-section-blue .stts-text p {
  color: #fff;
}
.stdText-section-blue .btn-viewMore {
  background-color: #fff;
  color: #30848a;
}
.stdText-section-blue .btn-viewMore:hover {
  color: #30848a;
}
.btn-viewMore {
  width: 226px;
  height: 58px;
  padding: 10px 27px 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  display: flex;
  border-radius: 67px;
  background: #30848a;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  color: #fff;
}
.btn-viewMore:hover {
  letter-spacing: 1.5px;
  color: #fff;
}
.faqs-section {
  padding: 2.5rem;
}
.faqs-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 25px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.faqs-bg::before {
  content: "";
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  background: linear-gradient(180deg, #115167, #d9d9d900);
  z-index: 5;
}
.faqs-bg::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, #115167, #d9d9d900);
  z-index: 5;
}
.faq-wrapper {
  position: relative;
  z-index: 10;
}
.faq-heading {
  text-align: center;
  margin-bottom: 1.5rem;
}
.faq-heading h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.faq-collapse {
  width: 75%;
  margin: auto;
}
.faq-collapse .accordion-item {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 20px;
  backdrop-filter: blur(20.56187629699707px);
}
.faq-collapse .accordion-button {
  line-height: 19px;
  padding: 1.5rem;
  gap: 20px;
  color: #073849;
  font-weight: 500;
  font-size: 16px;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  height: 50px;
  width: 50px;
  border: 2px solid #073849;
  border-radius: 12px;
  filter: grayscale(9);
  background-position: center;
}
.accordion-button::after {
  height: 50px;
  width: 50px;
  border: 2px solid #073849;
  border-radius: 12px;
  filter: grayscale(9);
  background-position: center;
}
.accordion-body {
  border-top: 1.5px solid #0738494f;
  margin: 1.5rem;
  margin-top: 0rem;
  padding: 1rem 0rem;
  font-size: 16px;
  line-height: 21px;
  color: #073849;
  font-weight: 500;
  margin-bottom: 0rem;
}
.review-card {
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
}
.review-card:hover {
  transform: scale(1.05);
}
.rc-body {
  padding: 1rem;
  height: 450px;
}
.rc-body i {
  font-size: 48px;
  color: #fff;
}
.rc-body p {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
  padding-left: 10px;
}
.rc-footer {
  display: flex;
  border-top: 2px solid #fff;
  padding: 1.3rem;
  align-items: center;
  background-color: #07384959;
  transition: 0.3s;
}
.review-card:hover .rc-footer {
  background-color: #104d62;
}
.rc-image img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.rc-text {
  padding-left: 15px;
}
.rc-text h1 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.rc-text p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
}

.student-stories-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #073849;
}
.stories-card {
  margin-top: 2rem;
}
.sss-heading {
  overflow: hidden;
  text-align: center;
  padding-bottom: 1.5rem;
}
.sss-heading h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}
/* Chrome, Safari, Edge, Opera */
.nbrArrows::-webkit-outer-spin-button,
.nbrArrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.nbrArrows[type="number"] {
  -moz-appearance: textfield;
}
.sss-para {
  color: #fff;
  width: 80%;
  margin: 0 auto 2.5rem auto;
  font-size: 17px;
  font-weight: 400;
}
.stories-row {
  margin: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.hd-btn:disabled {
  cursor: not-allowed;
  background-color: #073849c2;
  border-color: #073849c2;
}
.stories-row > div {
  width: 45%;
}
.sc-img {
  overflow: hidden;
}
.sc-img img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  border: 2px solid #fff;
  border-radius: 25px;
}
.sc-content {
  display: flex;
  justify-content: space-between;
  margin: 1rem;
  gap: 50px;
  align-items: end;
}
.sc-text h1 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.sc-text p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}
.sc-link a {
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 27px;
  transition: 0.3s;
}
.sc-link a:hover {
  background-color: #fff;
  color: #042330;
}
.btn-viewWhite {
  margin-top: 4rem;
  width: 205px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  color: #073849;
  font-weight: 700;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.btn-viewWhite:hover {
  letter-spacing: 1.5px;
  color: #073849;
}

.about-card {
  position: relative;
  isolation: isolate;
  margin-bottom: 4rem;
}
.about-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 234px;
  width: 100%;
  border-radius: 20px;
  background: #115167;
  mix-blend-mode: multiply;
}
.ac-img {
  overflow: hidden;
  position: relative;
}
.ac-img img {
  height: 605px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.ac-content {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 20;
  left: 0;
  padding: 3rem;
  height: 234px;
  width: 100%;
}
.acc-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}
.acc-text p {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.acc-link {
  margin-top: 2rem;
}
.acc-link a {
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 27px;
  transition: 0.3s;
}
.acc-link a:hover {
  background-color: #fff;
  color: #042330;
}
.journey-bg {
  background-color: #efefef;
  padding: 3rem 1.5rem;
}
.st-text p {
  margin-bottom: 0px;
  color: #073849;
  font-size: 16px;
  line-height: 20px;
}
.st-text p strong {
  text-transform: uppercase;
}
.btn-arrowLink {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #073849;
  border-radius: 15px;
  color: #073849;
  font-size: 26px;
  transition: 0.3s;
}
.btn-arrowLink:hover {
  background-color: #042330;
  color: #fff;
}
.aboutusblur-section .rikhi-wrapper {
  border-radius: 0px;
  height: 400px;
}
.abb-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 30;
}
.abb-content h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.abb-content p {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.abb-link a {
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 23px;
  transition: 0.3s;
}
.abb-link a:hover {
  background-color: #fff;
  color: #042330;
}

/* sidebar */
.overlay-sidebar {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: url("../img/close.png"), auto;
}
.overlay-sidebar.active {
  visibility: visible;
  opacity: 0.8;
  z-index: 210;
  transition: 0.3s;
  cursor: url("../img/close.png"), auto;
}
.sider-menu {
  border-radius: 20px;
  border: 2px solid #fff;
  background: linear-gradient(
    356deg,
    #0d475b -6.18%,
    rgba(12, 70, 89, 0.49) 109.63%
  );
  backdrop-filter: blur(15.836345672607422px);
  position: fixed;
  z-index: 220;
  right: 3em;
  top: 7em;
  width: 310px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(10%);
}
.sider-menu.active {
  opacity: 1;
  visibility: visible;
  border-color: #cfcfcf;
  transform: translateY(0%);
}
.collapse--opener img {
  transform: rotate(0deg);
  transition: 0.3s;
}
.collapse--opener.active img {
  transform: rotate(90deg);
  transition: 0.3s;
}
.sider-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: self-start;
  padding: 1rem 2rem;
  padding-bottom: 0rem;
}
.sider-menu ul li {
  display: flex;
  width: 100%;
  justify-content: center;
}
.sider-menu ul li a {
  background-color: transparent;
  color: #fff;
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.sider-menu ul li a:hover{
  border-bottom-color:#ddd;
}

.step-thanks {
  text-align: center;
}
.step-thanks img {
  height: 175px;
  margin-bottom: 2rem;
}
.sts-hdng {
  margin-bottom: 2rem;
}
.sts-hdng h1 {
  color: #40bdc5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 31px;
  line-height: 25px;
}
.sts-hdng p {
  color: #102f31;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-top: 1rem;
}
.downloadRecep {
  color: #c6c6c6;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.downloadRecep:hover {
  color: #9f9b9b;
}
.downloadRecep i {
  font-size: 22px;
  margin-left: 10px;
}
.doneRedir {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 200px;
  background-color: #40bdc5;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}
.doneRedir:hover {
  letter-spacing: 1.5px;
  color: #fff;
}

.hd-sec-card {
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 4rem;
  margin-bottom: 5rem;
}
.hd-heading h1 {
  color: #115167;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 38px;
  padding-right: 4rem;
  direction: rtl;
}
.home-ik-msg {
  height: 110px;
  border-radius: 15px;
  box-shadow: 1px 1px 12px #00000047;
}
.ik-msg {
  text-align: right;
  padding-right: 4rem;
  margin-top: 2rem;
}
.hdc-radio {
  display: flex;
  gap: 20px;
  margin: 15px 20px;
}
.hdcr {
  position: relative;
}
.hdcr input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.hdcr input[type="radio"]:checked ~ label {
  background-color: #073849;
  color: #fff;
}
.hdcr label {
  height: 34px;
  width: 100%;
  border: 2px solid #073849;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #073849;
  cursor: pointer;
}
.hdc-radio > div {
  flex: 1;
}
.hdc-body {
  background-color: #fff;
  padding: 3rem;
  border-radius: 20px;
}
.hdc-body h5 {
  text-align: center;
  color: #073849;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
.hdinp-wrap {
  position: relative;
  margin-bottom: 1rem;
}
.hdinp-wrap span {
  font-size: 16px;
  font-weight: 700;
  color: #073849;
  position: absolute;
  top: 50%;
  line-height: 15px;
}
.hdcurrency-symbol {
  left: 5%;
  transform: translate(-5%, -50%);
}
.hdcurrency-text {
  right: 5%;
  transform: translate(-5%, -50%);
}
.hd-input {
  width: 100%;
  border: 2px solid #073849;
  border-radius: 50px;
  height: 45px;
  padding: 10px 70px 10px 40px;
  transition: 0.3s;
}
.hd-input:focus {
  outline: none;
}
.hd-btn {
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 2px solid #073849;
  border-radius: 50px;
  width: 130px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  background-color: #073849;
  transition: 0.3s;
  text-decoration: none;
}
.hd-btn:hover {
  letter-spacing: 2px;
  color: #fff;
}
.stats-scholar-section {
  width: 70%;
  margin: auto;
  border-left: 6px solid #073849;
  padding-left: 3rem;
  margin-top: 2rem;
  margin-bottom: 4.5rem;
}
.stats-sec h1 {
  color: #073849;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 1rem;
}
.stats-row {
  display: flex;
  gap: 28px;
}
.stats-row p {
  color: #073849;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0px;
}
.stats-btn a {
  height: 60px;
  width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #073849;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  margin-top: 15px;
  transition: 0.3s;
}
.stats-btn a:hover {
  letter-spacing: 2px;
}

.workfor-section {
  padding: 3rem;
}
.workfor-hdng {
  width: 70%;
  margin: auto;
  margin-bottom: 2rem;
}
.workfor-hdng h1 {
  text-align: center;
  color: #073849;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}
.workfor-company {
  background-color: #f2f2f2;
  padding: 2rem 4rem;
  border-radius: 20px;
}
.about-journey {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.abt-jr-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 30px;
}
.abtNkc-bg {
  height: 296px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: end;
  background-position: center;
  background-size: cover;
}
.values-section {
  padding: 3rem;
}
.values-hdng h1 {
  text-align: center;
  text-transform: uppercase;
  color: #30848a;
  font-weight: 700;
  font-size: 40px;
}
.values-ul {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.values-pop {
  border: 2px solid #30848a;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #30848a;
  transition: 0.3s;
  cursor: pointer;
}
.values-pop:hover {
  background-color: #30848a;
  color: #fff;
}

.history-links-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hls-wrap {
  background-color: #f2f2f2;
  border-radius: 20px;
  margin: 1rem 5rem;
  padding: 2rem 3rem;
}
.hlsw-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hlsw-content h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #073849;
}
.hlsw-link a {
  width: 200px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #073849;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.hlsw-link a:hover {
  letter-spacing: 2px;
}
.newStories-section {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.news-title h1 {
  text-align: center;
  color: #073849;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.news-date {
  color: #073849;
  font-weight: 500;
  font-size: 16px;
}
.news-share {
  display: flex;
  gap: 10px;
}
.news-date-share {
  display: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
  gap: 24px;
}
.news-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #073849;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
}
.news-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.news-img img {
  width: 100%;
}
.news-subhdng {
  color: #0c232b;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.news-content,
.news-content p, .news-content span {
  color: #0c232b;
  font-weight: 400;
  font-size: 15px !important;
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif !important;
}
.news-content h3 {
  font-weight: 700;
  color: #073849;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.news-sub-images {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 2rem;
}
.leadership-section {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.trustee-card{
    padding: 2rem;
    border: 10px double #30848A;
    height: 315px;
}
.trustee-card h1 {
  font-size: 22px;
  color: #115167;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.trustee-card h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #115167;
  text-align: center;
}
.trustee-card p {
  color: #115167;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  margin-top: 14px;
  text-align: justify;
}

.sl-content {
  display: flex;
  align-items: center;
}
.slc-img {
  width: 50%;
}
.slc-data {
  width: 60%;
}
.slc-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.slc-data {
  background-color: #073849;
  margin-left: -4rem;
  mix-blend-mode: multiply;
  padding: 3rem 6rem;
}
.slcd-text h1 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.slcd-text h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.slcd-text p {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  margin-top: 14px;
  text-align: justify;
}
.lt-content {
  padding: 10px;
}
.lt-content img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(6px 4px 4px rgba(0, 0, 0, 0.17)) grayscale(1);
}
.leadership-nail {
  background-color: #efefef;
  padding: 4rem 0rem;
  margin-top: 3rem;
}
.lt-data {
  padding: 10px;
  margin-top: 10px;
}
.lt-data h3 {
  color: #073849;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.lt-data p {
  color: #073849;
  line-height: 18px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 404;
  margin-top: 5px;
  margin-bottom: 0px;
}
.leadership-nail .slick-current.slick-active .lt-data {
  background-color: #073849;
}
.leadership-nail .slick-current.slick-active .lt-data h3 {
  color: #fff;
}
.leadership-nail .slick-current.slick-active .lt-data p {
  color: #fff;
}
.slider-leadership .slick-dots {
  margin-top: 3rem;
}
.nlc-img {
  position: relative;
  isolation: isolate;
}
.nlc-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
.nlc-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 105px;
  width: 100%;
  border-radius: 20px;
  background: #115167;
  mix-blend-mode: multiply;
}
.nlci-content {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.news-list-card {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 3rem;
  margin-top: 4rem;
  margin-inline: 2rem;
}

.pager-nav {
  text-align: right;
}
.pager-nav ul {
  display: flex;
  justify-content: end;
  gap: 25px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.pager-nav ul li {
  list-style-type: none;
}
.pager-nav ul li a {
  text-decoration: none;
  color: #073849;
  font-size: 20px;
}
.pager-nav.pager-nav-white ul li a {
  color: #fff;
}
.pager-nav ul li a.active {
  font-weight: bold;
}
.impact-sider {
  background-color: #efefef;
  padding: 1rem 2rem;
  border-radius: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 10px;
  justify-content: space-between;
  border: 2px solid transparent;
  text-decoration: none;
}
.impact-sider:hover{
  border-color: #073849;
}
.impact-sider h3 {
  font-size: 17px;
  color: #073849;
  font-weight: 600;
  margin-bottom: 0px;
}
.is-link i{
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #073849;
  border: 2px solid #073849;
  border-radius: 10px;
  font-size: 28px;
  transition: 0.3s;
}
.is-link i:hover {
  background-color: #073849;
  color: #fff;
}

.impact-section {
  padding: 3rem;
}
.impact-main {
  background-color: #efefef;
  border-radius: 29px;
  padding: 2rem;
  position: relative;
}
.impact-main h1 {
  font-size: 29px;
  font-weight: 700;
  color: #073849;
  margin-bottom: 2rem;
}
.nsl-readmore a {
  height: 60px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 38px;
  text-transform: uppercase;
  text-decoration: none;
  color: #073849;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  bottom: 3em;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 1px 1px 87px 1px #000000b8;
  transition: 0.3s;
}
.nsl-readmore a:hover {
  letter-spacing: 2px;
}
.im-wrap {
  display: flex;
  gap: 26px;
}
.imw-img {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}
.imw-text {
  width: 60%;
}
.imw-img img {
  height: 425px;
  object-fit: cover;
  width: 100%;
}
.imw-text,
.imw-text p {
  font-size: 15px;
  font-weight: 500;
  color: #073849;
}
.imw-text *{

  font-family: 'Poppins',sans-serif !important;
}
.impact-goal {
  width: 80%;
  margin: 2rem auto 0rem auto;
  background-color: #073849;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
}
.impact-goal h1 {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.impact-goal h1 span {
  padding-left: 11px;
  font-weight: bold;
}
.impact-next {
  background-color: #efefef;
  border-radius: 29px;
  padding: 3rem 5rem;
  margin-top: 2.5rem;
  display: flex;
  gap: 30px;
}
.in-img {
  width: 50%;
  overflow: hidden;
  border-radius: 30px;
}
.in-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.in-text {
  width: 50%;
}
.in-text h1 {
  font-size: 40px;
  font-weight: 700;
  color: #30848a;
  margin-bottom: 1.5rem;
}
.in-text p {
  font-size: 16px;
  font-weight: 500;
  color: #30848a;
}
.cause-card {
  margin-top: 2rem;
  position: relative;
}
.cause-img img {
  height: 415px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}
.cause-content {
  background: linear-gradient(
    6deg,
    rgba(7, 56, 73, 0.73) -31.95%,
    rgba(204, 226, 234, 0.33) 130.41%
  );
  backdrop-filter: blur(14.350000381469727px);
  display: flex;
  align-items: center;
  border-radius: 20px;
  width: 95%;
  position: absolute;
  bottom: 0.5em;
  gap: 15px;
  padding: 1rem 2rem;
  left: 0.5em;
}
.cause-content h1 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
}
.cause-content-link a {
  height: 45px;
  width: 45px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s;
}
.cause-content-link a:hover {
  background-color: #fff;
  color: #073849;
}
.ambition-card {
  background-color: #efefef;
  border-radius: 25px;
  margin-bottom: 2rem;
  padding: 2rem;
  cursor: default;
  transition: 0.3s;
}
.ambc-content h4 {
  color: #30848a;
  margin-top: 1rem;
  font-size: 19px;
  font-weight: 700;
}
.ambc-content p {
  margin-bottom: 0px;
  color: #30848a;
  font-weight: 500;
  font-size: 15px;
}
.ambc-icon {
  text-align: center;
  margin-bottom: 2rem;
}
.ambc-icon img {
  height: 100px;
}
.rg-content {
  background-color: #EFEFEF;
  padding: 2rem;
  border-radius: 30px;
  margin-bottom: 2rem;
}
.row-generosity {
  display: flex;
  gap: 25px;
}
.rg-img {
  width: 30%;
}
.rg-img img {
  width: 100%;
}
.rg-data {
  width: 70%;
}
.rg-content h2 {
  color: #073849;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 1.5rem;
}
.rg-content p {
  font-size: 16px;
  font-weight: 500;
  color: #073849;
  margin-bottom: 0px;
}
.rg-content-btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.history-card-page {
  padding: 2rem;
  margin: 2rem;
  border: 2px solid #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 200px;
  transition: .3s;
}
.history-card-page:hover{
  background-color: #fff;
  transform: scale(1.05);
}
.history-card-page:hover h1, .history-card-page:hover p{
  color: #073849;
}
.history-card-page:hover a{
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #f2f2f2;
  color:#073849;
}
.hcp-content h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  transition: .3s;
}
.hcp-content p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  transition: .3s;
}
.hcp-link a {
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 18px;
  font-size: 28px;
  color: #fff;
  transition: 0.3s;
}
.hcp-link a:hover {
  color: #073849;
  border-color: #073849;
}
.hcp-container {
  margin-top: 4rem;
}

.nlc-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.nlc-wrapper h1 {
  color: #073849;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.nlc-content p {
  color: #073849;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
.nlc-link a {
  height: 55px;
  width: 55px;
  border: 2px solid #073849;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #073849;
  font-size: 31px;
  transition: 0.3s;
}
.nlc-link a:hover {
  background-color: #073849;
  color: #fff;
}

.event-listing-white {
  background-color: #efefef;
}
.event-listing-white .sss-heading h1 {
  color: #073849;
}

.event-listing-white .sss-para {
  color: #073849;
}

.event-listing-white .ue-badge {
  color: #073849;
  border-color: #073849;
}

.event-detail-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.event-detail-row > div {
  width: 44%;
}
.edd-image img {
  width: 100%;
  border-radius: 30px;
  border: 2px solid #fff;
  height: 400px;
  object-fit: cover;
}
.edd-content {
  background-color: #fff;
  border-radius: 30px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.edd-content h1 {
  font-weight: 700;
  color: #115167;
  font-size: 68px;
  margin-bottom: 0px;
}
.edd-content h2 {
  color: #115167;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
}
.edd-content .edate {
  margin-top: 1.5rem;
  color: #115167;
  font-weight: 500;
  font-size: 22px;
}
.edd-content p {
  width: 80%;
  color: #073849;
  line-height: 24px;
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
  text-align: center;
}
.edc-link {
  height: 55px;
  width: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #073849;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 60px;
  font-size: 17px;
  margin-top: 1rem;
  transition: 0.3s;
}
.edc-link:hover {
  color: #fff;
  letter-spacing: 1.5px;
}

.oppiont-box {
  display: flex;
  justify-content: center;
  width: 83%;
  margin: auto;
}
.apb-form {
  background-color: #fff;
  border-radius: 20px;
  padding: 3rem 6rem;
  width: 70%;
  margin-left: -1rem;
  box-shadow: -4px 0px 12px -1px #00000073;
}
.apb-map {
  width: 30%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.apb-form h1 {
  font-size: 40px;
  font-weight: 700;
  color: #073849;
  text-align: center;
  margin-bottom: 1.5rem;
}
.apb-input {
  width: 100%;
  background-color: #efefef;
  border: 1px solid #efefef;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
.apb-input::placeholder {
  font-weight: 600;
  color: #a2a2a2;
}
.apb-textarea{
    min-height: 70px;
}
.apb-btn {
  text-align: center;
}
.btn-submit-appoint {
  background-color: #073849;
  border: 1px solid #073849;
  border-radius: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  height: 60px;
  width: 250px;
  font-size: 17px;
  transition: 0.3s;
}
.btn-submit-appoint:hover {
  letter-spacing: 1.5px;
}

.contact-box {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  width: 75%;
  margin: auto;
  flex-direction: column;
  padding: 7rem;
  margin-top: 4rem;
}

.contact-box h1 {
  text-align: center;
  font-weight: 700;
  color: #073849;
  margin-bottom: 1.5rem;
  font-size: 40px;
}

.accord-contact .accordion-item {
  border: none;
  margin-bottom: 2rem;
  border-radius: 40px;
  overflow: hidden;
}
.accord-contact .accordion-button {
  background-color: #efefef;
  border-radius: 0px !important;
  padding: 10px 30px;
}
.accord-contact .accordion-button span {
  color: #073849;
  font-weight: 600;
  font-size: 18px;
}
.accord-contact .accordion-button::after {
  height: 1.25rem;
  width: 1.25rem;
  border: none;
}
.accord-contact .accordion-button img {
  padding-right: 15px;
}
.accord-contact .accordion-body {
  border-top: none;
  background-color: #efefef;
  margin: 0px;
  padding: 10px 30px;
}

.virtual-icon {
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 100;
    border-radius: 50%;
    padding: 7px;
    box-shadow:10px 6px 12.699999809265137px 0px #00000040;
    background-color: #FFFFFF1A;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.virtual-icon a{
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: #FFFFFF80;
    border-radius: 50%;
    height: 85px;
    width: 85px;
}
.virtual-icon img {
  height: 70px;
  transition: 0.3s;
}
.virtual-icon:hover img {
  transform: scale(1.08);
}

.gallery-alb-img img{
  height:420px;
  width: 100%;
  object-fit:cover;
  border-radius:10px;
  margin-bottom:24px;
}
.news-list-sec {
  margin-top:4rem;
  margin-bottom:4rem;
}

.video-icon-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sc-text h4{
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}

.working-impact-section{
  background-color: #f9f9f9;
  border-radius: 25px;
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding: 4rem;
}
.video-nwmargintp{
  margin-top: 6rem;
}
.wis-hdng{
  text-align: center;
  font-weight: 600;
  color: #073849;
  font-size: 34px;
  padding: 0rem 3rem;
  margin-bottom: 1.5rem;
}
.graph-cost{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 6.599999904632568px 0px #0000001A;
  padding: 15px 30px;
  display: inline-block;
  text-align: left;
  position:absolute;
  top: 36%;
  right: 8%;
  transform: translate(0%,0%);
}
.graph-cost:before{
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 34px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -18%;
  top: 50%;
  transform: translate(-5%,-50%);
}
.graph-cost h1{
  color: #115167;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.graph-cost p{
  font-size: 18px;
  color: #30848A;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 20px;
}
.bartop-image img{
  width: 70%;
}
.wis-benefits{
  background-color: #fff;
  box-shadow: 10px 10px 6.599999904632568px 0px #0000001A;
  padding: 3rem;
  border-radius: 20px;
  position: relative;
}
.wis-benefits:before{
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #fff;
}
.wisb-content h1{
  text-align: center;
  text-transform: uppercase;
  color: #115167;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 1.5rem;
}
.wisb-content h2{
  color: #30848A;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 16px;
}
.wisb-content p{
  color: #30848A;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}
.spacer80{
  margin: 20px 48px 80px 48px;
}
.wisb-footer-text{
  margin-bottom: 0px;
  color: #073849;
  font-weight: 500;
  font-size: 16px;
}
.chart-card{
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 10px 10px 6.599999904632568px 0px #0000001A;
  margin-bottom:3.5rem;
  position: relative;
}
.chart-card h1{
  text-align: center;
  color: #073849;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
.absoluting-hdng-chart{
  position: absolute;
  left: 0;
  transform: translate(-40%, -50%) rotate(-90deg);
  top: 50%;
  font-size: 19px;
}
.cb-box{
  height: 15px;
  width:15px;
  background-color: #ddd;
}
.cb-text{
  color: #073849;
  font-weight: 600;
  font-size: 15px;
}
.charts-row{
  display: flex;
  gap: 30px;
}
.charts-row > div:nth-child(1){
  width:70%;
}
.charts-row > div:nth-child(2){
  width:30%;
}
.chart-bullets{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 1.5rem;
}
.bg-box1{
  background-color: #4F81BD;
}
.bg-box2{
  background-color: #C0504D;
}
.bg-box3{
  background-color: #8064A2;
}
.bg-box4{
  background-color: #F79646;
}
.bg-box5{
  background-color: #9BBB59;
}
.bg-box6{
  background-color: #E8BFBE;
}
.bg-box7{
  background-color: #BFE2EB;
}
.bg-box8{
  background-color: #4BACC6;
}
.bg-box9{
  background-color: #B7A99E;
}
.bg-box10{
  background-color: #846CA3;
}
.bg-box11{
  background-color: #9F9E73;
}
.bg-box12{
  background-color: #8C575B;
}
.bg-box13{
  background-color: #C392BE;
}
.bg-box14{
  background-color: #66B790;
}

.table-stats{
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.table-stats > div{
  display: flex;
}
.ts-header,.tsb-row,.footerTable{
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  margin-top: 1.5rem;
}
.tsb-row,.footerTable{
  margin-top: 0rem;
}
.ts-header > div,.tsb-row > div,.footerTable > div{
  flex-grow: 1;
  width: 20%;
  text-align: center;
  background-color: #F2F2F2;
  border-left: 1px solid #CCCCCC;
  color: #073849;
  padding: 7px;
  font-size: 15px;
  font-weight: 600;
}
.tsb-row > div{
  background-color: #fff;
  color: #30848A;
}
.ts-header > div:nth-child(1),.tsb-row > div:nth-child(1),.footerTable > div:nth-child(1){
  border-left: 0px;
}
#chartPie{
  display: flex;
  justify-content: center;
}

.mapwrapper{
  position:relative;
}
.map-pin{
  position:absolute;
  cursor:pointer;
  color: #40BDC5;
  font-size: 33px;
  transition:.3s;
}
.map-pin:hover{
  color:#fff;
  scale:1.4;
}
.mapwrapper{
  text-align:center;
}
.mapMain-image{
  width:82%;
}
.map-stats-row{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
  margin-bottom: 3rem;
}
.map-stat{
  flex-grow:1;
  flex-basis:200;
  background-color:#fff;
  box-shadow: 10px 10px 6.599999904632568px 0px #0000001A;
  display: flex;
  align-items: center;
  padding: 15px 35px;
  height: 85px;
  border-radius: 20px;
  gap:15px;
  justify-content: space-between;
  width: 32%;
  margin-bottom: 2rem;
}
.map-stat h2{
  text-transform: capitalize;
  color: #115167;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 0px;
}
.ms-text{
  color: #115167;
  font-weight: 700;
  font-size: 42px;
  line-height: 40px;
}

.slick-next,.slick-prev{
  height: 100px;
  width: 50px;
  background: linear-gradient(325deg, rgba(13, 71, 91, 0.51) 11.08%, rgb(249 249 249 / 20%) 115.43%);
  backdrop-filter: blur(20px);
  opacity: 1;
  
  overflow: hidden;
  z-index:200;
}
.slick-prev{
  left: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.slick-next{
  right:0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.slick-prev:before, .slick-next:before{
  opacity:1;
}
.slider--student .slick-next{
  right:-28px;
}
.slider--student .slick-prev{
  left:-28px;
}
.slider-news-item,.slider-progress-item{
  padding-left: 12px;
  padding-right: 12px;
}
.blogs-sec .container{
  padding-left:0px;
  padding-right:0px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background: linear-gradient(325deg, rgba(13, 71, 91, 0.51) 11.08%, rgb(249 249 249 / 20%) 115.43%);
}
.slider-inner-timeline:before{
  content: "";
  position: absolute;
  left: 0px;
  width: 70px;
  height: 100%;
  background: linear-gradient(rgba(13, 71, 91, 0.51), rgba(12, 70, 89, 0));
  box-shadow: rgba(86, 86, 94, 0.28) 0px 8px 32px 0px;
  backdrop-filter: blur(9.5px);
  border-radius: 0px;
  border: 1px solid transparent;
  top: 0px;
  z-index: 10;
}

.slider-inner-timeline:after{
  content: "";
  position: absolute;
  right: 0px;
  width: 70px;
  height: 100%;
  background: linear-gradient(rgba(13, 71, 91, 0.51), rgba(12, 70, 89, 0));
  box-shadow: rgba(86, 86, 94, 0.28) 0px 8px 32px 0px;
  backdrop-filter: blur(9.5px);
  border-radius: 0px;
  border: 1px solid transparent;
  top: 0px;
  z-index: 10;
}
.btn-video-close{
  background-color: #f3f3f3;
  height: 28px;
  width: 28px;
  font-size: 10px;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  box-shadow: 1px 4px 10px #00000057;
}
.video-modal-content{
  padding: 0;
  background-color: transparent;
  border: 0;
}
.payment-radio{
  display: flex;
  gap: 20px;
}
.payment-radio img{
  height:58px;
}
.payment-radio label{
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  filter: grayscale(1);
}
.payment-radio > div{
  position:relative;
  margin-bottom:10px;
  margin-top:10px;
}
.payment-radio > div input[type=radio]{
  position:absolute;
  top:0;
  opacity:0;
}
.payment-radio input[type=radio]:checked ~ label{
  border-color: #40BDC5;
  box-shadow: 0px 0px 9px 0px #40BDC5;
  filter: grayscale(0);
}


.transferDetailBtn:hover{
  color:#40bdc5;
}
.input-form label.labelHeading{
  font-weight: 700;
  font-size: 26px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: 40px;
  text-align: center;
  display: block;
}

.transferDetailBtn{
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  display: block;
  color:#40bdc5;
  margin-top: 1rem;
}
.copyBtn{
  border: 1px solid #ccc;
  font-size: 12px;
  border-radius: 50px;
  padding: 1px 8px;
  margin-top: 4px;
  margin-bottom: 5px;
}
.copyBtn i{
  font-size:10px;
}
.loader-spin{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #fffffff0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  opacity:0;
  justify-content: center;
}
.loader-spin.active{
  opacity:1;
  z-index:1000;
}

.sec-usa-image-recom1{
    width:100%;
    border-radius: 25px;
}
.sec-usa-content-recom1{
    margin-top: 2rem;
}
.sec-usa-content-recom1 p{
    font-size: 17px;
    font-weight: 500;
    color: #073849;
    text-align: justify;
}
.recom11-content h1{
    font-size: 42px;
    font-weight: 700;
    color: #073849;
    text-transform: uppercase;
    line-height: 42px;
}
.recom11-content p{
        font-size: 17px;
    font-weight: 500;
    color: #073849;
    margin-top: 2rem;
    text-align: justify;
}
